@charset "UTF-8";

@font-face {
  font-family: "icomoon";
  src: url("../iconfonts/icomoon.eot?nqy3kn");
  src: url("../iconfonts/icomoon.eot?nqy3kn#iefix") format("embedded-opentype"), url("../iconfonts/icomoon.ttf?nqy3kn") format("truetype"), url("../fonts/icomoon.woff?nqy3kn") format("woff"), url("../iconfonts/icomoon.svg?nqy3kn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
  content: "\e901";
}

.icon-vk:before {
  content: "\e903";
}

.icon-ok:before {
  content: "\e902";
}

.icon-play:before {
  content: "\e900";
}

.icon-viber:before {
  content: "\e905";
}

.icon-tg:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e906";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  overflow-anchor: none;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Open Sans", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 138.88889%;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 15px;
}

._container--large {
  max-width: 1760px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn--green {
  padding: 0px 57px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #5d9947;
  border-radius: 45px;
  -webkit-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  font-size: 24px;
}

.btn--orange {
  padding: 0px 57px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #f06936;
  border-radius: 45px;
  -webkit-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  font-size: 24px;
}

.btn--border {
  display: block;
  margin: 0px auto;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 137.5%;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  color: #f06936;
  border: 1px solid #f06936;
  border-radius: 35px;
  -webkit-transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 35px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  height: 56px;
  padding: 0px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #444444;
}

.select__value span {
  height: 1em;
  margin: 0 0 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #444444;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  display: none;
  position: absolute;
  top: 58px;
  border-radius: 35px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  font-size: 20px;
  color: #444444;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 15px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

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

._input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea._input {
  resize: none;
  padding: 0px 0px;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 135%;
  text-transform: uppercase;
  font-size: 40px;
}

._placeholder-parent {
  position: relative;
}

._placeholder-parent ._placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  line-height: 56px;
  font-size: 20px;
  color: #666;
  padding: 0px 0px 0px 20px;
}

._placeholder-parent ._placeholder ._asterisk {
  color: #f06936;
}

._hidden {
  display: none;
}

.lg-on {
  overflow: hidden;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg > img,
._ibg > picture > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: #e5e5e5 url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

button:disabled {
  opacity: 0.7;
}

.slick-slider {
  position: relative;
}

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

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("../img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* ------------ */

#lg-zoom-in {
  background: url(../img/icons/zoom-plus.svg) center no-repeat;
  background-size: 20px 20px;
}

#lg-zoom-in::after {
  content: "";
}

#lg-zoom-out {
  background: url(../img/icons/zoom-minus.svg) center no-repeat;
  background-size: 20px 20px;
}

#lg-zoom-out::after {
  content: "";
}

#lg-actual-size {
  display: none;
}

.lg-toolbar .lg-close {
  background-size: 20px;
}

.lg-icon,
#lg-zoom-in,
#lg-zoom-out {
  -webkit-transition: background-color 0.5s ease 0s !important;
  -o-transition: background-color 0.5s ease 0s !important;
  transition: background-color 0.5s ease 0s !important;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
  border-radius: 30px;
}

.popup__close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close_black.svg") 0 0 no-repeat;
}

.popup__body {
  max-width: 600px;
  padding: 30px 30px 15px;
}

.popup__logo {
  width: 202px;
  height: auto;
  margin: 0px auto 20px;
}

.popup__logo img {
  max-width: 100%;
}

.popup__title {
  margin: 0px 0px 30px 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25/18;
  text-align: center;
  color: #f06936;
}

.popup-shift {
  margin: 40px 0px 0px 0px;
}

.popup-shift li {
  margin: 0px 0px 25px 0px;
  font-size: 24px;
  line-height: 137.5%;
  text-align: center;
  color: #000000;
}

.popup-review .popup__body {
  padding-bottom: 30px;
}

.popup-review .form-contacts__btn {
  margin: 0px auto;
}

.popup-sign .popup__body {
  padding-bottom: 60px;
}

/* Form-sign */

.form-sign__input {
  height: 56px;
  width: 100%;
  margin: 0px 0px 20px 0px;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}

.form-sign__input input {
  width: 100%;
  padding: 0px 20px;
  line-height: 54px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 35px;
  font-size: 20px;
  color: #666666;
}

.form-sign__title {
  margin: 0px 0px 10px 3px;
  font-size: 20px;
  line-height: 135%;
  color: #000000;
}

.form-sign__select {
  margin-bottom: 30px;
}

.form-sign__btn {
  display: block;
  width: 100%;
  text-align: center;
}

.popup-video .popup__video {
  max-width: 854px;
  width: 100%;
  padding: 0px 0px 56.2%;
  position: relative;
}

.popup-video .popup__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup-video .popup__body {
  padding: 20px;
  max-width: 894px;
  border-radius: 10px;
}

.popup-video .popup__close {
  font-weight: 600;
  font-size: 16px;
  line-height: 137.5%;
  text-align: right;
  color: #ffffff;
  background: transparent;
  top: -25px;
  right: 55px;
}

.header {
  width: 100vw;
  margin: 0 auto;
  position: relative;
}

.header > img,
.header > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header._scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header._scroll > img,
.header._scroll > picture > img {
  display: none;
}

.header._scroll + .page {
  padding: 136px 0px 0px 0px;
}

.header._scroll .header__content {
  padding: 18px 0px;
}

.header._scroll .header__logo img {
  height: 95px;
}

.header._scroll .header__social.social,
.header._scroll .contacts,
.header._scroll .menu {
  margin: 0px 0px 0px 0px;
}

.header._scroll .header__medals {
  margin: 0px 69px 0 67px;
}

.header._scroll .header__medals img {
  width: 100px;
  height: 100px;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 26px 0px 0px 0px;
  position: relative;
  z-index: 2;
}

.header__medals {
  margin: -30px 69px 0px 67px;
}

.header__medals img {
  width: 120px;
  height: 120px;
}

.header__logo {
  margin: 0px 97px 0px 0px;
  position: relative;
  z-index: 11;
}

.header__logo img {
  max-width: 202px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 11;
  padding: 0px 25px 0px 0px;
  margin: 0 0 36px;
}

.social * + * {
  margin: 0px 0px 0px 15px;
}

.social::after {
  content: "";
  display: block;
  width: 2px;
  height: 36px;
  margin: 0px 0px 0px 25px;
  background: #e8e3d2;
  -ms-flex-item-align: center;
  align-self: center;
}

.social .icon-ok {
  font-size: 18px;
}

.social .icon-vk {
  font-size: 15px;
}

.social .icon-fb {
  font-size: 21px;
}

.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.social__item.icon-ok {
  background: #f06936;
}

.social__item.icon-vk {
  background: #5d9947;
}

.social__item.icon-fb {
  background: #eec33d;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 33px;
  position: relative;
  z-index: 11;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.contacts__item.icon-phone {
  width: 50px;
  height: 50px;
  margin: 0px 15px 0px 0px;
  border: 2px solid #f06936;
  background: transparent;
  color: #f06936;
  font-size: 21px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.contacts__item.icon-tg {
  width: 20px;
  height: 20px;
  margin: 0px 8px 0px 0px;
  font-size: 8.8px;
  color: #fff;
  background: #2f89ce;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.contacts__item.icon-tg::before {
  margin: 1px 1px 0px 0px;
}

.contacts__item.icon-viber {
  width: 20px;
  height: 20px;
  font-size: 11.6px;
  color: #fff;
  background: #7c509a;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.contacts__item.icon-viber::before {
  margin: 2px 0px 0px 1.5px;
}

.contacts__item--number {
  margin: 0px 9px 0px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  color: #422c16;
  position: relative;
  white-space: nowrap;
  -webkit-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}

.menu__body._active .menu__list {
  opacity: 1;
  visibility: visible;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__list * + * {
  margin: 0px 0px 0px 17px;
}

.menu__link {
  padding: 10px 18px;
  font-weight: 700;
  font-size: 13px;
  line-height: 22/16;
  text-transform: uppercase;
  color: #422c16;
  -webkit-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
  transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
  border-radius: 45px;
}

.menu__link._active {
  color: #fff;
  background: #f06936;
}

.icon-menu {
  display: none;
}

.footer__copy {
  padding: 10px 0px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  line-height: 137.5%;
  color: #1c1c1c;
}

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

/* Intro */

.intro {
  width: 100%;
  background: url("../img/intro/intro_bg.jpg") no-repeat;
  background-size: cover;
}

.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 240px 0 0;
}

.intro__title {
  font-weight: 800;
  font-size: 90px;
  line-height: 1.326;
  text-align: center;
  color: #ffffff;
  font-size: calc(36px + 54 * ((100vw - 375px) / 1600));
}

.intro__subtitle {
  font-weight: 600;
  font-size: 40px;
  line-height: 135%;
  text-align: center;
  text-transform: uppercase;
  color: #eec33d;
  font-size: 40px;
}

.intro__info {
  margin: 0px 0px 32px 0px;
  font-weight: 400;
  font-size: 40px;
  line-height: 135%;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
}

.intro__btn {
  margin: 0px 0px 109px 0px;
}

.intro__timer {
  width: 100%;
  padding: 35px 0px;
  background: #eec33d;
}

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

.intro__col--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}

.intro__col--right {
  padding: 0px 0px 0px 5.7%;
}

.intro__bottom-suptitle {
  margin: 0 0 5px;
  font-size: 30px;
  line-height: 136.66667%;
  color: #f06936;
  font-size: 30px;
}

.intro__bottom-subtitle {
  font-weight: 600;
  font-size: 40px;
  line-height: 112.5%;
  color: #ffffff;
  font-size: 40px;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timer__date {
  display: none;
}

.timer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  padding: 4px 0px 17px;
  background: #ebb818;
  border-radius: 30px;
  margin: 0px 20px 0px 0px;
}

.timer__item:last-child {
  margin: 0px 0px 0px 0px;
}

.timer__text {
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #ffffff;
}

.timer--number {
  padding: 0px 0px 0px 0px;
  font-weight: 800;
  font-size: 100px;
  line-height: 136%;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.timer--number::after {
  content: "";
  display: block;
  width: 60px;
  text-align: center;
  margin: -12px auto 3px;
  border-bottom: 2px dashed #d0a316;
}

/* Engagement */

.engagement {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.engagement__decor-right {
  position: absolute;
  top: -547px;
  right: 0;
}

.engagement__decor-left {
  position: absolute;
  bottom: -299px;
  left: 0;
}

.engagement__wrapper {
  padding: 90px 15px 60px;
  position: relative;
  z-index: 2;
}

.engagement__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 30px 0px;
}

.engagement__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.engagement__item:nth-child(2n) .engagement__content {
  padding: 0px 82px 0px 0px;
}

.engagement__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 410px;
  flex: 0 0 410px;
  width: 410px;
  height: 320px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.engagement__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 1s;
  -o-object-fit: cover;
  object-fit: cover;
}

.engagement__img:hover img {
  transform: scale(1.2);
}


.engagement__content {
  padding: 0px 0px 0px 29px;
}

.engagement__title {
  margin: 0px 0px 33px 0px;
  font-weight: 600;
  font-size: 36px;
  line-height: 136.11111%;
  text-transform: uppercase;
  color: #f06936;
  font-size: 36px;
}

.engagement__title--english {
  color: #5d9947;
}

.engagement__title--train {
  color: #eec33d;
}

.engagement__text {
  font-size: 18px;
  line-height: 156%;
  color: #595959;
  font-size: 18px;
}

.engagement__text p {
  margin: 0px 0px 20px 0px;
}

/* Excursion */

.excursion__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 93px 0px 123px;
  position: relative;
  z-index: 2;
}

.excursion__suptitle {
  margin: 0 0 51px;
  font-weight: 600;
  font-size: 24px;
  line-height: 137.5%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
}

.excursion__title {
  margin: 0 0 42px;
  font-weight: 600;
  font-size: 48px;
  line-height: 135.41667%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 48px;
}

.excursion__btn-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 82.5px;
  height: 58px;
  margin: 0 0 96px;
  background: #fb0606;
  border-radius: 14px;
  -webkit-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}

.excursion__btn-play::before {
  margin: 1px 0 0px 4px;
  font-size: 24.5px;
  color: #fff;
}

.excursion__btn {
  padding: 0 62px;
}

/* Why */

.why {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.why > img {
  position: absolute;
  top: -468px;
  right: 0px;
}

.why__wrapper {
  padding: 90px 15px 63px;
  position: relative;
  z-index: 2;
}

.why__title {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 50px;
  line-height: 136%;
  color: #000000;
  font-size: 50px;
}

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

.why__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  font-size: 20px;
  line-height: 135%;
  color: #444444;
  font-size: 20px;
}

.why__item:first-child {
  margin: 0px 30px 0px 0px;
}

.why__item:first-child .why__text-item:nth-child(1) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why__item:first-child .why__text-item:nth-child(2) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why__item .why__text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 20px 0px;
}

.why__item .why__text-item::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px 20px 0px 0px;
  background: url(../img/icons/check.svg) no-repeat;
}

.why__item p span {
  display: inline-block;
  text-transform: uppercase;
}

.why__text {
  margin: 0px 0px 61px 0px;
  line-height: 155.55556%;
  font-size: 18px;
}

.stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 30px 0px;
  max-width: 300px;
  text-align: center;
}

.stats__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stats__val--1 {
  color: #f06936;
}

.stats__val--2 {
  color: #5d9947;
}

.stats__val--3 {
  color: #eec33d;
}

.stats__val--4 {
  color: #3274e0;
}

.stats__num {
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  text-align: center;
}

.stats__num img {
  margin: 3px 0px 0px 0px;
}

.stats__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 137.5%;
  text-align: center;
}

.stats__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 137.5%;
  text-align: center;
}

/**/

.schedule__wrapper {
  padding: 43px 15px 59px;
  position: relative;
  z-index: 2;
}

.schedule__slide:nth-child(1) .schedule__slider-btn--prev {
  display: none;
}

.schedule__slide:last-child .schedule__slider-btn--next {
  display: none;
}

.schedule__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 38px 0px;
}

.schedule__col--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 0px 0px 7px;
}

.schedule__col--right {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.schedule__title {
  margin: 0px 0px 10px 0px;
  color: #ffffff;
}

.schedule__date {
  font-weight: 600;
  font-size: 25px;
  line-height: 136%;
  color: #eec33d;
  font-size: 25px;
}

.schedule__slider-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #ffffff;
  padding: 16px 40px;
  background: #eec33d;
  border-radius: 35px;
  -webkit-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  font-size: 20px;
}

.schedule__slider-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0px 0px 0px 10px;
  border-radius: 50%;
  background: #fff;
}

.schedule__slider-btn span::before {
  margin: 0px 0px 0px 3px;
  color: #eec33d;
  font-size: 12px;
  -webkit-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}

.schedule__slider-btn--prev span {
  margin: 0px 10px 0px 0px;
}

.schedule__slider-btn--prev span:before {
  margin: 0px 3px 0px 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.schedule__slider-btn--next {
  margin: 0px 0px 0px 15px;
}

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

.schedule__items--slider {
  display: none;
}

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

.schedule__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  padding: 0px 5px 10px;
}

.schedule__item table {
  width: 100%;
  height: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px 15px 17px;
  background: #ffbdbd;
  border-radius: 30px;
}

.schedule__item table th {
  margin: 0px 0px 9px 0px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 137.5%;
  text-align: center;
  color: #c65353;
}

.schedule__item table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule__item.lightblue table {
  background: #95cfff;
}

.schedule__item.lightblue table th {
  color: #2d71a8;
}

.schedule__item.lightblue .schedule__time {
  color: #2d71a8;
}

.schedule__item.lightgreen table {
  background: #a4f9e2;
}

.schedule__item.lightgreen table th {
  color: #349b7f;
}

.schedule__item.lightgreen .schedule__time {
  color: #349b7f;
}

.schedule__item.yellow table {
  background: #fff279;
}

.schedule__item.yellow table th {
  color: #83791b;
}

.schedule__item.yellow .schedule__time {
  color: #83791b;
}

.schedule__item.purple table {
  background: #bbb1f9;
}

.schedule__item.purple table th {
  color: #4d4195;
}

.schedule__item.purple .schedule__time {
  color: #4d4195;
}

.schedule__time {
  margin: 0px 5px 0px 0px;
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: #c65353;
}

.schedule__text {
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: #000000;
}

.schedule__text span {
  text-transform: uppercase;
}

.schedule__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.schedule__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 306px;
  padding: 0;
  margin: 0px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 51px;
  text-transform: initial;
  white-space: nowrap;
  font-size: 16px;
}

.schedule .small-slider {
  overflow: hidden;
}

.schedule .schedule--next,
.schedule .schedule--prev {
  top: 50% !important;
  margin: -30px 0px 0px 0px;
}

/* Price */

.price {
  width: 100%;
  position: relative;
}

.price > img {
  z-index: -1;
}

.price > img:nth-child(1) {
  position: absolute;
  top: -133px;
  left: 0;
}

.price > img:nth-child(2) {
  position: absolute;
  top: 322px;
  right: 0;
}

.price__wrapper {
  padding: 90px 15px 0px;
  margin-bottom: 90px;
}

.price__title {
  margin: 0px 0px 40px 0px;
  text-align: center;
}

.price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #5d9947;
  border-radius: 30px;
  overflow: hidden;
}

.price__head {
  width: 100%;
  padding: 20px 60px 43px;
  text-align: center;
  background: #5d9947;
}

.price__subtitle {
  padding: 0px 0px 31px 0px;
  margin: 0px 0px 30px 0px;
  font-size: 30px;
  line-height: 136.66667%;
  color: #ffffff;
  border-bottom: 2px solid #3e712b;
  font-size: 30px;
}

.price__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}

.price__value {
  margin: 0px 5px 0px 0px;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  font-size: 64px;
}

.price__currency {
  font-size: 24px;
  line-height: 137.5%;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}

.price__body {
  width: 100%;
  padding: 30px 30px 47px;
}

.price__bottom-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 137.5%;
  text-align: center;
  text-transform: uppercase;
  color: #eb624b;
  font-size: 24px;
  margin: 0px 0px 30px 0px;
}

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

.price__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin: 0px 30px 0px 0px;
}

.price__col:last-child {
  padding: 0 0 0 15px;
}

.price__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
  font-size: 18px;
}

.price__list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7px;
  flex: 0 0 7px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 10px 10px 0px 0px;
  background: #55ace3;
  border-radius: 50%;
}

.price__btn {
  padding: 0 63px;
  margin: 0px 0px 57px 0px;
}

/* Info */

.info {
  width: 100%;
}

.info__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
}

.info__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.24%;
  flex: 0 0 49.24%;
  height: 0;
  padding: 0 0 37.21% 0;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}

.info__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 1s;
  -o-object-fit: cover;
  object-fit: cover;
}

.info__img:hover img {
  transform: scale(1.2);
}


.info__title {
  margin: 0px 0px 40px 30px;
}

.info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 30px;
}

.info__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.info__subtitle {
  margin: 0px 0px 22px 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 137.5%;
  text-transform: uppercase;
  color: #f06936;
  font-size: 24px;
}

.info__list {
  margin: 0px 0px 60px 0px;
}

.info__list:last-child {
  margin: 0px 0px 0px 0px;
}

.info__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px 20px 0px;
  font-size: 20px;
  line-height: 135%;
  color: #444444;
}

.info__list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0px 15px 0px 0px;
  background: url("../img/icons/check2.svg") no-repeat;
}

/* Team */

.team {
  width: 100%;
}

.team__wrapper {
  width: 100%;
  margin-bottom: 75px;
}

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

.team__subtitle {
  margin: 0px 0px 40px 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 137.5%;
  text-align: center;
  color: #eec33d;
  font-size: 24px;
}

.team__swiper-container {
  position: relative;
}

.team__img {
  max-width: 410px;
  margin: 0px 0px 30px 0px;
  border-radius: 50%;
  overflow: hidden;
}

.team__img img {
  max-width: 100%;
}

.team__content {
  max-width: 410px;
  font-size: 16px;
  line-height: 137.5%;
  text-align: center;
  color: #444444;
}

.team__name {
  margin: 0px 0px 30px 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 137.5%;
  text-align: center;
  color: #000000;
  position: relative;
}

.team__name::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  border-bottom: 2px dashed #efeeea;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin: 0px 0px 0px -30px;
}

.team__prof {
  margin: 0px 0px 20px 0px;
}

.team__slider-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 173px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 15px #c4c4c4;
  box-shadow: 0px 6px 15px #c4c4c4;
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.5s ease 0s;
  transition: -webkit-box-shadow 0.5s ease 0s;
  -o-transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
}

.team__slider-btn.swiper-button-disabled {
  cursor: default;
}

.team__slider-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team__slider-btn--prev {
  left: -30px;
}

.team__slider-btn--prev::after {
  background: url("../img/icons/arrow_left.svg") center no-repeat;
  background-size: 10px 19.5px;
}

.team__slider-btn--next {
  right: -30px;
}

.team__slider-btn--next::after {
  background: url("../img/icons/arrow_right.svg") center no-repeat;
  background-size: 10px 19.5px;
}

/* Reviews */

.reviews {
  width: 100%;
  position: relative;
}

.reviews > img {
  position: absolute;
  top: -338px;
  left: 0;
  z-index: -1;
}

.reviews__wrapper {
  width: 100%;
  margin-bottom: 85px;
}

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

.reviews__slider {
  padding: 20px 0px 19px 0px;
}

.reviews__slide {
  padding: 30px 18px;
  border-radius: 15px;
  -webkit-transition: background-color 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s, box-shadow 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, box-shadow 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
}

.reviews__img {
  width: 90px;
  height: 90px;
  margin: 0px auto 10px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.5s ease 0s;
  transition: -webkit-box-shadow 0.5s ease 0s;
  -o-transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
}

.reviews__text {
  margin: 0px 0px 34px 0px;
  font-size: 14px;
  line-height: 1.46;
  text-align: center;
  color: #422c16;
}

.reviews__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #f06936;
}

.reviews__pagination {
  height: 12px;
  margin: 0px 0px 32px 0px;
  text-align: center;
}

.reviews__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 8px 0px 0px;
  background: #5d9947;
  opacity: 0.3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.reviews__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  cursor: default;
}

/* Gallery */

.gallery {
  width: 100%;
  position: relative;
}

.gallery > img {
  position: absolute;
  top: -125px;
  right: 0;
  z-index: -1;
}

.gallery__wrapper {
  width: 100%;
  margin-bottom: 90px;
  overflow: hidden;
}

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

.gallery__slider-container {
  position: relative;
}

.gallery__slider {
  height: 100%;
}

.gallery__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc((100%-21px) / 3);
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}

.gallery__img {
  width: 400px;
  height: 270px;
  position: relative;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.gallery__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__slider-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: -30px 0px 0px 0px;
  top: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 15px #c4c4c4;
  box-shadow: 0px 6px 15px #c4c4c4;
  -webkit-transition: -webkit-box-shadow 0.5s ease 0s;
  transition: -webkit-box-shadow 0.5s ease 0s;
  -o-transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
}

.gallery__slider-btn.swiper-button-disabled {
  cursor: default;
}

.gallery__slider-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__slider-btn--prev {
  left: -20px;
}

.gallery__slider-btn--prev::after {
  background: url("../img/icons/arrow_left.svg") center no-repeat;
  background-size: 10px 19.5px;
}

.gallery__slider-btn--next {
  right: -20px;
}

.gallery__slider-btn--next::after {
  background: url("../img/icons/arrow_right.svg") center no-repeat;
  background-size: 10px 19.5px;
}

/* Contacts-footer */

.contacts-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}

.contacts-footer__col {
  margin: 0px 0px 30px 0px;
}

.contacts-footer__logo {
  width: 202px;
  height: 115px;
  margin: 0px 0px 40px 0px;
}

.contacts-footer__address {
  display: block;
  margin: 0px 0px 30px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 138.88889%;
}

.contacts-footer__yellow-text {
  margin: 0px 5px 0px 0px;
  color: #eec33d;
}

.contacts-footer__address-text {
  color: #000;
  -webkit-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}

.contacts-footer__phone {
  display: block;
  margin: 0px 0px 30px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 138.88889%;
}

.contacts-footer__social::after {
  display: none;
}

.contacts-footer__col--form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 850px;
  flex: 0 1 850px;
}

.form-contacts {
  width: 100%;
}

.form-contacts__title {
  margin: 0px 0px 15px 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 137.5%;
  text-transform: uppercase;
  color: #f06936;
}

.form-contacts__input {
  width: 100%;
  height: 50px;
  margin: 0px 0px 15px 0px;
}

.form-contacts__input input,
.form-contacts__input textarea {
  width: 100%;
  height: 100%;
  padding: 14px 20px;
  background: #ffffff;
  border: 1px solid #efeeea;
  border-radius: 10px;
  font-size: 16px;
  line-height: 137.5%;
  color: #444444;
}

.form-contacts__input.input--textarea {
  height: 151px;
}

.form-contacts__input textarea {
  height: 100%;
  resize: none;
}

.form-contacts__btn {
  display: block;
  margin: 0px 0px 0px auto;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 137.5%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

/* Map */

.map {
  width: 100%;
  height: 472px;
}

.gallery .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  padding: 40px 0px 0;
}

.gallery .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2);
  margin: 0 0 1.2%;
  overflow: visible;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery .swiper-slide:hover img {

}

.gallery-block__item {transition: 1s;}
.gallery-block__item:hover {transform: scale(1.1) !important;}


.gallery .gallery--prev,
.gallery .gallery--next {
  z-index: 2;
  top: 50%;
  margin: -30px 0px 0px 0px !important;
}

.gallery .gallery--prev {
  left: 5px;
}

.gallery .gallery--next {
  right: 5px;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-block__item {
  display: block;
  width: 95%;
  position: relative;
  overflow: hidden;
  padding: 0px 0 62.8%;
  max-width: 400px;
}

.gallery .gallery-block__item {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.rt-1 .gallery-block__item {
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.rt-2 .gallery-block__item {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.rt-3 .gallery-block__item {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Animation on scroll */

 .why__title {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}
/*.why__items {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}*/

.why__item .why__text-item:nth-child(1) {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}
.why__item .why__text-item:nth-child(2) {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
  -o-transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
  transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
  transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
}
.why__item .why__text-item:nth-child(3) {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  -o-transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}
.why__item .why__text-item:nth-child(4) {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.7s, -webkit-transform 0.8s ease 0.7s;
  transition: opacity 0.8s ease 0.7s, -webkit-transform 0.8s ease 0.7s;
  -o-transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
  transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
  transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s, -webkit-transform 0.8s ease 0.7s;
}
.why__item .why__text-item:nth-child(5) {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
  transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
  -o-transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
}
.why__item .why__text-item:nth-child(6) {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.9s, -webkit-transform 0.8s ease 0.9s;
  transition: opacity 0.8s ease 0.9s, -webkit-transform 0.8s ease 0.9s;
  -o-transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
  transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
  transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s, -webkit-transform 0.8s ease 0.9s;
}
.why__item .why__text-item:nth-child(7) {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.9s, -webkit-transform 0.8s ease 0.9s;
  transition: opacity 0.8s ease 0.9s, -webkit-transform 0.8s ease 0.9s;
  -o-transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
  transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
  transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s, -webkit-transform 0.8s ease 0.9s;
}

.why__text {
  -webkit-transform: translate(-30%, 20px);
  -ms-transform: translate(-30%, 20px);
  transform: translate(-30%, 20px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  -o-transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}

._scr-item .intro__title {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._scr-item .intro__subtitle {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

._scr-item .intro__info {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  -o-transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
}

._scr-item .intro__btn {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s ease 0.6s, -webkit-transform 0.7s ease 0.6s;
  transition: opacity 0.7s ease 0.6s, -webkit-transform 0.7s ease 0.6s;
  -o-transition: transform 0.7s ease 0.6s, opacity 0.7s ease 0.6s;
  transition: transform 0.7s ease 0.6s, opacity 0.7s ease 0.6s;
  transition: transform 0.7s ease 0.6s, opacity 0.7s ease 0.6s, -webkit-transform 0.7s ease 0.6s;
}

._scr-item .intro__bottom-suptitle {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.7s ease 0.6s, -webkit-transform 0.7s ease 0.6s;
  transition: opacity 0.7s ease 0.6s, -webkit-transform 0.7s ease 0.6s;
  -o-transition: transform 0.7s ease 0.6s, opacity 0.7s ease 0.6s;
  transition: transform 0.7s ease 0.6s, opacity 0.7s ease 0.6s;
  transition: transform 0.7s ease 0.6s, opacity 0.7s ease 0.6s, -webkit-transform 0.7s ease 0.6s;
}

._scr-item .intro__bottom-subtitle {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
  transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
  -o-transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
}

._scr-item .timer__item--days {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
  transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
  -o-transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
}

._scr-item .timer__item--hours {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
  transition: opacity 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
  -o-transition: transform 0.5s ease 1s, opacity 0.5s ease 1s;
  transition: transform 0.5s ease 1s, opacity 0.5s ease 1s;
  transition: transform 0.5s ease 1s, opacity 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
}

._scr-item .timer__item--minutes {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s, -webkit-transform 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s, -webkit-transform 0.5s ease 1.2s;
  -o-transition: transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s;
  transition: transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s;
  transition: transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s, -webkit-transform 0.5s ease 1.2s;
}

._scr-item .timer__item--seconds {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.4s, -webkit-transform 0.5s ease 1.4s;
  transition: opacity 0.5s ease 1.4s, -webkit-transform 0.5s ease 1.4s;
  -o-transition: transform 0.5s ease 1.4s, opacity 0.5s ease 1.4s;
  transition: transform 0.5s ease 1.4s, opacity 0.5s ease 1.4s;
  transition: transform 0.5s ease 1.4s, opacity 0.5s ease 1.4s, -webkit-transform 0.5s ease 1.4s;
}

._scr-item.engagement__item .engagement__img {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

._scr-item.engagement__item .engagement__title {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

._scr-item.engagement__item .engagement__text {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  -o-transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
}

._scr-item .excursion__suptitle {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

._scr-item .excursion__title {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  -o-transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
}

._scr-item .excursion__btn-play {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
  transition: opacity 0.5s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
  -o-transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
}

._scr-item .excursion__btn {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
  transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
  -o-transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
}

._scr-item .stats__item:nth-child(1) {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  -o-transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
}

._scr-item .stats__item:nth-child(2) {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}

._scr-item .stats__item:nth-child(3) {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}

._scr-item .stats__item:nth-child(4) {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  -o-transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
}

._scr-item .schedule__title {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

._scr-item .schedule__date {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  -o-transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
}

._scr-item .schedule__slider-btn {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

._scr-item .schedule__items {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  -o-transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}

._scr-item .schedule__btn:nth-child(1) {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
  transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
  -o-transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
}

._scr-item .schedule__btn:nth-child(2) {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
  transition: opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
  -o-transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
}

._scr-item .price__title {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  -o-transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
}

._scr-item .price__container {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}

._scr-item .price__btn {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
  transition: opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
  -o-transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
}

._scr-item .info__img {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  -o-transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
}

._scr-item .info__content .info__title {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  -o-transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
}

._scr-item .info__content .info__subtitle {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  -o-transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
}

._scr-item .info__content .info__list-item:nth-child(1) {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  -o-transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
}
._scr-item .info__content .info__list-item:nth-child(2) {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
  -o-transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s;
  transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s;
  transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
}
._scr-item .info__content .info__list-item:nth-child(3) {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}
._scr-item .info__content .info__list-item:nth-child(4) {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
  -o-transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
  transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
  transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
}
._scr-item .info__content .info__list-item:nth-child(5) {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  -o-transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}
._scr-item .info__content .info__list-item:nth-child(6) {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.7s, -webkit-transform 0.8s ease 0.7s;
  transition: opacity 0.8s ease 0.7s, -webkit-transform 0.8s ease 0.7s;
  -o-transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
  transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
  transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s, -webkit-transform 0.8s ease 0.7s;
}

._scr-item._active .info__content .info__list-item, ._scr-item._active .info__content .info__title, ._scr-item._active .info__content .info__subtitle {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
    opacity: 1 !important;
}

._scr-item .team__title,
._scr-item .reviews__title,
._scr-item .gallery__title,
._scr-item .contacts-footer__logo,
._scr-item .form-contacts__title,
._scr-item .gallery__title {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

._scr-item .team__subtitle,
._scr-item .reviews__slider-container,
._scr-item .contacts-footer__address,
._scr-item .form-contacts__input--name {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
  -o-transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
}

/* ._scr-item .team__swiper-container, */
._scr-item .reviews__pagination,
._scr-item .contacts-footer__phone,
._scr-item .form-contacts__input--tel {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
  transition: opacity 0.5s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
  -o-transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
}

._scr-item .reviews__btn,
._scr-item .contacts-footer__address--link,
._scr-item .form-contacts__input--textarea {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
  transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
  -o-transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
}

._scr-item .gallery-swiper {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}

._scr-item .social__item.icon-ok,
._scr-item .form-contacts__btn {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
  transition: opacity 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
  -o-transition: transform 0.5s ease 1s, opacity 0.5s ease 1s;
  transition: transform 0.5s ease 1s, opacity 0.5s ease 1s;
  transition: transform 0.5s ease 1s, opacity 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
}

._scr-item .social__item.icon-vk {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s, -webkit-transform 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s, -webkit-transform 0.5s ease 1.2s;
  -o-transition: transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s;
  transition: transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s;
  transition: transform 0.5s ease 1.2s, opacity 0.5s ease 1.2s, -webkit-transform 0.5s ease 1.2s;
}

._scr-item .social__item.icon-fb {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.4s, -webkit-transform 0.5s ease 1.4s;
  transition: opacity 0.5s ease 1.4s, -webkit-transform 0.5s ease 1.4s;
  -o-transition: transform 0.5s ease 1.4s, opacity 0.5s ease 1.4s;
  transition: transform 0.5s ease 1.4s, opacity 0.5s ease 1.4s;
  transition: transform 0.5s ease 1.4s, opacity 0.5s ease 1.4s, -webkit-transform 0.5s ease 1.4s;
}

._scr-item .contacts-footer__col--form {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}

._scr-item .footer__copy {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

._scr-item._active {
  -webkit-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  opacity: 1 !important;
}


._scr-item._active .why__text-item{
  -webkit-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  opacity: 1 !important;
}

.team._scr-item .team__img{
	-webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
    -o-transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
    transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
    transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
}
.team._scr-item .team__name {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    -o-transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
    transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
    transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}
.team._scr-item .team__prof {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
    transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
    -o-transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
    transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
    transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s, -webkit-transform 0.8s ease 0.5s;
}
.team._scr-item .team__info{
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
    transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
    -o-transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
    transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
    transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}
.team._scr-item._active .team__img, .team._scr-item._active .team__name, .team._scr-item._active .team__prof, .team._scr-item._active .team__info{
  -webkit-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  opacity: 1 !important;
}

._scr-item._active .intro__title,
._scr-item._active .intro__subtitle,
._scr-item._active .intro__info,
._scr-item._active .intro__btn,
._scr-item._active .intro__bottom-suptitle,
._scr-item._active .intro__bottom-subtitle,
._scr-item._active .timer__item--days,
._scr-item._active .timer__item--hours,
._scr-item._active .timer__item--minutes,
._scr-item._active .timer__item--seconds,
._scr-item._active .engagement__img,
._scr-item._active .engagement__title,
._scr-item._active .engagement__text,
._scr-item._active .excursion__suptitle,
._scr-item._active .excursion__title,
._scr-item._active .excursion__btn-play,
._scr-item._active .excursion__btn,
._scr-item._active .why__title,
._scr-item._active .why__items,
._scr-item._active .why__text,
._scr-item._active .stats__item,
._scr-item._active .schedule__title,
._scr-item._active .schedule__date,
._scr-item._active .schedule__slider-btn,
._scr-item._active .schedule__items,
._scr-item._active .schedule__btn,
._scr-item._active .price__title,
._scr-item._active .price__container,
._scr-item._active .price__btn,
._scr-item._active .info__img,
._scr-item._active .info__content,
._scr-item._active .team__title,
._scr-item._active .team__subtitle,
._scr-item._active .team__swiper-container,
._scr-item._active .reviews__title,
._scr-item._active .reviews__slider-container,
._scr-item._active .reviews__pagination,
._scr-item._active .reviews__btn,
._scr-item._active .contacts-footer__logo,
._scr-item._active .contacts-footer__address,
._scr-item._active .contacts-footer__phone,
._scr-item._active .contacts-footer__address--link,
._scr-item._active .social__item.icon-ok,
._scr-item._active .social__item.icon-vk,
._scr-item._active .social__item.icon-fb,
._scr-item._active .form-contacts__title,
._scr-item._active .form-contacts__input,
._scr-item._active .form-contacts__btn,
._scr-item._active .footer__copy,
._scr-item._active .gallery-swiper,
._scr-item._active .gallery__title {
  -webkit-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  opacity: 1 !important;
}

@media (min-width: 891.98px) {
  .schedule__items {
    margin-bottom: 50px;
  }
}

@media (min-width: 991.98px) {
  .btn--green:hover {
    background: #f06936;
    -webkit-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
  }

  .btn--orange:hover {
    background: #5d9947;
    -webkit-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
  }

  .btn--border:hover {
    background: #f06936;
    color: #fff;
  }

  .lg-icon:hover,
  #lg-zoom-in:hover,
  #lg-zoom-out:hover {
    background-color: rgba(250, 250, 250, 0.1);
  }

  .social__item.icon-ok:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .social__item.icon-vk:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .social__item.icon-fb:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .contacts__item.icon-phone:hover {
    color: #fff;
    background: #f06936;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .contacts__item.icon-tg:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .contacts__item.icon-viber:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .contacts__item--number:hover {
    color: #f06936;
  }

  .menu__link:hover {
    color: #fff;
    background: #f06936;
  }

  .excursion__btn-play:hover {
    background: #d20c0c;
  }

  .schedule__slider-btn:hover {
    background: #cea935;
  }

  .schedule__slider-btn:hover span:before {
    color: #cea935;
  }

  .schedule__btn:hover {
    background: #eec33d;
  }

  .team__slider-btn:hover {
    -webkit-box-shadow: 0px 6px 25px #c4c4c4;
    box-shadow: 0px 6px 25px #c4c4c4;
  }

  .team__slider-btn.swiper-button-disabled:hover {
    -webkit-box-shadow: 0px 6px 15px #c4c4c4;
    box-shadow: 0px 6px 15px #c4c4c4;
  }

  .reviews__slide.swiper-slide-next {
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 15px #c4c4c4;
    box-shadow: 0px 6px 15px #c4c4c4;
  }

  .reviews__slide.swiper-slide-next .reviews__img {
    -webkit-box-shadow: 0 0 0 4px #eec33d;
    box-shadow: 0 0 0 4px #eec33d;
  }

  .gallery__slider-btn:hover {
    -webkit-box-shadow: 0px 6px 25px #c4c4c4;
    box-shadow: 0px 6px 25px #c4c4c4;
  }

  .gallery__slider-btn.swiper-button-disabled:hover {
    -webkit-box-shadow: 0px 6px 15px #c4c4c4;
    box-shadow: 0px 6px 15px #c4c4c4;
  }

  .contacts-footer__address--link:hover .contacts__address-text {
    color: #eec33d;
    -webkit-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
  }

  .contacts-footer__phone:hover .contacts__address-text {
    color: #eec33d;
    -webkit-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

@media (max-width: 1900.98px) {
  .header._scroll + .page {
    padding: 116px 0px 0px 0px;
  }

  .header._scroll .header__content {
    padding: 18px 15px;
  }

  .header__content {
    padding: 18px 15px 0;
  }

  .header__medals {
    margin-top: 0;
    margin-right: auto !important;
  }

  .header__logo {
    position: absolute;
    left: 50%;
    margin: 0px 0px 0px -84.4px;
  }

  .social {
    margin: 0px 0px 0px 0px;
  }

  .contacts {
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 1700.98px) {
  .header__logo img {
    height: 95px;
  }

  .menu__list * + * {
    margin: 0px 0px 0px 5px;
  }
}

@media (max-width: 1400.98px) {
  ._hidden-1400 {
    display: none;
  }

  .header__content {
    padding: 10px 15px 0;
  }

  .header__medals {
    margin-left: auto !important;
    margin-right: 70px !important;
  }

  .menu__list * + * {
    margin: 0px 0px 0px 0px;
  }

  .menu__list {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 176px 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  }

  .menu__link {
    display: inline-block;
    margin: 0px 0px 20px 0px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 0px 2px #f06936;
    box-shadow: 0px 0px 0px 2px #f06936;
    border-radius: 50%;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 50%;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #f06936;
    margin: 0px 0px 0px -15px;
  }

  .icon-menu span:first-child {
    top: 13px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 13px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .team__slider-btn--prev {
    left: 0;
  }

  .team__slider-btn--next {
    right: 0;
  }
}

@media (max-width: 1400.98px) and (max-width: 575.98px) {
  .icon-menu {
    width: 30px;
    height: 30px;
  }

  .icon-menu span {
    width: 12px;
    margin: 0px 0px 0px -6px;
  }

  .icon-menu span:first-child {
    top: 9px;
  }

  .icon-menu span:last-child {
    bottom: 9px;
  }
}

@media (max-width: 1332px) {
  .intro__content {
    background: url("../img/intro/intro_bg.jpg") no-repeat;
    background-size: cover;
  }

  .intro__title {
    margin: 0px 0px 10px 0px;
  }

  .intro__subtitle {
    margin: 0px 0px 10px 0px;
  }

  .intro__info {
    margin: 0px 0px 10px 0px;
  }

  .engagement__decor-right {
    display: none;
  }

  .engagement__decor-left {
    display: none;
  }

  .engagement__item:nth-child(2n) .engagement__content {
    padding: 0 20px 0 0;
  }

  .engagement__title {
    margin: 0px 0px 20px 0px;
  }

  .why > img {
    display: none;
  }

  .schedule__slider {
    overflow: visible;
  }

  .price > img {
    display: none;
  }

  /*.team__slider {*/
  /*  overflow: visible;*/
  /*}*/

  .reviews > img {
    display: none;
  }

  /*.reviews__slider {*/
  /*  overflow: visible;*/
  /*}*/

  .gallery > img {
    display: none;
  }

  .contacts-footer__col--contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
  }
}

@media (max-width: 1320px) {
  .btn--green {
    font-size: calc(18px + 6 * ((100vw - 375px) / 1000));
  }

  .btn--orange {
    font-size: calc(18px + 6 * ((100vw - 375px) / 1000));
  }

  .title {
    font-size: calc(24px + 16 * ((100vw - 375px) / 1000));
  }

  .intro__subtitle {
    font-size: calc(18px + 22 * ((100vw - 375px) / 1000));
  }

  .intro__info {
    font-size: calc(18px + 22 * ((100vw - 375px) / 1000));
  }

  .intro__bottom-suptitle {
    font-size: calc(18px + 12 * ((100vw - 375px) / 1000));
  }

  .intro__bottom-subtitle {
    font-size: calc(36px + 4 * ((100vw - 375px) / 1000));
  }

  .engagement__title {
    font-size: calc(24px + 12 * ((100vw - 375px) / 1000));
  }

  .engagement__text {
    font-size: calc(16px + 2 * ((100vw - 375px) / 1000));
  }

  .excursion__suptitle {
    font-size: calc(18px + 6 * ((100vw - 375px) / 1000));
  }

  .excursion__title {
    font-size: calc(24px + 24 * ((100vw - 375px) / 1000));
  }

  .why__title {
    font-size: calc(24px + 26 * ((100vw - 375px) / 1000));
  }

  .why__item {
    font-size: calc(16px + 4 * ((100vw - 375px) / 1000));
  }

  .why__text {
    font-size: calc(16px + 2 * ((100vw - 375px) / 1000));
  }

  .schedule__date {
    font-size: calc(18px + 7 * ((100vw - 375px) / 1000));
  }

  .schedule__slider-btn {
    font-size: calc(16px + 4 * ((100vw - 375px) / 1000));
  }

  .schedule__btn {
    font-size: calc(16px + 0 * ((100vw - 375px) / 1000));
  }

  .price__subtitle {
    font-size: calc(24px + 6 * ((100vw - 375px) / 1000));
  }

  .price__value {
    font-size: calc(48px + 16 * ((100vw - 375px) / 1000));
  }

  .price__currency {
    font-size: calc(18px + 6 * ((100vw - 375px) / 1000));
  }

  .price__bottom-title {
    font-size: calc(18px + 6 * ((100vw - 375px) / 1000));
  }

  .price__list-item {
    font-size: calc(16px + 2 * ((100vw - 375px) / 1000));
  }

  .info__subtitle {
    font-size: calc(18px + 6 * ((100vw - 375px) / 1000));
  }

  .team__subtitle {
    font-size: calc(18px + 6 * ((100vw - 375px) / 1000));
  }
}

@media (max-width: 1300.98px) {
  .contacts__item--number {
    display: none;
  }
}

@media (max-width: 1200.98px) {
  .team__slider-btn {
    top: 143px;
  }
}

@media (max-width: 1100.98px) {
  .intro__timer-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .intro__col--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
  }

  .intro__col--right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0;
  }

  .intro__bottom-subtitle {
    margin: 0px 0px 40px 0px;
  }

  .intro__bottom-subtitle br {
    display: none;
  }

  .timer {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .timer__item {
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 1040px) {
  .stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .stats__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (max-width: 992.98px) {
  ._hidden-992 {
    display: none;
  }

  .header > img,
  .header > picture > img {
    top: -55px;
  }

  .header__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 15px;
  }

  .header__logo img {
    height: 60px !important;
  }

  .header__logo {
    margin: 5px 0px 0px -52.5px;
  }
}

@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  .header._scroll + .page {
    padding: 86px 0px 0px 0px;
  }

  .header._scroll .header__content {
    padding: 18px 15px;
  }

  .header._scroll .header__logo {
    margin: 0px 0 0 -52.5px;
  }

  .header._scroll .header__medals {
    margin: 0;
  }

  .header._scroll .header__medals img {
    width: 120px;
    height: 120px;
  }

  .header__medals {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .social::after {
    display: none;
  }

  .social__item {
    margin: 0px 7.5px;
  }

  .social__item.icon-ok {
    margin-left: 0;
  }

  .contacts {
    margin: 0px 0px 32.5px 0px !important;
  }

  .contacts__item--number {
    display: block;
    font-size: 18px;
    margin: 0px 15px 0px 0px;
  }

  .menu__list {
    padding: 156px 0px 0px 0px;
  }

  .intro__info {
    margin: 0 0 33px 0;
  }

  .intro__bottom-suptitle {
    margin: 0px 0px 20px 0px;
  }

  .engagement__wrapper {
    padding: 60px 15px;
  }

  .engagement__item:nth-child(2n) .engagement__content {
    padding: 0;
  }

  .engagement__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .engagement__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 335px;
    flex: 0 0 335px;
    width: 335px;
    height: 260px;
    margin: 0px auto 20px;
  }

  .engagement__content {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .why__wrapper {
    padding: 60px 15px 40px;
  }

  .schedule .swiper-wrapper {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    height: auto !important;
  }

  .schedule__items--slider {
    display: block;
  }

  .schedule__items--desc {
    display: none;
  }

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

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

  .schedule .schedule--next,
  .schedule .schedule--prev {
    width: 40px;
    height: 40px;
  }

  .price__wrapper {
    padding: 60px 15px 0px;
    margin-bottom: 60px;
  }

  .price__title {
    margin: 0px 0px 25px 0px;
  }

  .info__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 635px;
    padding: 0 0 77.9%;
    margin: 0px auto 30px;
  }

  .info__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .info__title {
    margin: 0px 0px 40px 0px;
  }

  .info__body {
    padding: 0;
  }

  .team__wrapper {
    margin-bottom: 60px;
  }

  .team__slider-btn {
    top: 173px;
  }

  .reviews__wrapper {
    margin-bottom: 60px;
  }

  .reviews__slide {
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 15px #c4c4c4;
    box-shadow: 0px 6px 15px #c4c4c4;
  }

  .reviews__slide .reviews__img {
    -webkit-box-shadow: 0 0 0 4px #eec33d;
    box-shadow: 0 0 0 4px #eec33d;
  }

  .gallery__wrapper {
    margin-bottom: 60px;
  }

  .gallery__title {
    margin: 0px 0px 10px 0px;
  }

  .contacts-footer__wrapper {
    margin-bottom: 40px;
  }

  .gallery-block__item {
    padding: 0px 0 61.7%;
  }

  .rt-1 .gallery-block__item {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  .rt-3 .gallery-block__item {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  ._scr-item .stats__item:nth-child(1) {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
    transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
    -o-transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
    transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
    transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  }

  ._scr-item .stats__item:nth-child(2) {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    -o-transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
    transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
    transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  }

  ._scr-item .stats__item:nth-child(3) {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
    transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
    -o-transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
    transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
    transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  }

  ._scr-item .stats__item:nth-child(4) {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
    transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
    -o-transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
    transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
    transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .schedule .schedule--next::after,
  .schedule .schedule--prev::after {
    background-size: 6.5px 13px;
  }
}

@media (max-width: 850.98px) {
  .team__slider-btn {
    top: 153px;
  }
}

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

  .model3d__item {
    padding: 0 0 54% 0;
  }

  .header > img,
  .header > picture > img {
    top: -60px;
  }

  .header._scroll + .page {
    padding: 80px 0px 0px 0px;
  }

  .header._scroll .header__content {
    padding: 10px 15px;
  }

  .header._scroll .header__logo {
    margin: 0;
  }

  .header__content {
    padding: 10px 15px;
  }

  .header__logo {
    position: static;
    left: auto;
    text-align: left;
    margin: 0px 0px 0px 0px;
  }

  .social {
    margin: 0px 0px 20px 0px !important;
    padding: 0;
  }

  .menu {
    margin: 0;
  }

  .timer__item--seconds {
    display: none;
  }

  .why__wrapper {
    padding: 40px 15px 20px;
  }

  .why__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .why__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .why__item:first-child .why__text-item:nth-child(5) {
    display: none;
  }

  .price__wrapper {
    padding: 40px 15px 0px;
    margin-bottom: 40px;
  }

  .price__col {
    margin: 0px 20px 0px 0px;
  }

  .price__btn {
    margin: 0px 0px 40px 0px;
  }

  .info__title {
    margin: 0px 0px 30px 0px;
  }

  .team__wrapper {
    margin-bottom: 40px;
  }

  .team__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team__slider-btn {
    top: 173px;
  }

  .reviews__wrapper {
    margin-bottom: 40px;
  }

  .reviews__title {
    margin: 0px 0px 10px 0px;
  }

  .reviews__slide {
    padding: 20px 15px;
  }

  .gallery__wrapper {
    margin-bottom: 48px;
  }

  .contacts-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .contacts-footer__col--contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0px 0px 0px 0px;
    text-align: center;
  }

  .contacts-footer__logo {
    margin: 0px auto 15px;
  }

  .contacts-footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts-footer__col--form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0px 0px 40px 0px;
  }

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

  .form-contacts__btn {
    margin: 0px auto;
  }
}

@media (max-width: 600.98px) {
  .gallery-block__item {
    padding: 0 0 48%;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  ._container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn--green {
    line-height: 55px;
    padding: 0px 55px;
  }

  .btn--orange {
    line-height: 55px;
    padding: 0px 55px;
  }

  .form-sign__btn {
    padding: 0 5px;
  }

  .popup-video .popup__body {
    padding: 5px;
    border-radius: 5px;
  }

  .header > img,
  .header > picture > img {
    top: -80px;
  }

  .header._scroll + .page {
    padding: 55px 0px 0px 0px;
  }

  .header._scroll .header__content {
    padding: 10px 20px;
  }

  .header__content {
    padding: 10px 20px 0;
  }

  .header__logo img {
    height: 45px !important;
  }

  .social__item {
    width: 40px;
    height: 40px;
  }

  .contacts__item.icon-phone {
    width: 40px;
    height: 40px;
  }

  .menu__list {
    padding: 105px 0px 0px;
  }

  .menu__link {
    margin: 0px 0px 15px 0px;
  }

  .menu__link {
    -webkit-box-flex: 14;
    -ms-flex: 14;
    flex: 14;
  }

  .intro {
    background: none;
  }

  .intro__content {
    background: url("../img/intro/bgr_mob.png") no-repeat;
    background-size: cover;
  }

  .intro__content {
    padding: 134px 0 0;
  }

  .intro__timer {
    padding: 35px 0px 20px;
  }

  .intro__bottom-suptitle {
    margin: 0px 0px 13px 0px;
  }

  .intro__bottom-subtitle {
    margin: 0px 0px 26px 0px;
  }

  .timer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .timer__item--days {
    margin: 0px 19px 0px 0px;
  }

  .timer__item--minutes {
    display: none;
  }

  .engagement__wrapper {
    padding: 20px 20px 0px;
  }

  .engagement__item {
    margin: 0px 0px 0px 0px;
  }

  .engagement__img {
    margin: 0px auto 10px;
  }

  .engagement__title {
    margin: 0px 0px 15px 0px;
    line-height: 162.5%;
  }

  .excursion__wrapper {
    padding-bottom: 101px;
  }

  .excursion__suptitle {
    margin: 0px 0px 58px 0px;
  }

  .excursion__title {
    margin: 0px 0px 73px 0px;
  }

  .why__wrapper {
    padding: 20px 20px 0px;
  }

  .why__title {
    margin: 0px 0px 10px 0px;
  }

  .why__items {
    margin: 0px 0px 0px 0px;
  }

  .why__item .why__text-item {
    margin: 0px 0px 24px 0px;
  }

  .why__item .why__text-item::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin: 0px 10px 0px 0px;
  }

  .why__text {
    margin: -15px 0px 32px 0px;
    line-height: 163.55556%;
  }

  .stats__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0 0 48px 0;
  }

  .stats__item:last-child {
    margin: 0px 0px 20px 0px;
  }

  .schedule__wrapper {
    padding: 20px 28px 20px;
  }

  .schedule__head {
    margin: 0 0 58px 0;
  }

  .schedule__title {
    margin: 0 0 16px 0;
  }

  .schedule__slider-btn {
    font-size: 0 !important;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .schedule__slider-btn span {
    margin: 0px 0px 0px 0px;
    width: 20px;
    height: 20px;
  }

  .schedule__slider-btn span::before {
    font-size: 8px;
    margin: 0.5px 0px 0px 3px;
  }

  .schedule__slider-btn--prev span:before {
    margin: 0px 1.5px 1.5px 0px;
  }

  .schedule__items {
    margin: 0px 0px 30px 0px;
  }

  .schedule__btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .schedule__btn {
    width: 335px;
    margin: 0px 0px 20px 0px;
  }

  .schedule__btn:last-child {
    margin: 0px 0px 0px 0px;
  }

  .schedule .schedule--next,
  .schedule .schedule--prev {
    margin: -35px 0px 0px 0px !important;
  }

  .schedule .schedule--next .schedule--next,
  .schedule .schedule--prev .schedule--next {
    right: -25px;
  }

  .schedule .schedule--next .schedule--prev,
  .schedule .schedule--prev .schedule--prev {
    left: -25px;
  }

  .price__wrapper {
    margin-bottom: 20px;
  }

  .price__title {
    margin: 0px 0px 20px 0px;
  }

  .price__head {
    padding: 20px 20px 43px;
  }

  .price__body {
    padding: 20px;
  }

  .price__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price__col:last-child {
    padding: 0;
  }

  .price__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0px 0px 0px 0px;
  }

  .price__list-item {
    margin: 0px 0px 4px 0px;
  }

  .price__btn {
    margin: 0px 0px 19px 0px;
  }

  .info__wrapper {
    margin-bottom: 5px;
  }

  .info__img {
    margin: 0px auto 20px;
  }

  .info__title {
    margin: 0px 0px 20px 0px;
  }

  .info__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .info__subtitle {
    margin: 0px 0px 20px 0px;
  }

  .info__list {
    margin: 0px 0px 0px 0px;
  }

  .info__list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team__wrapper {
    margin-bottom: 20px;
  }

  .team__title {
    margin: 0 0 3px 0;
  }

  .team__subtitle {
    margin: 0px 0px 21px 0px;
  }

  .team__img {
    margin: 0 0 12px 0;
  }

  .team__slider-btn {
    width: 40px;
    height: 40px;
  }

  .team__slider-btn--prev {
    left: -20px;
  }

  .team__slider-btn--prev::after {
    background-size: 6.5px 13px;
  }

  .team__slider-btn--next {
    right: -20px;
  }

  .team__slider-btn--next::after {
    background-size: 6.5px 13px;
  }

  .reviews__wrapper {
    margin-bottom: 20px;
  }

  .reviews__slide {
    padding: 10px 15px;
  }

  .contacts-footer__wrapper {
    margin-bottom: 0;
  }

  .gallery .swiper-container {
    overflow: visible;
  }

  .gallery .swiper-slide {
    padding: 15px 0px;
  }

  .gallery .gallery--prev,
  .gallery .gallery--next {
    margin: -20px 0px 0px 0px !important;
  }
}

@media (max-width: 475.98px) {
  .gallery-block__item {
    padding: 0 0 68%;
  }
}

@media (max-width: 414.98px) {
  .team__slider-btn {
    top: 149px;
  }
}

@media (max-width: 375.98px) {
  .header > img,
  .header > picture > img {
    top: 0px;
  }
}

@media (min-width: 1400.98px) and (max-width: 1650.98px) {
  .header._scroll .header__medals {
    margin: 0px 15px;
  }

  .header__medals img {
    width: 100px;
    height: 100px;
  }

  .header__medals {
    margin: 0px 15px;
  }

  .social {
    padding: 0px 15px 0px 0px;
  }

  .social::after {
    margin: 0px 0px 0px 15px;
  }

  .contacts__item.icon-phone {
    margin: 0px 5px 0px 0px;
  }

  .contacts__item--number {
    font-size: 18px;
  }
}

@media (min-width: 1400.98px) and (max-width: 1600.98px) {
  .menu__link {
    padding: 7px 12px;
  }
}
