html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.center {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.nav {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

button,
textarea,
input[type=email],
input[type=password],
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

* {
  outline: none;
  box-sizing: border-box;
}

body {
  font: 400 16px/1.5 "Manrope", sans-serif;
  position: relative;
  background: #171719;
  min-width: 375px;
  color: #d9d9d9;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  max-width: 1440px;
  width: 100%;
  padding: 0 56px;
  box-sizing: border-box;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  font: 600 20px/1.4 "Manrope", sans-serif;
  transition: all 0.2s linear;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  text-transform: uppercase;
  background: none;
  border-radius: 99px;
  border: none;
}

.btn-light {
  color: #171719;
  padding: 12px 24px;
  background: #eaeaea;
}

.btn-light:hover {
  background: #bdbdbd;
}

.btn-light:disabled {
  background: #6b6b6b;
  color: #444445;
  cursor: default;
}

.btn-border {
  border: 1px solid #eaeaea;
  color: #eaeaea;
  border-radius: 32px;
  padding: 11px 23px;
}

.btn-border:hover {
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
}

.btn-border:disabled {
  border: 1px solid #6b6b6b;
  color: #6b6b6b;
  cursor: default;
}

.btn-dark {
  color: #eaeaea;
  padding: 12px 24px;
  background: #171719;
}

.btn-dark:hover {
  background: #222223;
}

.btn-dark:disabled {
  color: #6b6b6b;
  background: #444445;
  cursor: default;
}

.title-item {
  font-weight: 500;
  font-size: 40px;
  margin: 0 0 61px;
  line-height: 1.2;
  padding: 0 0 15px;
  color: rgba(234, 234, 234, 0.4);
  border-bottom: 1px solid rgba(234, 234, 234, 0.4);
  display: block;
}

.page-title,
h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.375;
  margin: 0 0 25px;
  color: #d9d9d9;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-hidden-accessible {
  visibility: hidden !important;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  overflow: hidden !important;
  display: none !important;
}

.select2-container {
  z-index: 10000;
}

.select2-search--dropdown {
  display: none !important;
}

.select2 {
  display: block;
  text-align: left;
  min-width: 140px;
}

.select2-selection {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 2px;
  height: 30px;
  cursor: pointer;
}

.select2-selection__rendered {
  padding: 0 40px 0 15px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}

.select2-selection__arrow b {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 10px;
  height: 5px;
  background: url(../img/svg/arr-select.svg) no-repeat;
}

.select2-dropdown {
  border: 2px solid #cccccc;
  display: block;
  box-sizing: border-box;
  border-top: none;
  background: #ffffff;
}

.select2-results__option {
  line-height: 1.5em;
  color: #333;
  cursor: pointer;
  padding: 0 0 0 17px;
}

.select2-results__option[aria-selected=true] {
  color: #ffffff;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

.wow {
  visibility: hidden;
}

.header {
  border-radius: 0 0 40px 40px;
  padding: 17px 56px 12px;
  background: #222223;
  text-align: center;
  margin: 0 0 40px;
}

.header .line {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  color: #c3c3c3;
  display: none;
}

.header .line:first-child {
  display: block;
}

.masthead {
  margin: 0 0 40px;
}

.masthead .left-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #171719;
  padding: 11px 27px 15px 56px;
  border-radius: 0 0 40px 0;
}

.masthead .left-top:before,
.masthead .left-top:after {
  content: "";
  width: 40px;
  background: url(../images/svg/border.svg) no-repeat;
  height: 40px;
  background-size: 40px;
  position: absolute;
  left: 100%;
  top: 0;
  transform: rotate(90deg);
}

.masthead .left-top:after {
  top: 100%;
  left: 40px;
}

.masthead .right-bottom {
  position: absolute;
  bottom: 0;
  right: 40px;
  border-radius: 40px 0 0 0;
  background: #171719;
  padding: 16px 16px 16px 17px;
  z-index: 5;
}

.masthead .right-bottom:before,
.masthead .right-bottom:after {
  content: "";
  width: 40px;
  background: url(../images/svg/border.svg) no-repeat;
  height: 40px;
  background-size: 40px;
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: rotate(-90deg);
}

.masthead .right-bottom:after {
  right: 100%;
  bottom: 0;
}

.masthead .right-top {
  position: absolute;
  top: 0;
  border-radius: 0 0 0 40px;
  right: 0;
  background: #171719;
  padding: 16px 56px 16px 17px;
  z-index: 5;
}

.masthead .right-top:before,
.masthead .right-top:after {
  content: "";
  width: 40px;
  background: url(../images/svg/border.svg) no-repeat;
  height: 40px;
  background-size: 40px;
  position: absolute;
  right: 100%;
  top: 0;
  transform: rotate(180deg);
}

.masthead .right-top:after {
  top: 100%;
  right: 40px;
}

.masthead .img {
  max-width: 100%;
  display: block;
}

.masthead .text {
  font-weight: 500;
  color: #fff;
  padding: 10px 0 0;
  max-width: 305px;
}

.masthead h1 {
  font-weight: 500;
  font-size: 64px;
  line-height: 1.125;
  max-width: 583px;
  color: #fff;
}

.masthead .slick-dots {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  text-align: center;
}

.masthead .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}

.masthead .slick-dots .slick-active button {
  background: #222223;
}

.masthead .slick-dots button {
  width: 12px;
  height: 12px;
  border: 1px solid #222223;
  border-radius: 100%;
  padding: 0;
  font-size: 0;
  background: none;
}

.masthead .masthead_carousel {
  margin: 0 -16px;
}

.nav-menu {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.nav-menu ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu a {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  padding: 12px 24px;
  display: inline-block;
}

.nav-menu a:hover {
  text-decoration: underline;
}

.masthead_in {
  position: relative;
  clear: both;
  margin: 0;
  padding: 217px 64px 50px;
  min-height: 720px;
  overflow: hidden;
  z-index: 2;
  border-radius: 40px;
}

.masthead_in .img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  left: 0;
}

.masthead_in .text {
  border-top: 1px solid #fff;
  padding: 16px 0 0;
}

.masthead_in h1 {
  margin: 0 0 62px;
}

.top-menu {
  position: absolute;
  left: 100px;
  right: 100px;
  z-index: 4;
  top: 17px;
}

.about-comp {
  padding: 56px 0;
}

.about-comp .row {
  gap: 120px;
}

.row {
  display: -ms-flexbox;
  display: flex;
}

.about-comp_left {
  width: 509px;
  min-width: 509px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.about-comp_in {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-comp_in p {
  margin: 0 0 7px;
}

.about-comp_in p:last-child {
  margin: 0;
}

.small-catalog {
  padding: 59px 0 56px;
}

.small-catalog_labels {
  padding: 3px 0 24px;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.small-catalog_labels a {
  border: 1px solid #cbcbcb;
  border-radius: 32px;
  padding: 7px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  text-transform: uppercase;
  color: #cbcbcb;
  display: inline-block;
  transition: all 0.2s linear;
}

.small-catalog_labels a.active,
.small-catalog_labels a:hover {
  border: 1px solid #CBCBCB;
  color: #171719;
  background: #CBCBCB;
}

.carousel-item {
  position: relative;
  display: none;
}

.carousel-item:first-child {
  display: block !important;
}

.small-catalog_carousel {
  margin: 0 -20px;
}

.small-catalog_carousel .carousel-item {
  z-index: 10;
  padding: 0 20px;
}

.small-catalog_carousel .slick-arrow {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  cursor: pointer;
  margin: 0 -29px;
  transform: translateY(-50%);
  position: absolute;
  z-index: 15;
  color: #CBCBCB;
  padding: 0;
}

.small-catalog_carousel .slick-arrow:hover {
  color: #fff;
}

.small-catalog_carousel .slick-next {
  left: auto;
  right: 0;
}

.small-catalog_carousel .colors {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  top: 16px;
  z-index: 10;
  gap: 8px;
  right: 36px;
}

.small-catalog_carousel .colors span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #bebebe;
  display: block;
  transition: all 0.2s linear;
}

.small-catalog_carousel .colors .active {
  border-color: #171719;
}

.small-catalog_carousel .part {
  position: relative;
}

.small-catalog_carousel .part ul {
  bottom: 8px;
  left: 24px;
  right: 24px;
}

.small-catalog_carousel .article {
  font-weight: 500;
  color: #a9a9a9;
  position: absolute;
  top: -1px;
  z-index: 15;
  left: -1px;
  border-radius: 0 0 25px 0;
  padding: 13px 19px;
  background: #171719;
}

.small-catalog_carousel .article:before,
.small-catalog_carousel .article:after {
  content: "";
  width: 25px;
  background: url(../images/svg/border.svg) no-repeat;
  height: 25px;
  background-size: 25px;
  position: absolute;
  left: 100%;
  top: 0;
  transform: rotate(90deg);
}

.small-catalog_carousel .article:after {
  top: 100%;
  left: 0;
}

.small-catalog_carousel a {
  height: 437px;
  background: #fff;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  display: block;
  font-weight: 600;
  line-height: 1.25;
  color: #171719;
}

.small-catalog_carousel .name {
  z-index: 15;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.pluses-list {
  padding: 80px 0;
}

.pluses-list .row {
  gap: 20px;
}

.pluses-list .preview {
  width: 508px;
  min-width: 508px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.375;
  text-transform: uppercase;
  color: #d9d9d9;
  text-align: center;
  padding: 17px 0 0;
}

.pluses-list img {
  margin: 37px 0 0;
  display: inline-block;
}

.pluses-list p {
  text-align: left;
}

.pluses-list_in {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 24px;
  padding: 32px;
  color: #171719;
  background: #f6f6f6;
}

.pluses-list_in p {
  border-bottom: 1px solid rgba(178, 178, 178, 0.4);
  padding: 0 0 15px;
  margin: 0 0 16px;
}

.pluses-list_in p:last-of-type {
  border: none;
  padding: 0;
}

.pluses-list_in small {
  margin: 31px 0 0;
  text-transform: uppercase;
  background: rgba(23, 23, 25, 0.1);
  padding: 8px 16px;
  border-radius: 12px;
  font-weight: 700;
  display: block;
}

.part {
  display: none;
  overflow: hidden;
  position: relative;
}

.part:first-child {
  display: block;
}

.part .preview {
  height: 100%;
  display: block;
}

.part .preview img {
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  object-position: center;
}

.part .preview img:first-child {
  display: block;
}

.part ul {
  position: absolute;
  bottom: 16px;
  left: 40px;
  z-index: 15;
  right: 40px;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.part ul li {
  height: 2px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  background: #adadad;
  -ms-flex: 1;
  flex: 1;
}

.part ul li:hover {
  background: #171719;
}

.part ul li:after {
  top: -700px;
  left: -3px;
  right: -3px;
  bottom: -5px;
  position: absolute;
  content: "";
}

.part ul .active {
  background: #171719;
}

.variant-list {
  padding: 56px 0;
}

.variant-list .part {
  border-radius: 40px;
  overflow: hidden;
  width: 600px;
  min-width: 600px;
}

.variant-list .part a {
  min-height: 100%;
  background: #fff;
  display: block;
  position: relative;
  height: 512px;
}

.variant-list .colors {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  min-width: 40px;
  margin: 0 40px 0 16px;
}

.variant-list .colors span {
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid #2d2d2d;
  stroke: #2d2d2d;
  border-radius: 100%;
  margin: 0 0 10px;
  transition: all 0.2s linear;
}

.variant-list .colors span:hover {
  border-color: #fff;
}

.variant-list .colors .active {
  border-color: #fff;
}

.variant-list .article {
  margin: 0 0 23px;
}

.variant-list .select2 {
  width: 600px;
  min-width: 600px;
  margin: -20px 0 16px;
}

.variant-list p {
  margin: 0 0 24px;
}

.variant-list .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.variant-list .btn {
  margin-top: auto;
}

.shop-list {
  padding: 56px 0;
}

.shop-list a {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px;
  box-sizing: border-box;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  transition: all 0.2s linear;
}

.shop-list a:hover {
  opacity: 0.6;
}

.shop-list img {
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

.shop-list .row {
  padding: 64px 0;
}

.content-bottom {
  padding: 80px 0 56px;
}

.content-bottom_in {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  padding: 40px;
}

.content-bottom_in .title {
  margin: 0 0 24px;
  max-width: 583px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.375;
  text-transform: uppercase;
  color: #171719;
}

.content-bottom_in form {
  max-width: 520px;
}

.content-bottom_in .btn {
  width: 100%;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.form-item {
  margin: 0 0 16px;
}

.form-item textarea,
.form-item input {
  font: 600 16px/1.375 "Manrope", sans-serif;
  border: 1px solid #171719;
  border-radius: 24px;
  padding: 16px 24px;
  height: 54px;
  background: transparent;
  display: block;
  width: 100%;
  color: #171719;
}

.form-item textarea::-webkit-input-placeholder,
.form-item input::-webkit-input-placeholder {
  color: #171719;
}

.form-item textarea::-moz-placeholder,
.form-item input::-moz-placeholder {
  color: #171719;
}

.form-item textarea:-moz-placeholder,
.form-item input:-moz-placeholder {
  color: #171719;
}

.form-item textarea:-ms-input-placeholder,
.form-item input:-ms-input-placeholder {
  color: #171719;
}

.form-item textarea {
  height: 100px;
  resize: none;
}

.checkbox label {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  color: #222223;
  display: -ms-flexbox;
  display: flex;
}

.checkbox .icon {
  border-radius: 4px;
  width: 20px;
  min-width: 20px;
  margin: 2px 8px 34px 2px;
  position: relative;
  height: 20px;
  border: 1px solid #171719;
}

.checkbox .icon:after {
  content: "";
  background: #171719 url(../images/svg/check.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
}

.checkbox input {
  position: absolute;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}

.checkbox input:checked + .icon:after {
  opacity: 1;
}

.error .icon,
.error input,
.error textarea {
  border-color: red;
}

.select2-selection {
  height: 38px;
  border: 1px solid #cbcbcb;
  border-radius: 18px;
  background: none;
}

.select2-selection__rendered {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.375;
  padding: 8px 16px;
  color: #cbcbcb;
}

.select2 {
  min-width: 190px;
}

.select2-selection__arrow b {
  background: url(../images/svg/arr.svg) no-repeat center;
  width: 20px;
  right: 12px;
  top: 8px;
  height: 20px;
}

.select2-results__option {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 16px;
}

.select2-dropdown {
  border: 1px solid #cbcbcb;
  border-radius: 0 0 18px 18px;
  background: #171719;
  border-top: none;
}

.select2-dropdown.select2-dropdown--above {
  border-radius: 18px 18px 0 0;
  border: 1px solid #cbcbcb;
  border-bottom: none;
}

.select2-container--open .select2-selection {
  border-radius: 18px 18px 0 0;
  border-bottom: none;
}

.select2-container--open .select2-selection__arrow b {
  transform: scale(-1);
}

.select2-container--open.select2-container--above .select2-selection {
  border: 1px solid #cbcbcb;
  border-radius: 0 0 18px 18px;
  border-top: none;
}

.js-color span {
  cursor: pointer;
}

.content {
  overflow: hidden;
}

.burger {
  display: none;
  position: absolute;
  top: 0;
  right: 16px;
  width: 48px;
  height: 48px;
  z-index: 15;
}

.burger:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 100%;
  content: "";
  right: 0;
  height: 100%;
  z-index: 1;
  background: #222223;
}

.burger span {
  height: 2px;
  z-index: 2;
  width: 20px;
  background: #eaeaea;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 14px;
  margin: 8px 0 0;
}

.burger span:first-child {
  margin: 0;
}

.burger span:last-of-type {
  margin: 16px 0 0;
}

.burger i {
  background: #171719;
  z-index: -1;
  border-radius: 0 0 0 30px;
  top: 0;
  left: -8px;
  right: 0;
  bottom: -8px;
  position: absolute;
}

.burger i:before,
.burger i:after {
  content: "";
  width: 40px;
  background: url(../images/svg/border.svg) no-repeat;
  height: 40px;
  background-size: 40px;
  position: absolute;
  right: 100%;
  top: 0;
  transform: rotate(180deg);
}

.burger i:after {
  top: 100%;
  right: 0;
}

.page-text {
  padding: 56px 0;
}

.page-text p {
  margin: 0 0 10px;
}

.page-text a {
  color: inherit;
  text-decoration: underline;
}

.page-text a:hover {
  text-decoration: none;
}

.page-text table {
  margin: 0 0 20px;
}

.page-text td {
  padding: 10px 20px;
  border: 1px solid #fff;
}

.privacy-info__top {
  margin: 0 0 20px;
  text-align: right;
}

.js-info {
  display: none;
}

.js-info:first-child {
  display: block;
}

.select2-results__options {
  max-height: 260px;
  overflow: auto;
  margin-right: 7px;
  margin-bottom: 20px;
}

.select2-results__options::-webkit-scrollbar {
  width: 2px;
  border-radius: 10px;
  height: 2px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: rgba(203, 203, 203, 0.5);
  border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #b0b0b0, #888);
}

.select2-results__options::-webkit-scrollbar-corner {
  background: transparent;
}

.js-info .load-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px;
  border: none;
  padding: 0;
  color: rgb(217, 217, 217);
  background: none;
  display: none;
  position: relative;
  text-decoration: underline;
}

.js-info .load-more:after {
  width: 14px;
  height: 8px;
  content: "";
  background: url(../images/svg/arr.svg) no-repeat center;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.js-info .load-more.active:after {
  transform: scale(-1);
}

.text-in p {
  line-height: 1.3;
  font-size: 16px;
  margin: 0 0 20px;
}

.text-in strong {
  font-weight: 700;
}

.text-in a {
  color: #fff;
  text-decoration: underline;
}

.text-in a:hover {
  text-decoration: none;
}

.text-in ul {
  padding: 0 0 20px 20px;
}

.text-in ul li {
  list-style: disc;
}

.text-in h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  margin: 40px 0 30px;
}

.text-in h1:first-child {
  margin: 0;
}

.text-in h2 {
  line-height: 1.3;
  margin: 40px 0 30px;
  font-weight: 700;
  font-size: 30px;
}

.text-in h2:first-child {
  margin: 0;
}

.text-in h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 40px 0 30px;
}

.text-in h3:first-child {
  margin: 0;
}

.text-in h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 40px 0 30px;
}

.text-in h4:first-child {
  margin: 0;
}

.footer {
  border-radius: 40px 40px 0 0;
  padding: 56px 0;
  background: #222223;
}

.footer .row {
  gap: 15px;
}

.footer a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #a0a0a0;
}

.footer a:hover {
  color: #fff;
}

.footer .copyright {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #c3c3c3;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  min-width: 460px;
  width: 460px;
  margin: 0 10% 0 0;
}

.footer .copyright a {
  display: block;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  margin: 0 0 20px;
}

.footer .row-links {
  padding: 10px 0 0;
  gap: 20px;
}

.popup-messages {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10000;
  width: 350px;
  margin-bottom: 25px;
}

.popup-messages__item {
  display: none;
}

.popup-messages__item-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  margin-bottom: 5px;
  border-radius: 8px;
  color: #ffffff;
  background: #21282b;
  box-shadow: 0 1.17px 2px rgba(0, 0, 0, 0.0196802), 0 1.4px 5px rgba(0, 0, 0, 0.03), 0 2px 10px rgba(0, 0, 0, 0.03), 0 2px 18px rgba(0, 0, 0, 0.04), 0 9px 33px rgba(0, 0, 0, 0.03);
  font-size: 14px;
  line-height: 18px;
}

.cookie-accepted__text {
  padding: 4px;
}

.cookie-accepted__text a {
  color: inherit;
  text-decoration: underline;
}

.cookie-accepted__text a:hover {
  color: inherit;
  text-decoration: none;
}

.cookie-accepted__btn {
  display: block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-left: 8px;
  color: #21282b;
  background: #ffffff;
  text-decoration: none;
  font-size: 16px;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.cookie-accepted__btn:hover {
  background: #cccccc;
  color: #21282b;
  text-decoration: none;
}

@media (max-width: 480px) {
  .popup-messages {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
  }
}

.popup {
  width: 350px;
  display: none;
  padding: 56px;
  border: 1px solid #eaeaea;
  border-radius: 40px;
  background: #171719;
  text-align: center;
}

.fancybox-slide--html .fancybox-close-small {
  border: 1px solid #eaeaea;
  color: #eaeaea;
  border-radius: 32px;
  width: 44px;
  height: 44px;
  padding: 20px;
  top: 20px;
  right: 20px;
  opacity: 1 !important;
}

.fancybox-slide--html .fancybox-close-small svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 60%;
  height: 60%;
}

.fancybox-slide--html .fancybox-close-small:hover {
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
}

.fancybox-slide--html .fancybox-close-small:disabled {
  border: 1px solid #6b6b6b;
  color: #6b6b6b;
  cursor: default;
}

.only-mobile {
  display: none;
}

@media screen and (max-width: 1440px) {
  .footer .copyright {
    min-width: 320px;
    width: 320px;
    margin: 0 8% 0 0;
  }

  .shop-list .row {
    padding: 64px 0 0;
  }

  .variant-list .select2,
  .variant-list .part {
    width: 500px;
    min-width: 500px;
  }

  .pluses-list .preview {
    width: 375px;
    min-width: 375px;
    text-align: center;
  }

  .pluses-list .preview p {
    text-align: center;
  }

  .about-comp .row {
    gap: 20px;
  }

  .about-comp_left {
    width: 400px;
    min-width: 400px;
  }

  .masthead_in {
    margin: 0;
    padding: 190px 34px 50px;
    min-height: 620px;
  }

  .masthead_in h1 {
    font-size: 45px;
    max-width: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 20px;
  }

  .variant-list .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .variant-list .select2 {
    width: 100%;
    min-width: 100%;
  }

  .variant-list .part {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
  }

  .variant-list .info {
    width: 100%;
    padding: 30px 0 0;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
  }

  .variant-list .colors {
    margin-right: 0;
  }

  .about-comp_left,
  .pluses-list .preview {
    width: 100%;
  }

  .about-comp .row,
  .pluses-list .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .copyright {
    width: 100%;
    margin: 0;
    min-width: 100%;
  }

  .footer .wrapper > .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .masthead .left-top {
    padding-left: 20px;
  }

  .masthead .left-top:after {
    left: 20px;
  }

  .masthead .masthead_carousel,
  .masthead_carousel {
    margin: 0;
  }

  .masthead .right-bottom {
    display: none;
  }

  .small-catalog_carousel .slick-arrow {
    display: none !important;
  }

  .small-catalog_carousel {
    margin: 0 -20px;
  }

  .small-catalog_carousel .slick-list {
    padding-right: 200px;
  }

  .small-catalog_carousel img {
    object-position: right;
  }

  .masthead .right-top {
    top: auto;
    bottom: 0;
    padding-right: 20px;
    border-radius: 40px 0 0;
  }

  .masthead .right-top:after {
    display: none;
  }

  .masthead .right-top:before {
    transform: rotate(-90deg);
    bottom: 0;
    top: auto;
  }

  .nav-menu {
    right: 20px;
    left: 226px;
  }

  .small-catalog_labels a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .burger,
  .only-mobile {
    display: block;
  }

  .small-catalog_labels {
    display: none;
  }

  .footer .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper {
    padding: 0 16px;
  }

  .logo img {
    width: 105px;
    height: auto;
  }

  .header {
    border-radius: 0 0 24px 24px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 16px 0 13px;
  }

  .header .line {
    font-size: 12px;
    white-space: nowrap;
    font-weight: 600;
  }

  .masthead {
    margin: 0;
  }

  .masthead .left-top {
    border-radius: 0 0 30px 0;
    padding: 12px 17px 11px 19px;
  }

  .masthead .left-top:after {
    left: 16px;
  }

  .masthead .left-top:before {
    margin-left: -1px;
  }

  .masthead .right-top {
    padding: 8px 16px 0 9px;
    border-radius: 30px 0 0;
  }

  .masthead .right-top:after {
    display: inline-block;
    transform: rotate(-90deg);
    bottom: 100%;
    margin: -1px;
    right: 16px;
    top: auto;
  }

  .masthead .right-top:before {
    margin: -1px;
  }

  .masthead .btn-light {
    padding: 12px 46px;
  }

  .masthead h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.11111;
    color: #fff;
    margin: 0 0 22px;
  }

  .masthead .text {
    line-height: 1.25;
  }

  .masthead_in {
    border-radius: 30px;
    min-height: 631px;
    padding: 89px 16px 50px;
  }

  .nav-menu {
    display: none;
  }

  .title-item {
    margin: 0 0 58px;
    font-weight: 500;
    font-size: 24px;
    padding: 0 0 7px;
    line-height: 1.16667;
    color: rgba(234, 234, 234, 0.4);
  }

  .about-comp {
    padding: 56px 0 22px;
  }

  .about-comp_left img {
    width: 215px;
    height: auto;
  }

  .about-comp_in {
    padding: 22px 0 0;
  }

  .about-comp_in p {
    margin: 0 0 8px;
  }

  .small-catalog {
    overflow: hidden;
    padding: 59px 0 16px;
  }

  .small-catalog .title-item {
    margin: 0 0 39px;
  }

  .select2 {
    min-width: 100%;
  }

  .select2-selection {
    height: 49px;
    border: 1px solid #cbcbcb;
    border-radius: 25px;
    background: none;
  }

  .select2-selection__rendered {
    font-size: 16px;
    padding: 13px 16px;
  }

  .select2-selection__arrow b {
    top: 14px;
  }

  .small-catalog_carousel {
    margin: 0 -20px;
    padding: 23px 0 0;
  }

  .small-catalog_carousel .carousel-item {
    display: block;
    margin: 0 0 17px;
  }

  .small-catalog_carousel .name {
    left: 16px;
    right: 16px;
  }

  .small-catalog_carousel .article {
    padding: 13px 19px 13px 1px;
  }

  .small-catalog_carousel .article:before,
  .small-catalog_carousel .article:after {
    margin: -1px;
  }

  .pluses-list {
    padding: 47px 0 25px;
  }

  .pluses-list .title-item {
    margin: 0 0 23px;
  }

  .pluses-list .preview {
    padding: 17px 0 13px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33333;
    text-transform: uppercase;
    color: #d9d9d9;
  }

  .pluses-list .preview p {
    text-align: left;
  }

  .pluses-list img {
    margin: 24px 0 0;
  }

  .pluses-list_in {
    border-radius: 16px;
    padding: 16px;
  }

  .part ul {
    bottom: 9px;
    left: 16px;
    z-index: 15;
    right: 16px;
  }

  .variant-list {
    padding: 56px 0 24px;
    line-height: 26px;
  }

  .variant-list .colors {
    min-width: 32px;
    margin: 0 0 0 10px;
  }

  .variant-list .colors span {
    width: 32px;
    height: 32px;
  }

  .variant-list .select2 {
    margin: -20px 0 39px;
  }

  .variant-list .part {
    min-width: calc(100vw - 80px);
    width: 100px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 16px;
  }

  .variant-list .part a {
    height: 360px;
  }

  .variant-list .info {
    padding: 31px 0 0;
  }

  .variant-list .article {
    margin: 0 0 15px;
  }

  .variant-list p {
    margin: 0 0 16px;
  }

  .variant-list .btn {
    width: 100%;
    margin: 17px 0 0;
    text-align: center;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 17px;
  }

  .shop-list .row {
    gap: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .content-bottom {
    padding: 80px 0 40px;
  }

  .content-bottom .title-item {
    margin: 0 0 24px;
  }

  .content-bottom_in {
    border-radius: 30px;
    padding: 16px 16px 353px;
    background: #d7d7d5;
  }

  .content-bottom_in .title {
    position: relative;
    z-index: 3;
    font-size: 24px;
    line-height: 32px;
  }

  .content-bottom_in form {
    position: relative;
    z-index: 5;
  }

  .content-bottom_in .bg {
    z-index: 1;
    height: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 768px;
  }

  .content-bottom_in .btn {
    margin: 7px 0 0;
  }

  .checkbox label {
    font-size: 12px;
    line-height: 16px;
  }

  .footer {
    padding: 18px 0 56px 0;
    text-align: center;
    border-radius: 24px 24px 0 0;
  }

  .footer .row-links {
    padding: 10px 0 0;
    gap: 14px;
  }

  .footer a {
    font-size: 14px;
  }

  .footer .copyright {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
    color: #c3c3c3;
  }

  .footer .row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .open-nav {
    overflow: hidden;
  }

  .open-nav .nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 0 16px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    background: #171719;
  }

  .open-nav .nav-menu ul {
    max-height: 100%;
    padding: 100px 0;
    overflow: auto;
    display: block;
  }

  .open-nav .nav-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .open-nav .nav-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .open-nav .nav-menu a {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 15px;
    line-height: 1.4;
    color: #fff;
  }

  .open-nav .left-top {
    top: 15px;
    position: fixed;
    z-index: 105;
  }

  .open-nav .burger {
    z-index: 105;
    top: 15px;
    position: fixed;
  }

  .open-nav .burger span {
    opacity: 0;
    top: 22px;
    transform: rotate(45deg);
  }

  .open-nav .burger span:first-child {
    transform: rotate(-45deg);
  }

  .open-nav .burger span:last-child,
  .open-nav .burger span:first-child {
    margin: 0;
    opacity: 1;
  }

  .open-nav .right-top {
    position: fixed;
    padding: 0 16px 40px;
    z-index: 101;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .open-nav .right-top a {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  .masthead .slick-dots {
    right: 231px;
    bottom: 23px;
    width: auto;
  }

  .small-catalog_carousel .colors {
    gap: 0;
  }

  .small-catalog_carousel .colors span {
    border: 5px solid #f6f6f6 !important;
    width: 34px;
    position: relative;
    height: 34px;
  }

  .small-catalog_carousel .colors span:after {
    content: "";
    top: 0;
    border-radius: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #bebebe;
    position: absolute;
  }

  .small-catalog_carousel .colors .active:after {
    border-color: #171719;
  }

  .header {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .header .line {
    white-space: nowrap;
    display: block;
  }

  .part > ul {
    display: none !important;
  }

  .part .slick-dots li:after {
    display: none !important;
  }

  .part .slick-dots .slick-active {
    background: #171719 !important;
  }

  .part .slick-dots .slick-active button {
    background: #171719 !important;
  }

  .part .slick-dots button {
    position: absolute;
    bottom: -5px;
    top: -20px;
    left: 0;
    opacity: 0;
    right: 0;
  }

  .part .preview .slick-list {
    padding: 0;
  }

  .part .preview .slick-slide {
    height: 360px;
    position: relative;
  }

  .small-catalog_carousel img {
    display: block !important;
  }

  .small-catalog_carousel .part > ul {
    display: none;
  }

  .small-catalog_carousel .slick-dots li:after {
    display: none !important;
  }

  .small-catalog_carousel .slick-dots .slick-active {
    background: #171719 !important;
  }

  .small-catalog_carousel .slick-dots .slick-active button {
    background: #171719 !important;
  }

  .small-catalog_carousel .slick-dots button {
    position: absolute;
    bottom: -5px;
    top: -20px;
    left: 0;
    opacity: 0;
    right: 0;
  }

  .small-catalog_carousel .preview .slick-list {
    padding: 0;
  }

  .small-catalog_carousel .preview .slick-slide {
    height: 437px;
    position: relative;
  }

  .page-text table {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
  }

  .page-text tbody {
    display: table;
    min-width: 700px;
  }

  .small-catalog_carousel .hide-mobile {
    display: none;
  }

  .small-catalog .btn-border.btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  .hide-mobile {
    display: none;
  }

  .js-info .load-more {
    display: block;
  }

  .show-hide .hide-mobile {
    display: block;
  }
}