*,
:before,
:after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0275d8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
@keyframes mask-play {
  0% {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
:root {
  --video-height: calc(399.36 / 320 * 100vw);
  --video-sm-height: calc(234 / 320 * 100vw);
  --media-height: 100vw;
  --media-start: 1;
  --media-end: span 10;
  --text-start: 12;
  --text-end: span 4;
  --offset: 0px;
  --rows-span: 1;
  --field-height: 40px;
  --scrollbar: 0px;
  --window: 100%;
}
@font-face {
  font-family: "Cera Compact";
  src: url("./fonts/Cera Compact-Regular-Web.woff2") format("woff2"),
    url("./fonts/Cera Compact-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cera Compact";
  src: url("./fonts/Cera Compact-Medium-Web.woff2") format("woff2"),
    url("./fonts/Cera Compact-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
body {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Cera Compact", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 1.56;
}
h1 {
  margin-bottom: 24px;
  color: rgba(72, 125, 117, 0.7);
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -1.4px;
}
h1:last-child {
  margin-bottom: 0;
}
h2 {
  margin-bottom: 24px;
  color: rgba(72, 125, 117, 0.7);
  font-weight: 400;
  font-stretch: normal;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -1.2px;
}
h2:last-child {
  margin-bottom: 0;
}
h2.accent:after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 24px;
  background: #ff926f;
  content: "";
}
h3 {
  margin-bottom: 16px;
  color: rgba(72, 125, 117, 0.7);
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.9px;
}
h3:last-child {
  margin-bottom: 0;
}
.lead {
  font-size: 24px;
  line-height: 1.67;
}
.lead--accent:before {
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 24px;
  background: #ff926f;
  content: "";
}
a {
  color: inherit;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  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;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: 0;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: 0;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: 0;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: gray;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.intl-tel-input .selected-flag .iti-arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
  outline: 0;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  margin-left: 6px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0;
}
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0;
}
.iti-flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.iti-flag.np {
  background-color: transparent;
}
html {
  height: 100%;
}
body {
  width: 100%;
}
body.load {
  overflow-y: scroll;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.preloader__heart {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: none;
  transform: translate(-50%, -50%);
}
.preloader__rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.preloader__heart-item {
  fill: none;
  stroke: #e86860;
  stroke-width: 3;
}
.video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video--masked:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.15);
}
.video--masked:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.video__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 0.1px;
  transition: opacity 0.4s linear;
  background: 50% 50% / cover no-repeat;
}
.video__media::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.video__media::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.video__media::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.video__media--mask {
  position: absolute;
  top: 0;
  left: 0;
}
@supports (mix-blend-mode: screen) {
  .video__media--mask {
    mix-blend-mode: screen;
  }
}
.video__media--hidden {
  opacity: 0;
}
.video__media--img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.next .video__media {
  margin-bottom: -8px;
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 4;
  transform: translate(-50%, -50%);
}
.video--play .video__button {
  display: block;
}
.hero {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
.hero--sticky {
  height: calc(100vh + 400px);
  overflow: visible;
}
.hero__wrap {
  position: relative;
  min-height: var(--video-height);
}
.hero--sticky .hero__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  height: calc(100% - 400px);
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: var(--video-height);
}
.hero__slogan {
  position: relative;
  width: 100%;
  max-width: 378px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  transition: opacity 0.4s linear;
}
.hero__slogan--hidden {
  opacity: 0;
}
.hero__slogan-wrapper {
  position: relative;
}
.hero__slogan-item {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
}
.hero__slogan-item:last-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.hero__text {
  position: relative;
  padding-top: 160px;
}
.hero--sticky .hero__text {
  padding-top: var(--video-height);
}
.hero__text h1,
.hero__text > p {
  width: 100%;
  max-width: calc(440px + 24px * 2);
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
}
.hero__text h1 {
  margin-bottom: 0;
  text-align: center;
}
.hero__text > p {
  margin-top: 24px;
}
.hero__text a {
  background: linear-gradient(90deg, #e86860 50%, #e86860 0) no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.hero__img {
  position: relative;
  width: 100%;
  height: calc(256 / 320 * 100vw);
  margin: 24px 0 0;
  overflow: hidden;
}
.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}
.hero__img-anim--arrow {
  transform-origin: 52.1% 54.7%;
  will-change: transform;
}
.hero__text p {
  margin-bottom: 0;
}
.slider--article {
  --media-height: calc(212 / 320 * 100vw);
  position: relative;
  left: -24px;
  width: calc(100% + 24px * 2);
  margin-top: 100px;
  margin-bottom: 100px;
}
.slider--article:first-child {
  margin-top: 0;
}
.slider--article:last-child {
  margin-bottom: 0;
}
.slider__container {
  width: 100%;
}
.slider__wrapper:last-child {
  margin-bottom: 0;
}
.slider--comments .slider__wrapper {
  margin-bottom: 32px;
}
.slider--article .slider__wrapper {
  margin-bottom: 24px;
}
.slider--article .slider__wrapper:last-child {
  margin-bottom: 0;
}
.slider__item-media {
  height: var(--media-height);
}
.slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.slider--comments .slider__item img {
  opacity: 1;
}
.slider__item img.lazyloaded {
  opacity: 1;
}
.slider__pagination {
  line-height: 0;
  text-align: center;
  transform: translateY(-100%);
}
.slider--comments .slider__pagination {
  transform: none;
}
.slider--article .slider__pagination {
  transform: none;
}
.slider__pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 16px;
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.slider__pagination-bullet:last-child {
  margin-right: 0;
}
.slider__pagination-bullet--active {
  background: #e86860;
  border-color: #e86860;
}
.slider-text {
  position: relative;
  width: 100%;
  padding: 36px 0;
  border-bottom: 2px solid;
  border-color: #f2ece6;
}
.slider-text:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 100%;
  display: block;
  content: "";
  background: #f2ece6;
}
.slider-text__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: calc(440px + 24px * 3);
  padding-left: 24px;
  padding-right: 48px;
  margin: 0 auto 6px;
}
.slider-text__head:last-child {
  margin-bottom: 0;
}
.slider-text__head:after {
  display: block;
  content: "";
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 68.53146853146853% 47.05882352941177%;
  width: 26px;
  height: 16px;
}
.slider-text > .slider-text__head {
  display: none;
}
.slider-text > .slider-text__head:after {
  display: none;
}
.slider-text__head h2 {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.slider-text__item-wrapper {
  width: 100%;
  max-width: calc(440px + 24px * 3);
  padding-left: 24px;
  padding-right: 48px;
  margin: 0 auto;
}
.slider-text__item a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.slider-media {
  width: 100%;
}
.slider-media__item {
  height: var(--video-sm-height);
}
.slider-media__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slider-btn {
  position: absolute;
  z-index: 1;
  display: none;
  padding: 0;
  border: 0;
  background: 0 0;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.slider-btn:focus {
  outline: 0;
}
.slider-text .slider-btn--prev {
  right: 38px;
  transform: translate3d(0, 50%, 0);
}
.slider--comments .slider-btn--prev,
.slider--article .slider-btn--prev {
  left: 0;
}
.slider-text .slider-btn--prev:hover,
.slider-text .slider-btn--prev:focus {
  transform: translate3d(0, 50%, 0) scale(1.2);
}
.slider-text .slider-btn--next {
  right: -42px;
  transform: translate3d(100%, 50%, 0);
}
.slider--comments .slider-btn--next,
.slider--article .slider-btn--next {
  right: 0;
}
.slider-text .slider-btn--next:hover,
.slider-text .slider-btn--next:focus {
  transform: translate3d(100%, 50%, 0) scale(1.2);
}
.slider-btn.swiper-button-disabled {
  opacity: 0.3;
}
.slider-text .slider-btn {
  bottom: calc((var(--text-slider-height) - var(--video-sm-height) + 48px) / 2);
}
.slider--comments .slider-btn,
.slider--article .slider-btn {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.slider--comments .slider-btn:focus,
.slider--comments .slider-btn:hover,
.slider--article .slider-btn:focus,
.slider--article .slider-btn:hover {
  transform: translate3d(0, -50%, 0) scale(1.2);
}
@keyframes feedback {
  0% {
    background-position: 0;
  }
  to {
    background-position: 100%;
  }
}
.section {
  margin-bottom: 100px;
}
.section:last-child {
  margin-bottom: 0;
  padding-bottom: 100px;
}
.section__wrapper {
  margin-bottom: 100px;
}
.section__wrapper:last-child {
  margin-bottom: 0;
}
.section__grid--modal {
  width: 100%;
}
.section__desc {
  width: 100%;
  max-width: calc(440px + 24px * 2);
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.section__desc:first-child {
  margin-bottom: 32px;
}
.section__desc:last-child {
  margin-bottom: 0;
}
.section__text {
  margin-bottom: 24px;
}
.section__text:last-child {
  margin-bottom: 0;
}
.section__text p {
  margin-bottom: 18px;
}
.section__text p:last-child {
  margin-bottom: 0;
}
.section__text p a {
  background: linear-gradient(90deg, #e86860 50%, #e86860 0) no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.section__text b {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section__img {
  position: relative;
  height: var(--media-height);
  margin-bottom: 24px;
}
.section__img:last-child {
  margin-bottom: 0;
}
.section__img img {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.section__img img.lazyloaded {
  opacity: 1;
}
.section__img--dove {
  position: relative;
  height: calc(100vw + 116px);
  padding-top: 116px;
}
.section__img--dove:after {
  position: absolute;
  top: -34px;
  left: calc(50% - 80px);
  display: block;
  content: "";
  width: 300px;
  height: 260px;
  background: url(/images/600/dove.png) center no-repeat;
  transform: translateX(-50%);
}
.section__img-dove {
  position: absolute;
  z-index: 2;
  width: 300px;
  height: 260px;
}
.section__img-dove--in {
  top: -80px;
  right: calc(50% - 30px);
  background: url(/images/dove_in_sprite.png);
  transform: translate(50%);
}
.section__img-dove--out {
  top: -64px;
  left: 50%;
  background: url(/images/dove_out_sprite.png);
  transform: translate(-50%);
}
.section__anim {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 0;
  padding-top: 100%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}
.section__anim:last-child {
  margin-bottom: 0;
}
.section__anim-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 800% 100%;
}
.section__anim-img--chonguri {
  background-image: url(/images/600/chonguri_sprite.png);
}
.section__anim-img--book {
  background-image: url(/images/600/book_sprite.png);
}
.section__anim-img--feedback {
  background-image: url(/images/600/feedback_sprite.png);
}
.visible .section__anim-img--feedback {
  animation: feedback 1s steps(7) forwards;
}
.section__video {
  margin-bottom: 48px;
  height: var(--video-height);
}
.section__video:last-child {
  margin-bottom: 0;
}
.section__slider {
  position: relative;
}
.section .soc {
  margin-top: 24px;
}
.section__form {
  width: 100%;
  max-width: calc(440px + 24px * 2);
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.section__form:last-child {
  margin-bottom: 0;
}
.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  background: 0 0;
  border: 0;
  cursor: pointer;
}
.btn:focus {
  outline: 0;
}
.btn--more {
  width: 100%;
  background: 0 0;
}
.btn__wrapper {
  color: #000;
  background: linear-gradient(90deg, #e86860 50%, #e86860 0) no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  font-weight: 500;
  text-transform: uppercase;
  background-size: 100% 2px;
  font-size: 18px;
  letter-spacing: 1.4px;
}
.btn--sm .btn__wrapper {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  background-size: 100% 1px;
}
.btn--more .btn__wrapper {
  display: flex;
  align-items: center;
  background: 0 0;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  opacity: 1;
  transition: opacity 0.4s linear 0.4s;
}
.btn--more .btn__wrapper:before,
.btn--more .btn__wrapper:after {
  flex: auto;
  display: block;
  height: 1px;
  content: "";
  background: #e86860;
}
.btn--more .btn__wrapper:before {
  margin-right: 16px;
}
.btn--more .btn__wrapper:after {
  margin-left: 16px;
}
.btn--more:hover .btn__wrapper,
.btn--more:focus .btn__wrapper {
  background: 0 0;
}
.btn--more:hover .btn__wrapper:before,
.btn--more:hover .btn__wrapper:after,
.btn--more:focus .btn__wrapper:before,
.btn--more:focus .btn__wrapper:after {
  background: #487d75;
}
.btn--strong .btn__wrapper {
  background-size: 100% 2px;
  font-size: 18px;
  letter-spacing: 1.4px;
}
.load .btn__wrapper {
  opacity: 0;
  transition-delay: 0s;
}
.btn__heart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.load .btn__heart {
  opacity: 1;
  transition-delay: 0.4s;
}
.btn__heart-item {
  fill: none;
  stroke: #e86860;
  stroke-width: 3;
}
.site-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.site-nav--dir-col {
  flex-direction: column;
}
.site-nav__item {
  margin-right: 32px;
  line-height: 1;
}
.site-nav__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.site-nav--dir-col .site-nav__item {
  margin-right: 0;
  margin-bottom: 10px;
}
.site-nav--dir-col .site-nav__item:last-child {
  margin-bottom: 0;
}
.site-nav__item a {
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 1.2px;
}
.site-nav--dir-col .site-nav__item a {
  color: #000;
  font-size: 16px;
  line-height: 2.75;
}
.logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.logo__img {
  margin-bottom: 10px;
}
.logo__img:last-child {
  margin-bottom: 0;
}
.content {
  width: 100%;
}
.load .content {
  height: 100vh;
  overflow: hidden;
}
.content__wrap {
  width: 100%;
  overflow-x: hidden;
}
.next {
  position: relative;
  display: flex;
  height: 100vh;
}
.next__text {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  text-align: center;
}
.next__text h2 {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.next__text h2:last-child {
  margin-bottom: 0;
}
.next__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.7);
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.next__video {
  height: var(--video-height);
  margin-top: auto;
}
.next__heart {
  margin-top: 32px;
}
.next__heart-item {
  fill: none;
  stroke: #e86860;
  stroke-width: 2px;
}
.comments {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments__item {
  margin-bottom: 100px;
}
.comments__item:last-child {
  margin-bottom: 0;
}
.comment__slider {
  width: 100vw;
  margin-bottom: 24px;
}
.comment__slider:last-child {
  margin-bottom: 0;
}
.comment__wrapper {
  width: 100%;
  max-width: calc(440px + 24px * 2);
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
}
.comment__author {
  display: block;
  margin-bottom: 24px;
}
.comment__author:last-child {
  margin-bottom: 0;
}
.comment__author-photo {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #eee;
  overflow: hidden;
}
.comment__author-photo:last-child {
  margin-bottom: 0;
}
.comment__author-photo img {
  max-width: 100%;
}
.comment__author-name {
  display: block;
  margin-bottom: 24px;
  color: rgba(72, 125, 117, 0.7);
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.9px;
}
.comment__author-name:last-child {
  margin-bottom: 0;
}
.comment--colleague .comment__author-name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.comment__author-post {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.comment__text {
  margin-bottom: 24px;
}
.comment__text:last-child {
  margin-bottom: 0;
}
.comment__text p {
  margin-bottom: 24px;
}
.comment__text p:last-child {
  margin-bottom: 0;
}
.comment--colleague .comment__text p {
  font-size: 20px;
  line-height: 1.5;
}
.comment__link {
  display: inline-block;
  vertical-align: middle;
}
.comment__link--fb {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 76.19047619047619% 61.904761904761905%;
  width: 22px;
  height: 22px;
}
.soc {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.soc--dir-col {
  flex-direction: column;
}
.soc__item {
  flex: none;
  margin-right: 16px;
}
.feedback .soc__item {
  margin-right: 32px;
}
.soc--dir-col .soc__item {
  margin-bottom: 32px;
  margin-right: 0;
}
.soc__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.soc__link {
  position: relative;
  display: block;
}
.soc__link--fb {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 11.464968152866241% 100%;
  width: 12px;
  height: 18px;
}
.soc__link--inst {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 0 100%;
  width: 18px;
  height: 18px;
}
.soc__link--email {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 40.26845637583892% 45.751633986928105%;
  width: 20px;
  height: 16px;
}
.soc__link--skype {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 26.845637583892618% 46.35761589403973%;
  width: 20px;
  height: 18px;
}
.soc__link--vk {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 90.72847682119205% 67.3076923076923%;
  width: 18px;
  height: 13px;
}
.soc__link--telegram {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 36.734693877551024% 80.95238095238095%;
  width: 22px;
  height: 22px;
}
.soc__link--youtube {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 46.25850340136054% 61.904761904761905%;
  width: 22px;
  height: 22px;
}
.soc__link--whatsapp {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 61.224489795918366% 61.904761904761905%;
  width: 22px;
  height: 22px;
}
.previews {
  margin-bottom: 100px;
  text-align: center;
}
.previews:last-child {
  margin-bottom: 0;
}
.previews__desc {
  width: 100%;
  max-width: calc(440px + 24px * 2);
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  text-align: left;
}
.previews__desc:last-child {
  margin-bottom: 0;
}
.previews__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 100px;
}
.previews__list:last-child {
  margin-bottom: 0;
}
.previews__item {
  margin-bottom: 100px;
}
.previews__item:last-child {
  margin-bottom: 0;
}
.preview {
  position: relative;
  align-items: center;
}
.preview--sm {
  display: flex;
}
.preview--map {
  text-align: center;
}
.preview__media {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: calc(234.66 / 320 * 100vw);
  margin-bottom: 24px;
}
.preview__media:last-child {
  margin-bottom: 0;
}
.preview__media video,
.preview__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.3s ease-in-out;
}
.preview--sm .preview__media {
  flex: none;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.preview--sm .preview__media img {
  max-width: 100%;
}
.preview--map .preview__media {
  height: 152px;
}
.preview__text {
  width: 100%;
  max-width: calc(440px + 24px * 2);
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.preview--sm .preview__text {
  max-width: none;
  padding: 0;
}
.preview--map .preview__text {
  padding: 16px 24px 24px;
  text-align: center;
}
.preview--map .preview__text h1 {
  margin-bottom: 24px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.preview--map .preview__text h1:last-child {
  margin-bottom: 0;
}
.preview__text button {
  pointer-events: none;
}
.preview__text h3 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.5px;
}
.preview__link {
  display: block;
}
.preview__link:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.preview--sm .preview__link {
  width: 100%;
  max-width: 250px;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.preview__type {
  display: block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  line-height: normal;
  letter-spacing: normal;
}
.preview__type:last-child {
  margin-bottom: 0;
}
.preview__info {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
}
.preview__info:last-child {
  margin-bottom: 0;
}
.preview--map .preview__info {
  justify-content: center;
}
.preview__info-item {
  position: relative;
  z-index: 1;
  margin-right: 24px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
  text-align: center;
}
.preview__info-item:last-child {
  margin-right: 0;
}
.preview__info-item:before {
  display: block;
  margin-bottom: 8px;
  content: "";
}
.preview__info-item--vol-place:before {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 44.96124031007752% 0;
  width: 40px;
  height: 21px;
}
.preview__info-item--vol-hotel:before {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 0 47.2972972972973%;
  width: 40px;
  height: 21px;
}
.preview__info-item--batumi:before {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 44.96124031007752% 28.37837837837838%;
  width: 40px;
  height: 21px;
}
.preview__info-item--tbilisi:before {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 44.96124031007752% 14.18918918918919%;
  width: 40px;
  height: 21px;
}
.preview__geo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: 24px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.preview__geo:first-child {
  margin-top: 0;
}
.preview__geo:before {
  display: block;
  margin-right: 8px;
  content: "";
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 21.192052980132452% 62.758620689655174%;
  width: 18px;
  height: 24px;
}
.article {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 100px;
}
.article:last-child {
  margin-bottom: 0;
}
.article__header {
  position: relative;
  padding-top: 160px;
  margin-bottom: 100px;
}
.article__header:last-child {
  margin-bottom: 0;
}
.article__header-video {
  position: absolute;
  top: 0;
  left: -24px;
  z-index: -1;
  width: 100vw;
  height: var(--video-height);
}
.article__header h1 {
  margin-bottom: 40px;
  text-align: center;
}
.article__header h1:last-child {
  margin-bottom: 0;
}
.article__header-aside {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.article__header-aside:last-child {
  margin-bottom: 0;
}
.article__geo {
  display: flex;
  align-items: center;
  margin-right: 40px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.article__geo:last-child {
  margin-right: 0;
}
.article__geo:before {
  display: block;
  margin-right: 8px;
  content: "";
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 21.192052980132452% 62.758620689655174%;
  width: 18px;
  height: 24px;
}
.article__header-media {
  position: relative;
  left: -24px;
  width: 100vw;
  height: calc(235 / 320 * 100vw);
  margin-bottom: 100px;
}
.article__header-media:last-child {
  margin-bottom: 0;
}
.article__header-media--yt {
  margin-bottom: 100px;
}
.article__header-media--yt:last-child {
  margin-bottom: 0;
}
.article__header-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.article__body {
  margin-bottom: 100px;
}
.article__body:last-child {
  margin-bottom: 0;
}
.article section {
  margin-bottom: 100px;
}
.article section:last-child {
  margin-bottom: 0;
}
.article__subsection {
  margin-bottom: 100px;
}
.article__subsection:first-child {
  margin-top: 0;
}
.article__subsection:last-child {
  margin-bottom: 0;
}
.article p + section,
.article p + .article__list section:first-child,
.article p + .article__subsection,
.article blockquote + section,
.article blockquote + .article__list section:first-child,
.article blockquote + .article__subsection,
.article ol + section,
.article ol + .article__list section:first-child,
.article ol + .article__subsection,
.article ul + section,
.article ul + .article__list section:first-child,
.article ul + .article__subsection {
  margin-top: 100px;
}
.article h2,
.article h3 {
  margin-bottom: 40px;
}
.article h2:last-child,
.article h3:last-child {
  margin-bottom: 0;
}
.article p {
  margin-bottom: 16px;
}
.article p:last-child {
  margin-bottom: 0;
}
.article p a {
  background: linear-gradient(90deg, #e86860 50%, #e86860 0) no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.article__list {
  margin-bottom: 100px;
}
.article__list:last-child {
  margin-bottom: 0;
}
.article__body ol {
  counter-reset: order;
}
.article__list {
  counter-reset: another-order;
}
.article__body > ol,
.article__body > ul,
.article__body > section ol,
.article__body > section ul,
.article__list ol,
.article__list ul,
.article__subsection > ol,
.article__subsection > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.article__body > ol:last-child,
.article__body > ul:last-child,
.article__body > section ol:last-child,
.article__body > section ul:last-child,
.article__list ol:last-child,
.article__list ul:last-child,
.article__subsection > ol:last-child,
.article__subsection > ul:last-child {
  margin-bottom: 0;
}
.article__body > ol li,
.article__body > ul li,
.article__body > section ol li,
.article__body > section ul li,
.article__list ol li,
.article__list ul li,
.article__subsection > ol li,
.article__subsection > ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.article__body > ol li:last-child,
.article__body > ul li:last-child,
.article__body > section ol li:last-child,
.article__body > section ul li:last-child,
.article__list ol li:last-child,
.article__list ul li:last-child,
.article__subsection > ol li:last-child,
.article__subsection > ul li:last-child {
  margin-bottom: 0;
}
.article__body > ol li:before,
.article__body > ul li:before,
.article__body > section ol li:before,
.article__body > section ul li:before,
.article__list ol li:before,
.article__list ul li:before,
.article__subsection > ol li:before,
.article__subsection > ul li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.article__body ol li:before {
  counter-increment: order;
  content: counter(order) ".";
  color: rgba(72, 125, 117, 0.7);
  font-size: 32px;
  line-height: normal;
  letter-spacing: -1px;
}
.article__list ol li:before {
  counter-increment: another-order;
  content: counter(another-order) ".";
}
.article__body > ul li:before,
.article__body > section ul li:before,
.article__list ul li:before,
.article__subsection > ul li:before {
  top: 8px;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #487d75;
  border-radius: 50%;
}
.article__media {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.article__media:first-child {
  margin-top: 0;
}
.article__media:last-child {
  margin-bottom: 0;
}
.article__media--iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.article__subsection + .article__media {
  margin-top: 0;
}
.article__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.article__media img.lazyloaded {
  opacity: 1;
}
.article blockquote:before {
  display: block;
  margin: 0 auto 24px;
  content: "";
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 73.6842105263158% 27.06766917293233%;
  width: 36px;
  height: 36px;
}
.article blockquote p {
  margin-bottom: 16px;
  font-size: 24px;
  font-stretch: normal;
  line-height: 1.67;
}
.article blockquote p:last-child {
  margin-bottom: 0;
}
.article p + blockquote {
  margin-top: 84px;
}
.article ul + blockquote {
  margin-top: 80px;
}
.article blockquote + p,
.article blockquote + ul {
  margin-top: 100px;
}
.article__gallery {
  position: relative;
  left: -24px;
  width: calc(100% + 24px * 2);
  margin-bottom: 100px;
}
.article__gallery:last-child {
  margin-bottom: 100px;
}
.article__table {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: auto;
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)),
    linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%,
    radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), transparent),
    radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), transparent)
      0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
}
.article__table:first-child {
  margin-top: 0;
}
.article__table:last-child {
  margin-bottom: 0;
}
.article__table table {
  min-width: 100%;
  border: 1px solid #dae5e3;
  border-left: none;
  border-right: none;
}
.article__table table thead {
  border-bottom: 1px solid #dae5e3;
  font-weight: 500;
}
.article__table table thead:last-child {
  border-bottom: none;
}
.article__table table th,
.article__table table td {
  padding: 16px 30px 16px 0;
  white-space: nowrap;
}
.article__table--col-2 table th:last-child,
.article__table--col-2 table td:last-child {
  padding-right: 0;
  text-align: right;
}
.article__table table tbody tr {
  border-bottom: 1px solid #dae5e3;
}
.article__table table tbody tr:last-child {
  margin-bottom: 0;
}
.article .btn--more {
  display: block;
}
.article > .btn--more {
  position: relative;
  left: -24px;
  width: 100vw;
}
.article p + .btn--more {
  margin-top: 100px;
}
.article > .article__share {
  grid-column-start: 6;
}
.table {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 1px solid #dae5e3;
  border-left: none;
  border-right: none;
}
.table__row {
  border-bottom: 1px solid #dae5e3;
}
.table__row:last-child {
  border-bottom: none;
}
.gallery {
  text-align: center;
}
.gallery__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  padding: 0 24px;
  margin-bottom: 100px;
}
.gallery__list:last-child {
  margin-bottom: 0;
}
.gallery__item {
  width: calc(100% - 24px * 2);
  margin-bottom: 24px;
  transition: opacity 0.4s ease-in-out;
}
.gallery__item:last-child {
  margin-bottom: 0;
}
.gallery__item--hidden {
  opacity: 0 !important;
}
.gallery__img {
  width: 100%;
  margin-bottom: 0;
}
.gallery__link {
  display: block;
}
.gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery .pswp__top-bar {
  padding: 24px;
  background: 0 0;
}
.gallery .pswp__button {
  background-image: url(/images/default-skin.png);
}
.gallery .pswp__button--arrow--right,
.gallery .pswp__button--arrow--left {
  display: none;
  background: 0 0;
}
.gallery .pswp__button--arrow--right:before,
.gallery .pswp__button--arrow--left:before {
  width: 18px;
  height: 32px;
  background: 0 0;
}
.gallery .pswp__button--close {
  background: 0 0;
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 100% 41.605839416058394%;
  width: 32px;
  height: 32px;
}
.indicator {
  display: none;
  transform: rotate(180deg);
}
.indicator span {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  writing-mode: tb-rl;
  white-space: nowrap;
}
.select {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.select:after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  margin: auto 0;
  content: "";
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 52.980132450331126% 44.87179487179487%;
  width: 18px;
  height: 13px;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-50%);
}
.select--filter:after {
  top: calc(50% + 20px / 2);
}
.select__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 0;
}
.form__field-wrapper:after {
  bottom: 20px;
}
.select select {
  width: 100%;
  height: var(--field-height);
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(72, 125, 117, 0.5);
  background: 0 0;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select--placeholder option:first-child {
  display: none;
}
.select select.error {
  border-color: rgba(232, 104, 96, 0.4);
}
.select__label {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.select2-container--custom .select2-selection--single {
  height: auto;
  outline: 0;
}
.select2-container--custom
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 32px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.select2-container--custom .select2-dropdown {
  top: 0;
  left: 0;
  z-index: 2;
  padding: 32px;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
.select2-container--custom .select2-dropdown .select2-results__option {
  padding: 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}
.select2-container--custom
  .select2-dropdown
  .select2-results__option:last-child {
  margin-bottom: 0;
}
.select2-container--custom
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  display: block;
  margin: auto 0;
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 52.980132450331126% 44.87179487179487%;
  width: 18px;
  height: 13px;
  transition: transform 0.3s ease-in-out;
}
.select2-container--custom.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  transform: scaleY(-1);
}
.select2-container--custom.select2-container--open .select2-dropdown--above {
  transform: translateY(-16px);
}
.select2-container--custom.select2-container--open .select2-dropdown--below {
  transform: translateY(16px);
}
.form__fieldset {
  margin-bottom: 36px;
}
.form__fieldset:last-child {
  margin-bottom: 0;
}
.form__legend {
  margin-bottom: 18px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.form__legend:last-child {
  margin-bottom: 0;
}
.form__field {
  width: 100%;
  margin-bottom: 24px;
}
.form__field:last-child {
  margin-bottom: 0;
}
.form__field--radio {
  margin-bottom: 16px;
}
.form__field-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  margin-bottom: 0;
}
.form__field--radio .form__field-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}
.form__label {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transform-origin: 0 0;
  transform: translate3d(0, 36px, 0);
  transition: all 0.3s ease-in-out;
}
.form__input:focus ~ .form__label,
.form__textarea:focus ~ .form__label,
.form__select ~ .form__label,
.form__field--filled .form__label,
.form__field--focus .form__label,
.error ~ .form__label {
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.8px;
  transform: scale(0.733) translate3d(0, 0, 0);
}
.form__field--radio .form__label {
  position: static;
  transform: none;
}
.form__field--required .form__label:after {
  display: inline-block;
  content: "*";
  color: #e86860;
}
.form__input {
  width: 100%;
  height: var(--field-height);
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(72, 125, 117, 0.5);
  background: 0 0;
}
.form__input:last-child {
  margin-bottom: 0;
}
.form__input:focus {
  outline: 0;
}
.form__input.error {
  border-color: rgba(232, 104, 96, 0.4);
}
.form__field--tel .form__input {
  padding-left: 0 !important;
}
.form__input[type="number"] {
  -moz-appearance: textfield;
}
.form__input[type="number"]::-webkit-outer-spin-button,
.form__input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form__textarea {
  width: 100%;
  height: var(--field-height);
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 1px solid rgba(72, 125, 117, 0.5);
  background: 0 0;
  vertical-align: top;
  resize: none;
  overflow: hidden;
}
.form__textarea:last-child {
  margin-bottom: 0;
}
.form__textarea:focus {
  outline: 0;
}
.form__textarea.error {
  border-color: rgba(232, 104, 96, 0.4);
}
.form__select {
  width: 100%;
}
.form__radio {
  display: none;
}
.form__check {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  border: 1px solid rgba(72, 125, 117, 0.4);
  border-radius: 50%;
}
.form__radio:checked ~ .form__check,
.form__radio:focus ~ .form__check {
  border-color: rgba(72, 125, 117, 0.7);
}
.form__radio:checked ~ .form__check:after,
.form__radio:focus ~ .form__check:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  background: #e86860;
  border-radius: 50%;
}
.form__field:hover .form__check {
  border-color: rgba(72, 125, 117, 0.7);
}
span.error {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  color: rgba(232, 104, 96, 0.4);
  font-size: 11px;
  text-align: right;
}
.form__field--tel span.error {
  transform: translateY(100%);
}
.form__submit {
  margin-bottom: 32px;
}
.form__agreement {
  font-size: 13px;
  line-height: 1.23;
}
.form__agreement a {
  background: linear-gradient(90deg, #e86860 50%, #e86860 0) no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.form__agreement a:focus {
  outline: 0;
}
.form .iti-flag {
  background-image: url(/images/flags.png);
}
.form .intl-tel-input {
  width: 100%;
}
.intl-tel-input.allow-dropdown .flag-container {
  right: 0;
  left: auto;
  padding: 0;
}
.form .intl-tel-input.iti-container {
  left: 0 !important;
  top: auto !important;
  bottom: 20px;
}
.iti-mobile .form .intl-tel-input.iti-container {
  top: 0 !important;
  bottom: 0;
  overflow: scroll;
}
.form .country-list {
  width: 100%;
}
.form .intl-tel-input .selected-flag {
  padding: 0;
}
.form .intl-tel-input .selected-flag .iti-arrow {
  border: 0;
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 52.980132450331126% 44.87179487179487%;
  width: 18px;
  height: 13px;
  transition: transform 0.3s ease-in-out;
}
.form .intl-tel-input .selected-flag .iti-arrow.up {
  transform: scaleY(-1);
}
.form .intl-tel-input.allow-dropdown input[type="tel"],
.form .intl-tel-input.allow-dropdown input {
  padding-left: 0;
}
.form__success {
  display: none;
  width: 100%;
}
.form__error {
  padding: 7px;
  margin-bottom: 24px;
  background: rgba(232, 104, 96, 0.3);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.form__error:last-child {
  margin-bottom: 0;
}
.form .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background: 0 0;
}
.custom-mfp-modal {
  z-index: 100;
}
.custom-mfp-modal.mfp-bg {
  display: none;
}
.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}
.custom-mfp-modal .mfp-container {
  padding: 0;
}
.custom-mfp-modal--menu .mfp-content:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1360px;
  content: "";
  background: url(/images/600/menu-back-mobile-600.png) no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition-property: opacity, height;
  transition-duration: 0.3s, 0s;
  transition-timing-function: linear;
  transition-delay: 0.8s, 0.4s;
}
.custom-mfp-modal--menu.mfp-ready .mfp-content:before {
  opacity: 1;
}
.custom-mfp-modal--menu.mfp-removing .mfp-content:before {
  opacity: 0;
  transition-delay: 0s;
}
.custom-mfp-modal--menu.custom-mfp-modal--ready .mfp-content:before {
  transition-delay: 0.6s;
}
.custom-mfp-modal--menu.custom-mfp-modal--routed .mfp-content:before {
  height: 100%;
  opacity: 0;
  transition-delay: 0s;
}
.custom-mfp-modal .mfp-content {
  position: relative;
  vertical-align: top;
}
.modal {
  padding: 24px;
  overflow: hidden;
}
.modal__head {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out, linear;
  transition-transition-delay: 0s;
}
.modal__head:last-child {
  margin-bottom: 0;
}
.custom-mfp-modal--menu .modal__head {
  opacity: 1;
}
.custom-mfp-modal.mfp-ready .modal__head {
  opacity: 1;
  transition-delay: 0s, 0.6s;
}
.custom-mfp-modal--menu.mfp-ready .modal__head {
  opacity: 1;
  transition-delay: 0s;
}
.custom-mfp-modal.mfp-removing .modal__head {
  opacity: 0;
  transition-delay: 0s;
}
.custom-mfp-modal--menu.mfp-removing .modal__head {
  opacity: 1;
}
.modal__logo {
  display: none;
  transition-property: transform, opacity;
  transition-duration: 0.4s, 0.3s;
  transition-timing-function: ease-in-out, linear;
  transition-delay: 0s;
}
.custom-mfp-modal--menu .modal__logo {
  display: flex;
}
.custom-mfp-modal--menu.custom-mfp-modal--routed .modal__logo {
  position: absolute;
  top: auto;
  left: auto;
  transform: translate3d(0, -100%, 0) translate3d(0, -25px, 0);
}
.custom-mfp-modal--routed.mfp-removing .modal__logo {
  transform: translate3d(0, 0, 0);
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  padding: 5px 0;
  background: 0 0;
  border: 0;
  transition-property: background-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  cursor: pointer;
}
.custom-mfp-modal--menu .modal__close {
  height: 12px;
  transition: height 0.3s linear;
}
.modal__close:before,
.modal__close span,
.modal__close:after {
  display: block;
  width: 28px;
  height: 2px;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-in-out 0.5s;
}
.modal__close:before,
.modal__close:after {
  position: absolute;
  z-index: 1;
  content: "";
  background: #000;
  will-change: transform;
}
.modal__close:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-mfp-modal--menu .modal__close:before {
  left: 0;
  top: 0;
  transform: none;
}
.custom-mfp-modal--menu.mfp-ready .modal__close:before {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.custom-mfp-modal--menu.mfp-removing .modal__close:before {
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition-delay: 0s;
}
.modal__close span {
  background: 0 0;
}
.custom-mfp-modal--menu .modal__close span {
  width: 17px;
  background: #000;
}
.modal__close span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f4e1d8;
  box-shadow: 0 0 0 5px rgba(34, 34, 34, 0.3);
  opacity: 0;
  content: "";
  transition: inherit;
}
.custom-mfp-modal--menu.mfp-ready .modal__close span:before {
  opacity: 1;
}
.custom-mfp-modal--menu.mfp-removing .modal__close span:before {
  opacity: 0;
}
.custom-mfp-modal--routed.mfp-ready .modal__close span:before {
  opacity: 0;
}
.custom-mfp-modal--menu.mfp-ready .modal__close span {
  background: 0 0;
}
.custom-mfp-modal--menu.mfp-removing .modal__close span {
  margin-left: 0;
  background: #000;
  transition-delay: 0s;
}
.modal__close:after {
  right: 50%;
  bottom: 50%;
  width: 28px;
  transform: translate(50%, 50%) rotate(-45deg);
}
.custom-mfp-modal--menu .modal__close:after {
  right: 0;
  bottom: 0;
  width: 17px;
  transform: none;
}
.custom-mfp-modal--menu.mfp-ready .modal__close:after {
  right: 50%;
  bottom: 50%;
  width: 28px;
  transform: translate3d(50%, 50%, 0) rotate(-45deg);
}
.custom-mfp-modal--menu.mfp-removing .modal__close:after {
  right: 0;
  bottom: 0;
  width: 17px;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition-delay: 0s;
}
.modal__back {
  position: absolute;
  display: block;
  top: -20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.modal__back:last-child {
  margin-bottom: 0;
}
.modal__container {
  position: relative;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0.6s;
}
.custom-mfp-modal.mfp-ready .modal__container {
  opacity: 1;
}
.custom-mfp-modal.mfp-removing .modal__container {
  transition-delay: 0s;
  opacity: 0;
}
.modal__section {
  position: relative;
  display: none;
}
.modal__section:first-child {
  display: block;
}
.modal__section--menu {
  text-align: center;
}
.modal__section--requests {
  padding-bottom: 60px;
}
.modal__section--form {
  width: 100%;
  padding-bottom: 40px;
}
.modal__section h2 {
  margin-bottom: 40px;
}
.modal__section h2:last-child {
  margin-bottom: 0;
}
.modal__section > p {
  margin-bottom: 40px;
}
.modal__section > p:last-child {
  margin-bottom: 0;
}
.modal__requests {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 72px;
}
.modal__requests:last-child {
  margin-bottom: 0;
}
.modal__requests-item {
  margin-right: 34px;
}
.modal__requests-item:last-child {
  margin-right: 0;
}
.modal__requests-item-btn {
  margin-bottom: 24px;
}
.modal__requests-item-btn:last-child {
  margin-bottom: 0;
}
.modal__requests-item p {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.23;
}
.modal__requests-item p:last-child {
  margin-bottom: 0;
}
.modal__subtext {
  font-size: 13px;
  line-height: 1.23;
}
.modal__site-nav {
  margin-bottom: 50px;
}
.modal__site-nav:last-child {
  margin-bottom: 0;
}
.modal__request-btn {
  display: inline-block;
  margin-bottom: 450px;
}
.modal__request-btn:last-child {
  margin-bottom: 0;
}
.modal__request-btn .btn__wrapper {
  font-size: 16px;
  line-height: 2.75;
  letter-spacing: 1.2px;
}
.modal__section-food {
  position: relative;
}
.modal__soc {
  margin-bottom: 34px;
  justify-content: center;
}
.modal__police,
.modal__copyright {
  display: block;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  letter-spacing: normal;
}
.modal .section__grid {
  padding-bottom: 40px;
}
.feedback {
  position: relative;
  display: inline-block;
  border: 0;
  background: 0 0;
}
.feedback__button {
  display: block;
  padding: 0;
  background: 0 0;
  border: 0;
  align-items: center;
  cursor: pointer;
}
.feedback__button:focus {
  outline: 0;
}
.feedback__button-wrap {
  display: flex;
  align-items: center;
}
.header__feedback.feedback .feedback__button-wrap::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3d973d;
  top: 0;
  right: 0;
  box-shadow: 0px 0px 5px 1px #3d973d;
}
.feedback__button-wrap:before {
  display: block;
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 100% 22.22222222222222%;
  width: 32px;
  height: 25px;
  content: "";
}
.feedback__button-wrap:before:last-child {
  margin-right: 0;
}
.feedback--share .feedback__button-wrap:before {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 33.11258278145695% 62.758620689655174%;
  width: 18px;
  height: 24px;
}
.feedback__button-text {
  margin-left: 8px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.feedback__list {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  padding: 16px;
  border-radius: 7px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  transform: translateX(-50%);
}
.feedback--share .feedback__list {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.feedback--share .feedback__list--right {
  left: auto;
  right: 0;
  transform: translateY(-50%);
}
.feedback--share .feedback__list--left {
  left: 0;
  transform: translateY(-50%);
}
.feedback--share .ya-share2__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.feedback--share .ya-share2__item {
  margin-right: 32px;
}
.feedback--share .ya-share2__item:last-child {
  margin-right: 0;
}
.feedback--share .ya-share2__title {
  display: none;
}
.feedback--share .ya-share2__icon {
  display: block;
}
.feedback--share .ya-share2__item_service_facebook .ya-share2__icon {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 11.464968152866241% 100%;
  width: 12px;
  height: 18px;
}
.feedback--share .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 90.72847682119205% 67.3076923076923%;
  width: 18px;
  height: 13px;
}
.feedback--share .ya-share2__item_service_twitter .ya-share2__icon {
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 21.768707482993197% 80.95238095238095%;
  width: 22px;
  height: 22px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: calc(var(--window) - var(--scrollbar));
  min-height: 134px;
  padding: 24px 24px 0;
  transition: transform 0.4s ease-in-out;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  pointer-events: none;
}
.header--scrolled {
  transform: translate3d(0, -100%, 0);
}
.header--down {
  transform: translate3d(0, 0, 0);
}
.header:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/images/600/header-back-mobile-600.png) top center no-repeat;
  opacity: 0;
  transition: opacity 0.4s linear 0s;
}
.header--scrolled:before {
  opacity: 1;
  transition-delay: 0.5s;
}
.header--to-up:before {
  content: none;
}
.header__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header__feedback {
  pointer-events: initial;
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  transition: transform 0.4s ease-in-out;
  pointer-events: initial;
}
.custom-mfp-modal--menu ~ .header .header__logo {
  opacity: 0;
}
.header__logo .logo__img img {
  transition: transform 0.4s ease-in-out;
}
.header__logo .logo__text {
  transition: opacity 0.4s linear;
}
.header__site-nav {
  display: none;
  transition: transform 0.4s ease-in-out;
  pointer-events: initial;
}
.header__site-nav:last-child {
  margin-right: 0;
}
.header__menu {
  position: relative;
  display: block;
  width: 28px;
  border: 0;
  background: 0 0;
  pointer-events: initial;
}
.custom-mfp-modal--menu ~ .header .header__menu {
  opacity: 0;
}
.header__menu > div:after {
  position: absolute;
  top: 50%;
  bottom: 50%;
  z-index: 1;
  display: block;
  width: 300%;
  height: 600%;
  transform: translate(-50%, -50%);
  content: "";
}
.header__menu:before,
.header__menu span,
.header__menu:after {
  display: block;
  height: 2px;
  background: #000;
}
.header__menu:before,
.header__menu:after {
  content: "";
}
.header__menu span {
  margin: 3px 0;
}
.header__menu span,
.header__menu:after {
  width: 17px;
  transition: transform 0.3s ease-in-out;
}
.header__menu:after {
  transform: translateX(11px);
}
.map {
  position: relative;
  width: 100%;
  height: calc(512 / 320 * 100vw);
  max-height: 600px;
}
.map__container {
  width: 100%;
  height: 100%;
}
.map__controls {
  display: none;
}
.gm-style .map__control {
  position: absolute;
}
.gm-style .map__control--zoom {
  right: 24px !important;
  bottom: 24px !important;
}
.gm-style .map__control--fullscreen {
  top: 24px !important;
  right: 24px !important;
}
.gm-style .map__zoom {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  margin-bottom: 16px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  cursor: pointer;
}
.gm-style .map__zoom:last-child {
  margin-bottom: 0;
}
.gm-style .map__zoom:before,
.gm-style .map__zoom:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  background: #000;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
}
.gm-style .map__zoom--in:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gm-style .map__zoom--out:after {
  content: none;
}
.gm-style .map__fullscreen {
  padding: 0;
  background: 0 0;
  border: 0;
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 100% 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.gm-style .map__marker {
  position: absolute;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.gm-style .map__marker-img {
  max-width: 100%;
  border-radius: 50%;
}
.gm-style .map__marker-cluster {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #ff926f linear-gradient(#e86860, #ff926f) no-repeat;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  cursor: pointer;
}
.gm-style .map__marker-mask {
  position: absolute;
}
.gm-style .map__marker-mask:after {
  position: absolute;
  left: 50%;
  bottom: -2px;
  display: block;
  content: "";
  background: url(../images/sprite/sprite-18037009.svg) no-repeat;
  background-position: 0 0;
  width: 58px;
  height: 70px;
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
}
.gm-style .gm-style-iw-c {
  width: 225px;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
.gm-style .gm-style-iw-d {
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  overflow: visible !important;
}
.gm-style .gm-style-iw-c > button {
  display: none !important;
}
.gm-style-pbc {
  z-index: 4 !important;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
}
.gm-style-pbc p {
  padding: 0 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.map__overlay {
  position: absolute;
  width: 4000px;
  height: 4000px;
  height: calc(512 / 320 * 100vw);
  background: rgba(242, 236, 230, 0.6);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s linear;
  pointer-events: none;
}
.map--open-info-window .map__overlay {
  opacity: 1;
  pointer-events: initial;
  z-index: 1;
}
#places {
  margin-bottom: 100px;
}
#places:last-child {
  margin-bottom: 0;
}
.places__head {
  padding: 0 24px;
  margin-bottom: 48px;
}
.places__head:last-child {
  margin-bottom: 0;
}
.places__filter {
  margin-bottom: 48px;
}
.places__filter:last-child {
  margin-bottom: 0;
}
.places__tabs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.places__tabs-item {
  margin-right: 24px;
}
.places__tabs-item:last-child {
  margin-right: 0;
}
.places__tabs-item:not(.places__tabs-item--active) .btn__wrapper {
  background-image: linear-gradient(90deg, transparent 50%, transparent 0);
}
.guide h1 {
  text-align: center;
  margin-bottom: 64px;
}
.guide__code {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.article__table + .guide__code,
section + .guide__code,
.article__media + .guide__code,
.article__subsection + .guide__code,
.article__list + .guide__code,
.slider + .guide__code {
  margin-top: 0;
}
.guide__code pre {
  padding: 24px;
  margin-bottom: 42px;
  text-align: left;
  background: #f2ece6;
}
.guide__code .hljs {
  color: rgba(0, 0, 0, 0.4);
}
.guide__code .hljs-name,
.guide__code .hljs-tag {
  font-weight: 600;
  color: #487d75;
}
.guide__code .hljs-string {
  color: #e86860;
}
.guide__code + .lead {
  margin-bottom: 100px;
}
.stub {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.stub__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: auto;
}
.stub__wrapper {
  width: 100%;
  max-width: 600px;
}
.fullscreen-slider {
  z-index: -1;
  height: 100%;
}
.fullscreen-slider .swiper-wrapper {
  height: 100%;
}
.fullscreen-slider__slide {
  width: 100%;
  height: 100%;
}
.fullscreen-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: transform 5s linear;
  will-change: transform;
}
.fullscreen-slider__slide.swiper-slide-active img {
  transform: scale(1.1);
}
.yt-player {
  position: relative;
  height: 0;
  padding-top: calc(275 / 375 * 100%);
  overflow: hidden;
  cursor: pointer;
}
.yt-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yt-player__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.yt-player button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 65px;
  height: 65px;
  padding: 0;
  margin: auto;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.yt-player button:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-width: 12px 17px;
  border-style: solid;
  border-color: transparent #fff;
  border-right: none;
  transform: translateX(20%);
}
.yt-player__preview {
  height: 100%;
}
@media only screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 320px) and (min-resolution: 192dpi) {
  .custom-mfp-modal--menu .mfp-content:before {
    background-image: url(/images/600/menu-back-mobile-600x2.png);
    background-size: auto 100%;
  }
  .header:before {
    background-image: url(/images/600/header-back-mobile-600x2.png);
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 500px) {
  .section__anim {
    padding-top: 500px;
  }
}
@media only screen and (min-width: 600px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 600px) and (min-resolution: 192dpi) {
  .header:before {
    background-image: url(/images/1440/header-back-1024x2.png);
  }
}
@media only screen and (min-width: 600px) {
  .hero__text h1,
  .hero__text > p {
    max-width: 440px;
    padding: 0;
  }
  .slider-text__head {
    max-width: 440px;
    padding: 0;
  }
  .slider-text__item-wrapper {
    max-width: 440px;
    padding: 0;
  }
  .section__desc {
    max-width: 440px;
    padding: 0;
  }
  .section__form {
    max-width: 440px;
    padding: 0;
  }
  .comment__wrapper {
    max-width: 440px;
    padding: 0;
  }
  .previews__desc {
    max-width: 440px;
    padding: 0;
  }
  .preview__text {
    max-width: 440px;
    padding: 0;
  }
  .header:before {
    background-image: url(/images/1440/header-back-1024.png);
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .custom-mfp-modal--menu .mfp-content:before {
    background-image: url(/images/1440/menu-back-1440x2.png);
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --video-height: calc(1000 / 768 * 100vw);
    --video-sm-height: calc(360 / 768 * 100vw);
    --media-height: calc(515 / 768 * 100vw);
  }
  h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  h2.accent:after {
    margin-top: 32px;
  }
  h3 {
    font-size: 44px;
    line-height: 1.14;
    letter-spacing: -1.3px;
  }
  .grid {
    grid-template-columns: 48px repeat(8, 1fr) 48px;
  }
  .hero__wrap {
    --video-height: calc(580 / 768 * 100vw);
    display: flex;
    align-items: center;
  }
  .hero--sticky .hero__wrap {
    align-items: flex-start;
  }
  .hero__text {
    width: 50%;
    padding-top: 0;
    padding-left: 48px;
  }
  .hero--sticky .hero__text {
    --video-height: calc(600 / 768 * 100vw);
    display: block;
    width: 100%;
    padding-left: 0;
    padding-bottom: 48px;
  }
  .hero__text h1,
  .hero__text > p {
    max-width: 336px;
  }
  .hero__text h1,
  .hero__text > p {
    max-width: none;
    margin-left: 0;
  }
  .hero__text h1 {
    text-align: left;
  }
  .hero__img {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 100%;
    height: calc(383 / 768 * 100vw);
    margin-top: 0;
    transform: translateY(-50%);
  }
  .hero__img-anim--arrow {
    transform-origin: 58.7% 53.9%;
  }
  .slider--article {
    left: -48px;
    width: calc(100% + 48px * 2);
  }
  .slider-text {
    padding: 40px 0;
  }
  .slider-text__head {
    max-width: 336px;
  }
  .slider-text__item-wrapper {
    max-width: 336px;
  }
  .section__desc {
    max-width: 336px;
  }
  .section__img--dove {
    height: calc(515 / 768 * 100vw + 116px);
  }
  .section__anim-img {
    background-size: initial;
  }
  .section__video {
    margin-bottom: 100px;
  }
  .section__form {
    max-width: 336px;
  }
  .site-nav--dir-col .site-nav__item {
    margin-bottom: 16px;
  }
  .next__text {
    top: 194px;
  }
  .comment__wrapper {
    max-width: 336px;
  }
  .comment__author-name {
    font-size: 44px;
    line-height: 1.14;
    letter-spacing: -1.3px;
  }
  .previews__desc {
    max-width: 336px;
  }
  .preview__media {
    height: calc(359 / 768 * 100vw);
  }
  .preview__text {
    max-width: 336px;
  }
  .article {
    padding-left: 48px;
    padding-right: 48px;
  }
  .article__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 200px;
  }
  .article__header-video {
    left: -48px;
  }
  .article__header h1 {
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    max-width: 500px;
  }
  .article--couple .article__header h1,
  .article--place .article__header h1 {
    max-width: 50%;
  }
  .article__header-aside {
    margin-bottom: 0;
  }
  .article__header-media {
    left: auto;
    width: 100%;
    height: calc(386 / 768 * 100vw);
    margin-top: 48px;
  }
  .article h2,
  .article h3 {
    width: 100%;
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
  }
  .article p {
    width: 100%;
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
  }
  .article__subsection .article__media {
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
  }
  .article__gallery {
    left: -48px;
    width: calc(100% + 48px * 2);
  }
  .article__table {
    width: 100%;
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
  }
  .article > .btn--more {
    left: -48px;
  }
  .gallery__list {
    padding: 0 48px;
  }
  .gallery__item {
    margin-bottom: 48px;
  }
  .custom-mfp-modal--menu .mfp-content {
    background: 0 0;
  }
  .custom-mfp-modal--menu .mfp-content:before {
    height: 100%;
    background-image: url(/images/1440/menu-back-1440.png);
  }
  .modal {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 24px 48px 48px;
  }
  .modal__logo {
    display: flex;
  }
  .custom-mfp-modal--menu.custom-mfp-modal--routed .modal__logo {
    position: static;
    transform: none;
  }
  .modal__back {
    position: static;
    transform: none;
  }
  .modal__container {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .modal__section--menu:first-child {
    width: 100%;
    flex: auto;
    height: auto;
  }
  .modal__section--menu {
    padding-top: 212px;
    padding-bottom: 42px;
  }
  .modal__section--menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    margin-top: 90px;
  }
  .modal__site-nav {
    margin-bottom: 40px;
  }
  .modal__request-btn {
    margin-bottom: 0;
  }
  .modal__section-food {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .modal__soc {
    position: absolute;
    left: 50%;
    top: auto;
    margin-bottom: 0;
    transform: translateX(-50%);
  }
  .header {
    min-height: 170px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --video-height: calc(702 / 1024 * 100vw);
  }
  .hero--sticky .hero__text {
    padding-bottom: 0;
  }
  .next__text {
    top: 120px;
  }
  .modal__soc .soc__item {
    margin-right: 24px;
  }
  .article__header h1 {
    max-width: 696px;
  }
  .article--couple .article__header h1,
  .article--place .article__header h1 {
    max-width: 590px;
  }
  .modal__section--menu {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 1280px) {
  :root {
    --video-height: 100vh;
    --video-sm-height: calc(382 / 1280 * 100vw);
    --media-height: calc(477 / 1280 * 100vw);
    --text-slider-height: calc(436 / 1280 * 100vw);
  }
  h3 {
    margin-bottom: 24px;
  }
  .grid {
    display: grid;
    grid-template-columns: 48px repeat(16, 1fr) 48px;
  }
  #bx-panel,
  #bx-panel div {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .hero {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .hero--sticky {
    height: calc(100vh + 650px);
  }
  .hero__wrap {
    --video-height: 100vh;
    display: grid;
    height: 1px;
  }
  .hero--sticky .hero__wrap {
    height: calc(100% - 650px);
  }
  .hero__slogan {
    grid-row-start: 1;
    grid-column: 3 / span 6;
    width: initial;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: calc(140 / 800 * 100vh);
    margin: 0;
    margin-top: calc(534 / 800 * 100vh);
  }
  .hero__slogan-item {
    color: #fff;
    font-size: 32px;
    text-align: left;
  }
  .hero__text {
    --text-start: 3;
    position: static;
    grid-column-start: var(--text-start);
    grid-column-end: var(--text-end);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
  }
  .hero--sticky .hero__text {
    grid-template-rows: 1fr;
    padding-top: 0;
  }
  .hero__text h1,
  .hero__text > p {
    max-width: none;
  }
  .hero__text h1,
  .hero__text > p {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
  .hero__text h1 {
    align-self: flex-end;
  }
  .hero--single-title .hero__text h1 {
    align-self: center;
  }
  .hero__text > p {
    align-self: flex-start;
  }
  .hero__text a:hover {
    background-image: linear-gradient(90deg, #487d75 50%, #487d75 0);
  }
  .hero__img {
    left: auto;
    right: 0;
    width: calc(800 / 1440 * 100%);
    height: calc(712 / 1280 * 100vw);
  }
  .slider--comments {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    justify-content: space-between;
    align-items: center;
  }
  .slider--article {
    --media-height: calc(596 / 1280 * 100vw);
    left: auto;
    grid-column-start: 3;
    grid-column-end: -3;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  p + .slider--article,
  blockquote + .slider--article,
  ul + .slider--article,
  ol + .slider--article {
    margin-top: 84px;
  }
  .slider--comments .slider__container {
    grid-column-start: 3;
    grid-column-end: -3;
  }
  .slider--article .slider__container {
    grid-column-start: 2;
    grid-column-end: -2;
  }
  .slider__wrapper {
    margin-bottom: 24px;
  }
  .slider--comments .slider__wrapper {
    margin-bottom: 0;
  }
  .slider--article .slider__wrapper {
    margin-bottom: 0;
  }
  .slider__pagination {
    transform: none;
  }
  .slider--comments .slider__pagination {
    display: none;
  }
  .slider--article .slider__pagination {
    display: none;
  }
  .slider-text {
    grid-row-start: 1;
    grid-column: 1 / span 9;
    display: grid;
    grid-template-columns: 48px repeat(8, 1fr);
    width: initial;
    min-height: var(--text-slider-height);
    padding: 46px 0 62px 0;
    border-width: 4px;
    border-style: solid;
    border-left: none;
    transform: translateY(48px);
  }
  .slider-text:after {
    content: none;
  }
  .slider-text__head {
    grid-row-start: 1;
    grid-column: 3 / span 6;
    display: none;
    margin: 0;
    transform: translateY(-98px);
  }
  .slider-text > .slider-text__head {
    display: block;
  }
  .slider-text__container {
    grid-row-start: 1;
    grid-column: 3 / span 3;
    max-width: 100%;
  }
  .slider-text__item {
    display: grid;
  }
  .slider-text__item-wrapper {
    max-width: none;
    width: initial;
    margin: 0;
  }
  .slider-media {
    grid-row-start: 1;
    grid-column: 7 / span 12;
    z-index: 1;
    width: calc((100vw - 48px * 2) / 16 * 12);
  }
  .slider-btn {
    display: block;
  }
  .section:last-child {
    padding-bottom: 0;
  }
  .section {
    grid-column-start: 1;
    grid-column-end: -1;
    display: grid;
    align-items: center;
    min-height: 100vh;
    margin-bottom: 0;
  }
  .section__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 100vh;
    margin-bottom: 0;
  }
  .section__wrapper--h-auto {
    min-height: auto;
  }
  .section__grid {
    align-items: center;
    width: 100%;
  }
  .section__grid--reverse {
    --media-start: 9;
    --text-start: 3;
  }
  .section__grid--align-start {
    align-items: start;
    min-height: initial;
  }
  .section__grid--baseline {
    align-items: start;
  }
  .section__grid--modal {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-template-columns: repeat(16, 1fr);
  }
  .section__desc {
    max-width: none;
  }
  .section__desc {
    grid-column-start: var(--text-start);
    grid-column-end: var(--text-end);
    padding: 0;
    margin: 0;
  }
  .section__desc--video {
    position: relative;
    padding-top: 48px;
    grid-row-start: 1;
    grid-column: 3 / span 6;
    z-index: 1;
  }
  .section__grid--center .section__desc {
    grid-column: 9 / span 7;
  }
  .section__grid--modal.section__grid--center .section__desc {
    grid-column-start: 8;
  }
  .section__text p a:hover {
    background-image: linear-gradient(90deg, #487d75 50%, #487d75 0);
  }
  .section__img {
    grid-column-start: var(--media-start);
    grid-column-end: var(--media-end);
    margin-bottom: 0;
  }
  .section__grid--reverse .section__img {
    order: 1;
  }
  .section__img--dove:after {
    top: 110px;
    left: auto;
    right: 130px;
    transform: translate(0, -100%);
  }
  .section__img--dove {
    height: calc(477 / 1280 * 100vw);
    padding-top: 0;
  }
  .section__img-dove--in {
    top: 64px;
    left: auto;
    right: 0;
    transform: translate(0, -100%);
  }
  .section__img-dove--out {
    top: 82px;
    right: 0;
    left: auto;
    transform: translate(0, -100%);
  }
  .section__anim {
    grid-column: 1 / span 7;
    height: initial;
    padding-top: initial;
    max-width: none;
    margin-left: initial;
    margin-right: initial;
  }
  .section__anim {
    margin-bottom: 0;
  }
  .section__grid--modal .section__anim {
    grid-column-end: span 6;
  }
  .section__anim-img {
    position: static;
    width: 500px;
    height: 500px;
  }
  .section__video {
    grid-row-start: 1;
    grid-column: 1/-1;
    margin-bottom: 0;
  }
  .section__grid--center .section__slider {
    grid-column-start: 3;
    grid-column-end: -3;
  }
  .section__form {
    max-width: none;
  }
  .section__form {
    grid-column-start: var(--media-start);
    grid-column-end: span 7;
  }
  .btn--more {
    width: auto;
  }
  .btn:hover .btn__wrapper,
  .btn:focus .btn__wrapper {
    background-image: linear-gradient(90deg, #487d75 50%, #487d75 0);
  }
  .btn--more .btn__wrapper:before,
  .btn--more .btn__wrapper:after {
    flex: none;
    width: 120px;
  }
  .btn--more:hover .btn__wrapper,
  .btn--more:focus .btn__wrapper {
    background: 0 0;
  }
  .site-nav__item a:hover {
    background: linear-gradient(90deg, #487d75 50%, #487d75 0) no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .content {
    margin-bottom: 0;
  }
  .content__container--grid {
    display: grid;
    grid-template-columns: 48px 16px 1fr 16px 48px;
    align-items: start;
  }
  .next {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .next__text {
    top: 150px;
  }
  .next__video {
    margin-top: 0;
  }
  .comments__item {
    align-items: center;
    min-height: 100vh;
  }
  .comment__slider {
    width: initial;
    max-width: 100%;
    grid-column-start: var(--media-start);
    grid-column-end: var(--media-end);
  }
  .comment--reverse .comment__slider {
    --media-start: 9;
    order: 1;
  }
  .comment__wrapper {
    max-width: none;
  }
  .comment__wrapper {
    --text-end: span 5;
    grid-column-start: var(--text-start);
    grid-column-end: var(--text-end);
  }
  .comment--reverse .comment__wrapper {
    --text-start: 3;
  }
  .comment--colleague .comment__wrapper {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .comment--colleague .comment__author {
    grid-column-end: span 3;
  }
  .comment__author-photo {
    grid-row-end: span 2;
    margin-bottom: 0;
  }
  .comment--colleague .comment__author-name {
    text-align: left;
  }
  .comment--colleague .comment__text {
    grid-column-start: 2;
    grid-column-end: span 8;
  }
  .comment--colleague .comment__text p {
    font-size: 24px;
    line-height: 1.67;
  }
  .modal__soc .soc__item {
    margin-right: 40px;
  }
  .soc__link {
    opacity: 0.497;
    transition: opacity 0.3s ease-in-out;
  }
  .soc__link:hover {
    opacity: 1;
  }
  .previews {
    grid-column-start: 1;
    grid-column-end: -1;
    padding-top: 120px;
  }
  .previews__grid {
    align-items: start;
  }
  .previews__desc {
    max-width: none;
  }
  .previews__desc {
    grid-column-start: 3;
    grid-column-end: var(--text-end);
    margin-bottom: 0;
  }
  .previews__desc--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - var(--offset));
  }
  .previews__grid--reverse .previews__desc {
    grid-column-start: var(--text-start);
    order: 1;
  }
  .previews__list {
    margin-bottom: 200px;
  }
  .previews__grid .previews__list {
    grid-column-start: 9;
    grid-column-end: var(--media-end);
  }
  .previews__grid--reverse .previews__list {
    grid-column-start: var(--media-start);
    order: -1;
  }
  .previews__item {
    margin-bottom: 200px;
  }
  .preview--info {
    display: grid;
    grid-template-columns: repeat(8, 1fr) 48px;
  }
  .preview--place {
    align-items: start;
  }
  .preview__media {
    z-index: 2;
    grid-column-start: var(--media-start);
    grid-column-end: var(--media-end);
    height: calc(334.22 / 1280 * 100vw);
    margin-bottom: 0;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
  .preview__media:hover video,
  .preview__media:hover img {
    transform: scale(1.05);
  }
  .preview__media video,
  .preview__media img {
    will-change: transform;
  }
  .preview__media video {
    will-change: transform;
    transition: transform 0.3s ease-in-out;
  }
  .preview--reverse .preview__media {
    --media-start: 9;
    order: 1;
  }
  .preview--sm .preview__media:hover img {
    transform: none;
  }
  .preview--info .preview__media {
    --media-start: 1;
    --media-end: -1;
    order: initial;
    height: calc(355.55 / 1280 * 100vw);
    margin-bottom: 24px;
  }
  .preview--place .preview__media {
    height: calc(480 / 1280 * 100vw);
    align-items: start;
  }
  .preview--map .preview__media {
    height: 152px;
  }
  .preview__media:hover .preview--map .preview__media {
    transform: none;
  }
  .preview__text {
    max-width: none;
  }
  .preview__text {
    grid-column-start: var(--text-start);
    grid-column-end: var(--text-end);
  }
  .preview--reverse .preview__text {
    --text-start: 3;
  }
  .preview--info .preview__text {
    --text-start: 1;
  }
  .preview--reverse.preview--info .preview__text {
    --text-start: 6;
  }
  .preview__geo {
    cursor: pointer;
  }
  .article {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: -1;
    display: grid;
    grid-template-columns: 48px repeat(16, 1fr) 48px;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }
  .article__header {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: -1;
    display: grid;
    grid-template-columns: 48px repeat(16, 1fr) 48px;
    margin-bottom: 50px;
  }
  .article__header-video {
    left: auto;
    width: 100%;
  }
  .article__header h1 {
    width: auto;
    max-width: none;
    grid-column-start: 3;
    grid-column-end: span 8;
  }
  .article--couple .article__header h1,
  .article--place .article__header h1 {
    max-width: none;
  }
  .article__header-aside {
    grid-column-start: span 6;
    justify-content: flex-end;
  }
  .article__header-media {
    left: auto;
    grid-column-start: 3;
    grid-column-end: -3;
    height: calc(580 / 1280 * 100vw);
  }
  .article__header-media--yt {
    grid-column-start: 3;
    grid-column-end: -3;
  }
  .article__body {
    display: grid;
    grid-template-columns: 48px repeat(16, 1fr) 48px;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .article section {
    grid-column-start: 1;
    grid-column-end: -1;
    display: grid;
    grid-template-columns: 48px repeat(16, 1fr) 48px;
  }
  .article__subsection {
    grid-column-start: 1;
    grid-column-end: -1;
    display: grid;
    grid-template-columns: 48px repeat(16, 1fr) 48px;
  }
  p ~ .article__subsection {
    margin-top: 84px;
  }
  .article__subsection ~ .article__subsection {
    margin-top: 0;
  }
  .article p + section,
  .article p + .article__list section:first-child,
  .article p + .article__subsection,
  .article blockquote + section,
  .article blockquote + .article__list section:first-child,
  .article blockquote + .article__subsection,
  .article ol + section,
  .article ol + .article__list section:first-child,
  .article ol + .article__subsection,
  .article ul + section,
  .article ul + .article__list section:first-child,
  .article ul + .article__subsection {
    margin-top: 84px;
  }
  .article h2,
  .article h3 {
    grid-column-start: 6;
    grid-column-end: -6;
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }
  .article p {
    grid-column-start: 6;
    grid-column-end: -6;
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }
  .article__subsection h2,
  .article__subsection h3,
  .article__subsection p {
    grid-column-end: span 4;
    grid-column-start: 6;
  }
  .article__subsection--reverse h2,
  .article__subsection--reverse h3,
  .article__subsection--reverse p {
    grid-column-start: 10;
  }
  .article p a:hover {
    background-image: linear-gradient(90deg, #487d75 50%, #487d75 0);
  }
  .article__list {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .article__body > ol,
  .article__body > ul,
  .article__body > section ol,
  .article__body > section ul,
  .article__list ol,
  .article__list ul,
  .article__subsection > ol,
  .article__subsection > ul {
    grid-column-start: 5;
    grid-column-end: -6;
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }
  .article__subsection > ol,
  .article__subsection > ul {
    grid-column-end: span 5;
    grid-column-start: 5;
  }
  .article__subsection--reverse > ol,
  .article__subsection--reverse > ul {
    grid-column-start: 9;
  }
  .article__body > ol li,
  .article__body > ul li,
  .article__body > section ol li,
  .article__body > section ul li,
  .article__list ol li,
  .article__list ul li,
  .article__subsection > ol li,
  .article__subsection > ul li {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    padding-left: 0;
  }
  .article__subsection > ol li,
  .article__subsection > ul li {
    grid-template-columns: repeat(5, 1fr);
  }
  .article ol li p,
  .article ul li p {
    grid-column-start: 2;
    grid-column-end: -1;
  }
  .article__media {
    grid-column-start: 3;
    grid-column-end: -3;
  }
  .article__subsection .article__media {
    grid-row-start: 1;
    grid-row-end: span 3;
    grid-column-start: 12;
    grid-column-end: span 7;
    max-width: none;
    margin: 0;
  }
  .article__subsection--reverse .article__media {
    grid-column-start: 1;
    order: -1;
  }
  .article blockquote {
    grid-column-start: 5;
    grid-column-end: -6;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .article blockquote:before {
    grid-column-start: 1;
    margin: 0;
  }
  .article blockquote p {
    grid-column-start: 2;
    grid-column-end: span 8;
  }
  .article__gallery {
    left: auto;
    width: auto;
    grid-column-start: 3;
    grid-column-end: -3;
  }
  .article__table {
    max-width: initial;
    grid-column-start: 6;
    grid-column-end: -6;
  }
  .article__table table th,
  .article__table table td {
    padding-right: 60px;
  }
  .article .btn--more {
    grid-column-start: 7;
    grid-column-end: -7;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .article .btn--more .btn__wrapper {
    display: inline-flex;
  }
  .article > .btn--more {
    width: 100%;
    left: auto;
  }
  .gallery__list {
    padding: 0;
  }
  .gallery__item:nth-last-child(n + 3) {
    margin-bottom: 48px;
  }
  .gallery__item {
    width: calc(100% / 2 - 48px / 2);
  }
  .gallery .pswp__top-bar {
    padding: 48px;
  }
  .gallery .pswp__button--arrow--right,
  .gallery .pswp__button--arrow--left {
    display: block;
  }
  .gallery .pswp__button--arrow--left {
    left: 48px;
    background: url(/images/slider-left.svg) 0 50% no-repeat;
  }
  .gallery .pswp__button--arrow--right {
    right: 48px;
    background: url(/images/slider-right.svg) 100% 50% no-repeat;
  }
  .indicator {
    grid-row-start: 1;
    grid-column-start: 2;
    position: -webkit-sticky;
    position: sticky;
    top: -114px;
    z-index: 1;
    display: block;
    padding-bottom: 240px;
  }
  .select--open:after {
    transform: translateY(-50%) scaleY(-1);
  }
  .select--filter {
    min-width: 178px;
  }
  .select--filter:after {
    content: none;
  }
  .select--filter .select__wrapper {
    padding-top: 0;
  }
  .select--filter select {
    border-bottom: 0;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  .select--filter .select__label {
    display: none;
  }
  .form__field--radio {
    flex: none;
    width: max-content;
  }
  .form__field--radio:nth-child(even) {
    margin-bottom: 0;
  }
  .form__field--radio:nth-last-child(n + 3) {
    margin-right: 40px;
  }
  .form__radioes {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 64px;
  }
  .form__agreement a:hover,
  .form__agreement a:focus {
    background-image: linear-gradient(90deg, #487d75 50%, #487d75 0);
  }
  .mfp-wrap {
    -webkit-overflow-scrolling: initial;
    -webkit-transform: initial;
  }
  .modal {
    padding-top: 48px;
    overflow: visible;
  }
  .modal__head {
    position: sticky;
    position: -webkit-sticky;
    top: 48px;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .custom-mfp-modal--menu .modal__logo {
    opacity: 0;
  }
  .custom-mfp-modal--menu.mfp-ready .modal__logo {
    opacity: 1;
    transition-delay: 0s, 0.6s;
  }
  .custom-mfp-modal--menu.mfp-removing .modal__logo {
    opacity: 0;
    transition-delay: 0s;
  }
  .modal__close {
    top: 0;
    right: 0;
  }
  .custom-mfp-modal--menu .modal__close {
    top: 3px;
  }
  .custom-mfp-modal--menu .modal__close span {
    margin-left: auto;
  }
  .custom-mfp-modal--menu .modal__close:after {
    right: auto;
    left: 0;
  }
  .custom-mfp-modal--menu.mfp-ready .modal__close:after {
    left: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .custom-mfp-modal--menu.mfp-removing .modal__close:after {
    transform: translate(0, 0) rotate(0deg);
  }
  .modal__back {
    position: static;
    margin-bottom: 16px;
  }
  .modal__container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    align-items: center;
    min-height: calc(100vh - 48px * 2 - 89px);
  }
  .modal__section {
    grid-column-start: 5;
    grid-column-end: span 7;
  }
  .modal__section--menu:first-child {
    display: flex;
  }
  .modal__section--menu {
    grid-column-start: 1;
    grid-column-end: -1;
    justify-content: center;
    align-self: stretch;
    padding-top: 86px;
    padding-bottom: 86px;
    margin-top: 0;
  }
  .modal__section--requests {
    padding-bottom: 89px;
  }
  .modal__section--form {
    padding-top: 63px;
    padding-bottom: 152px;
  }
  .modal__requests-item {
    margin-right: 136px;
  }
  .modal__requests-item p {
    margin-bottom: 0;
  }
  .modal .section__grid {
    padding-bottom: 0;
  }
  .feedback__list {
    top: auto;
    bottom: 0;
  }
  .feedback--share .feedback__list {
    bottom: auto;
  }
  .feedback--share .ya-share2__item {
    opacity: 0.497;
    transition: opacity 0.3s ease-in-out;
  }
  .feedback--share .ya-share2__item:hover {
    opacity: 1;
  }
  .header {
    min-height: none;
    padding: 48px 48px 0;
  }
  .header--scrolled {
    transform: none;
  }
  .header:before {
    background: 0 0;
  }
  .header__wrap {
    align-items: stretch;
  }
  .header__feedback {
    position: fixed;
    right: calc(48px + var(--scrollbar));
    bottom: 48px;
  }
  .header__logo {
    position: static;
    left: auto;
    transform: none;
  }
  .custom-mfp-modal--menu ~ .header .header__logo {
    opacity: 1;
  }
  .header--scrolled .header__logo .logo__img img {
    transform: scale(0.5) translate3d(-150%, -50%, 0);
  }
  .header--scrolled .header__logo .logo__text {
    opacity: 0;
  }
  .header__site-nav {
    display: flex;
    align-self: baseline;
    height: auto;
    margin-left: auto;
    margin-right: 48px;
  }
  .header--scrolled .header__site-nav {
    transform: translateY(-100%) translateY(-48px);
  }
  .header__menu {
    align-self: baseline;
  }
  .header__menu:hover span {
    transform: translateX(11px);
  }
  .header__menu:hover:after {
    transform: translateX(0);
  }
  .map {
    height: calc(710 / 1280 * 100vw);
    max-height: 800px;
  }
  .gm-style .map__control--zoom {
    top: 50% !important;
    right: 48px !important;
    bottom: auto !important;
    transform: translateY(-50%);
  }
  .gm-style .map__fullscreen {
    display: none;
  }
  #places {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .places__head {
    grid-column-start: 3;
    grid-column-end: -3;
    display: flex;
    align-items: baseline;
    padding: 0;
    margin-bottom: 38px;
  }
  .places__filter {
    order: 1;
    margin-left: 90px;
    margin-bottom: 0;
  }
  .places__tabs {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
  .places__tabs-item .btn__wrapper {
    line-height: 27px;
  }
  .places__map {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .places__list {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .guide__code {
    grid-column-start: 6;
    grid-column-end: -6;
    max-width: 100%;
  }
  .yt-player {
    grid-column-start: 3;
    grid-column-end: -3;
    height: 0;
    padding-top: calc(552 / 1176 * 100%);
  }
  .yt-player button {
    width: 130px;
    height: 130px;
  }
  .yt-player button:before {
    border-width: 24px 34px;
  }
  .yt-player:hover button,
  .yt-player button:focus {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 1280px) and (min-resolution: 192dpi) {
  .custom-mfp-modal--menu .mfp-content:before {
    background-size: 100% 100%;
  }
  .header:before {
    background: 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  :root {
    --video-sm-height: calc(434 / 1440 * 100vw);
  }
  h1 {
    font-size: 70px;
    line-height: 1;
    letter-spacing: -2px;
  }
  .hero__slogan {
    grid-column-end: span 5;
  }
  .section__desc--video {
    grid-column-end: span 5;
  }
  .section__grid--center .section__desc {
    grid-column-end: span 6;
  }
  .next__text {
    top: 155px;
  }
  .article__header {
    padding-top: 240px;
  }
  .article__media--centered {
    grid-column-start: 5;
    grid-column-end: -5;
  }
  .custom-mfp-modal--menu .mfp-content:before {
    background-image: url(/images/1920/menu-back-1920.png);
  }
}
@media only screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 1440px) and (min-resolution: 192dpi) {
  .section__anim-img {
    background-size: 800% 100%;
  }
  .section__anim-img--chonguri {
    background-image: url(/images/1920/chonguri_sprite-2x.png);
  }
  .section__anim-img--book {
    background-image: url(/images/1920/book_sprite-2x.png);
  }
  .section__anim-img--feedback {
    background-image: url(/images/1920/feedback_sprite-2x.png);
  }
  .custom-mfp-modal--menu .mfp-content:before {
    background-image: url(/images/1920/menu-back-1920x2.png);
  }
}
@media only screen and (min-width: 1920px) {
  body {
    font-size: 21px;
    line-height: 1.52;
  }
  h2 {
    font-size: 60px;
    line-height: 1.17;
    letter-spacing: -1.8px;
  }
  h3 {
    font-size: 54px;
    line-height: 1.11;
    letter-spacing: -1.6px;
  }
  .lead {
    font-size: 28px;
    line-height: 1.57;
  }
  .hero__slogan {
    grid-column-end: span 4;
    font-size: 28px;
  }
  .hero__slogan-item {
    font-size: 44px;
    line-height: 1.23;
  }
  .section__desc--video {
    grid-column-end: span 4;
  }
  .section__grid--center .section__desc {
    grid-column-end: span 5;
  }
  .next__text {
    top: 168px;
  }
  .next__text h2 {
    margin-bottom: 16px;
  }
  .next__link {
    font-size: 44px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
  }
  .next__heart {
    margin-top: 24px;
  }
  .comment__author-name {
    font-size: 54px;
    line-height: 1.11;
    letter-spacing: -1.6px;
  }
  .article__header {
    margin-bottom: 144px;
  }
  .article__body > ul li:before,
  .article__body > section ul li:before,
  .article__list ul li:before,
  .article__subsection > ul li:before {
    top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px;
  }
  .iti-flag {
    background-image: url(../img/flags@2x.png);
  }
  .form .iti-flag {
    background-image: url(/images/flags@2x.png);
  }
}
