body.compensate-for-scrollbar {
  overflow: hidden;
}
#wp_access_helper_container {
  right: -200px;
}
#wp_access_helper_container button.aicon_link {
  left: -45px!important;
}

.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: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.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;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -moz-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: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-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-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  -o-transition: opacity 0.25s, visibility 0.25s;
  -moz-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility;
  -o-transition: opacity 0.25s, visibility;
  -moz-transition: opacity 0.25s, visibility;
  transition: opacity 0.25s, visibility;
  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);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  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);
  -moz-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: 0 0/100% 100% no-repeat;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-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: -moz-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  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 {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.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;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: dotted 1px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.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;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.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;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: -moz-calc(50% - 50px);
  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);
}
.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: -moz-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;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: 1s linear infinite fancybox-rotate;
  -moz-animation: 1s linear infinite fancybox-rotate;
  animation: 1s linear infinite fancybox-rotate;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes fancybox-rotate {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-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);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-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;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-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);
  -moz-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);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-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);
  -moz-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);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-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);
  -moz-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);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.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;
}
.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  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: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -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: -webkit-calc(100% - 8px);
  max-height: -moz-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: -moz-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: 0;
  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: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.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: -moz-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-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;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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 0.1s;
  transition: transform 0.1s;
  -o-transition: -o-transform 0.1s;
  -moz-transition: transform 0.1s, -moz-transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -moz-transform 0.1s, -o-transform 0.1s;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  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 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
} /*! jQuery.Flipster, v1.1.5 (built 2020-10-17) */
.leto .owl-theme .owl-dots .owl-dot span {
  background: #ff4a00;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
} 
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}
.flipster:focus {
  outline: 0;
}
.flipster__container,
.flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}
.flipster--click .flipster__item--future,
.flipster--click .flipster__item--past {
  cursor: pointer;
}
.flipster__item img {
  max-width: 100%;
}
.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin: -1em 2em;
}
.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}
.flipster__button:focus,
.flipster__button:hover {
  opacity: 1;
}
.flipster__button--prev {
  left: 0;
}
.flipster__button--next {
  right: 0;
}
.flipster__nav,
.flipster__nav__item {
  list-style-type: none;
  padding: 0;
}
.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}
.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}
.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  -webkit-transition: 250ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -o-transition: 250ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -moz-transition: 250ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition: 250ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster__nav__link::after {
  content: "";
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(100%) translateY(-0.25em);
  -ms-transform: translateY(100%) translateY(-0.25em);
  -moz-transform: translateY(100%) translateY(-0.25em);
  -o-transform: translateY(100%) translateY(-0.25em);
  transform: translateY(100%) translateY(-0.25em);
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}
.flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__link:focus,
.flipster__nav__link:hover {
  color: #fff;
}
.flipster__nav__item--current > .flipster__nav__link::after,
.flipster__nav__link:focus::after,
.flipster__nav__link:hover::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: #4e4441;
  z-index: 1;
}
.flipster__nav__child .flipster__nav__link {
  color: #fff;
}
.flipster__nav__child .flipster__nav__link::after {
  background: #fff;
}
.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:focus,
.flipster__nav__child .flipster__nav__link:hover {
  color: #232221;
}
.flipster__nav__item--current .flipster__nav__child {
  display: block;
}
.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
  -webkit-transition: 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -o-transition: 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -moz-transition: 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition: 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster--carousel .flipster__item {
  -webkit-perspective: 800px;
  perspective: 800px;
}
.flipster--carousel .flipster__item--future,
.flipster--carousel .flipster__item--past {
  opacity: 0;
  -webkit-transition-delay: 115ms;
  -o-transition-delay: 115ms;
  -moz-transition-delay: 115ms;
  transition-delay: 115ms;
}
.flipster--carousel .flipster__item--future-2,
.flipster--carousel .flipster__item--past-2 {
  opacity: 0.6;
  -webkit-transition-delay: 90ms;
  -o-transition-delay: 90ms;
  -moz-transition-delay: 90ms;
  transition-delay: 90ms;
}
.flipster--carousel .flipster__item--future-1,
.flipster--carousel .flipster__item--past-1 {
  opacity: 0.8;
  -webkit-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  transition-delay: 60ms;
}
.flipster--carousel .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(100%) scale(0.75);
  -moz-transform: translateX(100%) scale(0.75);
  -ms-transform: translateX(100%) scale(0.75);
  -o-transform: translateX(100%) scale(0.75);
  transform: translateX(100%) scale(0.75);
}
.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) scale(0.55);
  -moz-transform: translateX(25%) scale(0.55);
  -ms-transform: translateX(25%) scale(0.55);
  -o-transform: translateX(25%) scale(0.55);
  transform: translateX(25%) scale(0.55);
}
.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster--carousel .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-100%) scale(0.55);
  -moz-transform: translateX(-100%) scale(0.55);
  -ms-transform: translateX(-100%) scale(0.55);
  -o-transform: translateX(-100%) scale(0.55);
  transform: translateX(-100%) scale(0.55);
}
.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) scale(0.55);
  -moz-transform: translateX(-25%) scale(0.55);
  -ms-transform: translateX(-25%) scale(0.55);
  -o-transform: translateX(-25%) scale(0.55);
  transform: translateX(-25%) scale(0.55);
}
.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(175%) scale(0.55);
  -ms-transform: translateX(175%) scale(0.55);
  -moz-transform: translateX(175%) scale(0.55);
  -o-transform: translateX(175%) scale(0.55);
  transform: translateX(175%) scale(0.55);
}
.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) scale(0.55);
  -ms-transform: translateX(25%) scale(0.55);
  -moz-transform: translateX(25%) scale(0.55);
  -o-transform: translateX(25%) scale(0.55);
  transform: translateX(25%) scale(0.55);
}
.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: translateX(0) scale(0.75);
  -ms-transform: translateX(0) scale(0.75);
  -moz-transform: translateX(0) scale(0.75);
  -o-transform: translateX(0) scale(0.75);
  transform: translateX(0) scale(0.75);
}
.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-175%) scale(0.75);
  -ms-transform: translateX(-175%) scale(0.75);
  -moz-transform: translateX(-175%) scale(0.75);
  -o-transform: translateX(-175%) scale(0.75);
  transform: translateX(-175%) scale(0.75);
}
.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) scale(0.55);
  -ms-transform: translateX(-25%) scale(0.55);
  -moz-transform: translateX(-25%) scale(0.55);
  -o-transform: translateX(-25%) scale(0.55);
  transform: translateX(-25%) scale(0.55);
}
.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: translateX(0) scale(0.75);
  -ms-transform: translateX(0) scale(0.75);
  -moz-transform: translateX(0) scale(0.75);
  -o-transform: translateX(0) scale(0.75);
  transform: translateX(0) scale(0.75);
}
.flipster--carousel .flipster__item--current .flipster__item__content {
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -ms-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  -webkit-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  transition-delay: 60ms;
}
.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
  -webkit-transition: 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -o-transition: 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -moz-transition: 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition: 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster--coverflow .flipster__item {
  -webkit-perspective: 800px;
  perspective: 800px;
}
.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}
.flipster--coverflow .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}
.flipster--coverflow .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -ms-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
}
.flipster--coverflow .flipster__item--past.flipster__item--past-1 .flipster__item__content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster--coverflow .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -ms-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
}
.flipster--coverflow .flipster__item--future.flipster__item--future-1 .flipster__item__content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster--coverflow .flip-current .flipster__item__content {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0);
}
.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.flipster--flat .flipster__item--future,
.flipster--flat .flipster__item--past {
  opacity: 0.5;
}
.flipster--flat .flipster__item--future .flipster__item__content,
.flipster--flat .flipster__item--past .flipster__item__content {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster--wheel {
  overflow: hidden;
}
.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
  -webkit-transition: 0.4s cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -o-transition: 0.4s cubic-bezier(0.56, 0.12, 0.12, 0.98);
  -moz-transition: 0.4s cubic-bezier(0.56, 0.12, 0.12, 0.98);
  transition: 0.4s cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}
.flipster--wheel .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flipster--wheel .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.flipster--wheel .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}
.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  -webkit-transform: translate(-170%, 110%);
  -ms-transform: translate(-170%, 110%);
  -moz-transform: translate(-170%, 110%);
  -o-transform: translate(-170%, 110%);
  transform: translate(-170%, 110%);
}
.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  -webkit-transform: translate(170%, 110%);
  -ms-transform: translate(170%, 110%);
  -moz-transform: translate(170%, 110%);
  -o-transform: translate(170%, 110%);
  transform: translate(170%, 110%);
}
.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: translate(-70%, 75%);
  -ms-transform: translate(-70%, 75%);
  -moz-transform: translate(-70%, 75%);
  -o-transform: translate(-70%, 75%);
  transform: translate(-70%, 75%);
}
.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: translate(70%, 75%);
  -ms-transform: translate(70%, 75%);
  -moz-transform: translate(70%, 75%);
  -o-transform: translate(70%, 75%);
  transform: translate(70%, 75%);
}
.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: translate(-17%, 30%);
  -ms-transform: translate(-17%, 30%);
  -moz-transform: translate(-17%, 30%);
  -o-transform: translate(-17%, 30%);
  transform: translate(-17%, 30%);
}
.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: translate(17%, 30%);
  -ms-transform: translate(17%, 30%);
  -moz-transform: translate(17%, 30%);
  -o-transform: translate(17%, 30%);
  transform: translate(17%, 30%);
}
.flipster--wheel .flipster__item--future-1 .flipster__item__content,
.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
}
.flipster--wheel .flip-current .flipster__item__content {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:active,
:focus,
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 20px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:hover,
a:visited {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
@font-face {
  font-family: foo;
  font-display: swap;
  src: url(../fonts/foo.woff) format("woff"), url(../fonts/foo.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DelaGothicOne;
  font-display: swap;
  src: url(../fonts/DelaGothicOne-Regular.woff) format("woff"), url(../fonts/DelaGothicOne-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: gilroy;
  font-display: swap;
  src: url(../fonts/gilroy-black.woff) format("woff"), url(../fonts/gilroy-black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: gilroy;
  font-display: swap;
  src: url(../fonts/gilroy-bold.woff) format("woff"), url(../fonts/gilroy-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: gilroy;
  font-display: swap;
  src: url(../fonts/gilroy-medium.woff) format("woff"), url(../fonts/gilroy-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: gilroy;
  font-display: swap;
  src: url(../fonts/gilroy-regular.woff) format("woff"), url(../fonts/gilroy-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icons;
  src: url(../fonts/icons.eot?962y4w);
  src: url(../fonts/icons.eot?962y4w#iefix) format("embedded-opentype"), url(../fonts/icons.ttf?962y4w) format("truetype"), url(../fonts/icons.woff?962y4w) format("woff"), url(../fonts/icons.svg?962y4w#icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" _icon-"],
[class^="_icon-"] {
  font-family: icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-vk:before {
  content: "\e904";
}
._icon-arrow-down:before {
  content: "\e902";
}
._icon-arrow-link:before {
  content: "\e903";
}
._icon-favorite:before {
  content: "\e905";
}
._icon-search:before {
  content: "\e908";
}
._icon-share:before {
  content: "\e90a";
}
._icon-tg:before {
  content: "\e900";
}
._icon-tw:before {
  content: "\e901";
}
._icon-youtube:before {
  content: "\e912";
}
._icon-f:before {
  content: "\1f306";
}
._icon-whats {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
._icon-whats svg {
  width: 50px;
  height: 50px;
}
._icon-whats svg path {
  fill: #fff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
._icon-whats:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
._icon-whats:hover svg path {
  fill: #25d366;
}
.body {
  position: relative;
  font-family: gilroy;
}
.body.lock {
  overflow: hidden;
}
.main {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  background-color: #013b95;
}
.section-wrapper {
  position: relative;
  z-index: 90;
  margin: 0 auto;
  max-width: 1000px;
}
.home {
  width: 100%;
  min-height: 100vh;
  background-color: #013b94;
  background-image: url(../img/vector-new.svg);
  background-repeat: repeat;
  background-size: 250px 250px;
  padding-bottom: 30px;
  position: relative;
  z-index: 20;
}
.home-fullscreen {
  min-height: 100vh;
}
.home__wrapper {
  padding: 91px 10px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.home__left {
  position: relative;
  z-index: 30;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.home__logo {
  width: 456px;
  height: 132px;
}
.home__logo_mob {
  display: none;
}
.home__text {
  font-family: montserrat;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 78px 0 25px;
}
.home__text p {
  margin-bottom: 15px;
}
.home__text em {
  font-style: unset;
  color: #ff4a00;
}
.home__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 440px;
  margin-bottom: 30px;
}
.home__links P {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.home__links p img {
  height: 46px;
  width: auto;
  margin-bottom: 20px;
}
.home__right {
  position: relative;
  z-index: 29;
  width: 50%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  min-height: 100vh;
}
.home__img {
  z-index: 50;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 700px;
  position: absolute;
}
.home__img img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}
.home__img_girl {
  width: 100%;
  height: 100%;
  position: absolute;
}
.home__img_kube {
  width: 110px;
  height: 110px;
  top: 50px;
  left: 2px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.home__img_kube2 {
  width: 65px;
  height: 65px;
  right: 0;
  top: 128px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.home__img_ball {
  z-index: 5;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 190px;
  height: 190px;
  bottom: 160px;
}
.home__img_pencil {
  width: 124px;
  height: 144px;
  bottom: 288px;
  right: 14px;
}
.home__footer {
  max-width: 380px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.home__btn {
  font-size: 18px;
  background: #fd4b00;
  border: none !important;
  background-image: none !important;
}
.home_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 50px;
}
._icon-vk:before {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
._icon-youtube:hover {
  color: red;
}
._icon-vk:hover:before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
._icon-tg:before {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
._icon-tg:hover:before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #229ED9;
}
._icon-inst:before {
  content: "\ea92";
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 20px;
}
._icon-inst:hover:before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #f09433;
  background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.btn {
  text-align: center;
  height: 59px;
  color: #fff;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-family: inherit;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d85a1e), to(#d8a11e));
  background-image: -webkit-linear-gradient(bottom, #d85a1e 0, #d8a11e 100%);
  background-image: -moz-linear-gradient(bottom, #d85a1e 0, #d8a11e 100%);
  background-image: linear-gradient(0deg, #d85a1e 0, #d8a11e 100%);
  border: 3px solid #d85a1e;
  border-radius: 28.3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.btn:hover {
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
}
.btn:active {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.42);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.header {
  width: 100%;
  background-color: #fff;
  z-index: 200;
  top: 0;
  left: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.44);
  height: 91px;
  padding: 0 10px;
}
.header--land .header__logo,
.header--scroll .header__logo {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 160px;
  max-width: 160px;
  margin-right: 25px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header--land .header__nav a,
.header--scroll .header__nav a {
  font-size: 20px;
}
.header--land .header__nav a::before,
.header--scroll .header__nav a::before {
  height: 8px;
}
.header__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.header__nav li {
  position: relative;
  padding: 0 6px;
  text-align: center;
}
.header__nav li:hover .sub-menu {
  display: block;
}
.header__nav li .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  top: 25px;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.43);
  padding: 5px 15px;
  width: 290px;
}
.header__nav li .sub-menu li {
  text-align: left;
  font-size: 18px;
  margin: 10px 0;
}
.header__nav li .sub-menu li a {
  display: inline-block;
}
.header__nav li .sub-menu li a span {
  position: relative;
  z-index: 2;
}
.header__nav li .sub-menu li a::before {
  width: 100%;
}
.header__logo {
  display: block;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  width: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header__logo .logo__img {
  width: 100%;
}
.header__logo img {
  -o-object-fit: inherit;
  object-fit: inherit;
  width: 100%;
  height: auto;
}
.header__nav_mob {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 25px;
}
.header-mob__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.header-mob__contact a {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  color: #dc4c12;
}
.header-mob__icon {
  display: none;
}
.header__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-family: 'foo';
  color: #4064ff;
  font-size: 22px;
  line-height: 21px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header__nav a span {
  position: relative;
  z-index: 2;
}
.header__nav a:after {
  bottom: -10px;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  content: "";
  display: block;
  width: 105%;
  height: 7px;
  background-color: #fd4b00;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header__nav .current-menu-item > a:after,
.header__nav a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.burger {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background-color: #fff;
  z-index: 100;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.burger.active {
  top: 50px;
}
.burger__nav li {
  margin-bottom: 20px;
  text-align: center;
}
.burger__nav a {
  font-size: 30px;
  font-family: gilroy;
  font-weight: 900;
  color: #4064ff;
  text-transform: uppercase;
}
.burger__nav a:after {
  display: none;
}
.sections {
  z-index: 50;
  overflow-y: visible;
  position: relative;
}
.sections__wrapper {
  overflow: visible;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 10px 80px;
}
.sections__left {
  width: 100%;
  max-width: none;
  -webkit-box-flex: 1 !important;
  -webkit-flex: auto !important;
  -moz-box-flex: 1 !important;
  -ms-flex: auto !important;
  flex: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-moz-pack: distribute;
  -ms-flex-pack: distribute;
    justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 60px;
}
.sections__left a {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-bottom: 20px;
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
  color: #fd4b00;
  font-family: DelaGothicOne;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.sections__left a.active {
  border-bottom: 3px solid #fd4b00;
}
.sections__left a:nth-child(3) {
  order: 3;
}
.sections__left a:nth-child(4) {
  order: 2;
}
.relative {
  position: relative;
}
.sections__left a span {
  position: relative;
  z-index: 2;
}
.sections__left a:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  height: 10px;
  background-color: #4064ff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sections__left a.active:before {
  display: block;
}
.sections__left i {
  font-style: normal;
}
.sections__right {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  overflow: visible;
  position: relative;
}
.sections__right .sections-owl {
  display: none;
}
.sections__right .sections-owl--active {
  display: block;
}
.sections__right .owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sections__right .owl-item.active {
  opacity: 1;
}
.sections__right .owl-item.show,
.sections__right .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sections__right .owl-stage-outer {
  overflow: visible;
}
.sections__right .owl-dots {
  margin-top: 30px !important;
}
.sections__right .owl-dots .owl-dot {
  border-radius: 50%;
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 3px solid #4064ff;
  margin: 0 5px !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sections__right .owl-dots .owl-dot span {
  display: none !important;
}
.sections__right .owl-dots .active {
  background-color: #fd4b00;
  border: 3px solid #fd4b00;
}
.sections-owl {
  width: 100%;
}
.sections-nav div {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #2f75ec;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.sections-nav div:hover {
  opacity: 1;
}
.sections-nav .left {
  left: 0;
  margin-left: -40px;
}
.sections-nav .right {
  right: 0;
  margin-right: -40px;
}
.sections__slider {
  position: static;
  width: 100%;
  padding: 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
}
.sections__slider .swiper-slide {
  display: none;
  max-width: 300px;
}
.sections__slider .show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sections__slider .swiper-pagination {
  left: 0;
  bottom: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.sections__slider .swiper-pagination span {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 3px solid #4064ff;
  margin: 0 5px;
}
.sections__slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fd4b00;
  border: 7px solid #fd4b00;
}
.sections__slider .swiper-button-next,
.sections__slider .swiper-button-prev {
  width: 26px;
  height: 26px;
  background-color: #4064ff;
  border-radius: 50%;
  color: #fff;
}
.sections__slider .swiper-button-next {
  margin-right: -40px;
}
.sections__slider .swiper-button-prev {
  margin-left: -40px;
}
.sections__slider .swiper-button-next:after,
.sections__slider .swiper-button-prev:after {
  font-size: 15px !important;
}
.sections__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
.slide-sections__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 9px 25px 20px;
}
.sections__link {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  display: none;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #fd4b00;
  font-family: gilroy;
}
.sections__link:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fd4b00;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sections__link:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.slide-sections {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.43);
  border-radius: 29px;
}
.slide-sections__img {
  height: 180px;
}
.slide-sections__years {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #e99c00;
}
.slide-sections__title {
  font-family: montserrat;
  font-size: 28px;
  line-height: 1.2;
  color: #d85a1e;
  margin-bottom: 15px;
}
.slide-sections__title h3 {
  font-weight: 700;
}
.slide-sections__text {
  font-family: montserrat;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}
.slide-sections__footer {
  margin-top: auto;
  padding: 15px 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.slide-sections__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  height: 50px;
  background: #eb5929;
  border-radius: 30px;
  cursor: pointer;
}
.slide-sections__link:hover {
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
  color: #fff !important;
}
.slide-sections__link:nth-child(2) {
  background: #fff;
  border: 1px solid #eb5929;
  color: #eb5929;
  margin-top: 10px;
}
.slide-sections__link:nth-child(2):hover {
  color: #eb5929 !important;
}
.slide-sections__link_order {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
}
.footer-sections {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.footer-sections__item {
  width: 182px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-bottom: 20px;
}
.footer-sections__item:last-child {
  margin-right: 0;
}
.footer-sections span {
  display: block;
  height: 100%;
  width: 3px;
  background-color: #00c2f3;
  margin: 0 15px;
}
.footer-sections__img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.footer-sections__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-sections__title h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  color: #fc4a00;
}
.section-bg {
  top: -30px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.reviews-bg {
  height: 100%;
}
.section-bg_top {
  top: -68px;
}
.section-bg img {
  width: 100%;
  height: 110%;
  -o-object-fit: fill;
  object-fit: fill;
}
.section-bg .bg-line_mob {
  display: none;
}
.news {
  overflow: hidden;
  background-image: url(../img/pattern-orange.svg);
  background-repeat: repeat;
  background-size: 250px 250px;
  background-color: #fd4b00;
}
.news__wrapper {
  position: relative;
  padding: 100px 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.news_video {
  margin: 0 auto;
  width: 100%;
  max-width: 780px;
  padding: 75px 25px
}
.news_video .iframe-wrap {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  border: 5px solid #fff;
}
.news_video .iframe-wrap iframe {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -khtml-border-radius: 45px;
  border-radius: 45px;
  width: 100%;
  height: 405px;
  z-index: 0;
}
.news__title {
  margin: 20px auto;
}
.news__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 400px;
  font-family: DelaGothicOne;
  font-size: 40px;
  line-height: 2;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.news__title span {
  display: block;
}
.news__title .right {
  display: block;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.news__title .right:before {
  content: "";
  display: block;
  height: 5px;
  background-color: #fff;
  width: 100%;
  margin: 5px 0 -2px;
  border-radius: 2.1px;
}
.news__title .left {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.slider-news {
  position: static;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.news__slider {
  overflow: hidden;
}
.slider-news .swiper-button-next,
.slider-news .swiper-button-prev {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  top: 79%;
  color: #fd5209;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 15px;
}
.slider-news .swiper-button-next:after,
.slider-news .swiper-button-prev:after {
  font-size: 15px !important;
}
.slider-news .swiper-button-next {
  right: -40px;
}
.slider-news .swiper-button-prev {
  left: -40px;
}
.news-slide {
  background-color: #fff;
  height: 292px;
  border: 5px solid #fff;
  box-shadow: 4px 7px 3px 2px rgba(0, 0, 0, 0.17);
  border-radius: 29px;
  position: relative;
  overflow: hidden;
}
.news-slide:hover .news-slide__actions {
  opacity: 1;
  visibility: visible;
}
.news-slide__img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.news-slide__actions {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.53);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.news-slide__btn {
  background: #fd4b00;
  border: none !important;
  background-image: none !important;
}
.gallery {
  position: relative;
}
.gallery__wrapper {
  position: relative;
  z-index: 50;
}
.gallery__wrapper .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.gallery__wrapper .swiper-pagination span {
  margin: 0 3px;
}
.gallery__title {
  margin: 100px 10px;
  text-align: center;
}
.gallery__title h2 {
  font-family: DelaGothicOne;
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 0 0 #4064ff, -2px 0 0 #4064ff, 0 2px 0 #4064ff, 0 -2px 0 #4064ff, 1px 1px #4064ff, -1px -1px 0 #4064ff, 1px -1px 0 #4064ff, -1px 1px 0 #4064ff;
}
.gallery__body {
  overflow: hidden;
  margin-bottom: 100px;
}
.gallery__body_mob {
  display: none;
}
.gallery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  height: 325px;
}
.gallery__top .gallery__img {
  width: 33%;
}
.gallery__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery__top .gallery__img:last-child {
  margin-right: 0;
}
.gallery__bottom {
  margin-top: 13px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.gallery__bottom .gallery__img {
  margin-right: 15px;
  width: 25%;
}
.gallery__bottom .gallery__img:last-child {
  margin-right: 0;
}
.gallery-slider {
  width: 100%;
  height: 400px;
}
.gallery-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #4064ff;
}
.gallery-slider .swiper-pagination-bullet-active {
  background-color: #dc4c12;
}
.slide-gallery {
  background-color: #000;
  height: 90%;
}
.slide-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews {
  overflow: hidden;
  background-color: #013b94;
  padding-top: 100px;
}
.reviews__wrapper {
  overflow: hidden;
}
.reviews__title h2 {
  font-size: 60px;
  line-height: 2;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-family: DelaGothicOne;
}
.reviews__body {
  position: relative;
  overflow: hidden;
  margin: 50px auto 80px;
  max-width: 1303px;
  height: 450px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.slider-reviews {
  position: static;
  overflow: visible;
  width: 414px;
  height: 283px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.slider-reviews .slider-arrow_next,
.slider-reviews .slider-arrow_prev {
  position: absolute;
  width: 27%;
  height: 100%;
  background-color: red;
  z-index: 30;
  top: 0;
  opacity: 0;
}
.slider-reviews .slider-arrow_next {
  right: 0;
}
.slider-reviews .slider-arrow_prev {
  left: 0;
}
.slider-reviews__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.slider-reviews .swiper-pagination {
  bottom: 81px;
  margin: 0 10px !important;
}
.slider-reviews .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 3px solid #4064ff;
}
.slider-reviews .swiper-pagination-bullet-active {
  background-color: #fd4b00;
  border: 7px solid #fd4b00;
}
.slide-review {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  box-shadow: 6px 10px 9px 1px rgba(0, 65, 82, 0.37);
  border-radius: 50px;
  background-color: #fff;
  width: 100%;
  padding: 49px 22px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.5;
  z-index: 1;
}
.slide-review.swiper-slide-active {
  z-index: 3;
  width: 100%;
  -webkit-transform: scaleY(1.3) scaleX(1.4);
  -ms-transform: scaleY(1.3) scaleX(1.4);
  -moz-transform: scaleY(1.3) scaleX(1.4);
  -o-transform: scaleY(1.3) scaleX(1.4);
  transform: scaleY(1.3) scaleX(1.4);
  opacity: 1;
}
.slide-review__img {
  width: 50%;
  height: 100%;
  margin-right: 10px;
  border-radius: 20px;
}
.slide-review__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: 50%;
}
.slide-review h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #fd4b00;
}
.slide-review__text {
  margin-top: 20px;
  font-size: 10px;
  overflow: auto;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}
.slide-review__text::-webkit-scrollbar {
  width: 0;
  background: 0 0;
}
.slide-review__text::-webkit-scrollbar-thumb {
  width: 0;
  background: 0 0;
}
.wave {
  padding: 10px 0;
  background-color: #013b94;
  width: 100%;
  height: 130px;
}
.wave__img {
  width: 100%;
  height: 100%;
}
.wave__img img {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  background-color: #013b94;
}
.contact__left {
  width: 50%;
}
.contact__map {
  width: 100%;
  height: 100%;
}
.contact__right {
  width: 45%;
  padding-bottom: 60px;
}
.contact__title {
  max-width: 460px;
  display: inline-block;
  position: relative;
}
.contact__title h2 {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-family: DelaGothicOne;
}
.contact__title:after {
  content: "";
  display: block;
  width: 102%;
  height: 23px;
  background-color: #fd4b00;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.contact__title_mob {
  display: none;
}
.contact__body {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.contact a:hover .contact__item_text {
  color: #fd4b00;
}
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.contact__item:last-child {
  margin-bottom: 0;
}
.contact__item_img {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 6px;
  margin-right: 10px;
}
.contact__item_img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.contact__item_text {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  font-family: montserrat;
}
.footer .contact__item_text {
  color: #0259dc;
}
.contact__footer {
  padding-left: 20px;
  margin-right: 20px;
}
.contact__footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fd4b00;
  margin: 64px 0 44px;
}
.contact__footer h3 {
  max-width: 270px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  color: #fefefe;
  margin-bottom: 40px;
}
.contact__footer p {
  max-width: 285px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #fefefe;
}
.contact__footer a {
  display: inline-block;
  padding: 3px 5px;
  font-weight: 700;
  color: #fff;
  background-color: #fd4b00;
}
.footer {
  padding: 49px 10px;
  background-color: #fff;
  box-shadow: 0 0 18px 3px rgba(25, 5, 73, 0.31);
  position: relative;
}
.camp-sokolniki .footer {
  display: none!important;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.footer__bottom {
  margin-top: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.footer__bottom p {
  font-size: 10px;
  line-height: 21px;
  font-weight: 500;
  color: #0259dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__bottom p a {
  color: #0259dc;
}
.footer__logo {
  width: 227px;
  height: 66px;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.footer__contact {
  margin-bottom: 10px;
}
.footer__contact:hover .contact__item_text,
a .contact__item_text:hover {
  color: #000;
}
.footer__nav li {
  margin-bottom: 5px;
}
.footer__nav a {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #0259dc;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer__nav a:hover {
  color: #000;
}
.social {
  margin-top: 20px;
}
.social__link {
  font-size: 30px;
  color: #fd4b00;
  margin-left: 20px;
}
.contact__icons {
  padding-top: 15px;
  width: 250px;
  border-top: 2px solid #fd4b00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: start;
    -ms-flex-pack: start;
      justify-content: flex-start;
}
.contact__icons .contact__item {
  margin-bottom: 0!important;
}
.contact__icons .social__link {
  font-size: 30px;
  color: #fff;
  margin-left: 0!important;
}
.contact__icons ._icon-tg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 30px;
}
.contact__icons .fa-whatsapp:before {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact__icons .fa-whatsapp:hover, .contact__icons ._icon-tg:hover:before {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #fd4b00;
}
._icon-vk {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
._icon-vk:hover {
  color: #fd4b00;
}
._icon-f {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
._icon-f:hover {
  color: #7cb0e5;
}
.news-page {
  background-image: url(../img/vector-new.svg);
  background-repeat: repeat;
  background-size: 250px 250px;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.news-page__wrapper {
  margin: 100px auto;
  max-width: 1000px;
  padding: 20px 10px 0;
}
.news-page__title {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.news-page__body {
  width: 100%;
}
.news-page__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
.news-page__img {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  height: 260px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  -webkit-flex: 0 0 260px;
  -moz-box-flex: 0;
  flex: 0 0 260px;
  margin-right: 30px;
}
.news-page__text {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  max-width: 650px;
  line-height: 1.2;
  color: #fff;
  width: -webkit-calc(100% - 260px - 30px);
  width: -moz-calc(100% - 260px - 30px);
  width: calc(100% - 260px - 30px);
}
.news-page__text h2 {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}
.news-page__text p {
  font-size: 20px;
}
.schedule {
  background-color: #013b95;
  background-image: url(../img/vector-new.svg);
  background-size: 250px 250px;
  background-repeat: repeat;
  padding-bottom: 76px;
  padding-top: 200px;
}
.schedule__wrapper {
  padding: 0 10px;
}
.schedule__title {
  text-align: center;
}
.schedule__title h1 {
  font-size: 60px;
  line-height: 79px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-family: DelaGothicOne;
}
.schedule__body {
  max-width: 1000px;
  margin: 80px auto 200px;
}
.schedule__body #mf_schedule_widget_cont_rfb {
  width: 100% !important;
}
.schedule__body #mf_schedule_widget_cont_rfb .container {
  max-width: 100% !important;
}
.schedule__img {
  box-shadow: 0 0 18px 3px rgba(25, 5, 73, 0.31);
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
}
.schedule__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__social ._icon-vk:hover {
  color: #4c75a3;
}
.footer__social ._icon-inst:hover {
  color: #fff;
}

.footer__social .social__link {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-property: color;
}

.footer__social .fa-whatsapp:hover {
  color: #46c656;
}
.footer__social .fa-vk:hover {
  color: #0077ff;
}
.footer__social .fa-telegram:hover {
  color: #229ED9;
}
.footer__social .fa-square-facebook:hover {
  color: #1877f2;
}
.footer__social .fa-instagram:hover {
  color: #ce2462;
}

.footer-schedule__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.footer-schedule__title h2 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-family: DelaGothicOne;
  margin-right: 40px;
}
.footer-schedule__title:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  height: 15px;
  background-color: #fd4b00;
}
.footer-schedule__body {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.footer-schedule__item {
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.footer-schedule__item h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-family: DelaGothicOne;
  margin-bottom: 57px;
}
.footer-schedule__item a {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer-schedule__item a:hover {
  color: #fd4b00;
}
.body_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  background-color: #013b95;
  background-image: url(../img/vector-new.svg);
  background-repeat: repeat;
  background-size: 250px 250px;
}
.contact-page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
.contact-page__wrapper {
  padding: 200px 10px 0;
  height: 100%;
}
.contact-page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  max-width: 470px;
  margin: 0 auto;
}
.contact-page__title h2 {
  font-size: 40px;
}
.contact-page__map {
  width: 100%;
  margin-top: 80px;
  height: 576px;
}
.contact-page__footer {
  padding: 50px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}
.contact-page__footer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-right: 10px;
}
.contact-page .contact__item {
  margin-bottom: 18px;
}
.contact-page .contact__item_text {
  font-size: 20px;
}
.contact-page .contact__footer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 500px;
  -webkit-flex: 1 1 500px;
  -moz-box-flex: 1;
  flex: 1 1 500px;
  margin-bottom: 15px;
}
.contact-page .contact__footer:before {
  margin: 0 0 10px;
}
.contact-page .contact__footer h3 {
  margin-bottom: 10px;
}
.section-page {
  overflow: hidden;
}
.section-page__home {
  position: relative;
  padding-top: 150px;
  min-height: 100vh;
  background-color: #fff;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.section-page__home h1 {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #fd4b00;
  font-family: DelaGothicOne;
  position: relative;
  z-index: 6;
  margin-bottom: 25px;
}
.section-page__nav {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  position: relative;
  z-index: 20;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.section-page__link:last-child {
  margin-right: 0;
}
.section-page__link_text {
  font-size: 30px;
  line-height: 2;
  font-weight: 400;
  text-transform: uppercase;
  color: #c4d9de;
  font-family: DelaGothicOne;
  width: 330px;
  text-align: center;
  display: block;
}
.section-page__link.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  position: relative;
  width: auto;
}
.section-page__link.active .section-page__link_text {
  margin: 0 10px;
  font-size: 50px;
  color: #fff;
  width: auto;
  text-shadow: 2px 0 0 #4064ff, -2px 0 0 #4064ff, 0 2px 0 #4064ff, 0 -2px 0 #4064ff, 1px 1px #4064ff, -1px -1px 0 #4064ff, 1px -1px 0 #4064ff, -1px 1px 0 #4064ff;
}
.section-page__link.active ._icon-arrow-down {
  color: #09c4f4;
  display: block;
  position: relative;
  margin-top: 5px;
}
.section-page__link.active ._icon-arrow-down_left {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-page__link.active ._icon-arrow-down_right {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-page__link ._icon-arrow-down {
  display: none;
}
.section-page__footer {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  padding: 0 10px;
  margin-top: 150px;
}
.three_blocks .section-page__footer_wrapper {
  display: flex;
  max-width: 1030px;
}
.section-page__footer_container {
  padding: 30px 30px 20px;
  background-color: #fff;
  border: 3px solid #4064ff;
  max-width: 403px;
  border-radius: 29px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-align: center;  
    -ms-flex-align: center;  
      align-items: center;
  -ms-flex-line-pack: start;
    align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.three_blocks_btn {
  margin: 50px 0 -30px;
}
.three_blocks .section-page__footer_container {
  margin: 0 15px;
  min-width: 291px;
}
.three_blocks .section-page__footer_container:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.section-page__footer_container button {
  background: 0 0;
  color: #4064ff;
  border-bottom: 3px solid #4064ff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto;
}
.three_blocks .btn {
  width: 270px;
  margin: 5px auto 15px; 
  padding: 0px 30px; 
}
.section-page__footer_container .btn {
  width: 210px;
  padding: 0px 20px;
  margin: 5px 0 15px;
}
.section-page__footer_text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #4064ff;
  margin-bottom: 15px;
  width: 100%;
}
.section-page__btn {
  margin: 70px auto 84px;
  font-size: 34px;
  width: 276px;
  height: 95px;
  border-radius: 52px;
  background: #fd4b00;
  border: none !important;
  background-image: none !important;
}
.section-page__left {
  position: relative;
  z-index: 6;
}
.section-home {
  margin-top: 80px;
  width: 100%;
}
.section-home__wrapper {
  position: static;
  padding: 0 10px;
}
.section-home__nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}
.section-home__nav ul li a {
  position: relative;
  font-size: 30px;
  line-height: 2;
  font-weight: 400;
  text-transform: uppercase;
  color: #fd4b00;
  font-family: DelaGothicOne;
}
.section-home__nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 105%;
  height: 15px;
  bottom: -10px;
  background-color: #4064ff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.section-home__nav ul li a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.section-home__nav ul li.current_page_item a span {
  position: relative;
  z-index: 2;
}
.section-home__nav ul li.current_page_item a:before {
  content: "";
  display: block;
  position: absolute;
  width: 105%;
  height: 15px;
  bottom: -10px;
  background-color: #4064ff;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.section-home__right {
  z-index: 5;
  width: 50%;
  height: 700px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-58%);
  -moz-transform: translateY(-58%);
  -ms-transform: translateY(-58%);
  -o-transform: translateY(-58%);
  transform: translateY(-58%);
}
.section-home__link {
  position: relative;
  font-size: 30px;
  line-height: 2;
  font-weight: 400;
  text-transform: uppercase;
  color: #fd4b00;
  font-family: DelaGothicOne;
}
.section-home__link.active span {
  position: relative;
  z-index: 2;
}
.section-home__link.active:before {
  content: "";
  display: block;
  position: absolute;
  width: 105%;
  height: 15px;
  bottom: 15px;
  background-color: #4064ff;
}
.section-home__img {
  width: 100%;
  height: 700px;
  position: relative;
}
.section-home__img_soccer {
  height: 95%;
}
.section-home__img_girl {
  z-index: 2;
}
.section-home__img_cloud {
  z-index: 1;
}
.section-home__img img {
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-inf {
  position: relative;
}
.section-inf__wrapper {
  padding: 100px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.section-inf__img {
  margin: 0 auto;
  width: 136px;
  height: 100px;
}
.section-inf__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.section-inf__text {
  text-align: center;
}
.section-inf__text h3 {
  font-size: 30px;
  font-family: DelaGothicOne;
  line-height: 86px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fffefe;
}
.section-inf__text p {
  padding-top: 45px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
.section-coach {
  background-image: url(../img/pattern-orange.svg);
  background-repeat: repeat;
  background-size: 250px 250px;
  background-color: #fd4b00;
  padding: 100px 10px 126px;
}
.section-coach__title {
  text-align: center;
}
.section-coach__title h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: DelaGothicOne;
  font-size: 60px;
  color: #fd4b01;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.section-coach__body {
  padding-top: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.section-coach__right {
  max-width: 322px;
}
.section-coach__left {
  max-width: 530px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.section-coach__img {
  border-radius: 50px;
  overflow: hidden;
}
.section-coach__img img {
  max-height: 480px;
}
.section-coach__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  font-family: DelaGothicOne;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  color: #fffefe;
}
.section-coach__inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.section-coach__inf p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.section-coach__item:last-child {
  margin-bottom: 0;
}
.bold {
  font-weight: 700;
}
.section-gallery {
  padding-bottom: 100px;
  background-color: #fff;
}
.reviews {
  position: relative;
}
.reviews--new {
  overflow: visible;
  z-index: 99;
  background-color: #fff;
  padding-bottom: 80px;
}
.reviews--new .section-bg {
  background-color: #fff;
  margin-bottom: 80px;
  height: -webkit-calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
}
.section-reviews {
  overflow: visible;
  position: relative;
}
.section-seo {
  background-color: #fff;
  margin-top: -1px;
}

.section-seo ul li {
  list-style: disc;
  padding-left: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.soccer-home__right {
  top: 241px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.modal {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(15, 79, 140, 0.76);
  z-index: 90;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal__wrapper {
  opacity: 1;
}
.modal__icon {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  box-shadow: 0 0 18px 3px rgba(25, 5, 73, 0.31);
  background-color: #fff;
  right: -10px;
  top: -10px;
  padding: 11px;
}
.modal__icon:after,
.modal__icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fd4b00;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.modal__icon:before {
  -webkit-transform: rotate(45deg) translateY(1px) translateX(1px);
  -ms-transform: rotate(45deg) translateY(1px) translateX(1px);
  -moz-transform: rotate(45deg) translateY(1px) translateX(1px);
  -o-transform: rotate(45deg) translateY(1px) translateX(1px);
  transform: rotate(45deg) translateY(1px) translateX(1px);
}
.modal__icon:after {
  -webkit-transform: rotate(-45deg) translateY(-2px) translateX(2px);
  -ms-transform: rotate(-45deg) translateY(-2px) translateX(2px);
  -moz-transform: rotate(-45deg) translateY(-2px) translateX(2px);
  -o-transform: rotate(-45deg) translateY(-2px) translateX(2px);
  transform: rotate(-45deg) translateY(-2px) translateX(2px);
}
.modal__wrapper {
  z-index: 5;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  max-width: 711px;
  height: 295px;
  box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.43);
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.modal__left {
  width: 285px;
  height: 100%;
  margin-right: 40px;
  font-family: DelaGothicOne;
}
.modal__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding: 36px 60px 30px 0;
  max-width: 290px;
}
.modal__right h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #d85a1e;
  margin-bottom: 20px;
}
.modal__img {
  overflow: hidden;
  border: 7px solid #fd4b00;
  border-radius: 50px;
  height: 100%;
  width: 100%;
}
.modal__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  font-family: montserrat;
}
.modal__text .years {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #e99c00;
  margin-bottom: 18px;
}
.modal__text p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}
.modal__link {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #fd4b00;
  font-family: montserrat;
}
.modal__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fd4b00;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.modal__link:hover:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.footer.footer-section {
  padding: 76px 10px 40px;
}
.free {
  position: absolute;
  right: 0;
  top: 30px;
  max-width: 270px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #4064ff;
}
.section-bg_big img,
.section-page .section-bg img {
  -o-object-fit: fill;
  object-fit: fill;
}
.popUp, .popUp1, .popUp2, .popUp3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  padding: 30px 0;
}
.popUp_content {
  position: relative;
  top: 30px;
  max-width: 360px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  border-radius: 15px;
  background: #fff;
  padding-bottom: 40px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popUp_cross {
  background: #dc4c12;
  text-align: right;
  padding: 5px 10px;
  border-radius: 15px 15px 0 0;
}
.popUp_cross img {
  cursor: pointer;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}
.popUp_img {
  width: 100%;
  height: 240px;
}
.popUp_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popUp_title {
  margin: 15px 0 25px;
  font-size: 20px;
  line-height: 24px;
  color: #4064ff;
  text-align: center;
  font-weight: 900;
}
.popUp_inp {
  padding: 10px 20px;
  border-radius: 15px;
  border: 1px solid #4064ff;
  font-size: 16px;
  margin: 0 30px 25px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}
.checkbox__container {
  margin: 0 30px 25px;
  font-size: 14px;
}
.checkbox__container .check-input {
  margin-left: -16px;
}
.popUp_btn {
  margin: 0 30px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  background: #fd4b00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.popUp_btn:hover {
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
}
.popUp_layer {
  position: fixed;
  z-index: 98;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.popUp .hide {
  display: none !important;
}
.popUpInf {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  padding: 30px 0;
}
.popUpInf_content {
  position: relative;
  top: 30px;
  width: 100%;
  max-width: 800px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  border-radius: 50px;
  background: #fff;
  padding: 15px 15px 40px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
  min-height: 558px;
}
.popUpInf_cross {
  position: absolute;
  top: 0;
  right: -20px;
  border-radius: 50%;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
}
.popUpInf_cross img {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.popUpInf_slider {
  width: 100%;
  max-width: 325px;
  height: 325px;
  border-radius: 50px;
  border: 7px solid #f75a10;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.popUpInf_slider .swiper-slide {
  width: 100%;
  height: 311px;
}
.popUpInf_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popUpInf_slider .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
  max-width: 325px;
}
.popUpInf_slider .swiper-pagination span {
  margin: 0 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f75a10;
  opacity: 1;
  border: 2px solid #f75a10;
  cursor: pointer;
}
.popUpInf_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.popUpInf_inf {
  width: -webkit-calc(100% - 325px);
  width: -moz-calc(100% - 325px);
  width: calc(100% - 325px);
  padding: 0 25px 0 40px;
}
.popUpInf_title {
  margin-top: 15px;
  font-weight: 700;
  color: #f75a10;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 25px;
}
.popUpInf_age {
  color: #ff9e00;
  font-size: 13px;
  font-weight: 700;
}
.popUpInf_text b {
  margin-top: 25px;
  font-size: 12px;
  display: block;
}
.popUpInf_text p {
  margin-top: 20px;
  font-size: 12px;
}
.popUpInf_btn {
  position: absolute;
  left: 110px;
  top: 400px;
  background: #ff4a00;
  border: none;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
}
.popUpInf_btn:hover {
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
}
.popUpInf_schedule {
  position: absolute;
  left: 138px;
  top: 490px;
  color: #ff4a00;
  font-weight: 700;
  border-bottom: 3px solid #ff4a00;
  font-size: 17px;
}
.popUpInf .popUp_layer {
  display: none;
  position: fixed;
  z-index: 98;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.popUp--active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  left: 0 !important;
}
.popUp--active .popUp_layer {
  display: block !important;
}
.modal__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
}
.modal-form h3 {
  max-width: 300px;
  font-size: 19.8px;
  line-height: 1.2;
  font-weight: 900;
  color: #4064ff;
  text-align: center;
  margin-bottom: 28px;
}
.modal-form__wrapper {
  padding: 36px 26px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-form__input {
  width: 100%;
  padding: 0 10px;
  height: 33px;
  border: 1px solid #4064ff;
  border-radius: 14px;
  margin-bottom: 27px;
}
.modal-form__btn {
  width: 100%;
  height: 42px;
  font-size: 19.8px;
}
.modal-form__icon {
  right: -16px;
  top: -17px;
}
.docs-page {
  background: #fff;
}
.docs-page__wrapper {
  margin: 100px auto;
  max-width: 1000px;
  padding: 20px 10px 0;
}
.docs-page__title {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;  
}
.docs-page__title h1 {
  color: #0259dc;
}
.docs-page__body {
    width: 100%;
}
.docs-page__docs {
    display: block;
    padding: 40px 0px 50px;
}
.docs-page__docs li {
    margin-bottom: 12px;
    list-style: circle;
}
.docs-page__docs a {
    font-family: "Roboto";
    color: #333;
    line-height: 1.4;
    font-weight: 400;
    font-size: 18px;
}
.docs-page__docs h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.docs-page__docs p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.camp-page {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.txt-shdw-grn {
  text-shadow: 2px 2px 9px #033403;
}
.block-offer {
  height: 450px;
  background: url(../img/camp/bg/ny_2025.jpg) center center/cover no-repeat;
  margin-top: 90px;
  width: 100%;
}
.leto .block-offer {
  background: url(../img/camp/bg/leto25_bg.jpg) center center/cover no-repeat;
}
.camp-sokolniki .block-offer {
  background: url(../img/camp/bg/bg_sokolniki_2025.jpg) center center/cover no-repeat;
}
.main-vesna .block-offer {
  background: url(../img/camp/bg/bg_vesna_2026_main3.jpg) center center/cover no-repeat;
  /*height: 590px;*/
  height: 680px;
  margin-bottom: 70px;
}
.bg-leto {
  background: url(../img/camp/bg/ny_2025.jpg) center center/cover no-repeat;
  height: 590px;
  margin-bottom: 70px;
}
.bg-zima {
  background: url(../img/camp/bg/bg_zima_2025_26.jpg) center center/cover no-repeat;
  /*height: 590px;*/
  height: 680px;
  margin-bottom: 70px;
}
.bg-yolki {
  background: url(../img/camp/bg/ny_2025.jpg) center center/cover no-repeat;
  margin-bottom: 70px;
}
.offer-text {
  position: absolute;
  top: 180px; /* 75px */
  left: 0;
  right: 0;
  margin: auto;
  width: 504px;
  -o-object-fit: unset;
  object-fit: unset;
  height: auto;
  max-width: 90%;
}
.main-vesna .offer-text {
  top: 108px;
}
.leto .offer-text {
  top: 340px;
  width: 360px;
}
.offer-logo {
  display: none;    
  position: absolute;
  top: 370px;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  -o-object-fit: unset;
  object-fit: unset;
  height: auto;
  max-width: 54%;
}
.block-partners {
  padding: 45px 0 110px;
  background: url(../img/camp/bg/3.png) bottom center repeat-x;
  position: relative;
  margin-top: 20px;
  z-index: 2;
}
.btn-block button {
  margin: 15px auto 55px;
  max-width: 200px;
}
.partners {
  background: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.partner img {
  width: auto;
  height: auto;
  max-height: 97px;
}
.title {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 60px;
  font-family: DelaGothicOne;
}
.white-wave {
  background: url(../img/camp/bg/3.png) bottom center repeat-x;
  padding: 70px 0;
}
.block-about {
  padding: 100px 0;
  /*background-image: url(../img/pattern-orange.svg); 
  background-repeat: repeat;
  background-size: 250px 250px;*/
  background: url(../img/camp/bg/bg-program_yolki_3.jpg) center center / cover no-repeat;   /* osennie_sbory3.jpg */
  background-position-y: top;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.main-vesna .block-about {
  background: url(../img/camp/bg/bg_vesna_2026_2.jpg) center center / cover no-repeat;
}
.leto .block-about {
  background-image: url(../img/camp/bg/leto25_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -60px;
}
.block-about .title {
  text-align: center;
}
.main-vesna .block-about .title {
  text-shadow: 2px 2px 9px #033403;
  font-weight: 500;
}
.about {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -50px; */  
}
.about-item {
  /*width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px -10px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
        flex-direction: column;
}
.about-item_slider {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px; /* 160px; */
  height: 270px; /* 160px; */
  border-radius: 30px;
  overflow: hidden;
}
.leto .about-item_slider {
  width: 270px; 
  height: 270px; 
}
.about-item_slider .slick-list,
.about-item_slider .slick-list .slick-track {
  height: 100%;
}
.about-item_slider .slick-dots {
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-item_slider .slick-dots li {
  width: 15px;
  height: 15px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  border: 3px solid transparent;
  background: #fff;
  border-radius: 50%;
  margin: 0 4px;
}
.about-item_slider .slick-dots li button::before {
  display: none;
}
.about-item_slider .slick-dots .slick-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border: 3px solid #fc4a00;
}
.about-item_slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-item_content {
  /*width: -webkit-calc(100% - 160px - 15px);
  width: -moz-calc(100% - 160px - 15px);
  width: calc(100% - 160px - 15px); */
  /*width: -webkit-calc(100% - 45px - 15px);
  width: -moz-calc(100% - 45px - 15px);
  width: calc(100% - 45px - 15px);*/
  
  /*width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  padding-bottom: 30px; */
  text-align: center;
  margin-top: -20px;
  color: #fff;
}
.about-item_title {
  font-size: 25px;  /* 18px; */
  font-weight: 700;
  margin: 25px 0;
}
.main-vesna .about-item_title {
  text-shadow: 2px 2px 9px #033403;
}
.about-item_list li {
  font-size: 18px;  /* 14px; */
  line-height: 23px;  /* 18px; */
  margin-bottom: 5px;
  position: relative;
  margin-left: 10px;
}
.about-item_list li::before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  left: -10px;
  top: 6px;
}
.block-why {
  background: url(../img/camp/bg/3.png) bottom center repeat-x;
  padding: 100px 0 170px;
  position: relative;
  z-index: 2;
}
.leto .block-why {
  background: url(../img/camp/bg/leto25_4.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0 75px;
}
.leto .block-why .wave {
  padding: 75px 0;
  background-color: #ffffff00;
  height: 120px;
}
.block-why .title {
  text-align: center;
  color: #fc4a00;
}
.leto .block-why .title {
  color: #fff;
}
.leto .block-why .title::after {
  content: "";
  display: block;
  height: 23px;
  background: #fc4a00;
  width: 450px;
  margin: -15px auto 0;
}
.why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.why-item {
  width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.36);
  border-radius: 30px;
  overflow: hidden;
}
.why-item_img {
  height: 138px;
  /*background: #00c2f3;
  background: #159300;*/
  background: #fc4a00;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.why-item_img img {
  width: auto;
  height: auto;
}
.why-item_text {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #ff4a00;
  padding: 20px 40px 20px 20px;
}
.block-dates {
  padding: 70px 0 100px;
  /*background: #52c0ee;*/
  background-color: #fff;
  background: url(../img/camp/bg/bg-program_yolki_3.jpg) center center / cover no-repeat;  /* bg2_osen_2025.jpg */
  /*background-color: #fc4a00;
  background-image: url(../img/pattern-yelow.svg);
  background-repeat: repeat;
  background-size: 250px 250px;*/
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.dates-yolki {
  background: url(../img/yolki/yolki_5.jpg) center center / cover no-repeat;
  margin: 140px 0;
  padding-top: 90px;
}
.camp-sokolniki .block-dates {
  padding: 140px 0;
}
.main-vesna .block-dates {
  background-image: url(../img/camp/bg/bg_vesna_2026_3.jpg);
}
.leto .block-dates {
  background: url(../img/camp/bg/leto25_2.jpg) center center / cover no-repeat;
  margin-top: 0px;
}
.block-dates .title {
  text-align: center;
  /*color: color: #fc4a00; */
  color: #fff;
  margin-bottom: 15px;
  /*font-weight: 500;*/
}
.block-dates .subtitle {
  text-align: center;
  margin-bottom: 70px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.main-vesna .block-dates .title {
  text-shadow: 2px 2px 9px #033403;
  font-weight: 500;
}
.main-vesna .block-dates .subtitle {
  text-shadow: 2px 2px 9px #033403;
}
.dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px -70px;
  position: relative;
}
.date {
  width: -webkit-calc(100% / 2 - 50px);
  width: -moz-calc(100% / 2 - 50px);
  width: calc(100% / 2 - 50px);
  margin: 0 25px 70px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 30px 0;
  border: 5px solid #ff4a00; /*#00c2f3; */
  padding: 35px 40px 35px;
}
.date_icon {
  position: absolute;
  top: -55px;
  width: 100%;
  max-width: 80px;
  text-align: center;
}
.date_icon img {
  max-height: 80px;
  width: auto;
  height: auto;
}
.date_title {
  font-size: 44px;
  line-height: 54px;
  color: #fc4a00;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.date_inf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  width: 100%;
  margin-bottom: 15px;
}
.date_inf p {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.date_inf span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  width: 100%;
}
.date_places {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.date_places p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.date_places p span {
  font-weight: 700;
}
.date_places p b {
  font-weight: 700;
  color: #fc4a00;
}
.date_btn, .program_btn, .why_btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  background: #ff4a00;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fc4a00;
}
.why-btns {
  margin: 75px auto -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.why_btn {
  width: fit-content !important;
  min-width: 365px;
  padding: 0 35px;
}
.date_btn:hover {
  background: #fff;
  color: #fc4a00;
}
.no-seats {
  font-size: 24px;
  font-weight: 700;
  color: #ff9e00;
  padding-top: 20px;
  text-align: center;
}
.gallery-camp {
  background: 0 0;
  margin: 50px 0 210px;
}
.gallery-camp .title {
  color: #fc4a00;
  text-align: center;
}
.gallery-camp .gallery__body {
  margin: 0;
}
.gallery-camp .gallery__body_mob {
  display: none !important;
}
.text-block {
  line-height: 1.4;
  font-size: 14px;
}
.yolki-page .text-block {
  font-weight: 400;
  padding: 45px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 75px;
}
.text-block ul, .text-block p {
  margin-bottom: 15px;
}
.text-block h2, .text-block h3, .text-block h4 {
  margin: 30px 0 15px;
  font-size: 21px;
}
.block-feedback {
  padding-bottom: 150px;
  background: url(../img/camp/bg/3.png) bottom center repeat-x;
  position: relative;
  z-index: 1;
}
.feedback {
  background: #ff4a00;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 70px 80px 40px;
  position: relative;
}
.feedback::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/camp/shapes/1.svg) 0 0/100% 100%;
  width: 89px;
  height: 105px;
  top: -52px;
  right: -75px;
}
.feedback::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/camp/shapes/2.svg) 0 0/100% 100%;
  width: 100px;
  height: 49px;
  bottom: -49px;
  left: -100px;
}
.feedback_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.feedback_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.feedback form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}
.feedback form > * {
  margin: 0 10px 20px;
  width: -webkit-calc(100% / 3 - 20px);
  width: -moz-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.feedback form > * > input {
  width: 100%;
}
.feedback input {
  background: #fff;
  border-radius: 30px;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 17px;
}
.feedback button,
.feedback input[type="submit"] {
  margin: 0 10px 20px;
  width: -webkit-calc(100% / 3 - 20px);
  width: -moz-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  max-width: 227px;
  border-radius: 30px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00c2f3;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border: 2px solid #00c2f3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.feedback button:hover,
.feedback input[type="submit"]:hover {
  color: #00c2f3;
  background: #fff;
}
.feedback .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 0 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.feedback .check a {
  font-weight: 700;
  color: #fff;
  margin-left: 3px;
}
.feedback .wpcf7-spinner {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin: 0 10px;
  width: auto;
  height: auto;
}
.feedback .checkbox {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feedback .checkbox input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  padding: 0;
  margin: 0;
}
.feedback .checkbox span {
  width: auto;
  margin: 0;
}
.feedback .checkbox img {
  display: none;
  opacity: 0;
}
.feedback_inf {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 25px;
  text-align: center;
}
.block-capitans {
  padding-top: 150px;
  margin-top: -100px;
  position: relative;
  background: #52c0ee;
}
.block-capitans .wave {
  background: 0 0;
}
.block-capitans .title {
  text-align: center;
  margin-bottom: 120px;
}
.block-capitans .title span {
  font-family: DelaGothicOne;
  position: relative;
  z-index: 1;
}
.block-capitans .title span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  height: 23px;
  background: #fc4a00;
  width: 102%;
  bottom: 0;
}
.capitans_arrow {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 9;
  cursor: pointer;
}
.capitans_arrow-left {
  left: -40px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.capitans_arrow-right {
  right: -40px;
}
.capitans-wrap {
  position: relative;
}
.capitans {
  margin-bottom: 10px;
}
.capitans .owl-dots {
  position: static;
  width: 100%;
  margin: 80px 0 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.capitans .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #4169f6 !important;
  margin: 0 7px;
  background: 0 0;
}
.capitans .owl-dot span {
  opacity: 0;
}
.capitans .owl-dot.active {
  border: 2px solid #fc4a00 !important;
  background: #fc4a00;
}
.capitans .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible !important;
}
.capitans .owl-stage-outer {
  overflow: visible !important;
}
.capitans .flip-items {
  overflow: visible !important;
  min-width: 1000px;
}
.capitans .flip-items li {
  height: 100%;
}
.capitan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.capitan_icon {
  margin: 0 auto -50px;
  width: 126px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.capitan_icon img {
  height: auto;
  display: none !important;
}
.capitan_img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.capitan_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(58.61%, rgba(255, 255, 255, 0)), color-stop(78.12%, rgba(255, 255, 255, 0.78)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 58.61%, rgba(255, 255, 255, 0.78) 78.12%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 58.61%, rgba(255, 255, 255, 0.78) 78.12%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 58.61%, rgba(255, 255, 255, 0.78) 78.12%);
}
.capitan_img img {
  width: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.capitan_name {
  margin-top: 10px;
  font-size: 34px;
  color: #fc4a00;
  font-weight: 800;
  text-align: center;
  bottom: 40px;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  z-index: 2;
}
.capitan_content {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
  padding: 160px 20px 20px;
  margin-top: -168px;
  border-radius: 0 0 40px 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.capitan_content p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}
.capitan_content p span {
  color: #fc4a00;
  font-weight: 700;
}
.block-conditions {
  position: relative;
  /*background: #52c0ee;*/
  /*background-image: url(../img/pattern-yelow.svg);
  background-repeat: repeat;
  background-size: 250px 250px;*/
  background: url(../img/camp/bg/bg-program_yolki_3.jpg) center top / cover no-repeat;  /* o_nas_2025.jpg */
  margin-bottom: 100px;
  padding-top: 50px;
}
.yolki-page .block-conditions {
  background: url(../img/yolki/yolki_3.jpg) center top / cover no-repeat;
}
.main-vesna .block-conditions {
  background-image: url(../img/camp/bg/bg_vesna_2026_4.jpg);
}
.leto .block-conditions {
  background-image: url(../img/camp/bg/leto25_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}
.conditions-yolki {
  padding: 75px 0;
  background: #52c0ee;
}
.block-conditions .title {
  text-align: center;
  /*color: color: #fc4a00; */
  color: #fff;
}
.block-conditions .title::after {
  content: "";
  display: block;
  height: 23px;
  background: #fc4a00;
  /* background: #fff; */
  width: 155px;
  margin: -15px auto 0;
}
.main-vesna .block-conditions .title {
  text-shadow: 2px 2px 9px #033403;
  font-weight: 500;
}
.conditions-yolki .txt_block1 {
  margin-bottom: 55px;
}
.conditions-yolki .txt_block2 {
  margin-top: 55px;
}
.block-conditions .wave {
  background: 0 0;
}
.leto .block-conditions .wave {
  padding-top: 45px;
}
.conditions {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px; */
}
.condition {
  /*width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  min-height: 267px;
  margin: 25px 0px 15px;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
}
.conditions-yolki .condition {
  min-height: 108px;
}
.condition_img {
  height: 130px;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;

  max-width: 120px;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
}
.condition_img img {
  width: auto;
  height: auto;
}
.condition_title {
  font-size: 16px;
  line-height: 1.2;
  color: #fc4a00;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.condition_content ul {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  font-weight: 500;  
}
.leto .condition_content ul {
  margin: -15px 0;
}
.condition_content ul li {
  margin-left: 15px;
  position: relative;
}
.condition_content ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fc4a00;
  left: -15px;
  top: 7px;
  position: absolute;
}
.conditions-yolki p {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.5;
}
.block-docs {
  padding: 50px 0 150px;
  background: #fff;
  /*background-image: url(../img/pattern-green.svg);
  background-repeat: repeat;
  background-size: 250px 250px;*/
}
.leto .block-docs {
  padding: 75px 0 75px;
}
.block-docs .title {
  text-align: center;
  color: #fc4a00;
}
.block-docs .title span {
  position: relative;  
}
.block-docs .title span::after {
  content: "";
  display: block;
  height: 23px;
  background: #fff;
  width: 100%;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
.block-docs .title b {
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.white-bg {
  padding: 0px 0 210px;
  background: #fff;
}
.white-bg .title {
  color: #fc4a00;
}
.white-bg .title span::after {
  background: #fff;
}
.docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 -15px -30px;
}
.docs a {
  margin: 0 15px 30px;
  max-width: 360px;
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
}
.docs a img {
  height: auto;
}
.block-revs {
  /*background: url(../img/camp/bg/4.png) top center repeat-x;*/
  padding: 165px 0;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.block-revs::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 280px;
  background: url(../img/camp/bg/5.png) bottom center repeat-x;
}
.block-revs .title {
  text-align: center;
  color: #fc4a00;
  position: relative;
  z-index: 2;
}
.revs {
  position: relative;
  z-index: 2;
}
.revs .owl-dots {
  position: static;
  width: 100%;
  margin: 30px 0 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.revs .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #4169f6 !important;
  margin: 0 7px;
  background: 0 0;
}
.revs .owl-dot span {
  opacity: 0;
}
.revs .owl-dot.active {
  border: 2px solid #fc4a00 !important;
  background: #fc4a00;
}
.revs img {
  width: 100%;
  height: auto;
}
.block-cont {
  /*background: #52c0ee;*/
  background: #159300;
  /*background: #00a069;*/
  margin-top: -100px;
  padding: 150px 0 100px;
}
.leto .block-cont {
  background: url(../img/camp/bg/leto25_4.jpg) center center no-repeat;
  background-size: cover;
}
.camp-sokolniki .block-cont {
  padding: 75px 0 95px;
}
.block-cont .wrapper {
  width: 100%;
}
.cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.cont .contact__left {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
}
.cont .contact__map {
  display: block;
}
.cont .contact__map img {
  height: auto;
  -o-object-fit: unset;
  object-fit: unset;
}
.cont .contact__right {
  width: -webkit-calc(100% / 2 - 30px);
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
  padding-bottom: 30px;
}
.cont .contact__body {
  margin-top: 40px;
}
.cont .contact__item {
  margin-bottom: 20px;
}
.cont .contact__item .contact__item_text {
  font-weight: 600;
  font-size: 16px;
}
.cont .contact__footer {
  padding: 0;
  margin: 0;
}
.cont .contact__footer h3 {
  margin-bottom: 15px;
}
.cont .contact__footer::before {
  margin: 20px 0 40px;
}
.block-program {
  /*background: #52c0ee;*/
  /*background-color: #fff;*/
  /*background: url(../img/camp/bg/bg_vesna_2.jpg) center center / cover no-repeat;*/
  background: #fbb100;
  /*background-image: url(../img/pattern-yelow.svg);
  background-repeat: repeat;
  background-size: 250px 250px;*/
  padding: 100px 0;
}
.block-program { /* .leto  */
  background: #fff;
}
.block-program::after, .conditions-yolki::after { /* .leto  */
  content: "";
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 150px;
  margin-bottom: -170px;
  background: url(../img/camp/bg/5.png) bottom center repeat-x;
}
.program-yolki {
  background-color: #fff;
  background: url(../img/yolki/yolki_1.jpg) center center / cover no-repeat;
}
.program-yolki p {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.block-program .title {
  width: 100%;
  line-height: 130%;
  text-align: center;
  margin-bottom: 30px;
  color: #ff4a00;
  display: inline-block;
}
.block-program .title span {
  font-family: DelaGothicOne;
  position: relative;
  z-index: 1;
}
.block-program .title span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  height: 23px;
  background: #fff;
  width: 103%;
  bottom: 0;
}
.program-yolki .title, .conditions-yolki .title, .dates-yolki .title {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-family: DelaGothicOne;
}
.program-yolki .title::after, .conditions-yolki .title::after, .dates-yolki .title::after {
  content: "";
  display: block;
  height: 23px;
  background: #fc4a00;
  width: 270px;
  margin: -15px auto 0;
}
.program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -10px;
  height: 390px;
}
.program-item {
  background: #fff;
  border-radius: 30px;
  width: 180px;
  height: 360px;
  padding: 12px;
  margin: 0 12px 25px;
}
.program-item ul li {
  line-height: 20px;
}
.program-item ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fc4a00;
  margin-right: 7px;
  margin-bottom: 2px;
}
.program img {
    -o-object-fit: contain;
    object-fit: contain;
}

.program_btn {
  width: fit-content !important;
  padding: 0 35px;
  margin: 0 auto;
}

/*.program-item:nth-child(1) {
  background: url(../img/camp/program/1.svg) 0 0/100% 100%;
  width: 186px;
  height: 186px;
  padding: 27px 14px 20px;
  margin-right: 9px;
}
.program-item:nth-child(2) {
  background: url(../img/camp/program/2.svg) 0 0/100% 100%;
  width: 216px;
  height: 180px;
  padding: 32px 27px 20px 16px;
  margin-right: 9px;
}
.program-item:nth-child(2) .program-item_title {
  margin-bottom: 17px;
}
.program-item:nth-child(2) .program-item_text {
  padding: 0 0 0 9px;
}
.program-item:nth-child(3) {
  background: url(../img/camp/program/3.svg) 0 0/100% 100%;
  width: 180px;
  height: 180px;
  padding: 27px 16px 20px;
  margin: 0 7px 0 -6px;
}
.program-item:nth-child(4) {
  background: url(../img/camp/program/4.svg) 0 0/100% 100%;
  width: 192px;
  height: 186px;
  padding: 32px 27px 20px 30px;
}
.program-item:nth-child(4) .program-item_title {
  color: #fff;
}
.program-item:nth-child(4) .program-item_text {
  color: #fff;
  padding: 0;
}
.program-item:nth-child(5) {
  background: url(../img/camp/program/5.svg) 0 0/100% 100%;
  width: 207px;
  height: 180px;
  padding: 34px 27px 20px;
}
.program-item:nth-child(5) .program-item_text,
.program-item:nth-child(5) .program-item_title {
  color: #fff;
}
.program-item:nth-child(6) {
  background: url(../img/camp/program/6.svg) 0 0/100% 100%;
  width: 184px;
  height: 184px;
  padding: 24px 20px 20px;
  margin-right: 7px;
}
.program-item:nth-child(6) .program-item_title {
  padding: 0 20px;
  margin-bottom: 12px;
}
.program-item:nth-child(7) {
  background: url(../img/camp/program/7.svg) 0 0/100% 100%;
  width: 210px;
  height: 184px;
  padding: 24px 33px 20px;
  margin-left: 7;
}
.program-item:nth-child(7) .program-item_title {
  margin-bottom: 31px;
}
.program-item:nth-child(7) .program-item_text {
  padding: 0;
}
.program-item:nth-child(8) {
  background: url(../img/camp/program/8.svg) 0 0/100% 100%;
  width: 184px;
  height: 184px;
  padding: 24px 20px 20px;
  margin-right: 20px;
}
.program-item:nth-child(8) .program-item_title {
  margin-bottom: 31px;
}
.program-item:nth-child(8) .program-item_text {
  padding: 0;
}
.program-item:nth-child(9) {
  background: url(../img/camp/program/9.svg) 0 0/100% 100%;
  width: 184px;
  height: 184px;
  padding: 24px 20px 20px;
  margin-right: 20px;
}
.program-item:nth-child(9) .program-item_title {
  margin-bottom: 31px;
  color: #fff;
}
.program-item:nth-child(9) .program-item_text {
  padding: 0;
}
.program-item:nth-child(10) {
  background: url(../img/camp/program/10.svg) 0 0/100% 100%;
  width: 184px;
  height: 184px;
  padding: 24px 14px 20px;
}
.program-item:nth-child(10) .program-item_title {
  color: #fff;
  margin-bottom: 31px;
}
.program-item:nth-child(10) .program-item_text {
  color: #fff;
}
.program-item:nth-child(11) {
  background: url(../img/camp/program/11.svg) 0 0/100% 100%;
  width: 184px;
  height: 184px;
  padding: 20px 14px;
  margin-right: 20px;
}
.program-item:nth-child(11) .program-item_title {
  margin-bottom: 36px;
}
.program-item:nth-child(12) {
  background: url(../img/camp/program/12.svg) 0 0/100% 100%;
  width: 184px;
  height: 184px;
  padding: 19px 20px 20px;
  margin-right: 20px;
}
.program-item:nth-child(12) .program-item_title {
  margin: 0 0 17px -20px;
}
.program-item:nth-child(12) .program-item_text {
  padding: 0;
}
.program-item:nth-child(13) {
  background: url(../img/camp/program/13.svg) 0 0/100% 100%;
  width: 184px;
  height: 184px;
  padding: 20px 14px;
}
.program-item:nth-child(13) .program-item_title {
  margin-bottom: 35px;
}
.program-item:nth-child(14) {
  background: url(../img/camp/program/14.svg) 0 0/100% 100%;
  width: 224px;
  height: 184px;
  padding: 20px 34px;
}
.program-item:nth-child(14) .program-item_title {
  margin: 0 40px 17px;
  color: #fff;
}
.program-item:nth-child(14) .program-item_text {
  color: #fff;
}
.program-item:nth-child(15) {
  background: url(../img/camp/program/15.svg) 0 0/100% 100%;
  width: 184px;
  height: 184px;
  padding: 20px 14px;
}
.program-item:nth-child(15) .program-item_title {
  color: #fff;
  margin-bottom: 17px;
}
.program-item:nth-child(15) .program-item_text {
  color: #fff;
}*/

.program-item_title {
  font-family: DelaGothicOne;
  font-size: 16px;
  line-height: 18px;
  color: #ff4a00;
  text-align: center;
  margin-bottom: 23px;
  word-wrap: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.program-item_text {
  font-family: montserrat;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  width: 100%;
  padding: 0 6px;
}
.program_icon {  
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
}
.program_icon1 {
  top: -65px;
  right: 325px;
}
.program_icon2 {
  top: 212px;
  right: -50px;
}
.program_icon3 {
  display: none;
  top: 540px;
  left: 142px;
}
.program_icon4 {
  bottom: 414px;
  right: 96%;
}
.wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1060px;
}
.wpcf7-response-output {
  color: #000 !important;
  border: none !important;
  text-align: center !important;
  margin: 0 !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.pattern-green {
  background-color: #2b9d18;
  background-image: url(../img/pattern-green.svg);
  background-repeat: repeat;
  background-size: 250px 250px;
}
.pattern-yelow {
  background-color: #fbb100;
  background-image: url(../img/pattern-yelow.svg);
  background-repeat: repeat;
  background-size: 250px 250px;
}
.green .why-item_img {
  background-color: #2b9d18;
}
.program-yolki {
  margin: 100px auto;
}
.bg-green {
  background-color: #0e4329;
}

details {
  display:block;
  width:100%;
  overflow:hidden;
  text-align: center;
  margin: 15px 0 -10px;
  /*box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px; */
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:inline-block;
   padding: .3em 1.5em .3em .6em;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
}
summary:before {  
  top: .3em;
  right: .25em;
  color: transparent;  
  background: url(../img/camp/icons/arrow-drop-down.svg);
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}
details[open] > summary:before {
  transform: scale(1, -1);
}
summary ~ * {
  padding: 0 2em 10px 2em;
}
details[open] summary ~ * { 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
  /*box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);*/
}


@media (min-width: 900px) {
  .sections__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 318px;
    -webkit-flex: 0 1 318px;
    -moz-box-flex: 0;
    flex: 0 1 318px;
  }
}
@media screen and (min-width: 990px) and (max-height: 800px) {
  .home .home__wrapper {
    padding-top: 60px;
  }
  .home .home__text {
    margin-top: 40px;
  }
}
@media screen and (min-width: 990px) and (max-height: 700px) {
  .home .home__wrapper {
    padding-top: 90px;
  }
  .home .home__left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 30px;
  }
  .home__text {
    margin: 30px 0 10px;
    font-size: 16px;
  }
  .home__text p {
    margin-bottom: 10px;
  }
  .home__links {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 990px) and (max-height: 650px) {
  .home .home__wrapper {
    padding-top: 100px;
  }
  .home .home__left {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .block-offer {
    height: 630px;
  }
  .offer-text {
    top: 84; /* 75px */
    width: 540px; /* 500px */
  }
  .leto .offer-text {
    top: 495px;
    width: 390px;
  }
  .offer-logo {
    top: 480px;
    width: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .block-offer {
    height: 810px;
  }
  .main-vesna .offer-text {
    top: 81px; /* 270px; */
    
  }
  /*.offer-logo {
    top: 570px;
  }*/
}
@media screen and (max-width: 1440px) {
  .main-vesna .offer-text {
    width: 540; /* 590px; */    
    top: 90px; /* top: 435px; */
  }
  .main-vesna .offer-logo {
    width: 360px;
    top: 520px;
  }
}
@media screen and (max-width: 1100px) {
  .offer-text {
    top: 225px;  /*75px; */
    width: 460px;
  }
  .main-vesna .offer-text {
    top: 95px;
    width: 450px;
  }
  .main-vesna .offer-logo {
    width: 270px;
    top: 410px;
  }
  /*.about-item {
    width: -webkit-calc(100% / 2 - 30px);
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
    max-width: 400px;
  } */
  .three_blocks .section-page__footer_wrapper {
    flex-wrap: wrap;
  }
  .three_blocks .section-page__footer_container {
    margin: 20px auto;
  }
}
@media screen and (max-width: 1060px) {
  .capitans_arrow {
    display: none;
  }
  .capitans .owl-dots {
    max-width: -webkit-calc(100vw - 40px);
    max-width: -moz-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
  .about {
    max-width: 612px;
    margin: 0 auto;
  }
  .program {
    max-width: 612px;
    margin: 0 auto;
  }
  .program-item {
    margin-bottom: 25px;
    /* добавлено для карусели */
    width: 170px; 
    padding: 8px;
  }
  .program_icon1 {
    top: -75px;
  }
  .program_icon2 {
    top: 81px;
    right: -85px;
  }
  .program_icon4 {
    bottom: 90px;
    right: 102%;
  }
}
@media screen and (max-width: 1024px) {  
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .sections__wrapper {
    padding-top: -webkit-calc(20px + 60 * ((100vw - 320px)/ 680));
    padding-top: -moz-calc(20px + 60 * ((100vw - 320px)/ 680));
    padding-top: calc(20px + 60 * ((100vw - 320px) / 680));
    padding-bottom: -webkit-calc(0px + 80 * ((100vw - 320px)/ 680));
    padding-bottom: -moz-calc(0px + 80 * ((100vw - 320px)/ 680));
    padding-bottom: calc(0px + 80 * ((100vw - 320px) / 680));
  }
  .sections__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .sections__left a {
    font-size: -webkit-calc(18px + 17 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(18px + 17 * ((100vw - 320px)/ 680));
    font-size: calc(18px + 17 * ((100vw - 320px) / 680));
  }
  .footer-sections {
    margin-top: -webkit-calc(80px + 80 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(80px + 80 * ((100vw - 320px)/ 680));
    margin-top: calc(80px + 80 * ((100vw - 320px) / 680));
  }
  .footer-sections__item {
    width: 174px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  .news_video {
	padding: 45px 25px;
  }
  .news__title h2 {
    width: -webkit-calc(160px + 240 * ((100vw - 320px)/ 680));
    width: -moz-calc(160px + 240 * ((100vw - 320px)/ 680));
    width: calc(160px + 240 * ((100vw - 320px) / 680));
    font-size: -webkit-calc(20px + 20 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(20px + 20 * ((100vw - 320px)/ 680));
    font-size: calc(20px + 20 * ((100vw - 320px) / 680));
  }
  .slider-news {
    margin-top: -webkit-calc(10px + 50 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(10px + 50 * ((100vw - 320px)/ 680));
    margin-top: calc(10px + 50 * ((100vw - 320px) / 680));
    margin-bottom: -webkit-calc(10px + 50 * ((100vw - 320px)/ 680));
    margin-bottom: -moz-calc(10px + 50 * ((100vw - 320px)/ 680));
    margin-bottom: calc(10px + 50 * ((100vw - 320px) / 680));
  }
  .slider-news .swiper-button-next {
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .slider-news .swiper-button-prev {
    left: 5px;
    width: 40px;
    height: 40px;
  }
  .gallery__title {
    margin-top: -webkit-calc(40px + 60 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(40px + 60 * ((100vw - 320px)/ 680));
    margin-top: calc(40px + 60 * ((100vw - 320px) / 680));
    margin-bottom: -webkit-calc(20px + 80 * ((100vw - 320px)/ 680));
    margin-bottom: -moz-calc(20px + 80 * ((100vw - 320px)/ 680));
    margin-bottom: calc(20px + 80 * ((100vw - 320px) / 680));
  }
  .gallery__title h2 {
    font-size: -webkit-calc(30px + 30 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(30px + 30 * ((100vw - 320px)/ 680));
    font-size: calc(30px + 30 * ((100vw - 320px) / 680));
  }
  .reviews {
    padding-top: -webkit-calc(50px + 50 * ((100vw - 320px)/ 680));
    padding-top: -moz-calc(50px + 50 * ((100vw - 320px)/ 680));
    padding-top: calc(50px + 50 * ((100vw - 320px) / 680));
  }
  .reviews__title h2 {
    font-size: -webkit-calc(25px + 35 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(25px + 35 * ((100vw - 320px)/ 680));
    font-size: calc(25px + 35 * ((100vw - 320px) / 680));
  }
  .reviews__body {
    height: -webkit-calc(350px + 100 * ((100vw - 320px)/ 680));
    height: -moz-calc(350px + 100 * ((100vw - 320px)/ 680));
    height: calc(350px + 100 * ((100vw - 320px) / 680));
    margin-top: -webkit-calc(17px + 33 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(17px + 33 * ((100vw - 320px)/ 680));
    margin-top: calc(17px + 33 * ((100vw - 320px) / 680));
    margin-bottom: -webkit-calc(-10px + 90 * ((100vw - 320px)/ 680));
    margin-bottom: -moz-calc(-10px + 90 * ((100vw - 320px)/ 680));
    margin-bottom: calc(-10px + 90 * ((100vw - 320px) / 680));
  }
  .contact__item_text {
    font-size: -webkit-calc(12px + 8 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(12px + 8 * ((100vw - 320px)/ 680));
    font-size: calc(12px + 8 * ((100vw - 320px) / 680));
  }
  .news-page__wrapper {
    margin-top: -webkit-calc(40px + 60 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(40px + 60 * ((100vw - 320px)/ 680));
    margin-top: calc(40px + 60 * ((100vw - 320px) / 680));
    margin-bottom: -webkit-calc(40px + 60 * ((100vw - 320px)/ 680));
    margin-bottom: -moz-calc(40px + 60 * ((100vw - 320px)/ 680));
    margin-bottom: calc(40px + 60 * ((100vw - 320px) / 680));
  }
  .news-page__item {
    margin-bottom: -webkit-calc(30px + 70 * ((100vw - 320px)/ 680));
    margin-bottom: -moz-calc(30px + 70 * ((100vw - 320px)/ 680));
    margin-bottom: calc(30px + 70 * ((100vw - 320px) / 680));
  }
  .schedule {
    padding-bottom: -webkit-calc(20px + 56 * ((100vw - 320px)/ 680));
    padding-bottom: -moz-calc(20px + 56 * ((100vw - 320px)/ 680));
    padding-bottom: calc(20px + 56 * ((100vw - 320px) / 680));
    padding-top: -webkit-calc(60px + 140 * ((100vw - 320px)/ 680));
    padding-top: -moz-calc(60px + 140 * ((100vw - 320px)/ 680));
    padding-top: calc(60px + 140 * ((100vw - 320px) / 680));
  }
  .schedule__title h1 {
    font-size: -webkit-calc(25px + 35 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(25px + 35 * ((100vw - 320px)/ 680));
    font-size: calc(25px + 35 * ((100vw - 320px) / 680));
  }
  .schedule__body {
    margin-top: -webkit-calc(20px + 60 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(20px + 60 * ((100vw - 320px)/ 680));
    margin-top: calc(20px + 60 * ((100vw - 320px) / 680));
    margin-bottom: -webkit-calc(50px + 150 * ((100vw - 320px)/ 680));
    margin-bottom: -moz-calc(50px + 150 * ((100vw - 320px)/ 680));
    margin-bottom: calc(50px + 150 * ((100vw - 320px) / 680));
  }
  .footer-schedule__title h2 {
    font-size: -webkit-calc(20px + 20 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(20px + 20 * ((100vw - 320px)/ 680));
    font-size: calc(20px + 20 * ((100vw - 320px) / 680));
    margin-right: -webkit-calc(10px + 30 * ((100vw - 320px)/ 680));
    margin-right: -moz-calc(10px + 30 * ((100vw - 320px)/ 680));
    margin-right: calc(10px + 30 * ((100vw - 320px) / 680));
  }
  .footer-schedule__body {
    margin-top: -webkit-calc(30px + 60 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(30px + 60 * ((100vw - 320px)/ 680));
    margin-top: calc(30px + 60 * ((100vw - 320px) / 680));
  }
  .footer-schedule__item h3 {
    margin-bottom: -webkit-calc(20px + 37 * ((100vw - 320px)/ 680));
    margin-bottom: -moz-calc(20px + 37 * ((100vw - 320px)/ 680));
    margin-bottom: calc(20px + 37 * ((100vw - 320px) / 680));
  }
  .contact-page__wrapper {
    padding-top: -webkit-calc(70px + 130 * ((100vw - 320px)/ 680));
    padding-top: -moz-calc(70px + 130 * ((100vw - 320px)/ 680));
    padding-top: calc(70px + 130 * ((100vw - 320px) / 680));
  }
  .contact-page__title h2 {
    font-size: -webkit-calc(25px + 15 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(25px + 15 * ((100vw - 320px)/ 680));
    font-size: calc(25px + 15 * ((100vw - 320px) / 680));
  }
  .contact-page__map {
    margin-top: -webkit-calc(20px + 60 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(20px + 60 * ((100vw - 320px)/ 680));
    margin-top: calc(20px + 60 * ((100vw - 320px) / 680));
    height: -webkit-calc(300px + 276 * ((100vw - 320px)/ 680));
    height: -moz-calc(300px + 276 * ((100vw - 320px)/ 680));
    height: calc(300px + 276 * ((100vw - 320px) / 680));
  }
  .section-page__home {
    padding-top: -webkit-calc(60px + 90 * ((100vw - 320px)/ 680));
    padding-top: -moz-calc(60px + 90 * ((100vw - 320px)/ 680));
    padding-top: calc(60px + 90 * ((100vw - 320px) / 680));
    padding-bottom: -webkit-calc(60px + 90 * ((100vw - 320px)/ 680));
    padding-bottom: -moz-calc(60px + 90 * ((100vw - 320px)/ 680));
    padding-bottom: calc(60px + 90 * ((100vw - 320px) / 680));
  }
  .section-page__link {
    margin-right: -webkit-calc(-20px + 90 * ((100vw - 320px)/ 680));
    margin-right: -moz-calc(-20px + 90 * ((100vw - 320px)/ 680));
    margin-right: calc(-20px + 90 * ((100vw - 320px) / 680));
  }
  .section-page__link_text {
    width: auto;
    font-size: -webkit-calc(18px + 10 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(18px + 10 * ((100vw - 320px)/ 680));
    font-size: calc(18px + 10 * ((100vw - 320px) / 680));
  }
  .section-page__link.active .section-page__link_text {
    font-size: -webkit-calc(28px + 20 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(28px + 20 * ((100vw - 320px)/ 680));
    font-size: calc(28px + 20 * ((100vw - 320px) / 680));
  }
  .section-page__footer {
    margin-top: -webkit-calc(60px + 90 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(60px + 90 * ((100vw - 320px)/ 680));
    margin-top: calc(60px + 90 * ((100vw - 320px) / 680));
  }
  .section-page__btn {
    margin-top: -webkit-calc(20px + 50 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(20px + 50 * ((100vw - 320px)/ 680));
    margin-top: calc(20px + 50 * ((100vw - 320px) / 680));
    margin-bottom: -webkit-calc(34px + 50 * ((100vw - 320px)/ 680));
    margin-bottom: -moz-calc(34px + 50 * ((100vw - 320px)/ 680));
    margin-bottom: calc(34px + 50 * ((100vw - 320px) / 680));
  }
  .section-home {
    margin-top: -webkit-calc(20px + 60 * ((100vw - 320px)/ 680));
    margin-top: -moz-calc(20px + 60 * ((100vw - 320px)/ 680));
    margin-top: calc(20px + 60 * ((100vw - 320px) / 680));
  }
  .section-home__link {
    font-size: -webkit-calc(18px + 17 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(18px + 17 * ((100vw - 320px)/ 680));
    font-size: calc(18px + 17 * ((100vw - 320px) / 680));
  }
  .section-home__link.active:before {
    height: -webkit-calc(10px + 5 * ((100vw - 320px)/ 680));
    height: -moz-calc(10px + 5 * ((100vw - 320px)/ 680));
    height: calc(10px + 5 * ((100vw - 320px) / 680));
    bottom: -webkit-calc(5px + 10 * ((100vw - 320px)/ 680));
    bottom: -moz-calc(5px + 10 * ((100vw - 320px)/ 680));
    bottom: calc(5px + 10 * ((100vw - 320px) / 680));
  }
  .section-inf__wrapper {
    padding-top: -webkit-calc(60px + 90 * ((100vw - 320px)/ 680));
    padding-top: -moz-calc(60px + 90 * ((100vw - 320px)/ 680));
    padding-top: calc(60px + 90 * ((100vw - 320px) / 680));
    padding-bottom: -webkit-calc(0px + 150 * ((100vw - 320px)/ 680));
    padding-bottom: -moz-calc(0px + 150 * ((100vw - 320px)/ 680));
    padding-bottom: calc(0px + 150 * ((100vw - 320px) / 680));
  }
  .section-inf__text h3 {
    font-size: -webkit-calc(20px + 10 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(20px + 10 * ((100vw - 320px)/ 680));
    font-size: calc(20px + 10 * ((100vw - 320px) / 680));
  }
  .section-inf__text p {
    padding-top: -webkit-calc(0px + 80 * ((100vw - 320px)/ 680));
    padding-top: -moz-calc(0px + 80 * ((100vw - 320px)/ 680));
    padding-top: calc(0px + 80 * ((100vw - 320px) / 680));
    font-size: -webkit-calc(20px + 10 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(20px + 10 * ((100vw - 320px)/ 680));
    font-size: calc(20px + 10 * ((100vw - 320px) / 680));
  }
  .section-coach {
    padding-top: -webkit-calc(100px + 0 * ((100vw - 320px)/ 680));
    padding-top: -moz-calc(100px + 0 * ((100vw - 320px)/ 680));
    padding-top: calc(100px + 0 * ((100vw - 320px) / 680));
    padding-bottom: -webkit-calc(40px + 86 * ((100vw - 320px)/ 680));
    padding-bottom: -moz-calc(40px + 86 * ((100vw - 320px)/ 680));
    padding-bottom: calc(40px + 86 * ((100vw - 320px) / 680));
  }
  .section-coach__title h2 {
    font-size: -webkit-calc(34px + 25 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(34px + 25 * ((100vw - 320px)/ 680));
    font-size: calc(34px + 25 * ((100vw - 320px) / 680));
  }
  .section-coach__body {
    padding-top: -webkit-calc(30px + 70 * ((100vw - 320px)/ 680));
    padding-top: -moz-calc(30px + 70 * ((100vw - 320px)/ 680));
    padding-top: calc(30px + 70 * ((100vw - 320px) / 680));
  }
  .section-coach__name {
    font-size: -webkit-calc(18px + 12 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(18px + 12 * ((100vw - 320px)/ 680));
    font-size: calc(18px + 12 * ((100vw - 320px) / 680));
  }
  .section-gallery {
    padding-bottom: -webkit-calc(30px + 70 * ((100vw - 320px)/ 680));
    padding-bottom: -moz-calc(30px + 70 * ((100vw - 320px)/ 680));
    padding-bottom: calc(30px + 70 * ((100vw - 320px) / 680));
  }
}
@media (max-width: 991px) {
  .home {
    padding-bottom: 93px;
  }
  .header__logo {
    display: none;
  }
  .footer-sections {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .footer-sections li {
    max-width: 180px;
    width: 100%;
    margin: 0 0 15px;
  }
  .footer-sections span {
    display: none;
  }
  .section-bg {
    top: -40px;
    width: 200%;
  }
  .section-bg_big {
    z-index: 10;
    width: 320%;
  }
  .contact-page__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .contact-page__footer .contact__item {
    width: 50%;
  }
  .contact-page__footer .contact__footer {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
  .contact-page__footer_item {
    width: 100%;
  }
  .section-page .section-bg {
    width: 100%;
    height: 110%;
  }
  .section-page .section-bg img {
    width: 200%;
    height: 110%;
  }
  .section-page .reviews-bg {
    height: 105%;
  }
  .section-home__right {
    width: 70%;
  }
  .soccer-home__right {
    width: 50%;
    height: 49%;
  }
  .reviews--new {
    overflow: visible;
    z-index: 99;
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 0;
  }
  .reviews--new .section-bg {
    background-color: #fff;
    margin-bottom: 0;
    height: 100%;
    top: -75px;
  }
  .reviews__body {
    z-index: 99;
  }
  .sections .section-bg_big {
    height: 104%;
    top: -110px;
  }
}
@media (max-width: 950px) {
  .sections__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sections__left a {
    margin-left: 40px;
    max-width: 200px;
  }
  .sections__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    overflow: visible;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sections__slider {
    overflow: visible;
    width: 400px;
  }
  .sections__link {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    margin-top: 100px;
  }
  .slide-sections {
    width: 100%;
  }
  .sections__slide {
    opacity: 1;
    max-width: none !important;
  }
  .sections__slide.swiper-slide-active {
    background-color: #fff;
    opacity: 1;
    z-index: 10;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .slider-arrow_next,
  .slider-arrow_prev {
    display: none;
  }
  .slider-reviews .slider-arrow_next,
  .slider-reviews .slider-arrow_prev {
    display: block;
    width: 19%;
  }
}
@media screen and (max-width: 920px) {
  .partners {
    padding: 40px;
  }
  .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .yolki-page .program-yolki .text-block {
    padding: 45px 30px;
  }
  .program-yolki .title, .conditions-yolki .title, .dates-yolki .title {
    font-size: 27px;
  }
  .program-yolki .title::after, .conditions-yolki .title::after, .dates-yolki .title::after {
    width: 144px;
  }
  .camp-sokolniki .title {
    margin-top: 30px;
  }
  .camp-sokolniki .block-why .title {
    margin-bottom: 50px;
  }
  .camp-sokolniki .block-cont {
    padding: 95px 0;
  }
  .contact__title h2 {
    font-size: 30px;
  }
  .contact__icons {
    gap: 5px;
  }
  .block-about {
    padding: 70px 0;
  }
  .block-why {
    padding: 60px 0 150px;
  }
  .gallery-camp {
    padding: 0;
  }
  .feedback {
    padding: 50px 40px 40px;
  }
  .feedback::after {
    right: 0;
    top: -85px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .feedback::before {
    left: 0;
    bottom: -60px;
  }
  .capitans .owl-dots {
    margin: 40px 0 0 !important;
  }
  .block-conditions {
    margin-top: -10px;
  }
  .block-conditions .title::after {
    height: 15px;
    margin: -10px auto 0;
    width: 130px;
  }
  .block-docs .title span::after {
    height: 15px;
    bottom: -5px;
  }
  .block-program {
    padding: 70px 0;
  }
  .program {
    max-width: 620px;
  }
  .program_icon1 {
    right: 52%;
  }
  .program_icon2 {
    top: 270px;
    right: 175px;
  }
  .program_icon3 {
    top: 500px;
    left: 174px;
  }
  .program_icon4 {
    bottom: 207px;
    right: 94%;
  }
  .white-bg .title {
    margin: -100px 0 60px;
  }
}
@media (max-width: 900px) {
  .header__nav {
    display: none;
  }
  .header-mob__icon {
    display: block;
  }
  .header__nav_mob {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .burger-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #dc4c12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 0 7px;
  }
  .burger-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 0.9px;
    margin: 3px 0;
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .burger-icon:after,
  .burger-icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 0.9px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .burger-icon.active span {
    opacity: 0;
  }
  .burger-icon.active:before {
    -webkit-transform: rotate(45deg) translateY(4.5px) translateX(4px);
    -ms-transform: rotate(45deg) translateY(4.5px) translateX(4px);
    -moz-transform: rotate(45deg) translateY(4.5px) translateX(4px);
    -o-transform: rotate(45deg) translateY(4.5px) translateX(4px);
    transform: rotate(45deg) translateY(4.5px) translateX(4px);
  }
  .burger-icon.active:after {
    -webkit-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    -ms-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    -moz-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    -o-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
  }
  .header {
    height: 50px;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow-y: scroll;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .burger__menu {
    position: absolute;
    padding-top: 50px;
    top: 0;
  }
  .burger__menu .sub-menu {
    display: none;
    margin-top: 20px;
  }
  .burger__menu .sub-menu li {
    margin-bottom: 15px;
  }
  .burger__menu .sub-menu a {
    font-size: 24px;
  }
  .free {
    display: none;
  }
  .home__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding: 120px 10px 20px;
  }
  .home__logo {
    display: none;
  }
  .home__logo_mob {
    display: block;
    margin: 0 auto;
    width: 231px;
    height: 67px;
  }
  .home__left {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
    max-width: 400px;
  }
  .home__right {
    width: 100%;
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  .home__img {
    position: absolute;
    height: 100%;
    max-width: 400px;
  }
  .home__img_ball {
    width: 120px;
    height: 120px;
    bottom: 103px;
    left: 40px;
  }
  .home__img_kube {
    width: 70px;
    height: 70px;
    left: 20px;
  }
  .home__img_kube2 {
    display: none;
  }
  .home__img_pencil {
    width: 90px;
    height: 164px;
    bottom: 150px;
    right: 20px;
  }
  .home__text {
    margin: 0 0 25px;
    font-size: 13px;
  }
  .home__btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .section-page__footer_container .home__btn {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .home__footer ._icon-inst {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .gallery__body {
    display: none;
  }
  .gallery__body_mob {
    display: block;
    margin-bottom: 40px;
  }
  .reviews__title h2 {
    text-align: center;
  }
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .contact__title {
    display: none;
  }
  .contact__title_mob {
    display: inline-block;
    margin: 0 auto 50px;
    max-width: 500px;
    text-align: center;
  }
  .contact__title_mob h2 {
    font-size: 40px;
  }
  .contact__left {
    width: 100%;
    height: 350px;
  }
  .contact__right {
    width: 100%;
  }
  .contact__body {
    padding: 0 39px;
  }
  .contact__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }
  .contact__footer h3 {
    margin-bottom: 20px;
  }
  .contact-page__title {
    display: block;
  }
  .section-coach__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .section-coach__right {
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .section-coach__left {
    text-align: center;
    margin: 0 auto;
  }
  .section-coach__inf {
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }
  .popUpInf {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    padding: 30px 0;
  }
  .popUpInf_content {
    position: relative;
    top: 30px;
    width: 100%;
    max-width: 480px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    border-radius: 50px;
    background: #fff;
    padding: 0 0 35px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
    min-height: auto;
  }
  .popUpInf_cross {
    position: absolute;
    z-index: 9;
    top: -10px;
    right: -20px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
  }
  .popUpInf_cross img {
    cursor: pointer;
    width: 50px;
  }
  .popUpInf_slider {
    width: 100%;
    max-width: none;
    border: none;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .popUpInf_slider .swiper-slide {
    width: 100%;
    height: 370px;
  }
  .popUpInf_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .popUpInf_slider .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
    width: 100%;
    z-index: 1;
    max-width: none;
  }
  .popUpInf_slider .swiper-pagination span {
    margin: 0 10px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f75a10;
    opacity: 1;
    border: 2px solid #f75a10;
  }
  .popUpInf_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: 0 0;
  }
  .popUpInf_inf {
    width: 100%;
    padding: 45px 60px 0;
  }
  .popUpInf_title {
    margin-top: 15px;
    font-weight: 700;
    color: #f75a10;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 25px;
  }
  .popUpInf_age {
    color: #ff9e00;
    font-size: 13px;
    font-weight: 700;
  }
  .popUpInf_text {
    margin-bottom: 30px;
  }
  .popUpInf_text b {
    margin-top: 25px;
    font-size: 12px;
    display: block;
  }
  .popUpInf_text p {
    margin-top: 20px;
    font-size: 12px;
  }
  .popUpInf_btn {
    position: static;
    left: 110px;
    top: 400px;
    background: #ff4a00;
    border: none;
    font-size: 22px;
    line-height: 22px;
    margin-left: 60px;
  }
  .popUpInf_schedule {
    margin-right: 60px;
    position: static;
    left: 138px;
    top: 490px;
    color: #ff4a00;
    font-weight: 700;
    border-bottom: 3px solid #ff4a00;
    font-size: 17px;
  }
  .popUpInf_layer {
    position: fixed;
    z-index: 98;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
  .bg-vesna .offer-text {
    top: 530px; /* 340px; */
  }
  .contact-yolki {
    padding: 70px 0;
  } 
}
@media (max-width: 900px) and (max-width: 1000px) {
  .home__wrapper {
    padding-top: -webkit-calc(60px + 60 * ((100vw - 320px)/ 680));
    padding-top: -moz-calc(60px + 60 * ((100vw - 320px)/ 680));
    padding-top: calc(60px + 60 * ((100vw - 320px) / 680));
  }
  .contact__title_mob h2 {
    font-size: -webkit-calc(25px + 15 * ((100vw - 320px)/ 680));
    font-size: -moz-calc(25px + 15 * ((100vw - 320px)/ 680));
    font-size: calc(25px + 15 * ((100vw - 320px) / 680));
  }
}
@media screen and (max-width: 900px) {
  .block-offer {
    padding-top: 51px;
    margin-top: 51px;
  }
  .offer-text {
    top: 180px; /* 75; */
    width: 435px;
  }
  .main-vesna .offer-text {
    top: 81px;
  }
  .leto .offer-text {
    top: 300px;
    width: 360px;
  }
  .gallery-camp .gallery__body {
    display: block;
  }
  .gallery-camp .gallery__top {
    width: 150%;
    margin: 0 -25%;
  }
  .gallery-camp .gallery__img {
    margin: 0 5px;
  }
  .cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cont .contact__left {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: auto;
  }
  .cont .contact__right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .cont .contact__body {
    padding: 0;
  }
  .cont .contact__footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .cont .contact__title {
    display: block;
  }
  .yolki-page .contact__title {
    display: none;
  }
}
@media (max-width: 770px) {
  .slider-reviews .slider-arrow_next,
  .slider-reviews .slider-arrow_prev {
    display: none;
  }
  .slider-reviews .swiper-pagination {
    bottom: 63px;
  }
  .header {
    height: 50px;
  }
  .header__nav {
    display: none;
  }
  .header__nav_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .header-mob__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .header-mob__contact a {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    color: #dc4c12;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow-y: scroll;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .burger__menu {
    position: absolute;
    padding-top: 50px;
    top: 0;
  }
  .burger__menu .sub-menu {
    display: none;
    margin-top: 20px;
  }
  .burger__menu .sub-menu li {
    margin-bottom: 15px;
  }
  .burger__menu .sub-menu a {
    font-size: 24px;
  }
  .burger-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #dc4c12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 0 7px;
  }
  .burger-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 0.9px;
    margin: 3px 0;
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .burger-icon:after,
  .burger-icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 0.9px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .burger-icon.active span {
    opacity: 0;
  }
  .burger-icon.active:before {
    -webkit-transform: rotate(45deg) translateY(4.5px) translateX(4px);
    -ms-transform: rotate(45deg) translateY(4.5px) translateX(4px);
    -moz-transform: rotate(45deg) translateY(4.5px) translateX(4px);
    -o-transform: rotate(45deg) translateY(4.5px) translateX(4px);
    transform: rotate(45deg) translateY(4.5px) translateX(4px);
  }
  .burger-icon.active:after {
    -webkit-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    -ms-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    -moz-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    -o-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
  }
  .footer__logo {
    width: 180px;
    height: 50px;
  }
  .footer__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__item_col1,
  .footer__item_col2 {
    margin-bottom: 30px;
  }
  .footer__item_col3 {
    width: 100%;
  }
  .social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .social__link {
    margin: 0 20px 0 0;
  }
  .footer-schedule__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .section-home__right {
    width: 70%;
  }
  .section-page__link {
    display: none;
  }
  .section-page__link.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .soccer-home__right {
    top: 130px;
    width: 62%;
  }
  .modal__wrapper {
    opacity: 0;
    border-radius: 30px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .modal__left {
    margin-right: 0;
    width: 100%;
  }
  .modal__img {
    border-radius: 30px;
  }
  .modal__right {
    padding: 17px 17px 25px;
  }
  .modal__link {
    margin-top: 20px;
  }
  .contact__item_img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bg-vesna {
    height: 54vh !important;
    min-height: 450px;
    /*background-image: url(../img/pattern-orange.svg);
    background-repeat: repeat;
    background-size: 250px 250px;*/
  }
  .bg-vesna .offer-text {
    /*width: 390px;
    top: 300px; */
    width: 36vh;
    top: 44vh;
  }
  .why {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-top: 30px;
    margin-top: -30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .why-item {
    width: 280px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .why-item_img {
    height: 185px;
  }
  .why-item_text {
    padding: 20px;
  }
  .date {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .feedback {
    padding: 35px 20px 25px;
  }
  .condition {
    /*width: -webkit-calc(100% / 2 - 30px);
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px); */
    width: 90%;
    margin: 25px auto 15px;
  }
}
@media screen and (max-width: 650px) {
  /*.about-item {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: none;
  } */
  .program {
    max-width: 420px;
  }
  .program-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .program_icon1 {
     right: 45%;
  }
  .program_icon2 {
    right: -10%;
    top: 163px;
  }
  .program_icon3 {
    top: 700px;
  }
  .program_icon4 {
    right: 50%;
    bottom: 360px;
  }
}
@media (max-width: 600px) {
  .section-page__home h1 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    color: #fd4b00;
    font-family: DelaGothicOne;
  }
  .slider-reviews .swiper-pagination {
    bottom: 48px;
  }
  .slider-news {
    width: 70%;
  }
  .slider-news .swiper-button-next,
  .slider-news .swiper-button-prev {
    top: 80%;
  }
  .slider-reviews {
    width: 100%;
    height: 300px;
  }
  .slider-reviews .swiper-slide-active {
    -webkit-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    -moz-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  .slider-reviews .swiper-slide {
    height: 80%;
    border-radius: 0;
    padding: 30px 15px;
  }
  .slider-reviews .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .slider-reviews__text {
    font-size: 13px;
  }
  .slider-reviews h3 {
    font-size: 18px;
  }
  .slider-reviews .swiper-pagination-bullet {
    background-color: #fff;
    width: 15px;
    height: 15px;
  }
  .slider-reviews .swiper-pagination-bullet-active {
    background-color: #dc4c12;
    border: 0 solid #dc4c12;
  }
  .news-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .news-page__img {
    width: 100%;
    height: calc(100vw - 20px);
    -webkit-box-flex: 0;
      -ms-flex: none;
        flex: none;
    margin-right: 0;
  }
  .news-page__text {
    width: 100%;
  }
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .block-offer {
    height: 370px;
  }
  .leto .block-offer {
    height: 405px;
  }
  .offer-text {
    top: 120px; /* 55px; */
    width: 300px;
  }
  .leto .offer-text {
    top: 300px;
    width: 275px;
  }
  .offer-logo {
    max-width: 59%;
  }
  .partners {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    box-shadow: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: -20px;
  }
  .partner {
    text-align: center;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    margin-bottom: 20px;
  }
  .date {
    padding: 40px 20px 20px;
  }
  .gallery-camp .gallery__top {
    width: 200%;
    margin: 0 -50%;
    max-height: 180px;
  }
  .gallery-camp .gallery__bottom {
    width: 300%;
    margin: 10px -100% 0;
    max-height: 180px;
  }
  .feedback_title {
    margin-bottom: 20px;
    text-align: left;
  }
  .feedback_text {
    font-weight: 400;
  }
  .feedback form > * {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .feedback button,
  .feedback input[type="submit"] {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 20px 10px 0;
    max-width: none;
  }
  .feedback_inf {
    display: none;
  }
  .block-capitans .wave {
    height: 40px;
  }
  .block-capitans .title {
    line-height: 130%;
  }
  .capitans .flip-items {
    min-width: 900px;
  }
  .capitan_icon {
    width: 100px;
    margin: 0 auto -40px;
  }
  .capitan_content {
    margin-top: -145px;
    padding-top: 145px;
  }
  .capitan_content p {
    font-size: 16px;
    margin-top: 15px;
  }
  .block-conditions, .leto .block-conditions {
    padding: 100px 0 0;
  }
  .conditions-yolki {
    padding: 70px 0 10px;
  }
  .conditions-yolki .txt_block1, .conditions-yolki .txt_block2 {
    margin: 45px 0;
  }
  .conditions-yolki::after {
    margin: -25px 0 -125px;
  }
  .block-conditions .title::after {
    display: none;
  }
  /*.condition {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .condition_img {
    text-align: left;
    height: auto;
  }*/
  .condition_content ul {
    font-size: 14px;
  }
  .block-docs {    
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
  }
  .leto .block-docs {
    padding-bottom: 30px;
  }
  .block-docs .title span::after {
    display: none;
  }
  .docs a {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .white-bg a {
    width: -webkit-calc(100% / 2 - 30px);
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }
  .block-revs {
    padding: 120px 0;
  }
  .revs {
    margin: 0 auto;
    width: 90%; /*700px; 
    margin: 0 -webkit-calc((700px - 100%)/ (-2));
    margin: 0 -moz-calc((700px - 100%)/ (-2));
    margin: 0 calc((700px - 100%) / (-2)); */
  }
  .block-program.program-yolki {
    padding: 0;
    background-position-x: left;
    background-position-y: top;
  }
  .yolki-page .program-yolki .text-block {
    margin-bottom: 0;
    padding: 55px 30px;
  }
  .program-item {
    width: 180px;
    padding-top: 15px;
  }
  .program-yolki p, .conditions-yolki p {
    font-size: 14px;
  }
  .camp-sokolniki .block-cont {
    padding-top: 160px;
  } 
  .leto .block-why {
    padding-bottom: 15px;
  }
  .camp-sokolniki .block-dates {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 550px) {
  .popUpInf {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    padding: 30px 0;
  }
  .popUpInf_content {
    position: relative;
    top: 30px;
    width: 100%;
    max-width: 360px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    border-radius: 50px;
    background: #fff;
    padding: 0 0 35px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
    min-height: auto;
  }
  .popUpInf_cross {
    position: absolute;
    z-index: 9;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
  }
  .popUpInf_cross img {
    cursor: pointer;
    width: 50px;
  }
  .popUpInf_slider {
    width: 100%;
    max-width: none;
    border: none;
    height: 260px;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .popUpInf_slider .swiper-slide {
    width: 100%;
    height: 260px;
  }
  .popUpInf_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .popUpInf_slider .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
    width: 100%;
    z-index: 1;
    max-width: none;
  }
  .popUpInf_slider .swiper-pagination span {
    margin: 0 10px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f75a10;
    opacity: 1;
    border: 2px solid #f75a10;
  }
  .popUpInf_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: 0 0;
  }
  .popUpInf_inf {
    width: 100%;
    padding: 30px 30px 0;
  }
  .popUpInf_title {
    margin-top: 0;
    font-weight: 700;
    color: #f75a10;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 25px;
  }
  .popUpInf_age {
    color: #ff9e00;
    font-size: 13px;
    font-weight: 700;
  }
  .popUpInf_text {
    margin-bottom: 30px;
  }
  .popUpInf_text b {
    margin-top: 25px;
    font-size: 12px;
    display: block;
  }
  .popUpInf_text p {
    margin-top: 20px;
    font-size: 12px;
  }
  .popUpInf_btn {
    position: static;
    left: 110px;
    top: 400px;
    background: #ff4a00;
    border: none;
    font-size: 22px;
    line-height: 22px;
    margin-left: 30px;
    width: 148px !important;
    height: 50px !important;
  }
  .popUpInf_schedule {
    margin-right: 30px;
    position: static;
    left: 138px;
    top: 490px;
    color: #ff4a00;
    font-weight: 700;
    border-bottom: 3px solid #ff4a00;
    font-size: 17px;
  }
  .popUpInf_layer {
    position: fixed;
    z-index: 98;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 530px) {
  .home__img_ball {
    width: 100px;
    height: 100px;
    bottom: 77px;
    left: 70px;
  }
  .home__img_kube {
    width: 50px;
    height: 50px;
    left: 60px;
    top: 20px;
  }
  .home__img_pencil {
    width: 70px;
    height: 144px;
    bottom: 128px;
    right: 70px;
  }
  .section-home__nav a {
    font-size: 24px !important;
  }
  .section-home__nav li.current_page_item a:before {
    content: "";
    display: block;
    position: absolute;
    width: 105%;
    height: 10px !important;
    bottom: -10px;
    background-color: #4064ff;
  }
}
@media (max-width: 480px) {
  .home_icon {
    font-size: 40px;
  }
  .home__btn {
    font-size: 13px;
  }
  .home__footer {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }  
  .bg-vesna {
    height: 50vh !important;
    min-height: 360px;
  }
  .bg-vesna .offer-text {
    /*width: 79%;
    top: 34vh;*/
    width: 32vh;
    top: 42.3vh;
  }
  .bg-vesna .offer-logo {
    width: 54%;
    top: 43vh;
  }
  .btn {
    height: 42px;
    width: 105px;
  }
  .three_blocks_btn {
    margin: 30px 0 0px;
  }
  .about-item_title {
    margin: 25px auto;
    max-width: 90%;
  }
  .section-bg {
    width: 130%;
    height: 107%;
  }
  .section-bg_big {
    width: 300%;
    height: 105%;
  }
  .section-bg .bg-line {
    display: none;
  }
  .section-bg .bg-line_mob {
    display: block;
  }
  .sections__slider {
    width: 100%;
  }
  .contact {
    padding-top: 10px;
  }
  .contact .wave img {
    -o-object-fit: none;
    object-fit: none;
  }
  .footer {
    padding: 30px 20px;
  }
  .footer__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .footer__logo {
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
  }
  .footer__logo img {
    width: 138px;
  }
  .footer__item_col1 {
    width: 45%;
    margin-right: 30px;
  }
  .footer__item_col2 {
    width: 45%;
  }
  .footer__bottom {
    margin-top: 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page__text h2 {
    font-size: 20px;
  }
  .news-page__text p {
    font-size: 16px;
    width: 100%;
  }
  .contact-page__footer,
  .contact-page__footer_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .contact-page__footer .contact__item {
    width: 100%;
  }
  .contact-page__footer .contact__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
  .section-page__btn {
    height: 60px;
    width: 200px;
    font-size: 28px;
  }
  .section-inf__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  .section-inf__item {
    margin-bottom: 40px;
  }
  .section-page .section-bg {
    width: 100%;
    height: 100%;
  }
  .section-page .reviews-bg {
    height: 105%;
  }
  .section-page .section-bg img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .footer.footer-section {
    padding: 46px 10px 40px;
  }
  .modal-form {
    padding: 0;
  }
  .modal-form__wrapper {
    width: 100%;
    border-radius: 0;
  }
  .modal-form__btn {
    width: 100%;
  }
  .modal-form__icon {
    display: none;
  }
  .reviews--new .section-bg {
    top: -45px;
  }
  .reviews--new .section-bg img {
    width: auto;
    height: 110%;
  }
  .section-inf__img {
    width: 100px;
    height: 80px;
  }
  .section-inf__text h3 {
    line-height: 64px;
  }
}
@media screen and (max-width: 480px) {
  .date_btn {
    width: 100%;
  }
  .block-cont {
    padding-top: 120px;
  }
  .contact-yolki {
    padding: 30px 0 50px
  } 
  .block-dates .subtitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 450px) {
  .program {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .program-item {
    /*width: 270px;
    height: 270px;*/
    width: 210px;
    height: 320px;
  }
  /*.program-item:nth-child(1) {
    background: url(../img/camp/program/16.svg) 0 0/100% 100%;
    width: 152px;
    height: 190px;
    margin-right: 12px;
    padding: 32px 11px 10px;
  }
  .program-item:nth-child(1) .program-item_title {
    margin-bottom: 14px;
  }
  .program-item:nth-child(1) .program-item_text {
    padding: 0;
  }
  .program-item:nth-child(2) {
    background: url(../img/camp/program/17.svg) 0 0/100% 100%;
    width: 160px;
    height: 221px;
    margin-right: 0;
    padding: 50px 10px 10px;
  }
  .program-item:nth-child(3) {
    background: url(../img/camp/program/18.svg) 0 0/100% 100%;
    width: 175px;
    height: 207px;
    margin-right: 16px;
    padding: 30px 23px 15px;
  }
  .program-item:nth-child(4) {
    background: url(../img/camp/program/19.svg) 0 0/100% 100%;
    width: 152px;
    height: 200px;
    padding: 35px 21px 12px;
  }
  .program-item:nth-child(5) {
    background: url(../img/camp/program/20.svg) 0 0/100% 100%;
    width: 150px;
    height: 200px;
    margin-right: 20px;
    padding: 39px 15px;
  }
  .program-item:nth-child(6) {
    background: url(../img/camp/program/21.svg) 0 0/100% 100%;
    width: 153px;
    height: 200px;
    margin-right: 0;
    padding: 26px 15px 20px;
  }
  .program-item:nth-child(6) .program-item_title {
    margin-bottom: 15px;
  }
  .program-item:nth-child(7) {
    background: url(../img/camp/program/22.svg) 0 0/100% 100%;
    width: 173px;
    height: 200px;
    margin-right: 10px;
    margin-left: -13px;
    padding: 20px 30px;
  }
  .program-item:nth-child(7) .program-item_title {
    margin-bottom: 18px;
  }
  .program-item:nth-child(8) {
    background: url(../img/camp/program/23.svg) 0 0/100% 100%;
    width: 153px;
    height: 200px;
    margin-right: 0;
    padding: 23px 15px;
  }
  .program-item:nth-child(9) {
    background: url(../img/camp/program/24.svg) 0 0/100% 100%;
    width: 150px;
    height: 200px;
    padding: 20px 15px;
  }
  .program-item:nth-child(9) .program-item_title {
    margin-bottom: 11px;
  }
  .program-item:nth-child(10) {
    background: url(../img/camp/program/25.svg) 0 0/100% 100%;
    width: 150px;
    height: 200px;
    padding: 13px 15px;
  }
  .program-item:nth-child(10) .program-item_title {
    margin-bottom: 16px;
  }
  .program-item:nth-child(11) {
    background: url(../img/camp/program/26.svg) 0 0/100% 100%;
    width: 150px;
    height: 200px;
  }
  .program-item:nth-child(11) .program-item_title {
    margin-bottom: 20px;
  }
  .program-item:nth-child(12) {
    background: url(../img/camp/program/27.svg) 0 0/100% 100%;
    width: 160px;
    height: 200px;
    margin-right: -10px;
  }
  .program-item:nth-child(12) .program-item_title {
    margin-bottom: 9px;
  }
  .program-item:nth-child(13) {
    background: url(../img/camp/program/28.svg) 0 0/100% 100%;
    width: 150px;
    height: 200px;
    margin-right: 10px;
    padding: 30px 14px 20px;
  }
  .program-item:nth-child(13) .program-item_title {
    margin-bottom: 20px;
  }
  .program-item:nth-child(14) {
    background: url(../img/camp/program/29.svg) 0 0/100% 100%;
    width: 165px;
    height: 200px;
    margin-right: -5px;
    padding: 20px 25px;
  }
  .program-item:nth-child(15) {
    background: url(../img/camp/program/30.svg) 0 0/100% 100%;
    width: 150px;
    height: 200px;
    padding: 25px 14px 20px;
  }*/
  .program_icon {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  .program_icon1 {
    top: 540px;
    right: -5%;
  }
  .program_icon2 {
    top: 880px;
    right: 76%;
  }
  .program_icon3 {
    top: 830px;
  }
  .program_icon4 {
    top: 212px;
    right: 72%;
  }
  .block-offer {
    height: 279px; /* 300px; */
  }
  .bg-zima {
    background-position-x: 54%;
  }
  .offer-text {
    top: 115px; /* 50px; */
    width: 270px; /* 235px; */
  }
  .leto .block-offer {
    height: 320px;
  }
  .leto .offer-text {
    top: 235px;
    width: 235px;
  }
}
@media screen and (max-width: 415px) {
  .condition_content ul {
    font-size: 13px;
  }
  .white-bg .title {
    font-size: 25px;
  }  
}
@media (max-width: 380px) {
  .footer-sections {
    padding: 0 20px;
  }
}
@media screen and (max-width: 380px) {
  .offer-logo {
    max-width: 65%;
  }
}
@media screen and (max-width: 374px) {
  .popUpInf {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    padding: 30px 0;
  }
  .popUpInf_content {
    position: relative;
    top: 30px;
    width: 100%;
    max-width: 290px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    border-radius: 50px;
    background: #fff;
    padding: 0 0 35px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
    min-height: auto;
  }
  .popUpInf_cross {
    position: absolute;
    z-index: 9;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.42);
  }
  .popUpInf_cross img {
    cursor: pointer;
    width: 50px;
  }
  .popUpInf_slider {
    width: 100%;
    max-width: none;
    border: none;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .popUpInf_slider .swiper-slide {
    width: 100%;
    height: 200px;
  }
  .popUpInf_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .popUpInf_slider .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
    width: 100%;
    z-index: 1;
    max-width: none;
  }
  .popUpInf_slider .swiper-pagination span {
    margin: 0 10px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f75a10;
    opacity: 1;
    border: 2px solid #f75a10;
  }
  .popUpInf_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: 0 0;
  }
  .popUpInf_inf {
    width: 100%;
    padding: 15px 15px 0;
  }
  .popUpInf_title {
    margin-top: 0;
    font-weight: 700;
    color: #f75a10;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 25px;
  }
  .popUpInf_age {
    color: #ff9e00;
    font-size: 13px;
    font-weight: 700;
  }
  .popUpInf_text {
    margin-bottom: 30px;
  }
  .popUpInf_text b {
    margin-top: 25px;
    font-size: 12px;
    display: block;
  }
  .popUpInf_text p {
    margin-top: 20px;
    font-size: 12px;
  }
  .popUpInf_btn {
    position: static;
    left: 110px;
    top: 400px;
    background: #ff4a00;
    border: none;
    font-size: 18px;
    line-height: 18px;
    margin-left: 15px;
    width: 148px !important;
    height: 50px !important;
  }
  .popUpInf_schedule {
    margin-right: 15px;
    position: static;
    left: 138px;
    top: 490px;
    color: #ff4a00;
    font-weight: 700;
    border-bottom: 3px solid #ff4a00;
    font-size: 17px;
  }
  .popUpInf_layer {
    position: fixed;
    z-index: 98;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 360px) {
  .section-bg {
    width: 300%;
  }
  .section-bg_big {
    width: 598%;
  }
  .section-page .section-bg {
    height: 104%;
  }
  .section-page .reviews-bg {
    height: 105%;
  }
  .reviews--new .section-bg {
    top: -45px;
  }
  .reviews--new .section-bg img {
    width: auto;
    height: 110%;
  }
}
@media screen and (max-width: 360px) {
  .why-item {
    width: 230px;
  }
  .cont .contact__title h2 {
    font-size: 34px;
  }
  .program_icon {
    display: none;
  }
}
@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: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
