@charset "UTF-8";
body {
  font-family: "Formular";
  font-weight: 400;
}

.wrapper {
  position: relative;
}

.container {
  max-width: 1278px;
  width: 100%;
  margin: 0 auto;
  padding: 0 14px;
}
@media (max-width: 1343px) {
  .container {
    max-width: 1138px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}

@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular/Formular.eot");
  src: url("../fonts/Formular/Formular.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular/Formular.woff2") format("woff2"), url("../fonts/Formular/Formular.woff") format("woff"), url("../fonts/Formular/Formular.ttf") format("truetype"), url("../fonts/Formular/Formular.svg#Formular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular/Formular-Medium.eot");
  src: url("../fonts/Formular/Formular-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular/Formular-Medium.woff2") format("woff2"), url("../fonts/Formular/Formular-Medium.woff") format("woff"), url("../fonts/Formular/Formular-Medium.ttf") format("truetype"), url("../fonts/Formular/Formular-Medium.svg#Formular-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular/Formular-Bold.eot");
  src: url("../fonts/Formular/Formular-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular/Formular-Bold.woff2") format("woff2"), url("../fonts/Formular/Formular-Bold.woff") format("woff"), url("../fonts/Formular/Formular-Bold.ttf") format("truetype"), url("../fonts/Formular/Formular-Bold.svg#Formular-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic.ttf") format("truetype"), url("../fonts/CenturyGothic/CenturyGothic.svg#CenturyGothic") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/CenturyGothic/CenturyGothic-Bold.svg#CenturyGothic-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms/TTNorms-Medium.eot");
  src: url("../fonts/TTNorms/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms/TTNorms-Medium.woff2") format("woff2"), url("../fonts/TTNorms/TTNorms-Medium.woff") format("woff"), url("../fonts/TTNorms/TTNorms-Medium.ttf") format("truetype"), url("../fonts/TTNorms/TTNorms-Medium.svg#TTNorms-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms/TTNorms-Regular.eot");
  src: url("../fonts/TTNorms/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms/TTNorms-Regular.woff") format("woff"), url("../fonts/TTNorms/TTNorms-Regular.ttf") format("truetype"), url("../fonts/TTNorms/TTNorms-Regular.svg#TTNorms-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*swiper*/
/**
 * Swiper 11.1.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 21, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-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-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.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;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-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-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  -webkit-border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  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:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-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-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -webkit-border-radius: var(--swiper-scrollbar-border-radius, 10px);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  -webkit-border-radius: var(--swiper-scrollbar-border-radius, 10px);
  border-radius: var(--swiper-scrollbar-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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-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-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*swiper*/
/*scrollbar*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none !important;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*scrollbar*/
/*fancybox*/
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;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

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

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0;
}

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

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

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

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px;
}

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

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

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

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

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

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

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

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

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

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

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

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

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

.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 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-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

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

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

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

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

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

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

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

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

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

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0 0;
  }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

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

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

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

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

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: 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;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

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

@media (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
/*fancybox*/
/*ion.rangeSlider*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  -webkit-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/*ion.rangeSlider*/
/* limarquee */
/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  /*zoom:1;*/
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f6f6f6;
  white-space: nowrap;
}

.str_wrap.str_active {
  background: #f1f1f1;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  /*display:inline;*/
  /*zoom:1;*/
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

/* limarquee */
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input:focus, textarea:focus {
  outline: none;
}

.flee {
  background: #fae902;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .flee {
    font-size: 9px;
    line-height: 14px;
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.flee span {
  margin-right: 21px;
}
@media (max-width: 767px) {
  .flee span {
    margin-right: 12.4px;
  }
}
.flee .str_move {
  top: auto;
}

.streamer {
  position: relative;
}

.helmet {
  padding-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .helmet {
    display: none;
  }
}
.helmet__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 13px;
}
@media (max-width: 1343px) {
  .helmet__container {
    padding-right: 0;
  }
}
.helmet__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 30px;
}
.helmet__beside {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 29px;
  margin-right: 29px;
}
@media (max-width: 1343px) {
  .helmet__beside {
    padding-right: 18px;
    margin-right: 18px;
  }
}
@media (max-width: 991px) {
  .helmet__beside {
    display: none;
  }
}
.helmet__beside:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  height: 13px;
  width: 1px;
  background-color: #b9b9b9;
}
.helmet__shops {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #212121;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.helmet__shops:hover {
  color: #e01377;
}
.helmet__shops:hover svg path {
  fill: #e01377;
}
.helmet__shops svg {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-right: 14px;
}
.helmet__shops svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.helmet__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.helmet__phone {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
}
.helmet__phone-property {
  font-family: "Century Gothic";
  font-size: 11px;
  line-height: 16px;
  color: #777777;
  font-weight: 400;
  margin-right: 13px;
}
@media (max-width: 1199px) {
  .helmet__phone-property {
    display: none;
  }
}
.helmet__phone-val {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
  color: #212121;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.helmet__phone-val:hover {
  color: #e01377;
}
.helmet__phone-val:hover svg path {
  fill: #e01377;
}
.helmet__phone-val svg {
  min-width: 11px;
  max-width: 11px;
  height: 11px;
  margin-top: 4px;
  margin-right: 8px;
}
.helmet__phone-val svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.helmet__bond {
  white-space: nowrap;
  margin-left: 34px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .helmet__bond {
    margin-top: 2px;
  }
}
@media (max-width: 991px) {
  .helmet__bond {
    margin-left: 25px;
  }
}
.helmet__bond:hover {
  color: #e71818;
}
.helmet__bond:hover svg path {
  fill: #e71818;
}
.helmet__bond svg {
  min-width: 19px;
  max-width: 19px;
  height: 14px;
  margin-top: 2px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .helmet__bond svg {
    margin-right: 0;
    margin-top: 0;
  }
}
.helmet__bond svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .helmet__bond span {
    display: none;
  }
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-bottom: 8px;
}
.menu__item:not(:last-child) {
  margin-right: 27px;
}
@media (max-width: 1343px) {
  .menu__item:not(:last-child) {
    margin-right: 20px;
  }
}
.menu__link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu__link:hover {
  color: #e01377;
}
.menu__link:hover svg path {
  fill: #e01377;
}
.menu__link.active {
  color: #e01377;
}
.menu__link.active svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.menu__link.active svg path {
  fill: #e01377;
}
.menu__link svg {
  margin-left: 12px;
  margin-top: 7px;
  margin-right: 2px;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu__link svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menusub {
  display: none;
  position: absolute;
  top: 100%;
  left: -24px;
  z-index: 1000;
  padding-top: 11px;
}
.menusub__body {
  min-width: 271px;
  max-width: 271px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0.342px 0.94px 3px rgba(1, 1, 1, 0.16);
  box-shadow: 0.342px 0.94px 3px rgba(1, 1, 1, 0.16);
  background-color: #ffffff;
  padding: 1px 0 7px 0;
  overflow: hidden;
}
.menusub__link {
  display: block;
  padding: 8px 15px 7px 23px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menusub__link:hover {
  background-color: #f5f5f5;
}

.header {
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header {
    padding-top: 0;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  }
}
.header__container {
  position: relative;
}
@media (max-width: 767px) {
  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.header__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 19px;
}
@media (max-width: 1343px) {
  .header__upper {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header__upper {
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__logo {
  min-width: 255px;
  max-width: 255px;
  margin-right: 39px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1343px) {
  .header__logo {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .header__logo {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .header__logo {
    min-width: 178px;
    max-width: 178px;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1px;
  }
}
.header__logo img {
  width: 100%;
  pointer-events: none;
}
.header__knob {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fae902;
  min-width: 175px;
  max-width: 175px;
  border: 2px solid #fae902;
  padding: 13px 10px 13px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .header__knob {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
.header__knob:hover {
  background-color: #ffde00;
  border-color: #ffde00;
}
@media (max-width: 767px) {
  .header__knob {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
.header__knob.active {
  background-color: #ffffff;
  color: #000000;
  border-color: #070707;
  pointer-events: none;
}
.header__knob.active .header__knob-icon {
  opacity: 0;
}
.header__knob.active .header__knob-close {
  opacity: 1;
}
.header__knob-beside {
  margin-top: 2px;
  margin-right: 14px;
  min-width: 16px;
  max-width: 16px;
  height: 17px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1199px) {
  .header__knob-beside {
    margin-top: 0;
    margin-right: 0;
  }
}
.header__knob-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__knob-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 84%;
  height: 84%;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__knob-text {
  font-family: "Century Gothic";
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .header__knob-text {
    display: none;
  }
}
.header__scan {
  margin-left: 38px;
  width: 100%;
}
@media (max-width: 1343px) {
  .header__scan {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .header__scan {
    width: auto;
  }
}
@media (max-width: 767px) {
  .header__scan {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
    margin-right: 10px;
  }
}
.header__kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header__kit {
    display: none;
  }
}
.header__elect {
  margin-left: 33px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  padding-top: 3px;
}
.header__elect:hover .header__elect-icon svg path:nth-child(2) {
  fill: #e01377;
}
.header__elect:hover .header__elect-num {
  background-color: #0c0c0c;
  color: #ffffff;
}
.header__elect-icon {
  min-width: 27px;
  max-width: 27px;
  height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-right: 1px;
}
.header__elect-icon svg {
  width: 100%;
  height: 100%;
}
.header__elect-icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__elect-icon svg path:nth-child(2) {
  fill: #ffffff;
}
.header__elect-text {
  margin-top: 9px;
  font-size: 12px;
  line-height: 16px;
  color: #212121;
  font-family: "Century Gothic";
}
.header__elect-num {
  position: absolute;
  top: -8px;
  right: -9px;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 9px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__cart {
  margin-left: 29px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  padding-top: 3px;
}
.header__cart:hover .header__cart-icon svg path:nth-child(2) {
  fill: #fae902;
}
.header__cart:hover .header__cart-num {
  background-color: #0c0c0c;
  color: #ffffff;
}
.header__cart-icon {
  min-width: 27px;
  max-width: 27px;
  height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.header__cart-icon svg {
  width: 100%;
  height: 100%;
}
.header__cart-icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__cart-icon svg path:nth-child(2) {
  fill: #ffffff;
}
.header__cart-text {
  margin-top: 9px;
  font-size: 12px;
  line-height: 16px;
  color: #212121;
  font-family: "Century Gothic";
}
.header__cart-num {
  position: absolute;
  top: -8px;
  right: -12px;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffd804;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 9px;
  line-height: 100%;
  color: #000000;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__under {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .header__under {
    display: block;
  }
}
@media (max-width: 767px) {
  .header__under {
    width: 100%;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
  }
  .header__under:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e5e5e5;
  }
}
.header__dyad {
  padding-top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .header__dyad {
    padding-top: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .header__dyad {
    display: none;
  }
}
.header__company {
  padding-top: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #777777;
  font-family: "Century Gothic";
  margin-right: 15px;
}
.header__delivery {
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #e01377;
  padding: 4px 19px 6px 19px;
  white-space: nowrap;
  font-family: "Century Gothic";
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
}
.header__twain {
  margin-left: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .header__twain {
    margin-left: 0;
  }
}
.header__address {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__address:hover .header__address-val {
  color: #e01377;
}
.header__address:hover .header__address-arrow {
  background-color: #e01377;
  border-color: #e01377;
}
.header__address:hover .header__address-arrow svg path {
  fill: #ffffff;
}
.header__address-icon {
  min-width: 10px;
  max-width: 10px;
  height: 13px;
  margin-top: 6px;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .header__address-icon {
    margin-top: 4px;
    margin-right: 8px;
    min-width: 9px;
    max-width: 9px;
    height: 9px;
  }
}
.header__address-val {
  padding-top: 3px;
  font-size: 15px;
  line-height: 20px;
  color: #212121;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .header__address-val {
    padding-top: 0;
    font-size: 12px;
    line-height: 16px;
  }
}
.header__address-arrow {
  margin-left: 21px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .header__address-arrow {
    margin-left: 15px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
  }
}
.header__address-arrow svg {
  width: 7px;
  height: 7px;
}
@media (max-width: 767px) {
  .header__address-arrow svg {
    width: 5px;
    height: 5px;
  }
}
.header__address-arrow svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__mode {
  margin-left: 20px;
  padding-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #565656;
  font-weight: 400;
}
@media (max-width: 767px) {
  .header__mode {
    display: none;
  }
}

.scan__knob {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  cursor: pointer;
}
@media (max-width: 991px) {
  .scan__knob {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .scan__knob {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
.scan__knob svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .scan__knob svg {
    width: 12px;
    height: 12px;
  }
}
.scan__knob svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .scan__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .scan__body.open {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 767px) {
  .scan__body {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    left: -3px;
    right: -3px;
  }
}
.scan__form {
  position: relative;
  width: 100%;
}
.scan__form:hover .scan__field {
  border-color: #919191;
}
.scan__field {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 100%;
  color: #090909;
  font-family: "Century Gothic";
  font-weight: 400;
  padding: 14px 65px 17px 23px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .scan__field {
    padding: 14px 100px 17px 23px;
  }
}
@media (max-width: 767px) {
  .scan__field {
    font-size: 12px;
    padding: 11px 80px 13px 14px;
  }
}
.scan__field::-webkit-input-placeholder {
  color: #c6c6c6;
}
.scan__field::-moz-placeholder {
  color: #c6c6c6;
}
.scan__field:-ms-input-placeholder {
  color: #c6c6c6;
}
.scan__field::-ms-input-placeholder {
  color: #c6c6c6;
}
.scan__field::placeholder {
  color: #c6c6c6;
}
.scan__btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  border: none;
  cursor: pointer;
  padding: 3px 1px 1px 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .scan__btn {
    background-color: #e01377;
    width: 35px;
    height: 35px;
    top: 3px;
    right: 3px;
  }
}
.scan__btn:hover {
  background-color: #e01377;
}
.scan__btn:hover svg path {
  fill: #ffffff;
}
.scan__btn svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .scan__btn svg {
    width: 12px;
    height: 12px;
  }
}
.scan__btn svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .scan__btn svg path {
    fill: #ffffff;
  }
}
.scan__close {
  display: none;
  position: absolute;
  right: 65px;
  top: 17px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .scan__close {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .scan__close {
    right: 50px;
    top: 14px;
    width: 13px;
    height: 13px;
  }
}
.scan__close svg {
  width: 100%;
  height: 100%;
}

.lappet {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .lappet {
    display: none;
  }
}
.lappet__container {
  z-index: 3;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #2e2e2e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.lappet__knob {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fae902;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lappet__knob:hover {
  background-color: #ffde00;
}
.lappet__knob.active {
  pointer-events: none;
}
.lappet__knob.active .lappet__knob-icon {
  opacity: 0;
}
.lappet__knob.active .lappet__knob-close {
  opacity: 1;
}
.lappet__knob-icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lappet__knob-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lappet__menu {
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 19px;
  margin-right: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
}
.lappet__menu-set{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.lappet__menu-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
}
.lappet__menu-item a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 22px 15.6px 20px 15.6px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lappet__menu-item a:hover {
  background-color: #fae902;
  color: #2e2e2e;
}
.lappet__menu-item:last-child {  
}
.lappet__menu-item:last-child.active {
  pointer-events: none;
}
@media (max-width: 1343px) {
  .lappet__menu-item:last-child {
    display: block;
  }
}

.lappet__btn{
  margin-top: 15px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.lappet__btn.active{
  pointer-events: none;
}
.lappet__btn.active .lappet__btn-open{
  opacity: 0;
}
.lappet__btn.active .lappet__btn-close{
  opacity: 1;
}
.lappet__btn-open{
  border: 1px solid #fae902;
  background-color: #fae902;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lappet__btn-open span{
  min-width: 3px;
  max-width: 3px;
  height: 3px;
  background-color: #2e2e2e;
  border-radius: 50%;
  margin: 0 1.5px;
}
.lappet__btn-close{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lappet__btn-close{
  border: 1px solid #fae902;
  border-radius: 50%;
}
.lappet__btn-close span{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background-color: #fae902;
}
.lappet__btn-close span:nth-child(1){
  transform: translate(-50%, -50%) rotate(45deg);
}
.lappet__btn-close span:nth-child(2){
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lappet__menusub{
  display: none;
  margin-top: 2px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #2e2e2e;
}
.lappet__menusub-set{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}



.lappet__pin {
  margin-top: 4px;
  margin-right: 4px;
  min-width: 128px;
  max-width: 128px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 18px 10px 16px 8px;
  text-decoration: none;
  background-color: #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lappet__pin:hover {
  background-color: #f91c88;
}
.lappet__pin svg {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-right: 13px;
}

.plank {
  position: absolute;
  display: none;
  margin-top: 7px;
  top: 144px;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media (max-width: 767px) {
  .plank {
    background-color: #ffffff;
    overflow: hidden;
    margin-top: 0;
  }
  .plank .container {
    padding: 0;
  }
  .plank.open .plank__scroll.scroll-wrapper .scroll-content {
    max-height: inherit !important;
  }
}
.plank__container {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0.342px 0.94px 3px rgba(1, 1, 1, 0.16);
  box-shadow: 0.342px 0.94px 3px rgba(1, 1, 1, 0.16);
  background-color: #ffffff;
  padding: 8px 34px 9px 7px;
}
@media (max-width: 1343px) {
  .plank__container {
    padding: 7px 20px 7px 7px;
  }
}
@media (max-width: 991px) {
  .plank__container {
    padding: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .plank__container {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    position: relative;
  }
  .plank__container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 100vw;
    background-color: #e01377;
    z-index: 11;
  }
}
.plank__head {
  padding: 10px 60px 12px 15px;
  position: relative;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .plank__head {
    display: block;
  }
}
.plank__head:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2e2e2e;
  z-index: -1;
  pointer-events: none;
}
.plank__company {
  font-size: 10px;
  line-height: 14px;
  color: #9d9d9d;
  font-family: "Century Gothic";
  font-weight: 400;
}
.plank__title {
  margin-top: 3px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
}
.plank__close {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fae902;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plank__close img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
.plank__scroll.scroll-wrapper {
  max-height: inherit !important;
}
.plank__scroll.scroll-wrapper.scrollbar-inner .scroll-content {
  max-height: none !important;
}
.plank__scroll.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
  background-color: #f4f4f4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  right: 0;
  width: 4px;
}
.plank__scroll.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y .scroll-bar {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fae902;
}
.plank__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .plank__twain {
    position: relative;
    display: block;
  }
  .plank__twain:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ededed));
    background-image: -o-linear-gradient(bottom, #ffffff 0%, #ededed 100%);
    background-image: linear-gradient(0deg, #ffffff 0%, #ededed 100%);
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .plank__twain {
    padding-left: 14px;
  }
}
.plank__left {
  min-width: 287px;
  max-width: 287px;
  margin-right: 44px;
}
@media (max-width: 1343px) {
  .plank__left {
    min-width: 275px;
    max-width: 275px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .plank__left {
    min-width: auto;
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .plank__left {
    max-width: 272px;
    padding: 14px 14px 15px 0;
    border-right: 1px solid #dfdfdf;
  }
}
.plank__row:not(:first-child) {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .plank__row:not(:first-child) {
    padding-top: 5.1px;
  }
}
.plank__ref {
  position: relative;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 15px 45px 13px 21px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .plank__ref {
    font-size: 13px;
    line-height: 19px;
    padding: 10px 30px 9px 16px;
  }
}
.plank__ref:hover {
  border-color: #fae902;
}
@media (min-width: 992px) {
  .plank__ref.current {
    background-color: #fae902;
    border-color: #fae902;
    pointer-events: none;
  }
}
.plank__ref.sale {
  border-color: #e01377;
  color: #e01377;
  display: none;
}
@media (max-width: 767px) {
  .plank__ref.sale {
    display: block;
  }
}
.plank__ref.sale svg path {
  fill: #e01377;
}
.plank__ref.sale:hover {
  background-color: #e01377;
  color: #ffffff;
}
.plank__ref.sale:hover svg path {
  fill: #ffffff;
}
.plank__ref svg {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 9px;
  height: 9px;
}
@media (max-width: 767px) {
  .plank__ref svg {
    top: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
  }
}
.plank__right {
  width: 100%;
  padding-top: 12px;
}
@media (max-width: 991px) {
  .plank__right {
    display: none;
    padding: 15px 20px 10px 52px;
  }
}
@media (max-width: 767px) {
  .plank__right {
    min-height: 428px;
    padding: 15px 5px 5px 33px;
  }
}
.plank__wrap {
  display: none;
}
.plank__wrap.open {
  display: block;
}
.plank__cap {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .plank__cap {
    margin-bottom: 15px;
  }
}
.plank__caption {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}
.plank__caption:hover .plank__caption-val {
  color: #e01377;
}
.plank__caption:hover .plank__caption-arrow {
  background-color: #e01377;
}
.plank__caption:hover .plank__caption-arrow svg path {
  fill: #ffffff;
}
.plank__caption-val {
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .plank__caption-val {
    font-size: 16px;
    line-height: 20px;
  }
}
.plank__caption-arrow {
  margin-left: 19px;
  margin-top: 6px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fae902;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .plank__caption-arrow {
    margin-left: 14px;
    margin-top: 2px;
  }
}
.plank__caption-arrow svg {
  width: 8px;
  height: 8px;
}
.plank__caption-arrow svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plank__genus {
  padding-left: 2px;
}
@media (max-width: 767px) {
  .plank__genus {
    padding-right: 40px;
  }
}
.plank__kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -19px;
}
@media (max-width: 1343px) {
  .plank__kit {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .plank__kit {
    margin-left: 0;
  }
}
.plank__unit {
  padding-left: 19px;
  padding-bottom: 19px;
  width: 33.3%;
}
@media (max-width: 1343px) {
  .plank__unit {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .plank__unit {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .plank__unit {
    width: 100%;
    padding-left: 0;
    padding-bottom: 8px;
  }
}
.plank__item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px 10px 10px 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .plank__item {
    padding: 8px 10px 8px 9px;
  }
}
.plank__item.current, .plank__item:hover {
  border-color: #e01377;
}
.plank__item.current, .plank__item:hover .plank__name {
  color: #e01377;
}
.plank__image {
  min-width: 68px;
  max-width: 68px;
  height: 68px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .plank__image {
    min-width: 55px;
    max-width: 55px;
    height: 55px;
    margin-right: 11px;
  }
}
.plank__beside {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .plank__beside {
    padding-top: 10px;
  }
}
.plank__name {
  font-size: 18px;
  line-height: 120%;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .plank__name {
    font-size: 14px;
  }
}
.plank__count {
  margin-top: 5px;
  padding-left: 1px;
  font-size: 11px;
  line-height: 120%;
  color: #2e2e2e;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .plank__count {
    font-size: 9px;
    margin-top: 5px;
    padding-left: 1px;
  }
}
.plank__back {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 35px;
  background-color: #fae902;
  display: none;
  padding: 17px 4px 10px 14px;
  cursor: pointer;
}
.plank__back svg {
  min-width: 6px;
  max-width: 6px;
}
.plank__under {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 17px 14px 20px 14px;
}
@media (max-width: 991px) {
  .plank__under {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .plank__under {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .plank__under {
    padding: 16px 14px 22px 14px;
  }
}
.plank__shops {
  margin-bottom: 16px;
  margin-left: 2px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #212121;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plank__shops:hover {
  color: #e01377;
}
.plank__shops:hover svg path {
  fill: #e01377;
}
.plank__shops-icon {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-right: 14px;
}
.plank__shops-icon path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plank__shops-arrow {
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-top: 6px;
}
.plank__shops-arrow path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plank__roll {
  width: 100%;
  margin-bottom: 12px;
}
.plank__dyad {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 3px;
}
.plank__phone {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.plank__phone-property {
  font-family: "Century Gothic";
  font-size: 11px;
  line-height: 16px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 5px;
}
.plank__phone-val {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
  color: #212121;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plank__phone-val:hover {
  color: #e01377;
}
.plank__phone-val:hover svg path {
  fill: #e01377;
}
.plank__phone-val svg {
  min-width: 11px;
  max-width: 11px;
  height: 11px;
  margin-top: 4px;
  margin-right: 8px;
}
.plank__phone-val svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plank__net {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plank__net:hover {
  color: #e71818;
}
.plank__net:hover svg path {
  fill: #e71818;
}
.plank__net svg {
  min-width: 19px;
  max-width: 19px;
  height: 14px;
  margin-top: 2px;
  margin-right: 11px;
}
.plank__net svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.roll {
  width: 100%;
}
.roll__toggle {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  padding: 10px 38px 10px 16px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.roll__toggle.active {
  pointer-events: none;
  border-color: #dfdfdf;
  background-color: #ffffff;
}
.roll__toggle.active svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.roll__toggle svg {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.roll__body {
  display: none;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 3px;
  padding: 15px 17px 8px 17px;
  margin-bottom: 4px;
}
.roll__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.roll__link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.roll__link:hover {
  color: #e01377;
}
.roll__link:hover svg path {
  fill: #e01377;
}
.roll__link.active {
  pointer-events: none;
  color: #e01377;
}
.roll__link.active svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.roll__link.active svg path {
  fill: #e01377;
}
.roll__link svg {
  margin-left: 15px;
  margin-top: 7px;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.roll__link svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.rollsub {
  padding: 11px 0 0 0;
  display: none;
}
.rollsub__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.rollsub__item:not(:last-child) {
  padding-bottom: 10px;
}
.rollsub__link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 20px;
  color: #212121;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rollsub__link:hover {
  color: #e01377;
}
.rollsub__link:hover svg path {
  fill: #e01377;
}
.rollsub__link.active {
  color: #e01377;
}
.rollsub__link.active svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.rollsub__link.active svg path {
  fill: #e01377;
}
.rollsub__link svg {
  margin-top: 7px;
  margin-right: 9px;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rollsub__link svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cap {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .cap {
    padding-top: 16px;
  }
}
.cap__container {
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .cap__container {
    padding-bottom: 20px;
  }
}
.cap__bill {
  display: none;
}
@media (max-width: 1199px) {
  .cap__bill {
    display: block;
    margin-top: 4px;
    margin-bottom: 24px;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .cap__bill {
    display: block;
    margin-top: 4px;
    margin-bottom: 14px;
    max-width: 500px;
  }
}
.cap__crumbs {
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .cap__crumbs {
    margin-bottom: 0;
  }
}
.cap__caption {
  font-size: 32px;
  line-height: 40px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .cap__caption {
    margin-top: 9px;
    font-size: 18px;
    line-height: 23px;
  }
}

.crumbs:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.crumbs__unit {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  .crumbs__unit {
    font-size: 9px;
    line-height: 14px;
  }
}
.crumbs__unit:not(:last-child) {
  padding-right: 13px;
  margin-right: 9px;
  float: left;
}
@media (max-width: 767px) {
  .crumbs__unit:not(:last-child) {
    padding-right: 6px;
    margin-right: 6px;
  }
}
.crumbs__unit:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 2px;
  height: 2px;
  background-color: #e01377;
}
@media (max-width: 767px) {
  .crumbs__unit:not(:last-child):after {
    top: 8px;
    width: 1px;
    height: 1px;
  }
}
.crumbs__link {
  color: #212121;
  text-decoration: none;
  display: block;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.crumbs__link:hover {
  color: #e01377;
}
.crumbs__current {
  color: #a2a2a2;
  cursor: default;
  display: block;
}

.footer {
  background-color: #222222;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 71px;
  }
}
.footer__upper {
  background-color: #2e2e2e;
}
.footer__menu {
  margin-left: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu-item {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .footer__menu-item:nth-last-child(-n+1) {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .footer__menu-item:nth-last-child(-n+1) {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer__menu-item:nth-last-child(-n+3) {
    display: none;
  }
}
.footer__menu-item a {
  display: block;
  padding: 21px 15.6px 19px 15.6px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__menu-item a:hover {
  background-color: #e01377;
}
.footer__middle {
  padding-top: 29px;
}
@media (max-width: 767px) {
  .footer__middle {
    padding-top: 0;
  }
}
.footer__dyad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__left {
  width: 100%;
  padding-top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 53px;
}
@media (max-width: 1343px) and (min-width: 992px) {
  .footer__left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .footer__left {
    padding-right: 0;
    padding-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
@media (max-width: 1343px) {
  .footer__phone {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .footer__phone {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .footer__phone {
    margin-right: 28px;
  }
}
.footer__phone-icon {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border: 1px solid #3e3e3e;
  margin-right: 26px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__phone-icon {
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    margin-right: 17px;
  }
}
.footer__phone-icon svg {
  width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .footer__phone-icon svg {
    width: 10px;
    height: 10px;
  }
}
.footer__phone-val {
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer__phone-val {
    font-size: 16px;
    line-height: 20px;
  }
}
.footer__phone-val a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__phone-val a:hover {
  color: #e01377;
}
.footer__phone-note {
  margin-top: 3px;
  font-size: 12px;
  line-height: 18px;
  color: #cfcfcf;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .footer__phone-note {
    font-size: 10px;
    line-height: 14px;
  }
}
.footer__net {
  padding: 13px 12px 14px 7px;
  min-width: 228px;
  max-width: 228px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #3e3e3e;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) and (min-width: 992px) {
  .footer__net {
    padding: 0;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer__net {
    padding: 0;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__net:hover {
  border-color: #e71818;
  background-color: #e71818;
}
.footer__net svg {
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  margin-right: 19px;
}
@media (max-width: 1343px) and (min-width: 992px) {
  .footer__net svg {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__net svg {
    margin-right: 0;
    min-width: 15px;
    max-width: 15px;
    height: 15px;
  }
}
.footer__net svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__right {
  min-width: 689px;
  max-width: 689px;
}
@media (max-width: 1343px) {
  .footer__right {
    min-width: 600px;
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .footer__right {
    min-width: 480px;
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .footer__right {
    display: none;
  }
}
.footer__carte {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding-right: 76px;
}
@media (max-width: 1343px) {
  .footer__carte {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .footer__carte {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.footer__carte-item {
  font-size: 14px;
  line-height: 18px;
  color: #cccccc;
  font-weight: 400;
  font-family: "Century Gothic";
  margin-bottom: 15px;
}
.footer__carte-item a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__carte-item a:hover {
  color: #ffffff;
}
.footer__jus {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .footer__jus {
    margin-top: 11px;
  }
}
.footer__jus-img {
  min-width: 38px;
  max-width: 38px;
  margin-right: 19px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .footer__jus-img {
    min-width: 25px;
    max-width: 25px;
    margin-right: 15px;
    margin-top: 3px;
  }
}
.footer__jus-text {
  font-size: 12px;
  line-height: 20px;
  color: #cfcfcf;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__jus-text {
    font-size: 9px;
    line-height: 14px;
  }
}
.footer__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 22px;
}
@media (max-width: 991px) {
  .footer__twain {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__twain {
    padding-top: 11px;
  }
}
.footer__note {
  min-width: 450px;
  max-width: 450px;
  margin-right: 40px;
  font-size: 12px;
  line-height: 20px;
  color: #cfcfcf;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__note {
    min-width: auto;
    max-width: none;
    margin-right: 0;
    font-size: 8px;
    line-height: 12px;
  }
}
.footer__remark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .footer__remark {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .footer__remark {
    margin-top: 10px;
  }
}
.footer__remark-img {
  min-width: 31px;
  max-width: 31px;
  margin-right: 20px;
  margin-top: 5px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .footer__remark-img {
    min-width: 19px;
    max-width: 19px;
    margin-right: 13px;
    margin-top: 3px;
  }
}
.footer__remark-text {
  font-size: 12px;
  line-height: 20px;
  color: #cfcfcf;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__remark-text {
    font-size: 8px;
    line-height: 12px;
  }
}
.footer__under {
  margin-top: 31px;
  padding-top: 15px;
  border-top: 1px solid #3e3e3e;
}
@media (max-width: 767px) {
  .footer__under {
    margin-top: 12px;
    padding-top: 12px;
  }
}
.footer__under-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer__under-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__copyright {
  max-width: 250px;
  min-width: 250px;
  font-size: 10px;
  line-height: 17px;
  color: #cfcfcf;
  font-weight: 400;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: none;
    min-width: auto;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-right: 0;
    padding-right: 20px;
    font-size: 8px;
    line-height: 12px;
    width: -webkit-calc(100% - 76px);
    width: calc(100% - 76px);
  }
}
@media (max-width: 1199px) {
  .footer__gang {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer__gang {
    padding-bottom: 9px;
  }
}
.footer__gang-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
}
.footer__gang-item {
  padding-left: 40px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #cfcfcf;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__gang-item {
    font-size: 10px;
    line-height: 16px;
    padding-bottom: 3px;
  }
}
.footer__gang-item a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__gang-item a:hover {
  color: #ffffff;
}
.footer__developer {
  margin-left: 20px;
  font-size: 10px;
  line-height: 16px;
  color: #cfcfcf;
  font-weight: 400;
  max-width: 103px;
  min-width: 103px;
}
@media (max-width: 1199px) {
  .footer__developer {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
    min-width: auto;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .footer__developer {
    max-width: 76px;
    min-width: 76px;
    font-size: 8px;
    line-height: 12px;
  }
}
.footer__developer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__developer a:hover {
  color: #ffffff;
}
.footer__cover {
  position: relative;
}
.footer__beast {
  position: absolute;
  bottom: 7px;
  right: 9px;
  max-width: 279px;
  max-height: 319px;
  pointer-events: none;
}
@media (max-width: 1343px) {
  .footer__beast {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .footer__beast {
    display: none;
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 17px 0 32px;
}
@media (max-width: 767px) {
  .pagination__set {
    padding: 0 11px 0 7px;
  }
}
.pagination__suit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pagination__link {
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  color: #2a2a2a;
  font-weight: 500;
  font-family: "Formular";
  text-align: center;
  margin: 0 8.24px 8px 8.24px;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .pagination__link:nth-child(1n+8) {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .pagination__link:nth-child(1n+5) {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pagination__link:nth-child(1n+6) {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .pagination__link:nth-child(1n+8) {
    display: none;
  }
}
@media (max-width: 767px) {
  .pagination__link {
    min-width: 31px;
    max-width: 31px;
    height: 31px;
    font-size: 12px;
    margin: 0 4.8px 7px 4.8px;
  }
}
@media (max-width: 575px) {
  .pagination__link:nth-child(1n+4) {
    display: none;
  }
}
.pagination__link:hover {
  background-color: #fae902;
}
.pagination__link.current {
  background-color: #e01377;
  color: #ffffff;
}
.pagination__dots {
  min-width: 46px;
  max-width: 46px;
  height: 42px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  color: #2a2a2a;
  font-weight: 500;
  font-family: "Formular";
  text-align: center;
  margin: 0 12px 8px 8.24px;
  padding-bottom: 2px;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pagination__dots {
    min-width: 31px;
    max-width: 31px;
    height: 31px;
    margin: 0;
    font-size: 12px;
    padding-bottom: 1px;
    margin: 0 6px 0 6px;
  }
}
.pagination__all {
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  color: #2a2a2a;
  font-weight: 500;
  font-family: "Formular";
  text-align: center;
  margin: 0 8.24px 8px 8.24px;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pagination__all {
    min-width: 31px;
    max-width: 31px;
    height: 31px;
    margin: 0 8px 0 8px;
    font-size: 12px;
    padding-bottom: 1px;
  }
}
.pagination__all:hover {
  background-color: #fae902;
}
.pagination__all.current {
  background-color: #e01377;
  color: #ffffff;
}
.pagination__next, .pagination__prev {
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  border: 1px solid #e01377;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pagination__next, .pagination__prev {
    min-width: 31px;
    max-width: 31px;
    height: 31px;
  }
}
.pagination__next:hover, .pagination__prev:hover {
  background-color: #e01377;
}
.pagination__next:hover svg path, .pagination__prev:hover svg path {
  fill: #ffffff;
}
.pagination__next.disabled, .pagination__prev.disabled {
  pointer-events: none;
  border-color: #333333;
  opacity: 0.169;
}
.pagination__next.disabled svg path, .pagination__prev.disabled svg path {
  fill: #333333;
}
.pagination__next svg, .pagination__prev svg {
  width: 10px;
  height: 10px;
}
@media (max-width: 575px) {
  .pagination__next svg, .pagination__prev svg {
    width: 8px;
    height: 8px;
  }
}
.pagination__next svg path, .pagination__prev svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.appeal__container {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#eaeaea));
  background-image: -o-linear-gradient(left, #f5f5f5 0%, #eaeaea 100%);
  background-image: linear-gradient(90deg, #f5f5f5 0%, #eaeaea 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 35px 30px 30px 57px;
  position: relative;
  min-height: 220px;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .appeal__container {
    padding: 35px 30px 30px 35px;
  }
}
@media (max-width: 767px) {
  .appeal__container {
    display: block;
    padding: 21px 20px 142px 24px;
  }
}
.appeal__left {
  min-width: 320px;
  max-width: 320px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .appeal__left {
    min-width: auto;
    max-width: none;
    margin-right: 0;
  }
}
.appeal__caption {
  padding-left: 4px;
  font-size: 24px;
  line-height: 120%;
  color: #0c0c0c;
  font-weight: 500;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .appeal__caption {
    font-size: 16px;
    padding-left: 0;
  }
}
.appeal__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.appeal__logo img {
  max-width: 271px;
  width: 100%;
  display: block;
  pointer-events: none;
}
@media (max-width: 767px) {
  .appeal__logo img {
    max-width: 196px;
  }
}
.appeal__btn {
  margin-left: 5px;
  margin-top: 20px;
  min-width: 265px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 11px 17px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .appeal__btn {
    margin-top: 8px;
    min-width: 207px;
    margin-left: 1px;
    font-size: 10px;
    line-height: 16px;
    padding: 8px 10px 11px 14px;
  }
}
.appeal__btn:hover {
  background-color: #f61583;
}
.appeal__btn svg {
  min-width: 13px;
  max-width: 13px;
  height: 6px;
  margin-left: 16px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .appeal__btn svg {
    min-width: 10px;
    max-width: 10px;
    margin-left: 12px;
    margin-top: 6px;
  }
}
.appeal__right {
  padding-top: 2px;
  max-width: 290px;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .appeal__right {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .appeal__right {
    max-width: none;
    padding-top: 11px;
  }
}
.appeal__title {
  font-size: 20px;
  line-height: 28px;
  color: #070707;
  font-weight: 400;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .appeal__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;
  }
}
.appeal__text {
  padding-left: 1px;
  font-size: 14px;
  line-height: 24px;
  color: #070707;
  font-weight: 400;
}
@media (max-width: 767px) {
  .appeal__text {
    font-size: 12px;
    line-height: 18px;
  }
}
.appeal__img {
  position: absolute;
  bottom: -20px;
  right: 10px;
  max-height: 265px;
  max-width: 522px;
  pointer-events: none;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .appeal__img {
    max-width: 410px;
    right: 4px;
    bottom: -16px;
  }
}
@media (max-width: 1199px) {
  .appeal__img {
    display: none;
  }
}
@media (max-width: 767px) {
  .appeal__img {
    display: block;
    max-width: 280px;
    max-height: 142px;
    bottom: -10px;
    right: auto;
    left: 8px;
  }
}

.uprise {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 2.5px 4.33px 7.5px rgba(0, 0, 0, 0.45);
  box-shadow: 2.5px 4.33px 7.5px rgba(0, 0, 0, 0.45);
  background-color: #ffffff;
  z-index: 12;
  display: none;
  padding: 5px 0 5px 0;
}
@media (max-width: 767px) {
  .uprise {
    display: block;
  }
}
.uprise__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 6px;
  padding-right: 1px;
}
.uprise__catalog {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 2px;
}
.uprise__catalog-icon {
  min-width: 29px;
  max-width: 29px;
  height: 29px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 2px;
}
.uprise__catalog-icon svg {
  width: 100%;
  height: 100%;
}
.uprise__sale {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.uprise__sale-icon {
  min-width: 29px;
  max-width: 29px;
  height: 29px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 2px;
}
.uprise__sale-icon svg {
  width: 100%;
  height: 100%;
}
.uprise__elect {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.uprise__elect.disabled {
  pointer-events: none;
}
.uprise__elect.disabled .uprise__elect-count {
  background-color: #d7d7d7;
  color: #ffffff;
}
.uprise__elect.disabled .uprise__elect-icon svg path {
  fill: #c2c2c2;
}
.uprise__elect-icon {
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  margin-bottom: 1px;
  margin-left: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.uprise__elect-icon svg {
  width: 100%;
  height: 100%;
}
.uprise__elect-count {
  position: absolute;
  top: -4px;
  right: -7px;
  width: 16px;
  height: 16px;
  background-color: #e01377;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 8px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 500;
  font-family: "TT Norms";
  text-align: center;
}
.uprise__cart {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.uprise__cart.disabled {
  pointer-events: none;
}
.uprise__cart.disabled .uprise__cart-count {
  background-color: #d7d7d7;
  color: #ffffff;
}
.uprise__cart.disabled .uprise__beside-icon svg path {
  fill: #c2c2c2;
}
.uprise__cart-count {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px;
  background-color: #ffd804;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 8px;
  line-height: 100%;
  color: #000000;
  font-weight: 500;
  font-family: "TT Norms";
  text-align: center;
}
.uprise__beside {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 11px;
}
.uprise__beside-icon {
  position: relative;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  margin-bottom: 1px;
  margin-right: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.uprise__beside-icon svg {
  width: 100%;
  height: 100%;
}
.uprise__topic {
  font-size: 10px;
  line-height: 14px;
  color: #212121;
  font-weight: 400;
  font-family: "Century Gothic";
  text-align: center;
}
.uprise__price {
  padding-top: 4px;
  font-family: "Formular";
}
.uprise__price-val {
  font-size: 12px;
  line-height: 16px;
  color: #090909;
  font-weight: 500;
}
.uprise__price-old {
  font-size: 10px;
  line-height: 14px;
  color: #090909;
  font-weight: 400;
}
.uprise__price-old span {
  text-decoration: line-through;
}

.sorting {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sorting__property {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #2e2e2e;
}
@media (max-width: 767px) {
  .sorting__property {
    font-size: 10px;
    line-height: 16px;
  }
}
.sorting__body {
  margin-left: 11px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .sorting__body {
    margin-left: 8px;
  }
}
.sorting__toggle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  white-space: nowrap;
  color: #2e2e2e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sorting__toggle {
    white-space: normal;
  }
}
.sorting__toggle:hover {
  color: #e01377;
}
.sorting__toggle:hover svg path {
  fill: #e01377;
}
.sorting__toggle.active {
  color: #e01377;
}
.sorting__toggle.active svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.sorting__toggle.active svg path {
  fill: #e01377;
}
.sorting__toggle span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 767px) {
  .sorting__toggle span {
    font-size: 10px;
    line-height: 16px;
  }
}
.sorting__toggle svg {
  margin-top: 7px;
  margin-left: 13px;
  min-width: 9px;
  max-width: 9px;
  height: 9px;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sorting__toggle svg {
    margin-top: 6px;
    margin-left: 10px;
    min-width: 7px;
    max-width: 7px;
    height: 7px;
  }
}
.sorting__toggle svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sorting__set {
  display: none;
  position: absolute;
  left: -15px;
  top: 100%;
  margin-top: 7px;
  background-color: #ffffff;
  padding: 10px 18px 10px 15px;
  z-index: 15;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px) {
  .sorting__set {
    left: -10px;
    padding: 10px 15px 10px 10px;
  }
}
.sorting__item {
  line-height: 18px;
}
@media (max-width: 767px) {
  .sorting__item {
    line-height: 14px;
  }
}
.sorting__item:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sorting__item:not(:last-child) {
    margin-bottom: 4px;
  }
}
.sorting__item a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #1c1c1f;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sorting__item a {
    font-size: 10px;
    line-height: 14px;
  }
}
.sorting__item a:hover {
  color: #e01377;
}
.sorting__item a.current {
  font-weight: 700;
  color: #2e2e2e;
  pointer-events: none;
}

.relay {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.relay__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.relay__label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.relay__label input:checked + .relay__part .relay__pin {
  background-color: #e01377;
}
.relay__label input:checked + .relay__part .relay__pin:before {
  opacity: 1;
}
.relay__label input:checked + .relay__part .relay__pin:after {
  left: 24px;
}
@media (max-width: 767px) {
  .relay__label input:checked + .relay__part .relay__pin:after {
    left: 23px;
  }
}
.relay__part {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.relay__pin {
  margin-top: 2px;
  margin-right: 17px;
  min-width: 43px;
  max-width: 43px;
  height: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #e7e7e7;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .relay__pin {
    margin-top: 3px;
    margin-right: 15px;
    min-width: 40px;
    max-width: 40px;
    height: 19px;
  }
}
.relay__pin:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon/select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.relay__pin:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .relay__pin:after {
    width: 15px;
    height: 15px;
  }
}
.relay__text {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #2e2e2e;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .relay__text {
    font-size: 11px;
    line-height: 16px;
  }
}

.unit {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 18px 30px 34px 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .unit {
    padding: 18px 16px 34px 16px;
  }
}
@media (max-width: 767px) {
  .unit {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 11px 17px 11px;
  }
}
.unit:hover {
  border-color: #e795bd;
}
.unit:hover .unit__chosen {
  opacity: 1;
}
.unit__upper {
  width: 100%;
}
.unit__image {
  padding-bottom: 94.9%;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .unit__image {
    height: 135px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.unit__image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 94.5%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .unit__image img {
    max-width: none;
    width: 100%;
  }
}
.unit__name {
  font-size: 13px;
  line-height: 22px;
  color: #212121;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .unit__name {
    font-size: 10px;
    line-height: 16px;
  }
}
.unit__under {
  margin-top: 11px;
  width: 100%;
}
@media (max-width: 767px) {
  .unit__under {
    margin-top: 7px;
  }
}
.unit__data {
  font-size: 10px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  font-family: "Century Gothic";
  margin-bottom: 5px;
  padding-left: 1px;
}
@media (max-width: 767px) {
  .unit__data {
    font-size: 8px;
    line-height: 12px;
    padding-left: 0;
    margin-bottom: 11px;
  }
}
.unit__data span {
  display: inline-block;
  padding-right: 14px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .unit__data span {
    padding-right: 6px;
    padding-bottom: 1px;
  }
}
.unit__caudal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.unit__doing {
  position: relative;
  width: 100%;
  padding: 4px 38px 3px 38px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 45px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .unit__doing {
    padding: 3px 23px 3px 23px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    min-height: 30px;
  }
}
.unit__doing.active {
  border-color: #fae902;
}
.unit__doing.active .unit__grist {
  opacity: 1;
}
.unit__doing.active .unit__minus:hover {
  border-color: #fae902;
  background-color: #fae902;
}
.unit__doing.sold {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.unit__doing.disabled {
  pointer-events: none;
  background-color: #f5f5f5;
  border-color: #e6e6e6;
}
.unit__doing.disabled .unit__minus, .unit__doing.disabled .unit__plus {
  border-color: transparent;
}
.unit__sold {
  font-size: 13px;
  line-height: 18px;
  color: #626262;
  font-weight: 400;
  font-family: "Century Gothic";
  text-align: center;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .unit__sold {
    font-size: 10px;
    line-height: 14px;
  }
}
.unit__minus, .unit__plus {
  position: absolute;
  top: 2px;
  width: 39px;
  height: 39px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 100%;
  color: #1a1a1a;
  font-family: "Formular";
  font-weight: 400;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .unit__minus, .unit__plus {
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
}
.unit__minus {
  left: 3px;
  padding-bottom: 3px;
}
.unit__minus:hover {
  border-color: #e6e6e6;
}
.unit__plus {
  right: 3px;
  padding-bottom: 3px;
}
.unit__plus:hover {
  border-color: #e01377;
  background-color: #e01377;
  color: #ffffff;
}
.unit__grist {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  transform: translateY(-53%);
  right: -18px;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fae902;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Formular";
  font-size: 10px;
  line-height: 100%;
  color: #020202;
  font-weight: 700;
  text-align: center;
  padding: 1px 1px 2px 2px;
  cursor: default;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .unit__grist {
    width: 22px;
    height: 22px;
    right: -14px;
  }
}
@media (max-width: 767px) {
  .unit__grist {
    width: 15px;
    height: 15px;
    right: -10px;
    font-size: 7px;
  }
}
.unit__price-val {
  font-size: 14px;
  line-height: 18px;
  color: #e21717;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .unit__price-val {
    font-size: 12px;
    line-height: 14px;
  }
}
.unit__price-old {
  font-size: 12px;
  line-height: 18px;
  color: #090909;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .unit__price-old {
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px;
  }
}
.unit__price-old span {
  text-decoration: line-through;
}
.unit__elect {
  margin-left: 28px;
  margin-top: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 21px;
  max-width: 21px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .unit__elect {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .unit__elect {
    top: 11px;
    left: 11px;
    width: 17px;
    height: 17px;
    display: none;
  }
}
.unit__elect:hover svg path:nth-child(2) {
  fill: #e01377;
}
.unit__elect.active svg path {
  fill: #e01377;
}
.unit__elect.active:hover svg path {
  fill: #bb045e;
}
.unit__elect.active:hover .unit__elect-del {
  opacity: 1;
}
.unit__elect svg {
  width: 100%;
  height: 100%;
}
.unit__elect svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.unit__elect-del {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .unit__elect-del {
    width: 7px;
    height: 7px;
  }
}
.unit__elect-del span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.unit__elect-del span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.unit__elect-del span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.unit__footnote {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  font-family: "Century Gothic";
  font-weight: 400;
}
@media (max-width: 767px) {
  .unit__footnote {
    bottom: 3px;
    font-size: 7px;
    line-height: 10px;
    padding: 0 10px;
  }
}
.unit__tag {
  z-index: 2;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .unit__tag {
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
  }
}
.unit__chosen {
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 21px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 21px;
  height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .unit__chosen {
    top: 11px;
    left: 11px;
    width: 17px;
    height: 17px;
    display: none;
  }
}
.unit__chosen:hover svg path:nth-child(2) {
  fill: #e01377;
}
.unit__chosen.active {
  opacity: 1;
}
.unit__chosen.active svg path {
  fill: #e01377;
}
.unit__chosen.active:hover svg path {
  fill: #bb045e;
}
.unit__chosen.active:hover .unit__chosen-del {
  opacity: 1;
}
.unit__chosen svg {
  width: 100%;
  height: 100%;
}
.unit__chosen svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.unit__chosen-del {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .unit__chosen-del {
    width: 7px;
    height: 7px;
  }
}
.unit__chosen-del span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.unit__chosen-del span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.unit__chosen-del span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.prelude {
  padding-top: 25px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .prelude {
    padding-top: 13px;
  }
}
.prelude__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .prelude__container {
    display: block;
  }
}
.prelude__body {
  width: 64%;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .prelude__body {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .prelude__body {
    width: 100%;
    padding-right: 0;
  }
}
.prelude__prev, .prelude__next {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .prelude__prev, .prelude__next {
    width: 27px;
    height: 27px;
    top: 51.7%;
  }
}
.prelude__prev:hover, .prelude__next:hover {
  background-color: #e01377;
}
.prelude__prev:hover svg path, .prelude__next:hover svg path {
  fill: #ffffff;
}
.prelude__prev svg, .prelude__next svg {
  width: 11px;
  height: 11px;
}
@media (max-width: 767px) {
  .prelude__prev svg, .prelude__next svg {
    height: 6px;
    width: 6px;
  }
}
.prelude__prev svg path, .prelude__next svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.prelude__prev {
  left: 26px;
}
@media (max-width: 767px) {
  .prelude__prev {
    left: 10px;
  }
}
.prelude__next {
  right: 26px;
}
@media (max-width: 767px) {
  .prelude__next {
    right: 10px;
  }
}
.prelude__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.prelude__item img {
  width: 100%;
  display: block;
  pointer-events: none;
}
.prelude__dots.swiper-pagination-bullets {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .prelude__dots.swiper-pagination-bullets {
    bottom: 13px;
  }
}
.prelude__dots.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  opacity: 1;
  margin: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .prelude__dots.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 2.5px;
  }
}
.prelude__dots.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #fae902;
}
.prelude__dots.swiper-pagination-bullets .swiper-pagination-bullet-active {
  pointer-events: none;
  width: 40px;
  background-color: #e01377;
}
@media (max-width: 767px) {
  .prelude__dots.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 27px;
  }
}
.prelude__beside {
  width: 36%;
  padding-top: 2px;
  position: relative;
}
@media (max-width: 991px) {
  .prelude__beside {
    width: 100%;
    padding-top: 8px;
  }
}
@media (max-width: 991px) {
  .prelude__kit {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.prelude__unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.prelude__unit:hover {
  opacity: 0.7;
}
.prelude__unit:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .prelude__unit:not(:last-child) {
    margin-bottom: 10px;
  }
}
.prelude__unit img {
  width: 100%;
}
.prelude__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 22px;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 15px 8px 18px 17px;
  font-size: 14px;
  letter-spacing: 0.85px;
  line-height: 100%;
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .prelude__btn {
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .prelude__btn {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    padding: 10px 8px 11px 12px;
    letter-spacing: 0.6px;
  }
}
.prelude__btn:hover {
  border-color: #e01377;
  background-color: #ffffff;
  color: #e01377;
}
.prelude__btn img {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .prelude__btn img {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
  }
}
.prelude__btn span {
  padding: 7px 20px 0 18px;
}
@media (max-width: 767px) {
  .prelude__btn span {
    padding: 3px 13px 0 13px;
  }
}

.outfit {
  padding-top: 44px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .outfit {
    padding-top: 19px;
  }
}
.outfit__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Century Gothic";
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .outfit__head {
    margin-bottom: 17px;
  }
  .outfit__head .outfit__more {
    display: none;
  }
}
.outfit__caption {
  font-size: 26px;
  line-height: 120%;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 767px) {
  .outfit__caption {
    font-size: 16px;
  }
}
.outfit__more {
  margin-left: 30px;
  margin-top: 11px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .outfit__more {
    margin-left: 0;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    font-family: "Century Gothic";
  }
}
.outfit__more:hover {
  color: #e01377;
}
.outfit__more:hover svg path {
  fill: #e01377;
}
.outfit__more svg {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  margin-right: 14px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .outfit__more svg {
    min-width: 8px;
    max-width: 8px;
    height: 8px;
    margin-right: 13px;
  }
}
.outfit__more svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.outfit__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
}
@media (max-width: 767px) {
  .outfit__set {
    margin-left: -10px;
  }
}
.outfit__unit {
  width: 20%;
  padding-left: 16px;
  padding-bottom: 16px;
}
@media (max-width: 1343px) {
  .outfit__unit {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .outfit__unit {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .outfit__unit {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .outfit__unit {
    padding-left: 10px;
    padding-bottom: 8.5px;
    width: 50%;
  }
}
.outfit__item {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  position: relative;
  padding: 25px 74px 25px 29px;
  min-height: 100px;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #212121;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .outfit__item {
    min-height: 69px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 30px 25px 17px;
  }
}
.outfit__item:hover {
  background-color: #ffffff;
  color: #e01377;
}
.outfit__item:hover:after {
  opacity: 1;
}
.outfit__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #e01377;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.outfit__name {
  max-width: 130px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .outfit__name {
    font-size: 12px;
    line-height: 16px;
  }
}
.outfit__img {
  position: absolute;
  bottom: 0;
  right: -3px;
  width: 112px;
  height: 112px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -o-object-position: bottom center;
  object-position: bottom center;
}
@media (max-width: 767px) {
  .outfit__img {
    width: 66px;
    height: 66px;
    right: -2px;
  }
}
.outfit__cellar {
  display: none;
  padding-top: 7px;
}
@media (max-width: 767px) {
  .outfit__cellar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.gang {
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gang {
    padding-top: 21px;
    padding-bottom: 27px;
  }
}
.gang__head {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .gang__head {
    margin-bottom: 13px;
  }
}
.gang__array {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto;
}
@media (max-width: 767px) {
  .gang__array {
    margin: 0 -14px;
    padding-left: 14px;
  }
  .gang__array::-webkit-scrollbar {
    display: none;
  }
}
.gang__tab {
  margin-right: 36.5px;
  white-space: nowrap;
  font-size: 20px;
  line-height: 32px;
  color: #212121;
  font-weight: 400;
  font-family: "Century Gothic";
  border-bottom: 2px solid transparent;
  padding-bottom: 17px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .gang__tab {
    margin-right: 22px;
    font-size: 14px;
    line-height: 26px;
    border-bottom-width: 1px;
    padding-bottom: 11px;
  }
}
.gang__tab:hover {
  color: #e01377;
}
.gang__tab.current {
  cursor: default;
  font-size: 26px;
  line-height: 26px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  border-bottom-color: #e01377;
}
@media (max-width: 767px) {
  .gang__tab.current {
    font-size: 18px;
    line-height: 20px;
  }
}
.gang__body {
  position: relative;
}
.gang__prev, .gang__next {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e01377;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .gang__prev, .gang__next {
    display: none;
  }
}
.gang__prev:hover, .gang__next:hover {
  background-color: #e01377;
}
.gang__prev:hover svg path, .gang__next:hover svg path {
  fill: #ffffff;
}
.gang__prev.swiper-button-disabled, .gang__next.swiper-button-disabled {
  border-color: #e4e4e4;
  cursor: default;
  background-color: #ffffff;
}
.gang__prev.swiper-button-disabled svg path, .gang__next.swiper-button-disabled svg path {
  fill: #e4e4e4;
}
.gang__prev svg, .gang__next svg {
  width: 11px;
  height: 11px;
}
.gang__prev svg path, .gang__next svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gang__prev {
  left: -26px;
}
.gang__next {
  right: -26px;
}
.gang__unit {
  height: auto;
}
.gang__scrollbar {
  margin-top: 28px;
  height: 3px;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .gang__scrollbar {
    margin-top: 10px;
  }
}
.gang__scrollbar .swiper-scrollbar-drag {
  background: #e01377;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.taste {
  padding-top: 44px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .taste {
    padding-top: 31px;
  }
}
.taste__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Century Gothic";
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .taste__head {
    margin-bottom: 17px;
  }
  .taste__head .taste__more {
    display: none;
  }
}
.taste__caption {
  font-size: 26px;
  line-height: 120%;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 767px) {
  .taste__caption {
    font-size: 18px;
  }
}
.taste__more {
  margin-left: 30px;
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .taste__more {
    margin-left: 0;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    font-family: "Century Gothic";
  }
}
.taste__more:hover {
  color: #e01377;
}
.taste__more:hover svg path {
  fill: #e01377;
}
.taste__more svg {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  margin-right: 15px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .taste__more svg {
    min-width: 8px;
    max-width: 8px;
    height: 8px;
    margin-right: 13px;
  }
}
.taste__more svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.taste__slider {
  overflow: visible;
}
.taste__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -29px;
  width: auto;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .taste__set {
    margin-left: -20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .taste__set {
    padding-bottom: 0;
    margin-left: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.taste__box {
  width: 33.3%;
  padding-left: 29px;
  padding-bottom: 29px;
  height: auto;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .taste__box {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .taste__box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .taste__box {
    padding-left: 0;
    min-width: 249px;
    max-width: 249px;
    width: 100%;
    padding-bottom: 0;
  }
}
.taste__item {
  height: 100%;
  padding: 34px 120px 47px 48px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .taste__item {
    padding: 28px 120px 35px 28px;
  }
}
@media (max-width: 991px) {
  .taste__item {
    padding: 28px 120px 35px 28px;
  }
}
@media (max-width: 767px) {
  .taste__item {
    padding: 21px 78px 22px 24px;
  }
}
.taste__item:hover:before {
  border-color: #efefef;
}
.taste__item:hover .taste__name {
  color: #e01377;
}
.taste__item:hover .taste__link {
  color: #e01377;
}
.taste__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 7px solid #e01377;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .taste__item:before {
    border-width: 3px;
  }
}
.taste__img {
  position: absolute;
  bottom: 0;
  right: -3px;
  max-height: 100%;
  max-width: 156px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .taste__img {
    max-width: 140px;
  }
}
@media (max-width: 991px) {
  .taste__img {
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .taste__img {
    max-width: 100px;
    right: -12px;
  }
}
.taste__num {
  position: absolute;
  top: 26px;
  right: 25px;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fae902;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 100%;
  color: #0b0b0b;
  font-weight: 700;
}
@media (max-width: 767px) {
  .taste__num {
    top: 13px;
    right: 13px;
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
}
.taste__name {
  font-size: 22px;
  line-height: 28px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .taste__name {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .taste__name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
.taste__text {
  padding-left: 2px;
  max-width: 215px;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #212121;
  font-family: "Formular";
  font-weight: 400;
}
@media (max-width: 767px) {
  .taste__text {
    padding-left: 1px;
    font-size: 10px;
    line-height: 14px;
  }
}
.taste__link {
  margin-top: 19px;
  margin-left: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #181818;
  font-family: "Century Gothic";
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .taste__link {
    margin-top: 11px;
    margin-left: 0;
    font-size: 10px;
    line-height: 16px;
  }
}
.taste__link svg {
  min-width: 17px;
  max-width: 17px;
  height: 10px;
  margin-left: 19px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .taste__link svg {
    min-width: 12px;
    max-width: 12px;
    margin-left: 11px;
    margin-top: 5px;
  }
}
.taste__cellar {
  display: none;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .taste__cellar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.stirps {
  padding-top: 35px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .stirps {
    padding-top: 26px;
  }
}
.stirps__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Century Gothic";
  margin-bottom: 28px;
  padding-right: 20px;
}
@media (max-width: 1343px) {
  .stirps__head {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .stirps__head {
    margin-bottom: 16px;
  }
  .stirps__head .stirps__more {
    display: none;
  }
}
.stirps__caption {
  font-size: 26px;
  line-height: 120%;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 767px) {
  .stirps__caption {
    font-size: 18px;
  }
}
.stirps__more {
  margin-left: 30px;
  margin-top: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .stirps__more {
    margin-left: 0;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    font-family: "Century Gothic";
  }
}
.stirps__more:hover {
  color: #e01377;
}
.stirps__more:hover svg path {
  fill: #e01377;
}
.stirps__more svg {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  margin-right: 16px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .stirps__more svg {
    min-width: 8px;
    max-width: 8px;
    height: 8px;
    margin-right: 13px;
  }
}
.stirps__more svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stirps__body {
  position: relative;
}
.stirps__prev, .stirps__next {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #333333;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .stirps__prev, .stirps__next {
    width: 25px;
    height: 25px;
  }
}
.stirps__prev:hover, .stirps__next:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.stirps__prev:hover svg path, .stirps__next:hover svg path {
  fill: #ffffff;
}
.stirps__prev svg, .stirps__next svg {
  width: 9px;
  height: 9px;
}
@media (max-width: 767px) {
  .stirps__prev svg, .stirps__next svg {
    width: 7px;
    height: 7px;
  }
}
.stirps__prev svg path, .stirps__next svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stirps__prev {
  left: -19px;
}
@media (max-width: 767px) {
  .stirps__prev {
    left: -11px;
  }
}
.stirps__next {
  right: -19px;
}
@media (max-width: 767px) {
  .stirps__next {
    right: -11px;
  }
}
.stirps__item {
  display: block;
  text-decoration: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 7px 0 25px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .stirps__item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0 11px 0;
  }
}
.stirps__item:hover {
  border-color: #e01377;
}
.stirps__item:hover .stirps__name {
  color: #e01377;
}
.stirps__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50%;
  position: relative;
}
.stirps__logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.stirps__name {
  margin-top: 12px;
  padding: 0 10px;
  font-size: 10px;
  line-height: 120%;
  color: #717171;
  font-family: "Century Gothic";
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .stirps__name {
    margin-top: 5px;
    font-size: 6px;
    padding: 0 3px;
  }
}
.stirps__cellar {
  display: none;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .stirps__cellar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.thing {
  padding-top: 61px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .thing {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .thing {
    padding-top: 21px;
    padding-bottom: 26px;
  }
}
.thing__dyad {
  max-width: 770px;
  width: 100%;
  margin-bottom: 22px;
  min-height: 86px;
}
@media (max-width: 1343px) {
  .thing__dyad {
    max-width: 677px;
  }
}
@media (max-width: 767px) {
  .thing__dyad {
    max-width: none;
    min-height: auto;
    margin-bottom: 11px;
  }
}
.thing__caption {
  font-size: 32px;
  line-height: 40px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .thing__caption {
    font-size: 20px;
    line-height: 30px;
  }
}
.thing__city {
  margin-top: 14px;
  font-size: 18px;
  line-height: 24px;
  color: #212121;
  font-family: "Century Gothic";
  font-weight: 400;
}
@media (max-width: 767px) {
  .thing__city {
    margin-top: 7px;
    font-size: 12px;
    line-height: 18px;
  }
}
.thing__city span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 16.6px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .thing__city span {
    padding-right: 11px;
    margin-right: 9.6px;
    margin-bottom: 2px;
  }
}
.thing__city span:not(:last-child):after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 17px;
  background-color: #fae902;
}
@media (max-width: 767px) {
  .thing__city span:not(:last-child):after {
    top: 4px;
    height: 12px;
  }
}
.thing__string {
  position: relative;
}
.thing__line {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #fae902;
}
.thing__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .thing__twain {
    display: block;
  }
}
.thing__left {
  padding-top: 27px;
  padding-bottom: 53px;
  width: 100%;
}
@media (max-width: 1199px) {
  .thing__left {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .thing__left {
    padding-top: 14px;
  }
}
.thing__mass {
  padding-right: 82px;
}
@media (max-width: 1343px) {
  .thing__mass {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .thing__mass {
    padding-right: 0;
  }
}
.thing__text {
  font-size: 15px;
  line-height: 26px;
  color: #070707;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 767px) {
  .thing__text {
    font-size: 12px;
    line-height: 20px;
  }
}
.thing__text b {
  font-weight: 700;
}
.thing__text p {
  padding-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .thing__text p {
    padding-bottom: 8px;
    line-height: 1.4;
  }
}
.thing__text h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  padding-bottom: 14px;
  padding-top: 5px;
}

.thing__edge {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .thing__edge {
    margin-top: 13px;
  }
}
.thing__edge-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -28px;
}
@media (max-width: 767px) {
  .thing__edge-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
}
.thing__edge-unit {
  padding-left: 28px;
  padding-bottom: 26px;
  width: 50%;
}
@media (max-width: 767px) {
  .thing__edge-unit {
    padding-left: 0;
    width: 100%;
    padding-bottom: 15px;
  }
}
.thing__edge-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.thing__edge-icon {
  min-width: 80px;
  max-width: 80px;
  pointer-events: none;
  margin-right: 29px;
}
@media (max-width: 767px) {
  .thing__edge-icon {
    min-width: 56px;
    max-width: 56px;
    margin-right: 20px;
  }
}
.thing__edge-text {
  padding-top: 11px;
  max-width: 210px;
  font-family: "Century Gothic";
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 767px) {
  .thing__edge-text {
    padding-top: 12px;
    max-width: 220px;
    font-size: 12px;
    line-height: 16px;
  }
}
.thing__right {
  margin-top: -150px;
  min-width: 398px;
  max-width: 398px;
  position: relative;
  z-index: 3;
  padding-bottom: 278px;
}
@media (max-width: 1199px) {
  .thing__right {
    min-width: auto;
    width: 100%;
    max-width: none;
    margin-top: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .thing__right {
    margin-top: 23px;
    padding-bottom: 0;
    max-width: none;
  }
}

.tissue {
  margin-top: 10px;
  width: 100%;
  -webkit-border-radius: 53px;
  border-radius: 53px;
  background-color: #f5f5f5;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .tissue {
    display: block;
    max-width: 400px;
    -webkit-border-radius: 53px 53px 5px 5px;
    border-radius: 53px 53px 5px 5px;
  }
}
@media (max-width: 767px) {
  .tissue {
    max-width: 320px;
    -webkit-border-radius: 33px 33px 5px 5px;
    border-radius: 33px 33px 5px 5px;
    display: block;
  }
}
.tissue:hover .tissue__val {
  color: #ea1111;
}
.tissue:hover .tissue__knob {
  background-color: #ea1111;
}
.tissue:hover .tissue__knob svg path {
  fill: #ffffff;
}
.tissue__left {
  min-width: 367px;
  max-width: 367px;
  -webkit-border-radius: 53px;
  border-radius: 53px;
  background-color: #ea1111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 7px 7px 7px 7px;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .tissue__left {
    min-width: auto;
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tissue__left {
    -webkit-border-radius: 33px;
    border-radius: 33px;
    padding: 4px 7px 5px 4px;
  }
}
.tissue__icon {
  min-width: 92px;
  max-width: 92px;
  pointer-events: none;
  margin-right: 23px;
}
@media (max-width: 767px) {
  .tissue__icon {
    min-width: 57px;
    max-width: 57px;
    margin-right: 15px;
  }
}
.tissue__title {
  padding-top: 20px;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .tissue__title {
    padding-top: 12px;
    font-size: 14px;
    line-height: 15px;
  }
}
.tissue__title small {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tissue__title small {
    font-size: 10px;
  }
}
.tissue__right {
  width: 100%;
  padding: 21px 10px 0 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .tissue__right {
    padding: 14px 25px 11px 25px;
  }
}
@media (max-width: 767px) {
  .tissue__right {
    padding: 12px 75px 11px 25px;
    position: relative;
  }
}
.tissue__dyad {
  padding-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .tissue__dyad {
    padding-top: 0;
    display: block;
    width: 100%;
  }
}
.tissue__text {
  max-width: 140px;
  width: 100%;
  min-width: 140px;
  margin-right: 14px;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  font-family: "Century Gothic";
  font-weight: 400;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .tissue__text {
    min-width: auto;
    max-width: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tissue__text {
    font-size: 10px;
    line-height: 14px;
  }
}
.tissue__val {
  min-width: 200px;
  margin-right: 11px;
  margin-top: 9px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: 700;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .tissue__val {
    min-width: 230px;
  }
}
@media (max-width: 767px) {
  .tissue__val {
    margin-right: 0;
    margin-top: 3px;
    min-width: auto;
    font-size: 16px;
    line-height: 20px;
  }
}
.tissue__val svg {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .tissue__val svg {
    min-width: 19px;
    max-width: 19px;
    height: 19px;
    margin-top: 2px;
    margin-right: 10px;
  }
}
.tissue__val span {
  padding-top: 2px;
}
.tissue__knob {
  min-width: 62px;
  max-width: 62px;
  height: 62px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .tissue__knob {
    min-width: 52px;
    max-width: 52px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .tissue__knob {
    position: absolute;
    top: 11px;
    right: 21px;
    min-width: 39px;
    max-width: 39px;
    height: 39px;
  }
}
.tissue__knob svg {
  width: 65%;
  height: 65%;
}
.tissue__knob svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about {
  padding-top: 27px;
  padding-bottom: 58px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about {
    padding-top: 19px;
    padding-bottom: 39px;
  }
}
.about__slider-box {
  min-width: 400px;
  max-width: 400px;
}
@media (max-width: 1199px) {
  .about__slider-box {
    min-width: 300px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .about__slider-box {
    min-width: 187px;
    max-width: 187px;
  }
}
.about__slider-item {
  display: block;
  text-decoration: none;
  padding-bottom: 75.25%;
  position: relative;
}
@media (max-width: 767px) {
  .about__slider-item {
    padding-bottom: 75.1%;
  }
}
@media (min-width: 992px) {
  .about__slider-item:hover:before {
    opacity: 1;
  }
}
.about__slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid #fae902;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about__slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.about__slider-prev, .about__slider-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .about__slider-prev, .about__slider-next {
    width: 30px;
    height: 30px;
  }
}
.about__slider-prev:hover, .about__slider-next:hover {
  background-color: #e01377;
}
.about__slider-prev:hover svg path, .about__slider-next:hover svg path {
  fill: #ffffff;
}
.about__slider-prev svg, .about__slider-next svg {
  width: 11px;
  height: 11px;
}
@media (max-width: 767px) {
  .about__slider-prev svg, .about__slider-next svg {
    height: 6px;
    width: 6px;
  }
}
.about__slider-prev svg path, .about__slider-next svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about__slider-prev {
  left: 52px;
}
@media (max-width: 1343px) {
  .about__slider-prev {
    left: 14px;
  }
}
@media (max-width: 767px) {
  .about__slider-prev {
    left: 14px;
  }
}
.about__slider-next {
  right: 52px;
}
@media (max-width: 1343px) {
  .about__slider-next {
    right: 14px;
  }
}
@media (max-width: 767px) {
  .about__slider-next {
    right: 14px;
  }
}
.about__body {
  position: relative;
  z-index: 3;
}
.about__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .about__twain {
    display: block;
  }
}
.about__left {
  width: 100%;
  padding-top: 37px;
  padding-right: 82px;
}
@media (max-width: 1343px) {
  .about__left {
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .about__left {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about__left {
    padding-right: 0;
    padding-top: 19px;
  }
}
.about__plus {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 31px;
  padding-right: 37px;
}
@media (max-width: 1343px) {
  .about__plus {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about__plus {
    margin-bottom: 18px;
  }
}
.about__plus-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -32px;
}
@media (max-width: 767px) {
  .about__plus-set {
    margin-left: -11px;
  }
}
.about__plus-unit {
  width: 50%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .about__plus-unit {
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .about__plus-unit:nth-child(odd) {
    width: 52.7%;
  }
  .about__plus-unit:nth-child(even) {
    width: 47.3%;
  }
}
.about__plus-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about__plus-icon {
  max-width: 71px;
  min-width: 71px;
  margin-right: 23px;
}
@media (max-width: 991px) {
  .about__plus-icon {
    min-width: 60px;
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .about__plus-icon {
    max-width: 33px;
    min-width: 33px;
    margin-right: 11px;
  }
}
.about__plus-name {
  font-size: 58px;
  line-height: 46px;
  color: #070707;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .about__plus-name {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .about__plus-name {
    font-size: 27px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.about__plus-text {
  font-size: 18px;
  line-height: 26px;
  color: #070707;
  font-weight: 500;
  padding-left: 2px;
}
@media (max-width: 991px) {
  .about__plus-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about__plus-text {
    padding-left: 1px;
    font-size: 10px;
    line-height: 15px;
  }
}
.about__text {
  font-size: 15px;
  line-height: 26px;
  color: #070707;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 767px) {
  .about__text {
    font-size: 12px;
    line-height: 20px;
  }
}
.about__text b {
  font-weight: 700;
}
.about__text p {
  padding-bottom: 10px;
}
.about__edge {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about__edge {
    margin-top: 10px;
  }
}
.about__text h2 {
  font-size: 20px;  
  font-weight: 600;
  line-height: 2;
}
.about__edge-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -28px;
}
@media (max-width: 767px) {
  .about__edge-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
}
.about__edge-unit {
  padding-left: 28px;
  padding-bottom: 26px;
  width: 50%;
}
@media (max-width: 767px) {
  .about__edge-unit {
    padding-left: 0;
    width: 100%;
    padding-bottom: 15px;
  }
}
.about__edge-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about__edge-icon {
  min-width: 80px;
  max-width: 80px;
  pointer-events: none;
  margin-right: 29px;
}
@media (max-width: 767px) {
  .about__edge-icon {
    min-width: 56px;
    max-width: 56px;
    margin-right: 20px;
  }
}
.about__edge-text {
  padding-top: 11px;
  max-width: 210px;
  font-family: "Century Gothic";
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 767px) {
  .about__edge-text {
    padding-top: 12px;
    max-width: 220px;
    font-size: 12px;
    line-height: 16px;
  }
}
.about__right {
  margin-top: -150px;
  min-width: 398px;
  width: 100%;
  max-width: 398px;
}
@media (max-width: 1199px) {
  .about__right {
    min-width: auto;
    max-width: none;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .about__right {
    margin-top: 21px;
  }
}
.about__appeal {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .about__appeal {
    margin-top: 27px;
  }
}

.places__head {
  min-height: 100px;
  background-color: #e01377;
  padding: 19px 15px 24px 47px;
  font-family: "Century Gothic";
  position: relative;
}
@media (max-width: 767px) {
  .places__head {
    min-height: 73px;
    padding: 11px 15px 11px 24px;
  }
}
.places__beast {
  position: absolute;
  bottom: 0;
  right: 16px;
  pointer-events: none;
  max-width: 160px;
}
@media (max-width: 767px) {
  .places__beast {
    max-width: 116px;
    right: 12px;
  }
}
.places__caption {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .places__caption {
    font-size: 18px;
    line-height: 24px;
  }
}
.places__value {
  margin-top: 5px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  .places__value {
    margin-top: 3px;
    padding-left: 2px;
    font-size: 14px;
    line-height: 20px;
  }
}
.places__toggle {
  margin-left: 5px;
  display: inline;
  padding-right: 21px;
  position: relative;
  cursor: pointer;
}
.places__toggle.active {
  pointer-events: none;
}
.places__toggle.active svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .places__toggle {
    margin-left: 4px;
    padding-right: 16px;
  }
}
.places__toggle span {
  border-bottom: 1px dashed;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .places__toggle span {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.places__toggle svg {
  position: absolute;
  top: 10px;
  right: 0;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .places__toggle svg {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.places__list {
  display: none;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0.342px 0.94px 3px rgba(1, 1, 1, 0.16);
  box-shadow: 0.342px 0.94px 3px rgba(1, 1, 1, 0.16);
  background-color: #ffffff;
  z-index: 5;
  padding: 15px 26px 15px 20px;
}
.places__string {
  font-size: 16px;
  line-height: 22px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .places__string {
    font-size: 14px;
    line-height: 18px;
  }
}
.places__string:not(:last-child) {
  padding-bottom: 6px;
}
.places__string.current {
  display: none;
}
.places__string a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.places__string a:hover {
  color: #e01377;
}
.places__body {
  background-color: #f5f5f5;
}
@media (max-width: 1199px) {
  .places__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.places__set {
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .places__set {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1199px) {
  .places__set {
    overflow: hidden;
    position: relative;
  }
  .places__set:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#dedede));
    background-image: -o-linear-gradient(bottom, #f5f5f5 0%, #dedede 100%);
    background-image: linear-gradient(0deg, #f5f5f5 0%, #dedede 100%);
  }
}
.places__row {
  padding: 4px;
  display: block;
}
@media (max-width: 1199px) {
  .places__row {
    display: none;
  }
}
@media (min-width: 1344px) {
  .places__row:not(:first-child) {
    border-top: 1px solid #e0e0e0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .places__row {
    width: 50%;
  }
  .places__row:not(:nth-child(-n+2)) {
    border-top: 1px solid #e0e0e0;
  }
}
.places__row:not(:nth-child(-1n+4)) {
  display: none;
}
@media (max-width: 767px) {
  .places__row:not(:first-child) {
    border-top: 1px solid #e0e0e0;
  }
}
.places__item {
  display: block;
  text-decoration: none;
  min-height: 95px;
  padding: 12px 100px 12px 64px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .places__item {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .places__item {
    padding: 12px 70px 12px 43px;
  }
}
@media (max-width: 767px) {
  .places__item {
    padding: 8px 50px 9px 31px;
    min-height: auto;
  }
}
.places__item:hover {
  background-color: #ffffff;
}
.places__item:hover .places__arrow {
  background-color: #fae902;
}
.places__item:hover .places__arrow svg path {
  fill: #050505;
}
.places__loc {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 19px;
  left: 41px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 991px) {
  .places__loc {
    top: 15px;
    left: 16px;
  }
}
@media (max-width: 767px) {
  .places__loc {
    top: 14px;
    left: 10px;
    width: 10px;
    height: 10px;
  }
}
.places__arrow {
  position: absolute;
  top: 21px;
  right: 33px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .places__arrow {
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .places__arrow {
    right: 15px;
    top: 13px;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
.places__arrow svg {
  width: 8px;
  height: 8px;
}
@media (max-width: 991px) {
  .places__arrow svg {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  .places__arrow svg {
    width: 6px;
    height: 6px;
  }
}
.places__arrow svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.places__name {
  font-size: 16px;
  line-height: 22px;
  color: #070707;
  font-weight: 700;
}
@media (max-width: 991px) {
  .places__name {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .places__name {
    font-size: 14px;
  }
}
.places__mode {
  margin-top: 9px;
  padding-left: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #070707;
  font-weight: 400;
}
@media (max-width: 767px) {
  .places__mode {
    font-size: 10px;
    line-height: 14px;
    padding-left: 1px;
    margin-top: 3px;
  }
}
.places__phone {
  margin-top: 9px;
  padding-left: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #070707;
  font-weight: 400;
}
@media (max-width: 767px) {
  .places__phone {
    margin-top: 5px;
    font-size: 13px;
    padding-left: 0;
  }
}
.places__caudal {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding: 10px 30px 12px 45px;
}
@media (max-width: 1199px) {
  .places__caudal {
    border-top: none;
    padding: 15px 30px 12px 45px;
  }
}
@media (max-width: 767px) {
  .places__caudal {
    padding: 14px 30px 10px 25px;
  }
}
.places__pin {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.places__pin.active .places__pin-arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.places__pin-num {
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 700;
  margin-right: 15px;
}
.places__pin-text {
  padding-top: 1px;
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  font-family: "Century Gothic";
  font-weight: 400;
  padding-bottom: 4px;
  border-bottom: 1px dashed;
}
@media (max-width: 767px) {
  .places__pin-text {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 2px;
  }
}
.places__pin-arrow {
  margin-left: 18px;
  margin-top: 8px;
  min-width: 7px;
  max-width: 7px;
  height: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .places__pin-arrow {
    margin-left: 17px;
    min-width: 6px;
    max-width: 6px;
    height: 6px;
  }
}

.fallacy {
  padding-top: 49px;
  padding-bottom: 102px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fallacy {
    padding-top: 27px;
    padding-bottom: 43px;
  }
}
.fallacy__container {
  padding-left: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) {
  .fallacy__container {
    padding-left: 25px;
  }
}
@media (max-width: 1199px) {
  .fallacy__container {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .fallacy__container {
    padding-left: 70px;
    display: block;
  }
}
@media (max-width: 575px) {
  .fallacy__container {
    padding-left: 25px;
  }
}
.fallacy__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 480px;
  max-width: 480px;
}
@media (max-width: 1199px) {
  .fallacy__image {
    min-width: 380px;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .fallacy__image {
    min-width: auto;
    width: 100%;
    max-width: 238px;
    margin-left: 2px;
  }
}
.fallacy__image img {
  width: 100%;
  pointer-events: none;
}
.fallacy__beside {
  width: 100%;
  padding-left: 86px;
  padding-top: 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) {
  .fallacy__beside {
    padding-left: 70px;
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .fallacy__beside {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .fallacy__beside {
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .fallacy__beside {
    padding-top: 20px;
  }
}
.fallacy__caption {
  font-size: 38px;
  line-height: 40px;
  color: #2e2e2e;
  font-weight: bold;
  font-family: "Century Gothic";
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .fallacy__caption {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .fallacy__caption {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
  }
}
.fallacy__caption mark {
  margin-left: 4px;
  padding: 6px 20px 8px 17px;
  background-color: #e01377;
  color: #ffffff;
}
@media (max-width: 767px) {
  .fallacy__caption mark {
    padding: 2px 9px 4px 9px;
    margin-left: 2px;
  }
}
.fallacy__topic {
  max-width: 360px;
  width: 100%;
  margin-bottom: 19px;
  font-size: 20px;
  line-height: 28px;
  color: #191919;
  font-weight: 400;
}
@media (max-width: 767px) {
  .fallacy__topic {
    max-width: 230px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 9px;
  }
}
.fallacy__text {
  max-width: 460px;
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  color: #252525;
  font-weight: 400;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .fallacy__text {
    max-width: 250px;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
.fallacy__ref {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 22px;
  color: #e01377;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .fallacy__ref {
    font-size: 12px;
    line-height: 16px;
  }
}
.fallacy__ref:hover {
  color: #121212;
}
.fallacy__ref:hover svg path {
  fill: #121212;
}
.fallacy__ref svg {
  margin-left: 22px;
  margin-top: 7px;
  min-width: 21px;
  max-width: 21px;
  height: 12px;
}
@media (max-width: 767px) {
  .fallacy__ref svg {
    margin-left: 13px;
    margin-top: 5px;
    min-width: 14px;
    max-width: 14px;
    height: 8px;
  }
}
.fallacy__ref svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.textpage {
  padding-top: 21px;
  padding-bottom: 41px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .textpage {
    padding-top: 14px;
    padding-bottom: 26px;
  }
}
.textpage__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .textpage__container {
    display: block;
  }
}
.textpage__text {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .textpage__text {
    font-size: 12px;
    line-height: 20px;
  }
}
.textpage__text p {
  text-align: justify;
  padding-bottom: 8px;
}
.textpage__text b {
  font-weight: 700;
}
.textpage__text a {
  text-decoration: none;
  color: #e01377;
  border-bottom: 1px solid #e01377;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.textpage__text a:hover {
  background-color: #e01377;
  color: #ffffff;
}
.textpage__text h2 {
  padding-top: 3px;
  padding-bottom: 9px;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 767px) {
  .textpage__text h2 {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0;
    padding-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .textpage__text h2 {
    text-align: justify;
  }
}
.textpage__text h3 {
  padding-top: 5px;
  padding-bottom: 11px;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 767px) {
  .textpage__text h3 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .textpage__text h3 {
    text-align: justify;
  }
}
.textpage__text h4 {
  padding-top: 3px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 767px) {
  .textpage__text h4 {
    font-size: 13px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .textpage__text h4 {
    text-align: justify;
  }
}
.textpage__text h5 {
  padding-top: 2px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 767px) {
  .textpage__text h5 {
    font-size: 12px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .textpage__text h5 {
    text-align: justify;
  }
}
.textpage__text ul {
  padding-bottom: 8px;
  list-style-type: none;
}
@media (max-width: 575px) {
  .textpage__text ul {
    padding-bottom: 9px;
  }
}
.textpage__text ul li {
  padding-left: 25px;
  position: relative;
}
@media (max-width: 575px) {
  .textpage__text ul li {
    padding-left: 17px;
    line-height: 18px;
  }
}
.textpage__text ul li:not(:last-child) {
  margin-bottom: 8px;
}
.textpage__text ul li:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  width: 7px;
  height: 7px;
  background-image: url(../img/icon/arrow-right-pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 575px) {
  .textpage__text ul li:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}
.textpage__text ol {
  list-style-type: none;
  counter-reset: list;
  padding-bottom: 8px;
}
@media (max-width: 575px) {
  .textpage__text ol {
    padding-bottom: 9px;
  }
}
@media (max-width: 575px) {
  .textpage__text ol li {
    line-height: 18px;
  }
}
.textpage__text ol li:not(:last-child) {
  margin-bottom: 8px;
}
.textpage__text ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  margin-right: 7px;
}
@media (max-width: 575px) {
  .textpage__text ol li:before {
    margin-right: 5px;
  }
}
.textpage__bill {
  margin-left: 71px;
  padding-top: 6px;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 1343px) {
  .textpage__bill {
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  .textpage__bill {
    display: none;
    min-width: auto;
    width: 100%;
  }
}

.bill {
  -webkit-box-shadow: 0px 1px 3px rgba(29, 29, 29, 0.14);
  box-shadow: 0px 1px 3px rgba(29, 29, 29, 0.14);
}
@media (max-width: 1199px) {
  .bill {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 3;
  }
}
.bill__head {
  background-color: #2e2e2e;
  padding: 20px 70px 18px 61px;
  position: relative;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .bill__head {
    padding: 20px 50px 18px 61px;
    pointer-events: all;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .bill__head {
    padding: 10px 40px 11px 49px;
  }
}
.bill__head.active .bill__arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.bill__burger {
  position: absolute;
  top: 21px;
  left: 23px;
  width: 19px;
  height: 19px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .bill__burger {
    top: 13px;
    left: 19px;
    width: 13px;
    height: 13px;
  }
}
.bill__topic {
  font-size: 17px;
  letter-spacing: 0.7px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .bill__topic {
    font-size: 13px;
    line-height: 19px;
  }
}
.bill__icon {
  position: absolute;
  top: 15px;
  right: 21px;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .bill__icon {
    display: none;
  }
}
.bill__arrow {
  display: none;
  position: absolute;
  top: 27px;
  right: 19px;
  width: 8px;
  height: 8px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .bill__arrow {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .bill__arrow {
    top: 18px;
    width: 6px;
    height: 6px;
  }
}
.bill__body {
  padding: 23px 21px 23px 22px;
}
@media (max-width: 1199px) {
  .bill__body {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 1px 3px rgba(29, 29, 29, 0.14);
    box-shadow: 0px 1px 3px rgba(29, 29, 29, 0.14);
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .bill__body {
    padding: 10px 10px 10px 10px;
  }
}
.bill__item {
  display: block;
  padding: 10px 30px 10px 26px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .bill__item {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 12px 7px 12px;
  }
}
.bill__item:hover {
  border-color: #e01377;
  color: #e01377;
}
.bill__item.current {
  border-color: #e01377;
  background-color: #e01377;
  color: #ffffff;
  pointer-events: none;
}
.bill__item:not(:last-child) {
  margin-bottom: 5px;
}

.cheque {
  padding-top: 47px;
  padding-bottom: 68px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cheque {
    padding-top: 23px;
    padding-bottom: 30px;
  }
}
.cheque__head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cheque__head {
    margin-bottom: 19px;
  }
}
.cheque__caption {
  font-size: 34px;
  line-height: 44px;
  color: #353535;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .cheque__caption {
    font-size: 18px;
    line-height: 26px;
  }
}
.cheque__caption mark {
  display: block;
  background-color: transparent;
  color: #e01377;
}
.cheque__topic {
  margin-top: 17px;
  font-size: 18px;
  line-height: 30px;
  color: #0b0b0b;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cheque__topic {
    margin-top: 11px;
    font-size: 12px;
    line-height: 20px;
  }
}
.cheque__twosome {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cheque__twosome {
    display: block;
  }
}
.cheque__left {
  width: 100%;
}
.cheque__body {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .cheque__body {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.cheque__upper {
  padding: 39px 40px 31px 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 1343px) {
  .cheque__upper {
    padding: 39px 30px 31px 30px;
  }
}
@media (max-width: 1199px) {
  .cheque__upper {
    display: block;
    padding: 29px 30px 31px 30px;
  }
}
@media (max-width: 991px) {
  .cheque__upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .cheque__upper {
    display: block;
    padding: 19px 15px 18px 24px;
  }
}
.cheque__order {
  min-width: 260px;
  max-width: 260px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) {
  .cheque__order {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .cheque__order {
    min-width: auto;
    max-width: none;
    margin-right: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cheque__order {
    min-width: 260px;
    max-width: 260px;
    margin-right: 20px;
  }
}
.cheque__order-icon {
  margin-top: 4px;
  margin-right: 35px;
  min-width: 67px;
  max-width: 67px;
  pointer-events: none;
}
@media (max-width: 1343px) {
  .cheque__order-icon {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .cheque__order-icon {
    margin-top: 0;
    margin-right: 20px;
    min-width: 47px;
    max-width: 47px;
  }
}
.cheque__order-property {
  font-size: 18px;
  line-height: 22px;
  color: #1d1d1d;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .cheque__order-property {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 5px;
  }
}
.cheque__order-val {
  font-size: 30px;
  line-height: 100%;
  color: #2e2e2e;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cheque__order-val {
    font-size: 22px;
    line-height: 22px;
  }
}
.cheque__order-date {
  margin-top: 9px;
  font-size: 14px;
  line-height: 18px;
  color: #424242;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cheque__order-date {
    margin-top: 6px;
    font-size: 10px;
    line-height: 12px;
  }
}
.cheque__twain {
  width: 100%;
  padding-top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .cheque__twain {
    padding-top: 24px;
  }
}
@media (max-width: 991px) {
  .cheque__twain {
    padding-top: 2px;
  }
}
@media (max-width: 767px) {
  .cheque__twain {
    padding-top: 14px;
    margin-left: -1px;
  }
}
.cheque__grist {
  min-width: 171px;
  max-width: 171px;
  margin-right: 20px;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .cheque__grist {
    min-width: 156px;
    max-width: 156px;
    margin-right: 18px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cheque__grist {
    min-width: 156px;
    max-width: 156px;
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  .cheque__grist {
    margin-right: 10px;
    min-width: 123px;
    max-width: 123px;
  }
}
.cheque__grist-property {
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1d;
  font-weight: 500;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .cheque__grist-property {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
.cheque__grist-val {
  font-size: 22px;
  line-height: 100%;
  color: #222222;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cheque__grist-val {
    font-size: 16px;
    line-height: 20px;
  }
}
.cheque__sum {
  width: 100%;
}
.cheque__sum-property {
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1d;
  font-weight: 500;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .cheque__sum-property {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
.cheque__sum-val {
  font-size: 22px;
  line-height: 100%;
  color: #222222;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cheque__sum-val {
    font-size: 16px;
    line-height: 20px;
  }
}
.cheque__under {
  padding: 23px 50px 35px 59px;
}
@media (max-width: 1343px) {
  .cheque__under {
    padding: 23px 30px 35px 30px;
  }
}
@media (max-width: 1199px) {
  .cheque__under {
    padding: 23px 30px 28px 30px;
  }
}
@media (max-width: 767px) {
  .cheque__under {
    padding: 16px 15px 23px 24px;
  }
}
.cheque__address {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cheque__address {
    margin-bottom: 12px;
  }
}
.cheque__address-property {
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cheque__address-property {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 7px;
  }
}
.cheque__address-val {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 1px;
  font-size: 20px;
  line-height: 24px;
  color: #1a1a1a;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cheque__address-val {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
  }
}
.cheque__address-val img {
  min-width: 10px;
  max-width: 10px;
  margin-right: 17px;
  margin-top: 7px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cheque__address-val img {
    min-width: 8px;
    max-width: 8px;
    margin-right: 9px;
    margin-top: 5px;
  }
}
.cheque__dyad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .cheque__dyad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.cheque__term-property {
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  font-weight: 400;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .cheque__term-property {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
.cheque__term-val {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cheque__term-val {
    font-size: 14px;
    line-height: 20px;
  }
}
.cheque__term-val img {
  min-width: 15px;
  max-width: 15px;
  margin-right: 13px;
  margin-top: 4px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cheque__term-val img {
    min-width: 14px;
    max-width: 14px;
  }
}
.cheque__pin {
  margin-top: 6px;
  margin-left: 30px;
  min-width: 225px;
  max-width: 225px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  color: #131313;
  font-weight: 400;
  padding: 10px 10px 11px 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cheque__pin {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .cheque__pin {
    margin-left: 0;
    margin-top: 15px;
    min-width: 188px;
    font-size: 11px;
    line-height: 16px;
    padding: 7px 8px 9px 8px;
  }
}
.cheque__pin:hover {
  border-color: #e795bd;
}
.cheque__pin svg {
  min-width: 14px;
  max-width: 14px;
  height: 10px;
  margin-left: 11px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .cheque__pin svg {
    min-width: 11px;
    max-width: 11px;
    height: 9px;
    margin-left: 14px;
    margin-top: 4px;
  }
}
.cheque__carry {
  display: none;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cheque__carry {
    display: block;
  }
}
@media (max-width: 767px) {
  .cheque__carry {
    margin-top: 17px;
  }
}
.cheque__note {
  margin-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "TT Norms";
  position: relative;
}
@media (max-width: 767px) {
  .cheque__note {
    margin-top: 16px;
    padding: 20px 15px 26px 24px;
  }
}
.cheque__note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #fae902;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cheque__note:before {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.cheque__note-icon {
  min-width: 90px;
  max-width: 90px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fae902;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cheque__note-icon {
    position: absolute;
    top: 21px;
    left: 25px;
    min-width: 55px;
    max-width: 55px;
    height: 55px;
  }
}
.cheque__note-icon img {
  width: 51px;
  height: 51px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cheque__note-icon img {
    width: 31px;
    height: 31px;
  }
}
.cheque__note-beside {
  width: 100%;
  padding: 20px 24px 22px 24px;
}
@media (max-width: 767px) {
  .cheque__note-beside {
    padding: 0;
  }
}
.cheque__note-topic {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cheque__note-topic {
    font-size: 14px;
    line-height: 18px;
    padding-left: 75px;
    min-height: 54px;
    margin-bottom: 16px;
  }
}
.cheque__note-text {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cheque__note-text {
    font-size: 11px;
    line-height: 16px;
  }
}
.cheque__back {
  margin-top: 48px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  min-width: 391px;
  width: 100%;
  max-width: 391px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 14px 16px 17px 10px;
  border: 1px solid #dfdfdf;
  font-size: 15px;
  line-height: 20px;
  color: #111111;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cheque__back {
    margin-top: 16px;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 12px 12px 9px;
  }
}
.cheque__back:hover {
  border-color: #e795bd;
  color: #e01377;
}
.cheque__back:hover svg path {
  fill: #e01377;
}
.cheque__back svg {
  min-width: 18px;
  max-width: 18px;
  height: 14px;
  margin-right: 21px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cheque__back svg {
    min-width: 14px;
    max-width: 14px;
    height: 10px;
    margin-right: 17px;
    margin-top: 4px;
  }
}
.cheque__back svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cheque__right {
  margin-left: 38px;
  min-width: 442px;
  width: 100%;
  max-width: 442px;
  position: relative;
}
@media (max-width: 1343px) {
  .cheque__right {
    margin-left: 28px;
    min-width: 422px;
    max-width: 422px;
  }
}
@media (max-width: 991px) {
  .cheque__right {
    margin-top: 30px;
    margin-left: 0;
    min-width: auto;
    max-width: 442px;
  }
}
@media (max-width: 767px) {
  .cheque__right {
    margin-top: 22px;
  }
}
.cheque__beast {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -100px;
  left: 33px;
  bottom: 100%;
  margin-bottom: -42px;
  height: 265px;
  max-width: 232px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom left;
  object-position: bottom left;
  pointer-events: none;
}
@media (max-width: 1343px) {
  .cheque__beast {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .cheque__beast {
    display: none;
  }
}
.cheque__tarry {
  margin-top: 19px;
}
@media (max-width: 767px) {
  .cheque__tarry {
    display: none;
  }
}

.sequel__title {
  font-size: 20px;
  line-height: 120%;
  color: #353535;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .sequel__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.sequel__body {
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 24px 33px 28px 35px;
}
@media (max-width: 1343px) {
  .sequel__body {
    padding: 24px 24px 30px 24px;
  }
}
@media (max-width: 767px) {
  .sequel__body {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 7px 7px 20px 7px;
  }
}
.sequel__consist {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .sequel__consist {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .sequel__mass {
    padding: 0px 16px 0 19px;
  }
}
.sequel__set {
  margin-left: -2px;
}
.sequel__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sequel__row:not(:last-child) {
  margin-bottom: 11.5px;
}
@media (max-width: 767px) {
  .sequel__row:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
.sequel__property {
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .sequel__property {
    font-size: 12px;
    line-height: 16px;
  }
}
.sequel__property span {
  font-size: 15px;
  line-height: 20px;
  color: #797979;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sequel__property span {
    font-size: 12px;
    line-height: 16px;
  }
}
.sequel__info {
  margin-left: 11px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  display: inline-block;
  min-width: 17px;
  max-width: 17px;
  height: 17px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sequel__info {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    min-width: 13px;
    max-width: 13px;
    height: 13px;
    margin-left: 8px;
  }
}
.sequel__info:hover svg path {
  fill: #e01377;
}
.sequel__info svg {
  width: 100%;
  height: 100%;
}
.sequel__info svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sequel__val {
  margin-left: 10px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  color: #090909;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sequel__val {
    font-size: 14px;
    line-height: 16px;
  }
}
.sequel__amount {
  margin-top: 21px;
  border-top: 1px solid #dfdfdf;
  padding-top: 19px;
  margin-left: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sequel__amount {
    margin-left: -4px;
    margin-top: 16px;
    padding-top: 12px;
  }
}
.sequel__amount-property {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #353535;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .sequel__amount-property {
    font-size: 16px;
    line-height: 20px;
  }
}
.sequel__amount-val {
  margin-left: 15px;
  white-space: nowrap;
  font-size: 24px;
  line-height: 24px;
  color: #090909;
  font-weight: 700;
  font-family: "Formular";
}
@media (max-width: 767px) {
  .sequel__amount-val {
    font-size: 18px;
    line-height: 19px;
  }
}

.consist {
  position: relative;
  z-index: 2;
}
.consist__pin {
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 10px 14px 18px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .consist__pin {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px 9px 16px;
  }
}
.consist__pin:hover {
  border-color: #fae902;
}
.consist__pin.active {
  border-color: #fae902;
}
.consist__pin.active .consist__pin-arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.consist__pin-name {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .consist__pin-name {
    font-size: 13px;
    line-height: 19px;
  }
}
.consist__pin-count {
  margin-left: 17px;
  min-width: 33px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fae902;
  display: inline-block;
  padding: 5px 5px 4px 5px;
  font-size: 11px;
  line-height: 100%;
  white-space: nowrap;
  color: #1a1a1a;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .consist__pin-count {
    min-width: 30px;
    font-size: 10px;
    padding: 4px 5px 4px 5px;
    margin-left: auto;
  }
}
.consist__pin-arrow {
  margin-left: 20px;
  margin-top: 6px;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .consist__pin-arrow {
    margin-left: 14px;
    margin-top: 5px;
    min-width: 9px;
    max-width: 9px;
    height: 9px;
  }
}
.consist__body {
  display: none;
  margin-top: -5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  padding: 14px 9px 14px 10px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .consist__body {
    padding: 11px 5px 11px 7px;
    margin-bottom: 0;
  }
}
.consist__body.open .consist__list.scroll-wrapper .scroll-content {
  max-height: inherit !important;
}
.consist__list {
  max-height: 530px;
}
@media (max-width: 767px) {
  .consist__list {
    max-height: 395px;
  }
}
.consist__list.scroll-wrapper.scrollbar-inner .scroll-content {
  max-height: none !important;
}
.consist__list.scroll-wrapper.scrollbar-inner .scroll-content.scroll-scrolly_visible {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .consist__list.scroll-wrapper.scrollbar-inner .scroll-content.scroll-scrolly_visible {
    padding-right: 8px;
  }
}
.consist__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
  background-color: #f4f4f4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  right: 0;
  width: 4px;
}
@media (max-width: 767px) {
  .consist__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
    width: 3px;
  }
}
.consist__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y .scroll-bar {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fae902;
}
.consist__item {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  padding: 10px 10px 17px 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .consist__item {
    min-height: auto;
    padding: 7px 7px 10px 8px;
  }
}
.consist__item:hover {
  border-color: #e795bd;
}
.consist__item:hover .consist__name {
  color: #e01377;
}
.consist__item:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .consist__item:not(:last-child) {
    margin-bottom: 3.2px;
  }
}
.consist__image {
  min-width: 87px;
  max-width: 87px;
  height: 87px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .consist__image {
    min-width: 65px;
    max-width: 65px;
    height: 65px;
    margin-right: 3px;
  }
}
.consist__beside {
  padding-top: 3px;
}
@media (max-width: 767px) {
  .consist__beside {
    padding-top: 1px;
  }
}
.consist__name {
  padding-right: 20px;
  font-family: "Century Gothic";
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #212121;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .consist__name {
    font-size: 10px;
    line-height: 16px;
  }
}
.consist__data {
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .consist__data {
    margin-top: 5px;
    font-size: 8px;
    line-height: 10px;
  }
}
.consist__data span {
  display: inline-block;
  padding-right: 13px;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .consist__data span {
    padding-right: 9px;
    padding-bottom: 2px;
  }
}
.consist__caudal {
  margin-top: 9px;
  padding-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .consist__caudal {
    margin-top: 6px;
    padding-left: 0;
  }
}
.consist__price {
  min-width: 120px;
  max-width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .consist__price {
    min-width: 96px;
    max-width: 96px;
  }
}
.consist__price-val {
  font-size: 14px;
  line-height: 18px;
  color: #090909;
  font-weight: 500;
}
@media (max-width: 767px) {
  .consist__price-val {
    font-size: 12px;
    line-height: 14px;
  }
}
.consist__price-old {
  margin-left: 11px;
  font-size: 12px;
  line-height: 19px;
  color: #090909;
  font-weight: 400;
}
@media (max-width: 767px) {
  .consist__price-old {
    margin-left: 10px;
    font-size: 10px;
    line-height: 13px;
  }
}
.consist__price-old span {
  text-decoration: line-through;
}
.consist__grist {
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .consist__grist {
    margin-left: 5px;
  }
}
.consist__grist-property {
  font-size: 10px;
  line-height: 18px;
  color: #666666;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .consist__grist-property {
    font-size: 8px;
    line-height: 14px;
  }
}
.consist__grist-val {
  margin-left: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #090909;
  font-weight: 400;
}
@media (max-width: 767px) {
  .consist__grist-val {
    margin-left: 10px;
    font-size: 11px;
    line-height: 12px;
  }
}

.tarry {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fdf0f6;
}
@media (max-width: 767px) {
  .tarry {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.tarry__title {
  padding: 14px 48px 13px 33px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  font-family: "TT Norms";
}
@media (max-width: 767px) {
  .tarry__title {
    padding: 10px 10px 12px 22px;
    font-size: 14px;
    line-height: 22px;
  }
}
.tarry__time {
  background-color: #e01377;
  color: #ffffff;
  padding: 2px 9px 3px 9px;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .tarry__time {
    padding: 2px 7px 3px 6px;
  }
}
.tarry__date {
  background-color: #fae902;
  color: #000000;
  padding: 2px 9px 3px 9px;
}
@media (max-width: 767px) {
  .tarry__date {
    padding: 2px 8px 3px 7px;
  }
}
.tarry__note {
  border-top: 2px solid #ffffff;
  padding: 14px 48px 17px 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
  font-family: "TT Norms";
}
@media (max-width: 767px) {
  .tarry__note {
    border-top-width: 1px;
    padding: 10px 10px 17px 22px;
    font-size: 11px;
    line-height: 14px;
  }
}
.tarry__note img {
  min-width: 18px;
  max-width: 18px;
  margin-top: 4px;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .tarry__note img {
    min-width: 11px;
    max-width: 11px;
    margin-top: 2px;
    margin-right: 12px;
  }
}

.steps {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .steps {
    padding-top: 19px;
  }
}
.steps__container {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(32, 32, 32, 0.18);
  box-shadow: 0px 1px 3px rgba(32, 32, 32, 0.18);
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 22px 30px 23px 43px;
  overflow: hidden;
}
@media (max-width: 1343px) {
  .steps__container {
    padding: 22px 20px 23px 30px;
  }
}
@media (max-width: 1199px) {
  .steps__container {
    display: block;
  }
}
@media (max-width: 767px) {
  .steps__container {
    padding: 10px 12px 17px 24px;
  }
}
.steps__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 285px;
  width: 100%;
  max-width: 285px;
  margin-right: 22px;
}
@media (max-width: 1343px) {
  .steps__left {
    min-width: 265px;
    max-width: 265px;
  }
}
@media (max-width: 1199px) {
  .steps__left {
    min-width: auto;
    max-width: none;
    margin-right: 0;
  }
}
.steps__img {
  min-width: 48px;
  max-width: 48px;
  pointer-events: none;
  margin-top: 4px;
  margin-right: 24px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .steps__img {
    display: none;
  }
}
.steps__title {
  font-size: 20px;
  line-height: 24px;
  color: #151515;
  font-weight: bold;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .steps__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.steps__title small {
  margin-top: 2px;
  display: block;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .steps__title small {
    display: inline;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .steps__title small {
    font-size: 11px;
  }
}
.steps__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding-top: 4px;
}
@media (max-width: 1199px) {
  .steps__right {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .steps__right {
    padding-left: 1px;
    padding-top: 8px;
    padding-right: 13px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.steps__unit {
  position: relative;
  min-width: 220px;
  max-width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #e1e1e1;
  padding: 0 2px 17px 0;
  color: #cdcdcd;
}
@media (max-width: 1343px) {
  .steps__unit {
    min-width: 210px;
    max-width: 210px;
  }
}
@media (max-width: 991px) {
  .steps__unit {
    min-width: 184px;
    max-width: 184px;
  }
}
@media (max-width: 767px) {
  .steps__unit {
    border-bottom-width: 1px;
    padding: 0 0 10px 0;
    min-width: auto;
    max-width: none;
    width: 24.39%;
  }
}
.steps__unit:not(:last-child) {
  margin-right: 90px;
}
@media (max-width: 1343px) {
  .steps__unit:not(:last-child) {
    margin-right: 60px;
  }
}
@media (max-width: 991px) {
  .steps__unit:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .steps__unit:not(:last-child) {
    margin-right: 0;
  }
}
.steps__unit.old {
  border-bottom-color: #fae902;
  color: #353535;
}
.steps__unit.old .steps__check path {
  fill: #fae902;
}
@media (max-width: 767px) {
  .steps__unit.old {
    border-bottom-color: #b7cb1b;
  }
  .steps__unit.old .steps__icon path {
    fill: #b7cb1b;
  }
}
.steps__unit.current {
  border-bottom-color: #e01377;
  color: #353535;
}
.steps__unit.current .steps__check path {
  fill: #e01377;
}
@media (max-width: 767px) {
  .steps__unit.current {
    border-bottom-color: #e01377;
  }
  .steps__unit.current .steps__icon path {
    fill: #e01377;
  }
}
.steps__arrow {
  position: absolute;
  top: 5px;
  right: -54px;
  width: 15px;
  height: 15px;
}
@media (max-width: 1343px) {
  .steps__arrow {
    right: -35px;
  }
}
@media (max-width: 991px) {
  .steps__arrow {
    top: 5px;
    right: -26px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .steps__arrow {
    top: 10px;
    right: -32%;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 575px) {
  .steps__arrow {
    right: -7.1vw;
  }
}
.steps__icon {
  display: none;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
}
@media (max-width: 767px) {
  .steps__icon {
    display: inline-block;
  }
}
.steps__check {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  margin-top: 4px;
  margin-right: 14px;
}
@media (max-width: 1343px) {
  .steps__check {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .steps__check {
    min-width: 11px;
    max-width: 11px;
    height: 11px;
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .steps__check {
    display: none;
  }
}
.steps__name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 991px) {
  .steps__name {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .steps__name {
    display: none;
  }
}

.order {
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 51px;
}
@media (max-width: 767px) {
  .order {
    padding-top: 17px;
    padding-bottom: 32px;
  }
}
.order__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .order__container {
    display: block;
  }
}
.order__left {
  width: 100%;
}
.order__caption {
  font-size: 32px;
  line-height: 120%;
  color: #353535;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .order__caption {
    font-size: 18px;
    margin-bottom: 17px;
  }
}
.order__body {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
}
.order__upper {
  padding: 31px 70px 28px 57px;
}
@media (max-width: 1343px) {
  .order__upper {
    padding: 31px 30px 28px 30px;
  }
}
@media (max-width: 767px) {
  .order__upper {
    padding: 16px 5px 24px 24px;
  }
}
.order__topic {
  font-size: 24px;
  line-height: 120%;
  color: #353535;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .order__topic {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .order__kit {
    padding-right: 19px;
  }
}
.order__row {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .order__row {
    margin-bottom: 16px;
  }
}
.order__label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .order__label {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
.order__label mark {
  background-color: transparent;
  color: #ec2626;
}
.order__field {
  display: block;
  width: 100%;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0.684px 1.879px 2px rgba(208, 208, 208, 0.45);
  box-shadow: inset 0.684px 1.879px 2px rgba(208, 208, 208, 0.45);
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  padding: 14px 20px 12px 22px;
  font-size: 17px;
  line-height: 22px;
  color: #212121;
  font-weight: 400;
  font-family: "Formular";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .order__field {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 20px 7px 11px;
  }
}
.order__field::-webkit-input-placeholder {
  color: #373737;
}
.order__field::-moz-placeholder {
  color: #373737;
}
.order__field:-ms-input-placeholder {
  color: #373737;
}
.order__field::-ms-input-placeholder {
  color: #373737;
}
.order__field::placeholder {
  color: #373737;
}
.order__field:hover, .order__field:focus, .order__field:active {
  border-color: #272727;
}
.order__field.invalid {
  border-color: #ec2626;
}
@media (max-width: 767px) {
  .order__dyad {
    padding-bottom: 3px;
  }
}
.order__dyad-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -34px;
}
.order__dyad-unit {
  padding-left: 34px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .order__dyad-unit {
    padding-bottom: 16px;
  }
}
.order__dyad-unit:nth-child(odd) {
  width: 52%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .order__dyad-unit:nth-child(odd) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .order__dyad-unit:nth-child(odd) {
    width: 86%;
  }
}
.order__dyad-unit:nth-child(even) {
  width: 48%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .order__dyad-unit:nth-child(even) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .order__dyad-unit:nth-child(even) {
    width: 86%;
  }
}
.order__note {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 18px;
  color: #1c1c1c;
  font-weight: 400;
  font-family: "Formular";
}
@media (max-width: 767px) {
  .order__note {
    font-size: 11px;
    line-height: 15px;
    padding-left: 1px;
    margin-bottom: 17px;
  }
}
.order__note img {
  min-width: 18px;
  max-width: 18px;
  margin-top: 1px;
  margin-right: 14px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .order__note img {
    min-width: 13px;
    max-width: 13px;
    margin-top: 2px;
    margin-right: 12px;
  }
}
.order__jus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .order__jus {
    padding-left: 1px;
  }
}
.order__jus-img {
  min-width: 37px;
  max-width: 37px;
  margin-top: 2px;
  margin-right: 21px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .order__jus-img {
    min-width: 35px;
    max-width: 35px;
    margin-right: 17px;
    margin-top: 3px;
  }
}
.order__jus-text {
  font-size: 13px;
  line-height: 20px;
  color: #1c1c1c;
  font-weight: 400;
}
@media (max-width: 767px) {
  .order__jus-text {
    font-size: 11px;
    line-height: 16px;
  }
}
.order__under {
  border-top: 1px solid #e2e2e2;
  padding: 20px 48px 20px 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1343px) {
  .order__under {
    padding: 20px 30px 20px 30px;
    display: block;
  }
}
@media (max-width: 767px) {
  .order__under {
    display: block;
    padding: 18px 10px 20px 15px;
  }
}
.order__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 416px;
  max-width: 416px;
}
@media (max-width: 1343px) {
  .order__twain {
    min-width: auto;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .order__twain {
    display: block;
  }
}
.order__matter {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .order__matter {
    min-width: 123px;
    max-width: 123px;
    font-size: 12px;
    line-height: 18px;
  }
}
.order__matter mark {
  background-color: transparent;
  color: #cb0a68;
  display: block;
}
.order__relay {
  margin-left: 20px;
  margin-top: 6px;
  padding: 3px 4px 3px 4px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) {
  .order__relay {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .order__relay {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .order__relay {
    margin-top: 0;
    margin-left: 11px;
    padding: 2px 3px 2px 3px;
  }
}
.order__relay-label {
  min-width: 82px;
  max-width: 82px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .order__relay-label {
    min-width: 62px;
    max-width: 62px;
  }
}
.order__relay-label:not(:last-child) {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .order__relay-label:not(:last-child) {
    margin-right: 0;
  }
}
.order__relay-label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.order__relay-label input:checked + .order__relay-val {
  cursor: default;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #1a1a1a;
}
.order__relay-label input:checked + .order__relay-val svg {
  opacity: 1;
  margin-right: 11px;
}
.order__relay-label input:checked + .order__relay-val svg path {
  fill: #030303;
}
.order__relay-val {
  -webkit-border-radius: 18px;
  border-radius: 18px;
  width: 100%;
  text-align: center;
  padding: 7px 8px 8px 8px;
  background-color: #cb0a68;
  border: 1px solid #cb0a68;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Formular";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.order__relay-val:hover {
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .order__relay-val {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 5px 5px 5px;
  }
}
.order__relay-val svg {
  min-width: 11px;
  max-width: 11px;
  height: 11px;
  margin-top: 5px;
  margin-right: -15px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .order__relay-val svg {
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    margin-top: 4px;
    margin-right: 7px;
  }
}
.order__relay-val svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.order__more {
  margin-top: 7px;
  max-width: 223px;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  color: #2e2e2e;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .order__more {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .order__more {
    max-width: 232px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 15px;
  }
}
.order__more:hover {
  color: #e01377;
}
.order__more:hover svg path {
  fill: #e01377;
}
.order__more svg {
  margin-top: 8px;
  margin-right: 20px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .order__more svg {
    margin-top: 5px;
    min-width: 21px;
    max-width: 21px;
    height: 21px;
    margin-right: 13px;
  }
}
.order__more svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.order__remark {
  margin-top: 27px;
  width: 100%;
}
@media (max-width: 767px) {
  .order__remark {
    margin-top: 17px;
  }
}
.order__remark-property {
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .order__remark-property {
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px dashed #e01377;
    padding-bottom: 5px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .order__remark-body {
    display: none;
  }
}
.order__remark-field {
  display: block;
  width: 100%;
  height: 93px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0.684px 1.879px 2px rgba(208, 208, 208, 0.45);
  box-shadow: inset 0.684px 1.879px 2px rgba(208, 208, 208, 0.45);
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  padding: 14px 20px 12px 22px;
  font-size: 17px;
  line-height: 22px;
  color: #212121;
  font-weight: 400;
  font-family: "Formular";
  resize: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .order__remark-field {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 20px 7px 11px;
    height: 88px;
    -webkit-box-shadow: inset 1px 1.732px 2px rgba(208, 208, 208, 0.45);
    box-shadow: inset 1px 1.732px 2px rgba(208, 208, 208, 0.45);
  }
}
.order__remark-field::-webkit-input-placeholder {
  color: #121212;
}
.order__remark-field::-moz-placeholder {
  color: #121212;
}
.order__remark-field:-ms-input-placeholder {
  color: #121212;
}
.order__remark-field::-ms-input-placeholder {
  color: #121212;
}
.order__remark-field::placeholder {
  color: #121212;
}
.order__remark-field:hover, .order__remark-field:focus, .order__remark-field:active {
  border-color: #272727;
}
.order__remark-field.invalid {
  border-color: #ec2626;
}
.order__remark-info {
  margin-top: 23px;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 400;
}
.order__remark-info mark {
  background-color: transparent;
  color: #d33737;
}
@media (max-width: 767px) {
  .order__remark-info {
    margin-top: 17px;
    font-size: 11px;
    line-height: 16px;
  }
}
.order__right {
  margin-left: 37px;
  min-width: 442px;
  width: 100%;
  max-width: 442px;
  padding-top: 11px;
}
@media (max-width: 1343px) {
  .order__right {
    margin-left: 28px;
    min-width: 422px;
    max-width: 422px;
  }
}
@media (max-width: 991px) {
  .order__right {
    margin-left: 0;
    padding-top: 0;
    margin-top: 47px;
    min-width: auto;
    max-width: 442px;
  }
}
@media (max-width: 767px) {
  .order__right {
    min-width: auto;
    max-width: none;
    margin-top: 27px;
  }
}
.order__right .sequel__body {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.order__btn {
  margin-top: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fae902;
  border: none;
  padding: 27px 9px 26px 14px;
  font-size: 18px;
  letter-spacing: 0.7px;
  line-height: 22px;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .order__btn {
    margin-top: 19px;
    font-size: 14px;
    line-height: 18px;
    padding: 16px 9px 16px 20px;
    letter-spacing: 0.6px;
  }
}
.order__btn:hover {
  background-color: #ffde00;
}
.order__btn svg {
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  margin-left: 23px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .order__btn svg {
    min-width: 6px;
    max-width: 6px;
    height: 6px;
    margin-left: 20px;
    margin-top: 6px;
  }
}
.order__consent {
  margin-top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .order__consent {
    margin-top: 17px;
  }
}
.order__consent-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.order__consent-label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.order__consent-label input:checked + .order__consent-part .order__consent-square {
  background-color: #e01377;
  border: 1px solid #e01377;
}
.order__consent-label input:checked + .order__consent-part .order__consent-square:after {
  opacity: 1;
}
.order__consent-label input.invalid + .order__consent-part .order__consent-square {
  border: 1px solid #ec2626;
}
.order__consent-label input.invalid + .order__consent-part .order__consent-text {
  color: #ec2626;
}
.order__consent-part {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.order__consent-square {
  margin-right: 16px;
  margin-top: 3px;
  background: #ffffff;
  border: 1px solid #e01377;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-left: 1px;
  padding-top: 1px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .order__consent-square {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-right: 14px;
  }
}
.order__consent-square:after {
  content: "";
  width: 70%;
  height: 60%;
  background-image: url(../img/icon/select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.order__consent-text {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .order__consent-text {
    font-size: 10px;
    line-height: 15px;
  }
}
.order__consent-text a {
  color: #e01377;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.order__consent-text a:hover {
  background-color: #e01377;
  color: #ffffff;
}

.berth {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .berth {
    margin-bottom: 24px;
  }
}
.berth__caption {
  font-size: 20px;
  line-height: 120%;
  color: #353535;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .berth__caption {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.berth__body {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}
.berth__upper {
  padding: 12px 80px 13px 32px;
  font-family: "Century Gothic";
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
@media (max-width: 1343px) {
  .berth__upper {
    padding: 12px 80px 13px 24px;
  }
}
@media (max-width: 767px) {
  .berth__upper {
    padding: 9px 44px 11px 23px;
  }
}
.berth__topic {
  font-size: 13px;
  line-height: 18px;
  color: #353535;
  font-weight: 400;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .berth__topic {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
.berth__title {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 700;
}
@media (max-width: 767px) {
  .berth__title {
    font-size: 12px;
    line-height: 16px;
  }
}
.berth__pin {
  position: absolute;
  top: 18px;
  right: 26px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .berth__pin {
    width: 27px;
    height: 27px;
    top: 14px;
    right: 11px;
  }
}
.berth__pin:hover {
  border-color: #e795bd;
}
.berth__pin:hover svg path {
  fill: #e01377;
}
.berth__pin svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .berth__pin svg {
    width: 12px;
    height: 12px;
  }
}
.berth__pin svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.berth__under {
  padding: 17px 20px 21px 31px;
}
@media (max-width: 1343px) {
  .berth__under {
    padding: 17px 20px 21px 24px;
  }
}
@media (max-width: 767px) {
  .berth__under {
    padding: 15px 12px 19px 23px;
  }
}
.berth__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .berth__address {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 9px;
  }
}
.berth__address img {
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .berth__address img {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    margin-right: 9px;
    margin-top: 4px;
  }
}
.berth__mode {
  padding-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .berth__mode {
    font-size: 11px;
    line-height: 15px;
    padding-left: 0;
  }
}
.berth__mode img {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .berth__mode img {
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-top: 3px;
  }
}
.berth__edit {
  margin-top: 25px;
  margin-left: 4px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 18px;
  color: #e01377;
  font-family: "Century Gothic";
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .berth__edit {
    margin-top: 8px;
    margin-left: 0;
    font-size: 11px;
    line-height: 15px;
  }
}
.berth__edit:hover {
  color: #131313;
}
.berth__edit:hover svg path {
  fill: #131313;
}
.berth__edit svg {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  margin-top: 5px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .berth__edit svg {
    min-width: 13px;
    max-width: 13px;
    height: 13px;
    margin-top: 5px;
    margin-right: 9px;
  }
}
.berth__edit svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.berth__edit span {
  padding-bottom: 3px;
  border-bottom: 1px dashed;
}

.launch {
  padding-top: 27px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .launch {
    padding-top: 19px;
  }
}
.launch__container {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #e01377;
  padding: 55px 54px 63px 94px;
  position: relative;
}
@media (max-width: 1343px) {
  .launch__container {
    padding: 55px 50px 63px 50px;
  }
}
@media (max-width: 1199px) {
  .launch__container {
    padding: 45px 50px 43px 50px;
  }
}
@media (max-width: 991px) {
  .launch__container {
    padding: 45px 50px 220px 50px;
  }
}
@media (max-width: 767px) {
  .launch__container {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 19px 15px 216px 23px;
  }
}
.launch__content {
  max-width: 490px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .launch__content {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .launch__content {
    max-width: none;
  }
}
.launch__title {
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .launch__title {
    font-size: 18px;
    line-height: 25px;
  }
}
.launch__text {
  margin-top: 25px;
  max-width: 415px;
  width: 100%;
  padding-left: 1px;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .launch__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
    padding-left: 2px;
  }
}
.launch__btn {
  margin-top: 29px;
  margin-left: 2px;
  display: inline-block;
  min-width: 345px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fae902;
  text-decoration: none;
  padding: 17px 10px 18px 22px;
  font-size: 16px;
  line-height: 100%;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .launch__btn {
    padding: 17px 10px 18px 10px;
  }
}
@media (max-width: 767px) {
  .launch__btn {
    min-width: 242px;
    width: auto;
    margin-top: 19px;
    font-size: 13px;
    padding: 14px 10px 16px 11px;
  }
}
.launch__btn:hover {
  background-color: #ffde00;
}
.launch__footnote {
  margin-top: 25px;
  padding-left: 1px;
  font-size: 15px;
  line-height: 120%;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .launch__footnote {
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px;
  }
}
.launch__image {
  display: block;
  position: absolute;
  top: 20px;
  right: 85px;
  max-width: 42%;
  max-height: 100%;
  pointer-events: none;
}
@media (max-width: 1343px) {
  .launch__image {
    right: 40px;
  }
}
@media (max-width: 1199px) {
  .launch__image {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .launch__image {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 21px;
    right: auto;
    left: 38px;
    max-width: 272px;
    height: 182px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .launch__image {
    left: 9px;
  }
}

.excellence {
  padding-top: 52px;
  padding-bottom: 42px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .excellence {
    padding-top: 25px;
    padding-bottom: 32px;
  }
}
.excellence__dyad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 81px;
}
@media (max-width: 1343px) {
  .excellence__dyad {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .excellence__dyad {
    display: block;
  }
}
.excellence__image {
  min-width: 361px;
  max-width: 361px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .excellence__image {
    display: none;
  }
}
.excellence__image img {
  width: 100%;
  pointer-events: none;
}
.excellence__mass {
  width: 100%;
  margin-left: 47px;
  padding-top: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .excellence__mass {
    margin-left: 0;
    padding-top: 0;
  }
}
.excellence__caption {
  max-width: 480px;
  width: 100%;
  font-size: 30px;
  line-height: 38px;
  color: #161616;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 41px;
}
@media (max-width: 991px) {
  .excellence__caption {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .excellence__caption {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 19px;
  }
}
.excellence__set {
  max-width: 670px;
  width: 100%;
  padding-left: 4px;
}
@media (max-width: 767px) {
  .excellence__set {
    padding-left: 0;
  }
}
.excellence__unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.excellence__unit:not(:last-child) {
  padding-bottom: 44.9px;
}
@media (max-width: 767px) {
  .excellence__unit:not(:last-child) {
    padding-bottom: 20.5px;
  }
}
.excellence__num {
  min-width: 77px;
  max-width: 77px;
  height: 77px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fae902;
  margin-right: 34px;
  margin-top: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  line-height: 100%;
  color: #161616;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .excellence__num {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    font-size: 21px;
    margin-right: 21px;
    margin-top: 2px;
  }
}
.excellence__name {
  font-size: 22px;
  line-height: 120%;
  color: #161616;
  font-weight: 500;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .excellence__name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.excellence__text {
  padding-left: 2px;
  font-size: 16px;
  line-height: 26px;
  color: #161616;
  font-weight: 400;
}
@media (max-width: 767px) {
  .excellence__text {
    padding-left: 1px;
    font-size: 12px;
    line-height: 20px;
  }
}

.solder {
  margin-top: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 98px;
  overflow: hidden;
}
@media (max-width: 1343px) {
  .solder {
    padding-left: 17px;
  }
}
@media (max-width: 991px) {
  .solder {
    padding-left: 0;
    display: block;
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .solder {
    margin-top: 34px;
  }
}
.solder__left {
  min-width: 310px;
  max-width: 361px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .solder__left {
    min-width: auto;
    max-width: none;
    padding-top: 0;
  }
}
.solder__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.solder__qr {
  min-width: 290px;
  max-width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 34px;
  pointer-events: none;
}
.solder__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.solder__ref {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.solder__ref:hover {
  opacity: 0.7;
}
.solder__ref:not(:last-child) {
  margin-bottom: 12px;
}
.solder__ref img {
  display: inline-block;
  height: 40px;
  max-width: 100%;
  pointer-events: none;
}
.solder__note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 18px;
  color: #2c2c2c;
  font-weight: 400;
}
.solder__right {
  margin-left: 31px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .solder__right {
    margin-left: 0;
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  .solder__right {
    margin-top: 17px;
  }
}
.solder__topic {
  max-width: 550px;
  width: 100%;
  font-family: "Century Gothic";
  font-size: 22px;
  line-height: 32px;
  color: #161616;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .solder__topic {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.solder__dyad {
  width: 100%;
  padding-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .solder__dyad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}
.solder__btn {
  min-width: 393px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  text-decoration: none;
  display: inline-block;
  padding: 18px 10px 20px 15px;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .solder__btn {
    min-width: 353px;
  }
}
@media (max-width: 767px) {
  .solder__btn {
    min-width: auto;
    width: 100%;
    max-width: 340px;
    font-size: 15px;
    padding: 14px 10px 18px 7px;
  }
}
.solder__btn:hover {
  background-color: #f61583;
}
.solder__link {
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  margin-left: 45px;
  font-size: 16px;
  line-height: 120%;
  color: #e01377;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .solder__link {
    margin-left: 30px;
    margin-top: 15px;
    font-size: 14px;
  }
}
.solder__link:hover {
  color: #121212;
}

.riddle {
  overflow: hidden;
}
.riddle__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 19px 160px 30px 69px;
}
@media (max-width: 1343px) {
  .riddle__container {
    padding: 19px 50px 30px 50px;
  }
}
@media (max-width: 991px) {
  .riddle__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .riddle__container {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    padding: 9px 20px 27px 24px;
  }
}
.riddle__left {
  min-width: 250px;
  max-width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .riddle__left {
    min-width: 186px;
    max-width: 186px;
    margin-left: 2px;
  }
}
.riddle__left img {
  width: 100%;
  pointer-events: none;
}
.riddle__right {
  width: 100%;
  padding-top: 41px;
  margin-left: 18px;
}
@media (max-width: 991px) {
  .riddle__right {
    margin-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .riddle__right {
    padding-top: 11px;
  }
}
.riddle__title {
  font-size: 22px;
  line-height: 120%;
  color: #161616;
  font-weight: 500;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .riddle__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.riddle__text {
  padding-left: 2px;
  font-size: 16px;
  line-height: 26px;
  color: #161616;
  font-weight: 400;
}
@media (max-width: 767px) {
  .riddle__text {
    font-size: 12px;
    line-height: 18px;
    padding-left: 1px;
  }
}

.faq {
  padding-top: 47px;
  padding-bottom: 59px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
.faq__caption {
  font-size: 30px;
  line-height: 38px;
  color: #161616;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .faq__caption {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
.faq__caption small {
  display: block;
  font-size: 24px;
}
@media (max-width: 767px) {
  .faq__caption small {
    font-size: 18px;
  }
}
.faq__group:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .faq__group:not(:last-child) {
    margin-bottom: 6px;
  }
}
.faq__toggle {
  padding: 20px 68px 24px 36px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .faq__toggle {
    padding: 11px 49px 13px 17px;
  }
}
.faq__toggle:hover {
  background-color: #f5f5f5;
}
.faq__toggle.active {
  border-color: #e01377;
  background-color: #ffffff;
}
.faq__toggle.active .faq__arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.faq__toggle.active .faq__arrow svg path {
  fill: #e01377;
}
.faq__toggle.active .faq__name {
  color: #e01377;
}
.faq__name {
  font-size: 20px;
  line-height: 120%;
  color: #161616;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq__name {
    font-size: 14px;
    line-height: 22px;
  }
}
.faq__arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 29px;
  right: 33px;
  width: 11px;
  height: 11px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .faq__arrow {
    top: 19px;
    right: 19px;
    width: 7px;
    height: 7px;
  }
}
.faq__arrow svg {
  width: 100%;
  height: 100%;
}
.faq__arrow svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__latent {
  display: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  margin-top: -5px;
  padding: 23px 50px 21px 36px;
}
@media (max-width: 767px) {
  .faq__latent {
    padding: 17px 10px 13px 17px;
  }
}
.faq__text {
  font-size: 16px;
  line-height: 26px;
  color: #161616;
  font-weight: 400;
}
@media (max-width: 767px) {
  .faq__text {
    font-size: 13px;
    line-height: 20px;
  }
}
.faq__text p {
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .faq__text p {
    padding-bottom: 6px;
  }
}
.faq__text b {
  font-weight: 700;
}
.faq__text a {
  color: #e01377;
  border-bottom: 1px solid #e01377;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__text a:hover {
  color: #ffffff;
  background-color: #e01377;
}

.stride {
  padding-bottom: 74px;
}
@media (max-width: 767px) {
  .stride {
    padding-bottom: 32px;
  }
}
.stride__container {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#eaeaea));
  background-image: -o-linear-gradient(left, #f5f5f5 0%, #eaeaea 100%);
  background-image: linear-gradient(90deg, #f5f5f5 0%, #eaeaea 100%);
  padding: 33px 30px 22px 39px;
  position: relative;
}
@media (max-width: 1343px) {
  .stride__container {
    padding: 26px 30px 22px 30px;
  }
}
@media (max-width: 767px) {
  .stride__container {
    padding: 28px 14px 45px 14px;
  }
}
.stride__img {
  position: absolute;
  bottom: 0;
  right: 17px;
  max-width: 515px;
  width: 100%;
  display: block;
  pointer-events: none;
}
@media (max-width: 1343px) {
  .stride__img {
    right: 10px;
    max-width: 440px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .stride__img {
    display: none;
  }
}
@media (max-width: 991px) {
  .stride__img {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .stride__img {
    max-width: 277px;
    right: auto;
    left: 11px;
    max-height: 130px;
  }
}
.stride__body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .stride__body {
    display: block;
  }
}
.stride__line {
  position: absolute;
  top: 27px;
  left: 26px;
  z-index: -1;
  pointer-events: none;
  width: 423px;
}
@media (max-width: 1343px) {
  .stride__line {
    width: 358px;
  }
}
@media (max-width: 991px) {
  .stride__line {
    display: none;
  }
}
.stride__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .stride__set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-left: 11px;
    z-index: 1;
  }
  .stride__set:after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 30px;
    left: 26px;
    background-color: #0c0c0c;
    width: 3px;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .stride__set:after {
    left: 19px;
  }
}
.stride__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .stride__item:nth-child(odd) {
    padding-bottom: 100px;
  }
  .stride__item:nth-child(even) {
    margin-left: -67px;
    padding-top: 92px;
  }
  .stride__item:nth-child(even) .stride__name {
    margin-left: 28px;
    padding-top: 1px;
  }
  .stride__item:nth-child(3) {
    margin-left: -43px;
  }
  .stride__item:nth-child(3) .stride__name {
    margin-left: 34px;
    padding-top: 3px;
  }
}
@media (max-width: 991px) {
  .stride__item {
    width: 100%;
  }
  .stride__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .stride__item:not(:last-child) {
    margin-bottom: 24.5px;
  }
}
.stride__num {
  min-width: 65px;
  max-width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #df0074;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 27px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 1px 1px 5px 3px;
}
@media (max-width: 1343px) {
  .stride__num {
    min-width: 55px;
    max-width: 55px;
    height: 55px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .stride__num {
    min-width: 41px;
    max-width: 41px;
    height: 41px;
    font-size: 17px;
  }
}
.stride__name {
  margin-left: 26px;
  padding-top: 4px;
  max-width: 170px;
  width: 100%;
  min-width: 170px;
  font-size: 24px;
  line-height: 29px;
  color: #0c0c0c;
  font-weight: 500;
}
@media (max-width: 1343px) {
  .stride__name {
    max-width: 160px;
    min-width: 160px;
    margin-left: 20px;
    padding-top: 0;
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .stride__name {
    min-width: auto;
    font-size: 15px;
    line-height: 19px;
    padding-top: 1px;
  }
}
.stride__btn {
  margin-left: -172px;
  margin-bottom: 16px;
  min-width: 347px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  text-decoration: none;
  display: inline-block;
  padding: 16px 10px 18px 22px;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .stride__btn {
    margin-left: -160px;
    min-width: 310px;
    padding: 16px 10px 18px 10px;
  }
}
@media (max-width: 991px) {
  .stride__btn {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .stride__btn {
    min-width: auto;
    max-width: 340px;
    width: 100%;
    font-size: 13px;
    padding: 15px 10px 15px 7px;
  }
}
.stride__btn:hover {
  background-color: #f61583;
}

.shops {
  padding-top: 23px;
  padding-bottom: 52px;
}
@media (max-width: 767px) {
  .shops {
    padding-top: 18px;
    padding-bottom: 26px;
  }
}
.shops__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .shops__head {
    display: block;
  }
}
@media (max-width: 767px) {
  .shops__head {
    padding-bottom: 12px;
  }
}
.shops__city {
  margin-right: 29px;
}
@media (max-width: 1199px) {
  .shops__city {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .shops__city {
    margin-bottom: 11px;
  }
}
.shops__city-property {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .shops__city-property {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 7px;
  }
}
.shops__city-row {
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) {
  .shops__city-row {
    min-width: 300px;
  }
}
@media (max-width: 1199px) {
  .shops__city-row {
    min-width: auto;
  }
}
.shops__city-icon {
  margin-top: 9px;
  margin-right: 16px;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .shops__city-icon {
    margin-top: 5px;
    margin-right: 10px;
    min-width: 10px;
    max-width: 10px;
    height: 10px;
  }
}
.shops__city-val {
  font-size: 24px;
  line-height: 30px;
  color: #2e2e2e;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .shops__city-val {
    font-size: 16px;
    line-height: 20px;
  }
}
.shops__city-count {
  margin-left: 19px;
  margin-top: 3px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fae902;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 100%;
  color: #0b0b0b;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .shops__city-count {
    margin-left: 10px;
    margin-top: 1px;
    min-width: 19px;
    max-width: 19px;
    height: 19px;
    font-size: 10px;
  }
}
.shops__beside {
  width: 100%;
}
.shops__topic {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .shops__topic {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 13px;
  }
}
.shops__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shops__exile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 33.3px;
  margin-bottom: 12px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .shops__exile {
    margin-right: 28px;
  }
}
@media (max-width: 767px) {
  .shops__exile {
    margin-right: 24.3px;
    margin-bottom: 10px;
  }
}
.shops__exile:hover .shops__exile-val {
  color: #e01377;
}
.shops__exile.current {
  display: none;
}
.shops__exile-val {
  font-size: 18px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: 700;
  padding-bottom: 3px;
  border-bottom: 1px dashed #e01377;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .shops__exile-val {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 1px;
  }
}
.shops__exile-count {
  margin-left: 14px;
  margin-top: 2px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .shops__exile-count {
    margin-left: 8px;
    margin-top: 0;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    font-size: 8px;
  }
}
.shops__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .shops__body {
    display: block;
  }
}
@media (max-width: 575px) {
  .shops__body {
    margin: 0 -14px;
  }
}
.shops__mass {
  min-height: 750px;
  max-height: 750px;
  width: 100%;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .shops__mass {
    min-height: auto;
    max-height: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .shops__mass {
    padding: 0 5px 0 14px;
    margin-bottom: 23px;
  }
}
.shops__list {
  position: relative;
  max-height: 750px;
  min-height: 750px;
}
@media (max-width: 1199px) {
  .shops__list {
    max-height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .shops__list {
    max-height: 684px;
  }
}
.shops__list.scroll-wrapper.scrollbar-inner:after {
  content: "";
  z-index: 2;
  position: absolute;
  height: 10px;
  left: 0;
  right: 12px;
  bottom: 0;
  -webkit-box-shadow: 0px -20px 15px -22px rgba(0, 0, 0, 0.21) inset;
  box-shadow: 0px -20px 15px -22px rgba(0, 0, 0, 0.21) inset;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .shops__list.scroll-wrapper.scrollbar-inner:after {
    right: 9px;
  }
}
.shops__list.scroll-wrapper.scrollbar-inner.finish:after {
  opacity: 0;
}
.shops__list.scroll-wrapper.scrollbar-inner .scroll-content {
  padding-right: 12px;
}
@media (max-width: 767px) {
  .shops__list.scroll-wrapper.scrollbar-inner .scroll-content {
    padding-right: 9px;
  }
}
.shops__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
  background-color: #ededed;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  right: 0;
  width: 4px;
}
@media (max-width: 767px) {
  .shops__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
    width: 3px;
  }
}
.shops__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y .scroll-bar {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #e01377;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .shops__kit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.shops__item {
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #ffffff;
  padding: 22px 100px 24px 37px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .shops__item {
    padding: 22px 85px 24px 27px;
  }
}
@media (max-width: 1199px) {
  .shops__item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media (max-width: 991px) {
  .shops__item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .shops__item:hover {
    border-color: #e01377;
  }
  .shops__item:hover:after {
    opacity: 1;
  }
  .shops__item:hover .shops__pin {
    background-color: #e01377;
  }
  .shops__item:hover .shops__pin svg path {
    fill: #ffffff;
  }
}
@media (max-width: 767px) {
  .shops__item {
    padding: 14px 10px 16px 23px;
  }
}
.shops__item.active {
  border-color: #e01377;
}
.shops__item.active:after {
  opacity: 1;
}
.shops__item.active .shops__pin {
  background-color: #e01377;
}
.shops__item.active .shops__pin svg path {
  fill: #ffffff;
}
.shops__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .shops__item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.shops__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e01377;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shops__pin {
  position: absolute;
  top: 23px;
  right: 35px;
  width: 43px;
  height: 43px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .shops__pin {
    right: 23px;
  }
}
@media (max-width: 767px) {
  .shops__pin {
    top: 18px;
    right: 24px;
    width: 29px;
    height: 29px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
.shops__pin svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .shops__pin svg {
    width: 12px;
    height: 12px;
  }
}
.shops__pin svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shops__high {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .shops__high {
    margin-bottom: 11px;
    padding-right: 55px;
    min-height: 37px;
  }
}
.shops__fella {
  padding-left: 2px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  color: #e01377;
  font-family: "Century Gothic";
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .shops__fella {
    font-size: 10px;
    line-height: 14px;
    padding-left: 1px;
    letter-spacing: 1.5px;
  }
}
.shops__name {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #161616;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .shops__name {
    font-size: 14px;
    line-height: 18px;
  }
}
.shops__address {
  padding-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .shops__address {
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 7px;
  }
}
.shops__address img {
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .shops__address img {
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-top: 4px;
  }
}
.shops__mode {
  padding-left: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .shops__mode {
    font-size: 12px;
    line-height: 16px;
    padding-left: 0;
  }
}
.shops__mode img {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .shops__mode img {
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    margin-right: 10px;
  }
}
.shops__map {
  min-width: 620px;
  width: 100%;
  max-width: 620px;
  background-color: #eee;
}
@media (max-width: 1199px) {
  .shops__map {
    min-width: auto;
    max-width: none;
    height: 490px;
  }
}
.shops__note {
  margin-top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .shops__note {
    position: relative;
    margin-top: 17px;
  }
}
.shops__note-icon {
  min-width: 56px;
  max-width: 56px;
  margin-right: 27px;
  margin-top: 5px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .shops__note-icon {
    position: absolute;
    top: 6px;
    left: 0;
    margin-right: 0;
    margin-top: 0;
    min-width: 41px;
    max-width: 41px;
  }
}
.shops__note-topic {
  font-size: 18px;
  line-height: 22px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .shops__note-topic {
    padding-left: 60px;
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
  }
}
.shops__note-topic mark {
  background-color: transparent;
  color: #e01377;
}
.shops__note-text {
  font-size: 14px;
  line-height: 23px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .shops__note-text {
    font-size: 11px;
    line-height: 18px;
  }
}

.store {
  padding-top: 27px;
  padding-bottom: 28px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .store {
    padding-top: 21px;
    padding-bottom: 12px;
  }
}
.store__body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .store__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .store__body {
    margin: 0 -14px;
  }
}
.store__body:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .store__body:before {
    display: none;
  }
}
.store__map {
  width: 100%;
  height: 571px;
}
@media (max-width: 991px) {
  .store__map {
    height: 423px;
  }
}
.store__map > div {
  width: 100%;
  height: 100%;
}
.store__map > div iframe {
  width: 100%;
  height: 100%;
}
.store__beside {
  min-width: 412px;
  width: 100%;
  max-width: 412px;
  padding: 30px 33px 30px 32px;
}
@media (max-width: 1199px) {
  .store__beside {
    min-width: 375px;
    max-width: 375px;
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 991px) {
  .store__beside {
    padding: 30px 33px 40px 32px;
  }
}
@media (max-width: 767px) {
  .store__beside {
    min-width: auto;
    max-width: none;
    padding: 0 14px 24px 14px;
  }
}
.store__cap {
  background-color: #fae902;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .store__cap {
    margin-bottom: 14px;
  }
}
.store__image {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.store__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 13px 13px 13px 27px;
}
@media (max-width: 1199px) {
  .store__twain {
    padding: 8px 13px 13px 20px;
  }
}
@media (max-width: 767px) {
  .store__twain {
    padding: 6px 12px 10px 19px;
  }
}
.store__company {
  font-size: 14px;
  letter-spacing: 2.3px;
  line-height: 18px;
  color: #000000;
  font-family: "Century Gothic";
  padding-right: 13px;
  margin-right: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .store__company {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    padding-right: 12px;
    margin-right: 11px;
  }
}
.store__company:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 3px;
  height: 3px;
  background-color: #151515;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .store__company:after {
    top: 6px;
  }
}
.store__city {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .store__city {
    font-size: 12px;
    line-height: 16px;
  }
}
.store__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .store__address {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 11px;
  }
}
.store__address img {
  min-width: 11px;
  max-width: 11px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .store__address img {
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    margin-right: 11px;
    margin-top: 5px;
  }
}
.store__mode {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .store__mode {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 11px;
  }
}
.store__mode img {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .store__mode img {
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    margin-right: 11px;
    margin-top: 5px;
  }
}
.store__dyad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.store__phone {
  min-width: 240px;
  width: 100%;
  max-width: 240px;
  margin-right: 16px;
  padding-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .store__phone {
    min-width: auto;
  }
}
.store__phone-icon {
  margin-right: 13px;
  margin-top: 7px;
  min-width: 11px;
  max-width: 11px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .store__phone-icon {
    min-width: 10px;
    max-width: 10px;
    margin-right: 10px;
  }
}
.store__phone-icon img {
  width: 100%;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.store__phone-val {
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
}
.store__phone-val a {
  text-decoration: none;
  color: inherit;
}
.store__phone-note {
  margin-top: 4px;
  padding-left: 2px;
  font-size: 11px;
  line-height: 15px;
  color: #535353;
  font-weight: 400;
}
@media (max-width: 767px) {
  .store__phone-note {
    font-size: 10px;
    margin-top: 2px;
  }
}
.store__share {
  margin-top: 2px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .store__share {
    margin-top: 1px;
  }
}
.store__share .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  padding: 0;
}
.store__back {
  margin-top: 36px;
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 17px 17px 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e01377;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #e01377;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .store__back {
    margin-top: 22px;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 10px 12px 9px;
    font-size: 12px;
  }
}
.store__back:hover {
  border-color: #e01377;
  color: #ffffff;
  background-color: #e01377;
}
.store__back:hover svg path {
  fill: #ffffff;
}
.store__back svg {
  min-width: 10px;
  max-width: 10px;
  height: 11px;
  margin-top: 5px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .store__back svg {
    min-width: 9px;
    max-width: 9px;
    height: 10px;
    margin-top: 4px;
    margin-right: 16px;
  }
}
.store__back svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.defrayment {
  margin-top: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .defrayment {
    display: block;
  }
}
@media (max-width: 767px) {
  .defrayment {
    margin-top: 25px;
  }
}
.defrayment__title {
  margin-right: 20px;
  padding-top: 1px;
  max-width: 143px;
  width: 100%;
  min-width: 143px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #353535;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 991px) {
  .defrayment__title {
    padding-top: 0;
    margin-right: 0;
    min-width: auto;
    max-width: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .defrayment__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}
.defrayment__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .defrayment__set {
    margin-left: -17px;
  }
}
.defrayment__unit {
  padding-left: 9px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .defrayment__unit {
    width: 33.3%;
    padding-left: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.defrayment__icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 56px;
  min-width: 56px;
  margin-right: 22px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .defrayment__icon {
    margin-top: 0;
    margin-right: 0;
    min-width: auto;
    max-width: 39px;
    margin-left: -1px;
  }
}
.defrayment__icon img {
  width: 100%;
  pointer-events: none;
}
.defrayment__name {
  max-width: 135px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #252525;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .defrayment__name {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
    color: #252525;
  }
}

.social {
  padding-top: 59px;
  padding-bottom: 44px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .social {
    padding-top: 19px;
    padding-bottom: 26px;
  }
}
.social__ingoing {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .social__ingoing {
    margin-bottom: 24px;
  }
}
.social__group:not(:last-child) {
  padding-bottom: 11px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .social__group:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 26px;
  }
}
.social__title {
  font-size: 28px;
  line-height: 120%;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .social__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.social__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -42px;
  width: auto;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .social__set {
    margin-left: -20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .social__set {
    margin-left: -28px;
  }
}
@media (max-width: 991px) {
  .social__set {
    margin-left: -20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .social__set {
    padding-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
}
.social__box {
  width: 50%;
  padding-left: 42px;
  padding-bottom: 37px;
  height: auto;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .social__box {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .social__box {
    width: 50%;
    padding-left: 28px;
    padding-bottom: 29px;
  }
}
@media (max-width: 991px) {
  .social__box {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .social__box {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .social__box {
    padding-bottom: 10px;
  }
}
.social__item {
  height: 100%;
  padding: 32px 190px 47px 48px;
  min-height: 250px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .social__item {
    padding: 28px 120px 35px 28px;
  }
}
@media (max-width: 991px) {
  .social__item {
    padding: 28px 120px 35px 28px;
  }
}
@media (max-width: 767px) {
  .social__item {
    min-height: auto;
    padding: 20px 100px 29px 24px;
  }
}
@media (max-width: 575px) {
  .social__item {
    min-height: 194px;
  }
}
.social__item:hover:before {
  border-color: #efefef;
}
.social__item:hover .social__name {
  color: #e01377;
}
.social__item:hover .social__link {
  color: #e01377;
}
.social__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 7px solid #e01377;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .social__item:before {
    border-width: 3px;
  }
}
.social__image {
  position: absolute;
  bottom: 0;
  right: 27px;
  max-height: 100%;
  max-width: 156px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .social__image {
    max-width: 140px;
  }
}
@media (max-width: 1199px) {
  .social__image {
    right: -12px;
  }
}
@media (max-width: 991px) {
  .social__image {
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .social__image {
    max-width: 108px;
    right: 9px;
  }
}
.social__number {
  position: absolute;
  top: 26px;
  right: 37px;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fae902;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 100%;
  color: #0b0b0b;
  font-weight: 700;
}
@media (max-width: 767px) {
  .social__number {
    top: 15px;
    right: 17px;
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
}
.social__name {
  font-size: 24px;
  line-height: 30px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .social__name {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .social__name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
  }
}
.social__text {
  padding-left: 1px;
  max-width: 325px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  font-family: "Formular";
  font-weight: 400;
}
@media (max-width: 767px) {
  .social__text {
    max-width: none;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .social__text {
    max-width: 153px;
  }
}
.social__link {
  margin-top: 19px;
  margin-left: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #181818;
  font-family: "Century Gothic";
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .social__link {
    margin-top: 11px;
    margin-left: 0;
    font-size: 11px;
    line-height: 16px;
  }
}
.social__link svg {
  min-width: 17px;
  max-width: 17px;
  height: 10px;
  margin-left: 19px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .social__link svg {
    min-width: 15px;
    max-width: 15px;
    margin-left: 16px;
    margin-top: 4px;
  }
}
.social__kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -28px;
  width: auto;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .social__kit {
    margin-left: -20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .social__kit {
    padding-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
}
.social__unit {
  width: 33.3%;
  padding-left: 28px;
  padding-bottom: 29px;
  height: auto;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 991px) {
  .social__unit {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .social__unit {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .social__unit {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .social__unit {
    padding-bottom: 10px;
  }
}
.social__clause {
  height: 100%;
  padding: 34px 119px 47px 48px;
  min-height: 250px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .social__clause {
    padding: 28px 120px 35px 28px;
  }
}
@media (max-width: 991px) {
  .social__clause {
    padding: 28px 120px 35px 28px;
  }
}
@media (max-width: 767px) {
  .social__clause {
    min-height: auto;
    padding: 20px 100px 29px 24px;
  }
}
@media (max-width: 575px) {
  .social__clause {
    min-height: 194px;
  }
}
.social__clause:hover:before {
  border-color: #e01377;
}
.social__clause:hover .social__topic {
  color: #e01377;
}
.social__clause:hover .social__link {
  color: #e01377;
}
.social__clause:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 7px solid #efefef;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .social__clause:before {
    border-width: 3px;
  }
}
.social__topic {
  font-size: 22px;
  line-height: 28px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .social__topic {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .social__topic {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
  }
}
.social__book {
  padding-left: 1px;
  max-width: 215px;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #212121;
  font-family: "Formular";
  font-weight: 400;
}
@media (max-width: 767px) {
  .social__book {
    padding-left: 0;
    max-width: none;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .social__book {
    max-width: 153px;
  }
}
.social__img {
  position: absolute;
  bottom: 0;
  right: -12px;
  max-height: 100%;
  max-width: 156px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .social__img {
    max-width: 140px;
  }
}
@media (max-width: 991px) {
  .social__img {
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .social__img {
    max-width: 108px;
    right: 9px;
  }
}
.social__num {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fae902;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 100%;
  color: #0b0b0b;
  font-weight: 700;
}
@media (max-width: 767px) {
  .social__num {
    top: 15px;
    right: 17px;
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
}

.ingoing {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  padding: 48px 40px 56px 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
}
@media (max-width: 1343px) {
  .ingoing {
    padding: 48px 40px 40px 49px;
  }
}
@media (max-width: 1199px) {
  .ingoing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 30px 30px 39px;
  }
}
@media (max-width: 991px) {
  .ingoing {
    padding: 32px 30px 140px 39px;
  }
}
@media (max-width: 767px) {
  .ingoing {
    padding: 18px 23px 133px 23px;
  }
}
.ingoing__title {
  max-width: 330px;
  width: 100%;
  min-width: 330px;
  margin-right: 27px;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .ingoing__title {
    min-width: auto;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .ingoing__title {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .ingoing__title {
    max-width: 180px;
    font-size: 16px;
    line-height: 24px;
  }
}
.ingoing__text {
  margin-top: 8px;
  max-width: 282px;
  width: 100%;
  min-width: 282px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .ingoing__text {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .ingoing__text {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .ingoing__text {
    min-width: auto;
    max-width: 282px;
    margin-top: 10px;
    padding-left: 1px;
    font-size: 13px;
    line-height: 20px;
  }
}
.ingoing__image {
  position: absolute;
  bottom: 0;
  right: 58px;
  max-width: 465px;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .ingoing__image {
    max-width: 380px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .ingoing__image {
    max-width: 265px;
    max-height: 123px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom left;
    object-position: bottom left;
  }
}
@media (max-width: 767px) {
  .ingoing__image {
    max-width: 257px;
    right: auto;
    left: 17px;
    max-height: 119px;
  }
}

.drove {
  padding-top: 27px;
  padding-bottom: 54px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .drove {
    padding-top: 19px;
    padding-bottom: 26px;
  }
}
.drove__head {
  padding: 32px 460px 58px 60px;
  position: relative;
  margin-bottom: 23px;
}
@media (max-width: 1343px) {
  .drove__head {
    padding: 32px 320px 58px 42px;
  }
}
@media (max-width: 991px) {
  .drove__head {
    padding: 32px 260px 40px 34px;
  }
}
@media (max-width: 767px) {
  .drove__head {
    padding: 19px 130px 31px 23px;
    margin-bottom: 15px;
  }
}
.drove__head:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 6px solid #e01377;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .drove__head:after {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 3px;
  }
}
.drove__head-topic {
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #131313;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .drove__head-topic {
    font-size: 10px;
    padding-left: 1px;
    margin-bottom: 8px;
  }
}
.drove__head-title {
  font-size: 30px;
  line-height: 38px;
  color: #e01377;
  font-weight: 500;
}
@media (max-width: 767px) {
  .drove__head-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.drove__head-text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #131313;
  font-weight: 400;
}
@media (max-width: 767px) {
  .drove__head-text {
    margin-top: 13px;
    padding-left: 1px;
    font-size: 12px;
    line-height: 18px;
  }
}
.drove__head-count {
  position: absolute;
  top: 24px;
  right: 29px;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fae902;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 100%;
  color: #0b0b0b;
  font-weight: 700;
  z-index: 2;
}
@media (max-width: 767px) {
  .drove__head-count {
    width: 30px;
    height: 30px;
    font-size: 11px;
    top: 20px;
    right: 17px;
  }
}
.drove__head-img {
  position: absolute;
  bottom: 0;
  right: 77px;
  max-height: 238px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 991px) {
  .drove__head-img {
    max-height: 210px;
  }
}
@media (max-width: 767px) {
  .drove__head-img {
    max-width: 130px;
    max-height: 138px;
    right: 22px;
  }
}
.drove__virtue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .drove__virtue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .drove__virtue {
    margin-bottom: 18px;
  }
}
.drove__dyad {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .drove__dyad {
    padding-top: 0;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .drove__dyad {
    margin-bottom: 10px;
  }
}
.drove__result {
  margin-top: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  min-width: 249px;
  max-width: 249px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .drove__result {
    margin-top: 0;
    min-width: auto;
    max-width: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .drove__result {
    margin-top: 1px;
    margin-right: 15px;
  }
}
.drove__result-icon {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .drove__result-icon {
    min-width: 14px;
    max-width: 14px;
    height: 15px;
    margin-top: 3px;
    margin-right: 11px;
  }
}
.drove__result-icon img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
}
.drove__result-text {
  font-size: 14px;
  line-height: 18px;
  color: #2e2e2e;
  font-weight: 400;
}
@media (max-width: 767px) {
  .drove__result-text {
    font-size: 12px;
  }
}
.drove__result-text b {
  padding-left: 3px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .drove__result-text b {
    display: block;
    padding-left: 0;
  }
}
.drove__sorting {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .drove__sorting {
    min-width: 115px;
  }
  .drove__sorting .sorting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .drove__sorting .sorting__body {
    margin-left: 0;
  }
}
.drove__relay {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .drove__relay {
    white-space: normal;
  }
}
@media (max-width: 575px) {
  .drove__relay {
    max-width: 225px;
  }
}
.drove__set {
  margin-left: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1343px) {
  .drove__set {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .drove__set {
    margin-left: -6px;
  }
}
.drove__unit {
  width: 20%;
  padding-left: 16px;
  padding-bottom: 14px;
}
@media (max-width: 1343px) {
  .drove__unit {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .drove__unit {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .drove__unit {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .drove__unit {
    padding-left: 6px;
    padding-bottom: 6px;
    width: 33.3%;
  }
}
@media (max-width: 575px) {
  .drove__unit {
    width: 50%;
  }
}
.drove__cellar {
  padding-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .drove__cellar {
    padding-top: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.drove__back {
  min-width: 295px;
  width: 100%;
  max-width: 295px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 10px 17px 12px;
  text-decoration: none;
  border: 1px solid #e01377;
  font-size: 14px;
  line-height: 18px;
  color: #e01377;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .drove__back {
    min-width: 202px;
    max-width: 202px;
    font-size: 10px;
    line-height: 14px;
    padding: 10px 10px 10px 12px;
  }
}
.drove__back:hover {
  background-color: #e01377;
  color: #ffffff;
}
.drove__back:hover svg path {
  fill: #ffffff;
}
.drove__back svg {
  min-width: 11px;
  max-width: 11px;
  height: 11px;
  margin-top: 5px;
  margin-right: 19px;
}
@media (max-width: 767px) {
  .drove__back svg {
    min-width: 8px;
    max-width: 8px;
    height: 8px;
    margin-top: 4px;
    margin-right: 13px;
  }
}
.drove__back svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.promotion {
  padding-top: 27px;
  padding-bottom: 26px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .promotion {
    padding-top: 19px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .promotion__set {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
  }
}
.promotion__box {
  padding-bottom: 35px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .promotion__box {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .promotion__box {
    padding-bottom: 15px;
  }
}
.promotion__item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .promotion__item {
    display: block;
  }
}
.promotion__item:hover:after {
  border-color: #e01377;
}
.promotion__item:hover .promotion__title {
  color: #e01377;
}
.promotion__item:hover .promotion__arrow {
  background-color: #ffffff;
}
.promotion__item:hover .promotion__arrow svg path {
  fill: #e01377;
}
.promotion__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .promotion__item:after {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.promotion__image {
  min-width: 598px;
  width: 100%;
  max-width: 598px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 1343px) {
  .promotion__image {
    min-width: 510px;
    width: 100%;
    max-width: 510px;
  }
}
@media (max-width: 1199px) {
  .promotion__image {
    min-width: auto;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .promotion__image {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.promotion__image img {
  width: 100%;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.promotion__beside {
  padding: 26px 41px 33px 52px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1343px) {
  .promotion__beside {
    padding: 26px 31px 33px 30px;
  }
}
@media (max-width: 991px) {
  .promotion__beside {
    padding: 13px 24px 20px 24px;
  }
}
.promotion__upper {
  width: 100%;
}
.promotion__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promotion__title {
  font-size: 24px;
  line-height: 30px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .promotion__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .promotion__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.promotion__arrow {
  margin-left: 30px;
  border: 1px solid #e01377;
  background-color: #e01377;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .promotion__arrow {
    display: none;
  }
}
.promotion__arrow svg {
  width: 12px;
  height: 12px;
}
.promotion__arrow svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.promotion__text {
  margin-top: 18px;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .promotion__text {
    margin-top: 14px;
    font-size: 12px;
    line-height: 16px;
  }
}
.promotion__caudal {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 2px;
}
@media (max-width: 1199px) {
  .promotion__caudal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-top: 25px;
  }
}
.promotion__ref {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-family: "Century Gothic";
  font-size: 14px;
  line-height: 18px;
  color: #e01377;
  font-weight: 400;
  margin-right: 36px;
}
@media (max-width: 1199px) {
  .promotion__ref {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .promotion__ref {
    font-size: 12px;
    line-height: 16px;
  }
}
.promotion__ref svg {
  min-width: 16px;
  max-width: 16px;
  height: 11px;
  margin-left: 19px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .promotion__ref svg {
    margin-left: 16px;
    margin-top: 3px;
  }
}
.promotion__date {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .promotion__date {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .promotion__date {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }
}

.crowded {
  background-color: #f5f5f5;
  padding-top: 27px;
  padding-bottom: 38px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .crowded {
    padding-top: 24px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .crowded__container {
    position: relative;
  }
}
.crowded__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .crowded__head {
    display: block;
    margin-bottom: 23px;
  }
  .crowded__head .crowded__ref {
    display: none;
  }
}
.crowded__caption {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #e01377;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .crowded__caption {
    font-size: 20px;
    line-height: 21px;
  }
}
.crowded__caption small {
  display: block;
  font-size: 20px;
  color: #212121;
}
@media (max-width: 767px) {
  .crowded__caption small {
    font-size: 14px;
  }
}
.crowded__ref {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Century Gothic";
  font-size: 15px;
  line-height: 20px;
  color: #e01377;
  font-weight: 400;
  text-align: right;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .crowded__ref {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
  }
}
.crowded__ref:hover {
  color: #131313;
}
.crowded__ref:hover svg path {
  fill: #131313;
}
.crowded__ref svg {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  margin-right: 19px;
}
@media (max-width: 767px) {
  .crowded__ref svg {
    min-width: 23px;
    max-width: 23px;
    height: 23px;
    margin-right: 15px;
  }
}
.crowded__ref svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.crowded__ref span {
  padding-top: 3px;
}
@media (max-width: 767px) {
  .crowded__ref span {
    padding-top: 2px;
  }
}
.crowded__body {
  position: relative;
}
@media (max-width: 767px) {
  .crowded__body {
    position: initial;
  }
}
.crowded__prev, .crowded__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e01377;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .crowded__prev, .crowded__next {
    top: 4px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 35px;
    height: 35px;
  }
}
.crowded__prev:hover, .crowded__next:hover {
  background-color: #f61583;
}
.crowded__prev svg, .crowded__next svg {
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .crowded__prev svg, .crowded__next svg {
    width: 8px;
    height: 8px;
  }
}
.crowded__prev {
  left: -26px;
}
@media (max-width: 767px) {
  .crowded__prev {
    left: auto;
    right: 40px;
  }
}
.crowded__next {
  right: -26px;
}
@media (max-width: 767px) {
  .crowded__next {
    right: 0;
  }
}
.crowded__unit {
  height: auto;
}
.crowded__unit .unit {
  border-color: #ffffff;
}
.crowded__unit .unit:hover {
  border-color: #e795bd;
}
.crowded__scrollbar {
  margin-top: 29px;
  height: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .crowded__scrollbar {
    margin-top: 10px;
  }
}
.crowded__scrollbar .swiper-scrollbar-drag {
  background: #e01377;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.crowded__caudal {
  display: none;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .crowded__caudal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.promo {
  padding-top: 27px;
  padding-bottom: 58px;
}
@media (max-width: 767px) {
  .promo {
    padding-top: 19px;
    padding-bottom: 25px;
  }
}
.promo__upper {
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .promo__upper {
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
}
.promo__head {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .promo__head {
    margin-bottom: 10px;
  }
}
.promo__date {
  width: 100%;
  padding: 16px 16px 16px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #2b2b2b;
  font-weight: 400;
  font-family: "Century Gothic";
  border-right: 2px solid #ffffff;
}
@media (max-width: 991px) {
  .promo__date {
    padding: 16px 16px 16px 20px;
  }
}
@media (max-width: 767px) {
  .promo__date {
    padding: 10px 16px 13px 15px;
    font-size: 12px;
    line-height: 18px;
    border-right-width: 1px;
  }
}
.promo__date img {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 19px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .promo__date img {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    margin-right: 12px;
    margin-top: 4px;
  }
}
.promo__ref {
  min-width: 283px;
  max-width: 283px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  padding: 16px 7px 16px 6px;
  font-size: 14px;
  line-height: 18px;
  color: #2b2b2b;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .promo__ref {
    font-size: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    max-width: 50px;
    padding: 4px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .promo__ref {
    min-width: 38px;
    max-width: 38px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 5px 4px 4px;
  }
}
.promo__ref:hover {
  color: #e01377;
}
.promo__ref:hover svg path {
  fill: #e01377;
}
.promo__ref svg {
  margin-left: 20px;
  margin-top: 1px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .promo__ref svg {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .promo__ref svg {
    min-width: 15px;
    max-width: 15px;
    height: 15px;
  }
}
.promo__ref svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.promo__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .promo__image {
    height: 37.4vw;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
}
.promo__image img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .promo__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
  }
}
.promo__book {
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .promo__book {
    font-size: 12px;
    line-height: 20px;
  }
}
.promo__book p {
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .promo__book p {
    padding-bottom: 6px;
  }
}
.promo__book b {
  font-weight: 700;
}
.promo__book a {
  text-decoration: none;
  color: #e01377;
  border-bottom: 1px solid #e01377;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.promo__book a:hover {
  background-color: #e01377;
  color: #ffffff;
}
.promo__virtue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .promo__virtue {
    display: block;
  }
}
@media (max-width: 767px) {
  .promo__virtue {
    margin-bottom: 18px;
  }
}
.promo__caption {
  font-size: 26px;
  line-height: 32px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  min-width: 263px;
  max-width: 263px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .promo__caption {
    min-width: auto;
    max-width: none;
    margin-right: 0;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .promo__caption {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.promo__dyad {
  padding-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .promo__dyad {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .promo__dyad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.promo__sorting {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.promo__relay {
  margin-top: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1199px) {
  .promo__relay {
    max-width: 258px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .promo__relay {
    margin-top: 14px;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .promo__relay {
    max-width: 225px;
  }
}
.promo__set {
  margin-left: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1343px) {
  .promo__set {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .promo__set {
    margin-left: -6px;
  }
}
.promo__unit {
  width: 20%;
  padding-left: 16px;
  padding-bottom: 14px;
}
@media (max-width: 1343px) {
  .promo__unit {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .promo__unit {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .promo__unit {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .promo__unit {
    padding-left: 6px;
    padding-bottom: 6px;
    width: 33.3%;
  }
}
@media (max-width: 575px) {
  .promo__unit {
    width: 50%;
  }
}

.search {
  padding-top: 27px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .search {
    padding-top: 19px;
    padding-bottom: 27px;
  }
}
.search__form {
  position: relative;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .search__form {
    margin-bottom: 20px;
  }
}
.search__form-icon {
  position: absolute;
  top: 18px;
  left: 21px;
  width: 15px;
  height: 15px;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .search__form-icon {
    top: 13px;
    left: 13px;
    width: 10px;
    height: 10px;
  }
}
.search__form-field {
  display: block;
  width: 100%;
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 14px 200px 13px 53px;
  font-size: 16px;
  line-height: 100%;
  color: #2e2e2e;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search__form-field:active, .search__form-field:focus {
  border-color: #ecb3cf;
}
@media (max-width: 767px) {
  .search__form-field {
    font-size: 12px;
    padding: 9px 50px 8px 32px;
  }
}
.search__form-btn {
  height: 100%;
  width: 162px;
  padding: 8px 8px 8px 6px;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .search__form-btn {
    min-width: 34px;
    max-width: 34px;
    padding: 4px;
    font-size: 0;
  }
}
.search__form-btn:hover {
  background-color: #f61583;
}
.search__form-btn svg {
  display: none;
  width: 9px;
  height: 9px;
}
@media (max-width: 767px) {
  .search__form-btn svg {
    display: inline-block;
  }
}
.search__divide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 19px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .search__divide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .search__divide {
    padding-top: 0;
    padding-bottom: 16px;
    margin-bottom: 13px;
  }
}
.search__divide-title {
  margin-top: 13px;
  margin-right: 22px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  font-size: 18px;
  line-height: 22px;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 1199px) {
  .search__divide-title {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .search__divide-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 13px;
  }
}
.search__divide-title img {
  min-width: 22px;
  max-width: 22px;
  margin-right: 18px;
  margin-top: 2px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .search__divide-title img {
    min-width: 16px;
    max-width: 16px;
    margin-right: 14px;
  }
}
.search__divide-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search__divide-item {
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 15px 25px 15px 22px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 16px;
  color: #2e2e2e;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .search__divide-item {
    margin-right: 6px;
    margin-bottom: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 11px 10px 9px;
    font-size: 12px;
    line-height: 12px;
  }
}
.search__divide-item:hover {
  border-color: #e01377;
  color: #e01377;
}
.search__divide-arrow {
  margin-left: 16px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .search__divide-arrow {
    margin-left: 11px;
    min-width: 13px;
    max-width: 13px;
    height: 13px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
.search__divide-arrow img {
  width: 6px;
  height: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .search__divide-arrow img {
    width: 4px;
    height: 4px;
  }
}
.search__virtue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .search__virtue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .search__virtue {
    margin-bottom: 18px;
  }
}
.search__dyad {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .search__dyad {
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .search__dyad {
    margin-bottom: 11px;
  }
}
.search__result {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  min-width: 234px;
  max-width: 234px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .search__result {
    min-width: auto;
    max-width: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .search__result {
    margin-top: 1px;
    margin-right: 15px;
  }
}
.search__result-icon {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .search__result-icon {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-right: 13px;
  }
}
.search__result-icon img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
}
.search__result-text {
  font-size: 14px;
  line-height: 18px;
  color: #2e2e2e;
  font-weight: 400;
}
@media (max-width: 767px) {
  .search__result-text {
    font-size: 12px;
  }
}
.search__result-text b {
  padding-left: 4px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .search__result-text b {
    display: block;
    padding-left: 0;
  }
}
.search__sorting {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .search__sorting {
    min-width: 145px;
  }
  .search__sorting .sorting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search__sorting .sorting__body {
    margin-left: 0;
  }
}
.search__relay {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .search__relay {
    white-space: normal;
  }
}
@media (max-width: 575px) {
  .search__relay {
    max-width: 225px;
  }
}
.search__set {
  margin-left: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1343px) {
  .search__set {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .search__set {
    margin-left: -6px;
  }
}
.search__unit {
  width: 20%;
  padding-left: 16px;
  padding-bottom: 14px;
}
@media (max-width: 1343px) {
  .search__unit {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .search__unit {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .search__unit {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .search__unit {
    padding-left: 6px;
    padding-bottom: 6px;
    width: 33.3%;
  }
}
@media (max-width: 575px) {
  .search__unit {
    width: 50%;
  }
}
.search__cellar {
  padding-top: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .search__cellar {
    padding-top: 11px;
  }
}
.search__more {
  display: block;
  text-align: center;
  max-width: 744px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 22px 10px 24px 11px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2.3px;
  line-height: 100%;
  color: #101010;
  font-family: "Century Gothic";
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .search__more {
    font-size: 12px;
    padding: 14px 10px 14px 12px;
    letter-spacing: 2px;
  }
}
.search__more:hover {
  background-color: #e7e7e7;
}

.favorites {
  padding-top: 27px;
  padding-bottom: 47px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .favorites {
    padding-top: 19px;
    padding-bottom: 26px;
  }
}
.favorites__head {
  padding: 22px 40px 25px 37px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) {
  .favorites__head {
    padding: 22px 30px 25px 30px;
  }
}
@media (max-width: 991px) {
  .favorites__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .favorites__head {
    padding: 13px 17px 14px 17px;
    margin-bottom: 14px;
  }
}
.favorites__note {
  margin-top: 10px;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 1199px) {
  .favorites__note {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .favorites__note {
    margin-right: 0;
  }
}
.favorites__note-icon {
  min-width: 33px;
  max-width: 33px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 27px;
}
@media (max-width: 1199px) {
  .favorites__note-icon {
    margin-top: 3px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .favorites__note-icon {
    min-width: 25px;
    max-width: 25px;
    margin-top: 4px;
    margin-right: 16px;
  }
}
.favorites__note-icon img {
  width: 100%;
  pointer-events: none;
}
.favorites__note-text {
  padding-top: 2px;
  font-size: 18px;
  line-height: 22px;
  color: #2e2e2e;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .favorites__note-text {
    padding-top: 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.favorites__note-text mark {
  background-color: transparent;
  color: #e01377;
}
.favorites__cookies {
  max-width: 471px;
  min-width: 471px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 1343px) {
  .favorites__cookies {
    min-width: 380px;
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .favorites__cookies {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .favorites__cookies {
    margin-top: 8px;
    padding-left: 2px;
    min-width: auto;
  }
}
.favorites__cookies-icon {
  min-width: 46px;
  max-width: 46px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 21px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .favorites__cookies-icon {
    min-width: 26px;
    max-width: 26px;
    margin-right: 13px;
    margin-top: 2px;
  }
}
.favorites__cookies-icon img {
  width: 100%;
  pointer-events: none;
}
.favorites__cookies-text {
  font-size: 14px;
  line-height: 22px;
  color: #2e2e2e;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 1343px) {
  .favorites__cookies-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .favorites__cookies-text {
    font-size: 9px;
    line-height: 14px;
  }
}
.favorites__cookies-text a {
  text-decoration: none;
  color: #e01377;
  border-bottom: 1px solid #e01377;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.favorites__cookies-text a:hover {
  background-color: #e01377;
  color: #ffffff;
}
.favorites__virtue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 1343px) {
  .favorites__virtue {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .favorites__virtue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .favorites__virtue {
    margin-bottom: 17px;
  }
}
.favorites__dyad {
  margin-right: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) {
  .favorites__dyad {
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .favorites__dyad {
    width: 100%;
  }
}
.favorites__result {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  margin-right: 31px;
}
@media (max-width: 1343px) {
  .favorites__result {
    min-width: 340px;
  }
}
@media (max-width: 1199px) {
  .favorites__result {
    min-width: auto;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .favorites__result {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.favorites__result-icon {
  min-width: 21px;
  max-width: 21px;
  height: 20px;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .favorites__result-icon {
    min-width: 17px;
    max-width: 17px;
    height: 17px;
    margin-top: 1px;
    margin-right: 13px;
  }
}
.favorites__result-icon img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
}
.favorites__result-text {
  font-size: 14px;
  line-height: 17px;
  color: #2e2e2e;
  font-weight: 400;
}
@media (max-width: 767px) {
  .favorites__result-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.favorites__result-text b {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .favorites__result-text b {
    font-size: 14px;
    padding-left: 3px;
  }
}
.favorites__clear {
  min-width: 205px;
  width: 100%;
  max-width: 205px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 11px 9px 11px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #1e1e1e;
  font-weight: 400;
  font-family: "Formular";
  margin-right: 34px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .favorites__clear {
    min-width: auto;
    max-width: 166px;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 11px 9px 11px;
    margin-right: 18px;
  }
}
.favorites__clear:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.favorites__clear img {
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  margin-top: 4px;
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .favorites__clear img {
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    margin-top: 4px;
    margin-right: 13px;
  }
}
.favorites__sorting {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .favorites__sorting {
    margin-top: -1px;
    min-width: 108px;
  }
  .favorites__sorting .sorting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .favorites__sorting .sorting__body {
    margin-left: 0;
  }
}
.favorites__relay {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
@media (max-width: 1343px) {
  .favorites__relay {
    margin-top: 18px;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .favorites__relay {
    margin-top: 14px;
  }
}
@media (max-width: 575px) {
  .favorites__relay {
    max-width: 225px;
  }
}
.favorites__set {
  margin-left: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1343px) {
  .favorites__set {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .favorites__set {
    margin-left: -10px;
  }
}
.favorites__unit {
  width: 20%;
  padding-left: 16px;
  padding-bottom: 14px;
}
@media (max-width: 1343px) {
  .favorites__unit {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .favorites__unit {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .favorites__unit {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .favorites__unit {
    padding-left: 10px;
    padding-bottom: 11px;
    width: 33.3%;
  }
}
@media (max-width: 575px) {
  .favorites__unit {
    width: 50%;
  }
}
.favorites__unit .unit__chosen {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.brands {
  overflow: hidden;
  padding-top: 23px;
  padding-bottom: 58px;
}
@media (max-width: 767px) {
  .brands {
    padding-top: 17px;
    padding-bottom: 31px;
  }
}
.brands__title {
  font-size: 20px;
  line-height: 120%;
  color: #212121;
  font-weight: 400;
  font-family: "Century Gothic";
  text-align: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .brands__title {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.brands__husk {
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .brands__husk {
    padding-bottom: 11px;
    margin-bottom: 16px;
  }
}
.brands__prev, .brands__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e01377;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .brands__prev, .brands__next {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    width: 25px;
    height: 25px;
  }
}
.brands__prev:hover, .brands__next:hover {
  background-color: #f61583;
}
.brands__prev svg, .brands__next svg {
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .brands__prev svg, .brands__next svg {
    width: 7px;
    height: 7px;
  }
}
.brands__prev {
  left: -19px;
}
@media (max-width: 767px) {
  .brands__prev {
    left: 0;
  }
}
.brands__next {
  right: -20px;
}
@media (max-width: 767px) {
  .brands__next {
    right: 0;
  }
}
@media (max-width: 575px) {
  .brands__slider {
    overflow: visible;
  }
}
.brands__slider-unit {
  height: auto;
}
@media (max-width: 575px) {
  .brands__slider-unit {
    min-width: 108px;
    max-width: 108px;
  }
}
.brands__slider-item {
  height: 100%;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 9px 0 25px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .brands__slider-item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 0 10px 0;
  }
}
.brands__slider-item:hover {
  border-color: #e01377;
}
.brands__slider-item:hover .brands__slider-name {
  color: #e01377;
}
.brands__slider-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50%;
  position: relative;
}
.brands__slider-logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.brands__slider-name {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 10px;
  line-height: 120%;
  color: #717171;
  font-family: "Century Gothic";
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .brands__slider-name {
    margin-top: 9px;
    font-size: 8px;
    line-height: 11px;
  }
}
.brands__caudal {
  display: none;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .brands__caudal {
    display: block;
    padding: 0 37px 0 37px;
  }
}
.brands__scrollbar {
  height: 3px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.brands__scrollbar .swiper-scrollbar-drag {
  background: #e01377;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.brands__search {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 1;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .brands__search {
    padding-top: 13px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}
.brands__search:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #f5f5f5;
  z-index: -1;
}
.brands__search-form {
  position: relative;
}
.brands__search-icon {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .brands__search-icon {
    top: 12px;
    left: 13px;
    width: 12px;
    height: 12px;
  }
}
.brands__search-field {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 15px 15px 14px 51px;
  font-size: 15px;
  line-height: 100%;
  color: #1a1a1a;
  font-family: "Formular";
}
@media (max-width: 767px) {
  .brands__search-field {
    display: none;
  }
}
.brands__search-field::-webkit-input-placeholder {
  color: #1a1a1a;
}
.brands__search-field::-moz-placeholder {
  color: #1a1a1a;
}
.brands__search-field:-ms-input-placeholder {
  color: #1a1a1a;
}
.brands__search-field::-ms-input-placeholder {
  color: #1a1a1a;
}
.brands__search-field::placeholder {
  color: #1a1a1a;
}
.brands__search-lea {
  display: none;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 9px 15px 9px 36px;
  font-size: 12px;
  line-height: 100%;
  color: #1a1a1a;
  font-family: "Formular";
}
@media (max-width: 767px) {
  .brands__search-lea {
    display: block;
  }
}
.brands__search-lea::-webkit-input-placeholder {
  color: #1a1a1a;
}
.brands__search-lea::-moz-placeholder {
  color: #1a1a1a;
}
.brands__search-lea:-ms-input-placeholder {
  color: #1a1a1a;
}
.brands__search-lea::-ms-input-placeholder {
  color: #1a1a1a;
}
.brands__search-lea::placeholder {
  color: #1a1a1a;
}
.brands__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.brands__group:not(:last-child) {
  padding-bottom: 46.5px;
}
@media (max-width: 767px) {
  .brands__group:not(:last-child) {
    padding-bottom: 15.4px;
  }
}
.brands__rune {
  margin-right: 31px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #2e2e2e;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
}
@media (max-width: 767px) {
  .brands__rune {
    font-size: 12px;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
  }
}
.brands__beside {
  width: 100%;
}
.brands__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}
@media (max-width: 991px) {
  .brands__set {
    margin-left: -9px;
  }
}
.brands__unit {
  width: 20%;
  padding-left: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .brands__unit {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .brands__unit {
    width: 33.3%;
    padding-left: 9px;
    padding-bottom: 8.4px;
  }
}
@media (max-width: 575px) {
  .brands__unit {
    width: 50%;
  }
}
.brands__item {
  height: 100%;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 15px 10px 25.5px 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .brands__item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 6px 11.5px 6px;
  }
}
@media (max-width: 575px) {
  .brands__item {
    min-height: 110px;
  }
}
.brands__item:hover {
  border-color: #e01377;
}
.brands__item:hover .brands__name {
  color: #e01377;
}
.brands__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50%;
  position: relative;
}
.brands__logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.brands__name {
  margin-top: 17px;
  font-size: 12px;
  line-height: 120%;
  color: #717171;
  font-family: "Century Gothic";
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .brands__name {
    margin-top: 6px;
    padding: 0 10px;
    font-size: 8px;
    line-height: 13px;
  }
}

.playmate {
  padding-top: 27px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .playmate {
    padding-top: 19px;
    padding-bottom: 27px;
  }
}
.playmate__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .playmate__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 21px;
    margin-bottom: 18px;
    position: relative;
  }
}
.playmate__logo {
  margin-right: 35px;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .playmate__logo {
    margin-right: 0;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
  }
}
.playmate__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .playmate__logo img {
    max-width: 72%;
    max-height: 72%;
  }
}
.playmate__beside {
  width: 100%;
  padding-top: 1px;
}
@media (max-width: 767px) {
  .playmate__beside {
    padding-top: 0;
    margin-top: 15px;
  }
}
.playmate__sire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .playmate__sire {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .playmate__sire {
    margin-bottom: 0;
    position: absolute;
    top: -1px;
    left: 139px;
    right: 0;
  }
}
.playmate__sire-property {
  font-size: 14px;
  line-height: 19px;
  color: #a8a8a8;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 14px;
}
@media (max-width: 991px) {
  .playmate__sire-property {
    white-space: normal;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .playmate__sire-property {
    font-size: 12px;
    line-height: 16px;
  }
}
.playmate__sire-val {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
@media (max-width: 767px) {
  .playmate__sire-val {
    font-size: 12px;
    line-height: 18px;
  }
}
.playmate__sire-val img {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  margin-right: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .playmate__sire-val img {
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-right: 10px;
  }
}
.playmate__text {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .playmate__text {
    font-size: 12px;
    line-height: 20px;
    -webkit-line-clamp: 15;
  }
}
.playmate__text.open {
  overflow: visible;
  -webkit-line-clamp: none;
}
.playmate__text p {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .playmate__text p {
    margin-bottom: 6px;
  }
}
.playmate__caudal {
  padding-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .playmate__caudal {
    padding-top: 11px;
  }
}
.playmate__pin {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #e01377;
  font-weight: 400;
  padding-bottom: 3px;
  border-bottom: 1px dashed;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .playmate__pin {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 2px;
  }
}
.playmate__pin:hover {
  color: #121212;
}
.playmate__caption {
  font-size: 24px;
  line-height: 30px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .playmate__caption {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 13px;
  }
}
.playmate__virtue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .playmate__virtue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .playmate__virtue {
    margin-bottom: 18px;
  }
}
.playmate__dyad {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .playmate__dyad {
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .playmate__dyad {
    margin-bottom: 11px;
  }
}
.playmate__result {
  margin-top: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  min-width: 234px;
  max-width: 234px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .playmate__result {
    min-width: auto;
    max-width: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .playmate__result {
    margin-top: 1px;
    margin-right: 15px;
  }
}
.playmate__result-icon {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-right: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .playmate__result-icon {
    min-width: 14px;
    max-width: 14px;
    height: 15px;
    margin-top: 3px;
    margin-right: 11px;
  }
}
.playmate__result-icon img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
}
.playmate__result-text {
  font-size: 14px;
  line-height: 18px;
  color: #2e2e2e;
  font-weight: 400;
}
@media (max-width: 767px) {
  .playmate__result-text {
    font-size: 12px;
  }
}
.playmate__result-text b {
  padding-left: 4px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .playmate__result-text b {
    display: block;
    padding-left: 0;
  }
}
.playmate__sorting {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .playmate__sorting {
    min-width: 145px;
  }
  .playmate__sorting .sorting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playmate__sorting .sorting__body {
    margin-left: 0;
  }
}
.playmate__relay {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .playmate__relay {
    white-space: normal;
  }
}
@media (max-width: 575px) {
  .playmate__relay {
    max-width: 225px;
  }
}
.playmate__set {
  margin-left: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1343px) {
  .playmate__set {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .playmate__set {
    margin-left: -6px;
  }
}
.playmate__unit {
  width: 20%;
  padding-left: 16px;
  padding-bottom: 14px;
}
@media (max-width: 1343px) {
  .playmate__unit {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .playmate__unit {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .playmate__unit {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .playmate__unit {
    padding-left: 6px;
    padding-bottom: 6px;
    width: 33.3%;
  }
}
@media (max-width: 575px) {
  .playmate__unit {
    width: 50%;
  }
}
.playmate__cellar {
  padding-top: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .playmate__cellar {
    padding-top: 11px;
  }
}
.playmate__more {
  display: block;
  text-align: center;
  max-width: 744px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 22px 10px 24px 11px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2.3px;
  line-height: 100%;
  color: #101010;
  font-family: "Century Gothic";
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .playmate__more {
    font-size: 12px;
    padding: 14px 10px 14px 12px;
    letter-spacing: 2px;
  }
}
.playmate__more:hover {
  background-color: #e7e7e7;
}

.cart {
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .cart {
    padding-top: 16px;
    padding-bottom: 29px;
  }
}
.cart__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cart__container {
    display: block;
  }
}
.cart__left {
  width: 100%;
}
.cart__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .cart__head {
    margin-bottom: 17px;
  }
}
.cart__caption {
  font-size: 32px;
  line-height: 36px;
  color: #353535;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .cart__caption {
    font-size: 18px;
    line-height: 22px;
  }
}
.cart__clear {
  white-space: nowrap;
  margin-left: 20px;
  margin-top: 13px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #101010;
  font-weight: 400;
  font-family: "Century Gothic";
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cart__clear {
    margin-left: 10px;
    margin-top: 3px;
    font-size: 11px;
    line-height: 16px;
  }
}
.cart__clear:hover {
  color: #c32525;
}
.cart__clear:hover svg path {
  fill: #c32525;
}
.cart__clear svg {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cart__clear svg {
    min-width: 13px;
    max-width: 13px;
    height: 13px;
    margin-top: 2px;
    margin-right: 9px;
  }
}
.cart__clear svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart__cap {
  border: 1px solid #e2e2e2;
  padding: 20px 48px 20px 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1343px) {
  .cart__cap {
    padding: 20px 30px 20px 30px;
    display: block;
  }
}
@media (max-width: 767px) {
  .cart__cap {
    padding: 15px 9px 16px 17px;
  }
}
.cart__dyad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 416px;
  max-width: 416px;
}
@media (max-width: 1343px) {
  .cart__dyad {
    min-width: auto;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cart__dyad {
    display: block;
  }
}
.cart__matter {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .cart__matter {
    min-width: 123px;
    max-width: 123px;
    font-size: 12px;
    line-height: 18px;
  }
}
.cart__matter mark {
  background-color: transparent;
  color: #cb0a68;
  display: block;
}
.cart__relay {
  margin-left: 20px;
  margin-top: 6px;
  padding: 3px 4px 3px 4px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1343px) {
  .cart__relay {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cart__relay {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cart__relay {
    margin-top: 0;
    margin-left: 11px;
    padding: 2px 3px 2px 3px;
  }
}
.cart__relay-label {
  min-width: 82px;
  max-width: 82px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cart__relay-label {
    min-width: 62px;
    max-width: 62px;
  }
}
.cart__relay-label:not(:last-child) {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .cart__relay-label:not(:last-child) {
    margin-right: 0;
  }
}
.cart__relay-label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.cart__relay-label input:checked + .cart__relay-val {
  cursor: default;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #1a1a1a;
}
.cart__relay-label input:checked + .cart__relay-val svg {
  opacity: 1;
  margin-right: 11px;
}
@media (max-width: 767px) {
  .cart__relay-label input:checked + .cart__relay-val svg {
    margin-right: 7px;
  }
}
.cart__relay-label input:checked + .cart__relay-val svg path {
  fill: #030303;
}
.cart__relay-val {
  -webkit-border-radius: 18px;
  border-radius: 18px;
  width: 100%;
  text-align: center;
  padding: 7px 8px 8px 8px;
  background-color: #cb0a68;
  border: 1px solid #cb0a68;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Formular";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart__relay-val:hover {
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .cart__relay-val {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 5px 5px 5px;
  }
}
.cart__relay-val svg {
  min-width: 11px;
  max-width: 11px;
  height: 11px;
  margin-top: 5px;
  margin-right: -15px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cart__relay-val svg {
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    margin-top: 4px;
    margin-right: -7px;
  }
}
.cart__relay-val svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart__more {
  margin-top: 7px;
  max-width: 223px;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  color: #2e2e2e;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .cart__more {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cart__more {
    max-width: 232px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 15px;
  }
}
.cart__more:hover {
  color: #e01377;
}
.cart__more:hover svg path {
  fill: #e01377;
}
.cart__more svg {
  margin-top: 8px;
  margin-right: 20px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .cart__more svg {
    margin-top: 5px;
    min-width: 21px;
    max-width: 21px;
    height: 21px;
    margin-right: 13px;
  }
}
.cart__more svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart__supply {
  border: 1px solid #e2e2e2;
  border-top: none;
  padding: 17px 37px 20px 102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 1343px) {
  .cart__supply {
    display: block;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cart__supply {
    padding: 17px 30px 20px 80px;
  }
}
@media (max-width: 767px) {
  .cart__supply {
    padding: 14px 20px 18px 18px;
  }
}
.cart__supply:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ededed));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(0deg, #ffffff 0%, #ededed 100%);
}
.cart__supply-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 23px;
  left: 37px;
  width: 41px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cart__supply-icon {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .cart__supply-icon {
    width: 29px;
    top: 18px;
    left: 18px;
  }
}
.cart__supply-icon img {
  width: 100%;
  pointer-events: none;
}
.cart__supply-beside {
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 1343px) {
  .cart__supply-beside {
    padding-right: 0;
  }
}
.cart__supply-title {
  font-size: 18px;
  line-height: 24px;
  color: #070707;
  font-weight: 400;
  padding-left: 2px;
  margin-bottom: 4px;
}
@media (max-width: 1343px) {
  .cart__supply-title {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cart__supply-title {
    font-size: 13px;
    line-height: 18px;
    padding-left: 47px;
    margin-bottom: 11px;
    min-height: 36px;
  }
}
.cart__supply-text {
  font-size: 13px;
  line-height: 20px;
  color: #070707;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart__supply-text {
    min-height: 42px;
    font-size: 10px;
    line-height: 14px;
    padding-right: 40px;
  }
}
.cart__supply-btn {
  margin-top: 6px;
  display: inline-block;
  padding: 9px 7px 10px 7px;
  text-decoration: none;
  min-width: 120px;
  width: 100%;
  max-width: 120px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart__supply-btn img {
  display: none;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
.cart__supply-btn:hover {
  background-color: #f61583;
}
@media (max-width: 1343px) {
  .cart__supply-btn {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .cart__supply-btn {
    position: absolute;
    margin-top: 0;
    padding: 3px;
    bottom: 30px;
    right: 17px;
    min-width: auto;
    max-width: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 0;
  }
  .cart__supply-btn img {
    display: inline-block;
  }
}
.cart__body {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .cart__body {
    margin-top: 7px;
  }
}
.cart__item {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 11px 24px 9px 27px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .cart__item {
    padding: 11px 15px 9px 15px;
  }
}
@media (max-width: 1199px) {
  .cart__item {
    padding: 11px 20px 14px 15px;
  }
}
@media (max-width: 767px) {
  .cart__item {
    padding: 12px 8px 13px 18px;
  }
}
.cart__item:hover {
  border-color: #cb0a68;
}
.cart__item:not(:last-child) {
  margin-bottom: 8.2px;
}
@media (max-width: 767px) {
  .cart__item:not(:last-child) {
    margin-bottom: 6px;
  }
}
.cart__item.no {
  border-color: #de3232;
}
.cart__item.no:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #de3232;
  pointer-events: none;
}
.cart__item.no .cart__counter-field {
  background-color: #faefee;
  pointer-events: none;
}
.cart__item.no .cart__counter-plus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #a4a4a4;
  pointer-events: none;
}
.cart__item.no .cart__del svg path {
  fill: #c32525;
}
.cart__image {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 112px;
  min-width: 112px;
  height: 112px;
  margin-right: 27px;
}
@media (max-width: 1343px) {
  .cart__image {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .cart__image {
    max-width: 75px;
    min-width: 75px;
    height: 75px;
    margin-right: 13px;
  }
}
.cart__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
.cart__beside {
  width: 100%;
  padding-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cart__beside {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .cart__beside {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.cart__twain {
  width: 100%;
  padding-right: 16px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cart__twain {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cart__twain {
    padding-right: 10px;
  }
}
.cart__name {
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  font-family: "Century Gothic";
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart__name {
    font-size: 12px;
    line-height: 18px;
  }
}
.cart__name a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart__name a:hover {
  color: #cb0a68;
}
.cart__data {
  margin-top: 8px;
  font-size: 10px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  font-family: "Century Gothic";
  padding-left: 1px;
}
@media (max-width: 767px) {
  .cart__data {
    margin-top: 6px;
    font-size: 8px;
    line-height: 10px;
    padding-left: 0;
  }
}
.cart__data span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .cart__data span {
    padding-bottom: 0;
  }
}
.cart__data span:not(:last-child) {
  padding-right: 11px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .cart__data span:not(:last-child) {
    padding-right: 10px;
    margin-right: 9px;
  }
}
.cart__data span:not(:last-child):after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  height: 10px;
  width: 1px;
  background-color: #666666;
}
@media (max-width: 767px) {
  .cart__data span:not(:last-child):after {
    height: 9px;
    top: 1px;
  }
}
.cart__counter {
  min-width: 107px;
  max-width: 107px;
  margin-top: 6px;
  margin-right: 32px;
}
@media (max-width: 1343px) {
  .cart__counter {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .cart__counter {
    width: 100%;
    margin-top: 14px;
    padding-left: 1px;
    margin-right: 0;
    min-width: auto;
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.cart__counter-body {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cart__counter-minus {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}
.cart__counter-minus:hover {
  background-color: #fae902;
  border-color: #fae902;
}
.cart__counter-plus {
  border: 1px solid #fae902;
  background-color: #fae902;
}
.cart__counter-plus:hover {
  background-color: #e01377;
  border-color: #e01377;
  color: #ffffff;
}
.cart__counter-plus.disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #a4a4a4;
}
.cart__counter-minus, .cart__counter-plus {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-width: 29px;
  max-width: 29px;
  height: 29px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  font-family: "Formular";
  padding-bottom: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cart__counter-minus, .cart__counter-plus {
    min-width: 23px;
    max-width: 23px;
    height: 23px;
    font-size: 12px;
    padding-bottom: 1px;
  }
}
.cart__counter-minus.disabled, .cart__counter-plus.disabled {
  pointer-events: none;
}
.cart__counter-field {
  margin: 0 2px;
  min-width: 45px;
  max-width: 45px;
  height: 29px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 2px 2px 2px 2px;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  font-family: "Formular";
  text-align: center;
  -moz-appearance: textfield;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cart__counter-field {
    min-width: 36px;
    max-width: 36px;
    height: 23px;
    font-size: 12px;
  }
}
.cart__counter-field:hover, .cart__counter-field:focus, .cart__counter-field:active {
  border-color: #272727;
  -webkit-box-shadow: inset 0.684px 1.879px 2px rgba(208, 208, 208, 0.45);
  box-shadow: inset 0.684px 1.879px 2px rgba(208, 208, 208, 0.45);
}
.cart__counter-field::-webkit-outer-spin-button, .cart__counter-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cart__counter-grist {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #6a6a6a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart__counter-grist {
    margin-top: -4px;
    margin-left: 15px;
    font-size: 10px;
    line-height: 14px;
  }
}
.cart__counter-grist span {
  font-weight: 700;
  padding-left: 3px;
}
@media (max-width: 767px) {
  .cart__counter-grist span {
    display: block;
    padding-left: 0;
  }
}
.cart__counter-status {
  text-align: center;
  margin-top: 7px;
  font-size: 12px;
  line-height: 16px;
  color: #6a6a6a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart__counter-status {
    margin-top: 3px;
    margin-left: 15px;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
  }
}
.cart__price {
  padding-top: 1px;
  min-width: 91px;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cart__price {
    padding-top: 0;
    margin-top: 9px;
    min-width: auto;
    white-space: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.cart__price-val {
  font-size: 18px;
  line-height: 22px;
  color: #090909;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cart__price-val {
    font-size: 14px;
    line-height: 18px;
  }
}
.cart__price-old {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: line-through;
  color: #090909;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart__price-old {
    margin-top: 2px;
    margin-left: 10px;
    font-size: 11px;
    line-height: 17px;
  }
}
.cart__del {
  margin-top: 2px;
  min-width: 16px;
  max-width: 16px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cart__del {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .cart__del {
    margin-top: 10px;
    margin-right: 9px;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
  }
}
.cart__del:hover svg path {
  fill: #c32525;
}
.cart__del svg {
  width: 100%;
  height: 100%;
}
.cart__del svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart__total {
  margin-top: 26px;
  font-size: 18px;
  line-height: 22px;
  color: #353535;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart__total {
    margin-top: 19px;
    font-size: 14px;
    line-height: 18px;
  }
}
.cart__total span {
  padding-left: 9px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart__total span {
    padding-left: 7px;
  }
}
.cart__right {
  margin-left: 37px;
  min-width: 442px;
  width: 100%;
  max-width: 442px;
  padding-top: 10px;
}
@media (max-width: 1343px) {
  .cart__right {
    margin-left: 28px;
    min-width: 422px;
    max-width: 422px;
  }
}
@media (max-width: 991px) {
  .cart__right {
    margin-left: 0;
    padding-top: 0;
    margin-top: 47px;
    min-width: auto;
    max-width: 442px;
  }
}
@media (max-width: 767px) {
  .cart__right {
    min-width: auto;
    max-width: none;
    margin-top: 22px;
  }
}
.cart__right .sequel__body {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cart__caution {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #faefee;
  padding: 16px 10px 16px 29px;
}
@media (max-width: 767px) {
  .cart__caution {
    margin-top: 16px;
    padding: 12px 10px 12px 23px;
  }
}
.cart__caution-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 20px;
  max-width: 20px;
  margin-top: 5px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cart__caution-icon {
    min-width: 16px;
    max-width: 16px;
    margin-right: 16px;
  }
}
.cart__caution-icon img {
  width: 100%;
  pointer-events: none;
}
.cart__caution-text {
  font-size: 13px;
  line-height: 20px;
  color: #b52828;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart__caution-text {
    font-size: 11px;
    line-height: 17px;
  }
}
.cart__caution-text span {
  font-weight: 500;
  display: block;
}
@media (max-width: 575px) {
  .cart__caution-text span {
    display: inline;
  }
}
.cart__btn {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fae902;
  border: none;
  padding: 27px 16px 26px 10px;
  font-size: 18px;
  letter-spacing: 0.7px;
  line-height: 22px;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cart__btn {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
    padding: 16px 9px 16px 10px;
    letter-spacing: 0.6px;
  }
}
.cart__btn:hover {
  background-color: #ffde00;
}
.cart__btn:disabled {
  pointer-events: none;
  background-color: #e6e6e6;
  color: #aeaeae;
}
.cart__btn:disabled svg path {
  fill: #aeaeae;
}
.cart__btn svg {
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  margin-left: 18px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .cart__btn svg {
    min-width: 6px;
    max-width: 6px;
    height: 6px;
    margin-left: 14px;
    margin-top: 6px;
  }
}
.cart__note {
  max-width: 430px;
  width: 100%;
  margin-top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cart__note {
    margin-top: 16px;
    max-width: 270px;
    margin-right: auto;
    padding-left: 1px;
  }
}
.cart__note-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 18px;
  max-width: 18px;
  margin-top: 5px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .cart__note-icon {
    min-width: 13px;
    max-width: 13px;
    margin-right: 11px;
  }
}
.cart__note-icon img {
  width: 100%;
  pointer-events: none;
}
.cart__note-text {
  font-size: 13px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart__note-text {
    font-size: 10.21px;
    line-height: 16px;
  }
}
.cart__appeal {
  margin-top: 52px;
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  .cart__appeal {
    margin-top: 26px;
    padding-bottom: 0;
  }
}

.bygone {
  background-color: #f5f5f5;
  padding-top: 38px;
  padding-bottom: 49px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bygone {
    padding-top: 22px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .bygone__container {
    position: relative;
    padding-bottom: 11px;
  }
}
.bygone__caption {
  font-size: 28px;
  line-height: 34px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .bygone__caption {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 19px;
  }
}
.bygone__body {
  position: relative;
}
@media (max-width: 767px) {
  .bygone__body {
    position: initial;
  }
}
.bygone__prev, .bygone__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e01377;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .bygone__prev, .bygone__next {
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 25px;
    height: 25px;
  }
}
.bygone__prev:hover, .bygone__next:hover {
  background-color: #f61583;
}
.bygone__prev svg, .bygone__next svg {
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .bygone__prev svg, .bygone__next svg {
    width: 6px;
    height: 6px;
  }
}
.bygone__prev {
  left: -26px;
}
@media (max-width: 767px) {
  .bygone__prev {
    left: 0;
  }
}
.bygone__next {
  right: -26px;
}
@media (max-width: 767px) {
  .bygone__next {
    right: 0;
  }
}
.bygone__unit {
  height: auto;
}
.bygone__unit .unit {
  border-color: #ffffff;
}
.bygone__unit .unit:hover {
  border-color: #e795bd;
}
.bygone__scrollbar {
  margin-top: 28px;
  height: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .bygone__scrollbar {
    margin: 24px 36px 0 36px;
  }
}
.bygone__scrollbar .swiper-scrollbar-drag {
  background: #e01377;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.empty {
  padding-top: 35px;
  padding-bottom: 47px;
}
@media (max-width: 767px) {
  .empty {
    padding-top: 16px;
    padding-bottom: 23px;
  }
}
.empty__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .empty__head {
    margin-bottom: 18px;
  }
}
.empty__caption {
  font-size: 32px;
  line-height: 36px;
  color: #353535;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .empty__caption {
    font-size: 18px;
    line-height: 22px;
  }
}
.empty__update {
  white-space: nowrap;
  margin-left: 20px;
  margin-top: 13px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #101010;
  font-weight: 400;
  font-family: "Century Gothic";
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .empty__update {
    margin-left: 10px;
    margin-top: 3px;
    font-size: 11px;
    line-height: 16px;
  }
}
.empty__update:hover {
  color: #c32525;
}
.empty__update:hover svg path {
  fill: #c32525;
}
.empty__update svg {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .empty__update svg {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
.empty__update svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.empty__body {
  border: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 40px 34px 65px;
}
@media (max-width: 1199px) {
  .empty__body {
    padding: 30px 34px 34px 34px;
  }
}
@media (max-width: 767px) {
  .empty__body {
    padding: 13px 12px 19px 18px;
  }
}
.empty__img {
  max-width: 75px;
  min-width: 75px;
  pointer-events: none;
  margin-right: 57px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .empty__img {
    max-width: 46px;
    min-width: 46px;
    margin-right: 19px;
  }
}
.empty__title {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #19181f;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .empty__title {
    font-size: 11px;
    line-height: 23px;
    margin-bottom: 6px;
  }
}
.empty__title mark {
  background-color: transparent;
  font-size: 26px;
  color: #e01377;
  display: block;
}
@media (max-width: 767px) {
  .empty__title mark {
    font-size: 16px;
  }
}
.empty__text {
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  font-weight: 400;
}
@media (max-width: 767px) {
  .empty__text {
    padding-left: 1px;
    padding-right: 15px;
    font-size: 10px;
    line-height: 15px;
  }
}
.empty__back {
  margin-top: 33px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  min-width: 391px;
  width: 100%;
  max-width: 391px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 14px 16px 17px 10px;
  border: 1px solid #dfdfdf;
  font-size: 15px;
  line-height: 20px;
  color: #111111;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .empty__back {
    margin-top: 17px;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 12px 12px 9px;
  }
}
.empty__back:hover {
  border-color: #e795bd;
  color: #e01377;
}
.empty__back:hover svg path {
  fill: #e01377;
}
.empty__back svg {
  min-width: 18px;
  max-width: 18px;
  height: 14px;
  margin-right: 21px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .empty__back svg {
    min-width: 14px;
    max-width: 14px;
    height: 10px;
    margin-right: 17px;
    margin-top: 4px;
  }
}
.empty__back svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog {
  padding-top: 27px;
  padding-bottom: 66px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .catalog {
    padding-top: 19px;
    padding-bottom: 30px;
  }
}
.catalog__dyad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 54px;
}
@media (max-width: 991px) {
  .catalog__dyad {
    display: block;
  }
}
@media (max-width: 767px) {
  .catalog__dyad {
    padding-bottom: 22px;
  }
}
.catalog__left {
  padding-top: 4px;
  min-width: 314px;
  width: 100%;
  max-width: 314px;
  margin-right: 36px;
}
@media (max-width: 1343px) {
  .catalog__left {
    min-width: 300px;
    max-width: 300px;
    margin-right: 30px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .catalog__left {
    min-width: auto;
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .catalog__left {
    margin-bottom: 13px;
  }
}
.catalog__right {
  width: 100%;
}
.catalog__virtue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 2px;
  margin-bottom: 16px;
}
@media (max-width: 1343px) {
  .catalog__virtue {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .catalog__virtue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
.catalog__sorting {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.catalog__relay {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1199px) {
  .catalog__relay {
    max-width: 258px;
  }
}
@media (max-width: 767px) {
  .catalog__relay {
    margin-top: 12px;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .catalog__relay {
    max-width: 225px;
  }
}
.catalog__set {
  margin-left: -19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1343px) {
  .catalog__set {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .catalog__set {
    margin-left: -6px;
  }
}
.catalog__unit {
  width: 33.333%;
  padding-left: 19px;
  padding-bottom: 19px;
}
@media (max-width: 1343px) {
  .catalog__unit {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .catalog__unit {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .catalog__unit {
    padding-left: 6px;
    padding-bottom: 6px;
    width: 33.3%;
  }
}
@media (max-width: 575px) {
  .catalog__unit {
    width: 50%;
  }
}
.catalog__row {
  width: 100%;
  padding-left: 19px;
  padding-bottom: 19px;
}
@media (max-width: 1343px) {
  .catalog__row {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .catalog__row {
    padding-top: 6px;
    padding-left: 6px;
    padding-bottom: 12px;
  }
}
.catalog__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog__banner:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .catalog__banner {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 101vw;
  }
}
.catalog__banner img {
  width: 100%;
}
.catalog__cellar {
  padding-top: 2px;
}
@media (max-width: 767px) {
  .catalog__cellar {
    padding-top: 15px;
  }
}
.catalog__more {
  display: block;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 22px 10px 24px 11px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2.3px;
  line-height: 100%;
  color: #101010;
  font-family: "Century Gothic";
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .catalog__more {
    font-size: 12px;
    padding: 14px 10px 14px 12px;
    letter-spacing: 2px;
  }
}
.catalog__more:hover {
  background-color: #e7e7e7;
}
.catalog__pagination {
  margin-top: 31px;
}
@media (max-width: 767px) {
  .catalog__pagination {
    margin-top: 23px;
  }
}

.genus {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .genus {
    margin-bottom: 17px;
  }
}
.genus__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1px;
}
.genus__unit {
  margin-left: -1px;
  width: -webkit-calc(25% + 1px);
  width: calc(25% + 1px);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .genus__unit {
    width: -webkit-calc(33.333% + 1px);
    width: calc(33.333% + 1px);
    margin-bottom: -1px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .genus__unit {
    width: -webkit-calc(50% + 1px);
    width: calc(50% + 1px);
    margin-bottom: -1px;
  }
}
@media (max-width: 767px) {
  .genus__unit {
    width: -webkit-calc(50% + 1px);
    width: calc(50% + 1px);
    margin-bottom: -1px;
  }
}
.genus__item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  background-color: #ffffff;
  padding: 11px 10px 11px 13px;
  position: relative;
}
@media (max-width: 767px) {
  .genus__item {
    padding: 10px 10px 11px 11px;
  }
}
.genus__item:hover {
  z-index: 2;
}
.genus__item:hover .genus__name {
  color: #e01377;
}
.genus__item:hover:after {
  border-color: #e01377;
}
.genus__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.genus__image {
  min-width: 68px;
  max-width: 68px;
  height: 68px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .genus__image {
    min-width: 46px;
    max-width: 46px;
    height: 46px;
    margin-right: 7px;
  }
}
.genus__beside {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .genus__beside {
    padding-top: 3px;
  }
}
.genus__name {
  font-size: 18px;
  line-height: 120%;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .genus__name {
    font-size: 12px;
  }
}
.genus__count {
  margin-top: 5px;
  padding-left: 1px;
  font-size: 11px;
  line-height: 120%;
  color: #2e2e2e;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .genus__count {
    font-size: 8px;
  }
}

.turnout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .turnout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 22px;
  }
}
.turnout__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 23px;
}
@media (max-width: 767px) {
  .turnout__left {
    padding-right: 0;
  }
}
.turnout__set {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .turnout__set {
    padding-right: 8px;
  }
}
.turnout__item {
  display: inline-block;
  padding: 5px 38px 7px 14.5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #2e2e2e;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 4px;
  margin-bottom: 4px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .turnout__item {
    font-size: 11px;
    line-height: 15px;
    padding: 6px 35.8px 5px 11.5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
.turnout__item:hover {
  background-color: #e01377;
}
.turnout__item svg {
  position: absolute;
  top: 11px;
  right: 13px;
  width: 9px;
  height: 9px;
}
@media (max-width: 767px) {
  .turnout__item svg {
    top: 10px;
    right: 11px;
    width: 8px;
    height: 8px;
  }
}
.turnout__grist {
  padding-top: 7px;
  font-size: 12px;
  line-height: 16px;
  color: #2e2e2e;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .turnout__grist {
    font-size: 10px;
    line-height: 14px;
    padding-top: 5px;
  }
}
.turnout__grist span {
  padding-left: 4px;
}
@media (max-width: 767px) {
  .turnout__grist span {
    padding-left: 3px;
  }
}
.turnout__reset {
  margin-top: 7px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-family: "Century Gothic";
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #2e2e2e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .turnout__reset {
    margin-top: 10px;
    font-size: 11px;
    line-height: 14px;
  }
}
.turnout__reset:hover {
  color: #e01377;
}
.turnout__reset:hover svg path {
  fill: #e01377;
}
.turnout__reset svg {
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  margin-top: 1px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .turnout__reset svg {
    min-width: 11px;
    max-width: 11px;
    height: 11px;
    margin-top: 1px;
    margin-right: 11px;
  }
}
.turnout__reset svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.filter {
  width: 100%;
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .filter {
    position: relative;
    margin-bottom: 0;
  }
}
.filter__dyad {
  display: none;
}
@media (max-width: 991px) {
  .filter__dyad {
    max-width: 400px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.filter__pin {
  cursor: pointer;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 9px 30px 10px 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__pin.active {
  border-color: #616161;
  pointer-events: none;
}
.filter__pin.active .filter__pin-arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.filter__pin.active .filter__pin-icon {
  opacity: 0;
}
.filter__pin.active .filter__pin-close {
  opacity: 1;
}
.filter__pin-beside {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-right: 13px;
  position: relative;
}
.filter__pin-icon {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__pin-close {
  position: absolute;
  top: 49%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__pin-name {
  font-family: "Century Gothic";
  font-size: 12px;
  line-height: 19px;
  color: #2e2e2e;
  font-weight: 400;
}
.filter__pin-arrow {
  position: absolute;
  top: 17px;
  right: 16px;
  width: 6px;
  height: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__discard {
  margin-left: 11px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 32px;
  max-width: 32px;
}
.filter__discard:hover svg path {
  fill: #e01377;
}
.filter__discard svg {
  width: 17px;
  height: 17px;
}
.filter__discard svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__cover {
  display: block;
}
@media (max-width: 991px) {
  .filter__cover {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 6px;
    z-index: 9;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.filter__group {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  position: relative;
}
.filter__group:hover:after {
  opacity: 1;
}
.filter__group:hover .filter__topic {
  color: #e01377;
}
.filter__group:hover .filter__toggle svg path {
  fill: #e01377;
}
.filter__group:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #f4a7cd;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__group:not(:first-child) {
  margin-top: -1px;
}
.filter__group.open .filter__toggle {
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .filter__group.open .filter__toggle {
    padding-top: 15px;
    padding-bottom: 12px;
  }
}
.filter__group.open .filter__toggle svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.filter__toggle {
  padding: 20px 54px 20px 29px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .filter__toggle {
    padding: 20px 44px 20px 19px;
  }
}
@media (max-width: 767px) {
  .filter__toggle {
    padding: 16px 44px 15px 24px;
  }
}
.filter__toggle svg {
  position: absolute;
  top: 24px;
  right: 30px;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .filter__toggle svg {
    right: 20px;
  }
}
@media (max-width: 1343px) {
  .filter__toggle svg {
    right: 25px;
    top: 20px;
  }
}
.filter__toggle svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__topic {
  font-size: 14px;
  line-height: 120%;
  color: #2e2e2e;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.filter__mass {
  padding: 0 30px 24px 30px;
  display: none;
}
@media (max-width: 1343px) {
  .filter__mass {
    padding: 0 20px 24px 20px;
  }
}
@media (max-width: 767px) {
  .filter__mass {
    padding: 0px 24px 22px 24px;
  }
}
.filter__price {
  padding-top: 3px;
  padding-bottom: 8px;
}
.filter__price-dyad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.filter__price-item {
  position: relative;
}
.filter__price-item span {
  position: absolute;
  top: 15px;
  left: 14px;
  font-size: 12px;
  line-height: 100%;
  color: #545454;
  font-weight: 400;
  pointer-events: none;
}
.filter__price-field {
  display: inline-block;
  min-width: 120px;
  max-width: 120px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 10px 15px 11px 36px;
  font-family: "Formular";
  font-size: 14px;
  line-height: 100%;
  color: #2c2c2c;
  font-weight: 400;
  text-align: right;
  -moz-appearance: textfield;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__price-field:hover, .filter__price-field:focus, .filter__price-field:active {
  border-color: #272727;
  -webkit-box-shadow: inset 0.684px 1.879px 2px rgba(208, 208, 208, 0.45);
  box-shadow: inset 0.684px 1.879px 2px rgba(208, 208, 208, 0.45);
}
.filter__price-field::-webkit-outer-spin-button, .filter__price-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.filter__price-boot {
  margin-top: 14px;
  position: relative;
}
.filter__price-boot .irs.irs--flat {
  height: 18px;
}
.filter__price-boot .irs.irs--flat > .irs {
  height: 100%;
}
.filter__price-boot .irs.irs--flat > .irs .irs-line {
  cursor: pointer;
  top: 0;
  height: 100%;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.filter__price-boot .irs.irs--flat > .irs .irs-line:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #eaeaea;
}
.filter__price-boot .irs.irs--flat .irs-bar {
  top: 0;
  height: 100%;
  cursor: pointer;
  background: transparent;
}
.filter__price-boot .irs.irs--flat .irs-bar:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #e01377;
}
.filter__price-boot .irs.irs--flat .irs-handle {
  cursor: pointer;
  top: 0;
  height: 18px;
  width: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e01377;
  -webkit-box-shadow: 0px 1px 1.5px rgba(12, 12, 12, 0.26);
  box-shadow: 0px 1px 1.5px rgba(12, 12, 12, 0.26);
}
.filter__price-boot .irs.irs--flat .irs-handle:focus {
  outline: none;
}
.filter__price-boot .irs.irs--flat .irs-handle i {
  display: none;
}
.filter__price-boot .irs.irs--flat .irs-handle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e01377;
}
.filter__price-boot .irs.irs--flat .irs-grid {
  height: 100%;
  pointer-events: none;
}
.filter__price-boot .irs.irs--flat .irs-grid .irs-grid-text {
  display: none;
}
.filter__price-boot .irs.irs--flat .irs-grid .irs-grid-pol {
  height: 100%;
  background-color: #be4;
}
.filter__price-boot .irs.irs--flat .irs-grid .irs-grid-pol.small {
  display: none;
}
.filter__price-start, .filter__price-end {
  position: absolute;
  bottom: -14px;
  font-size: 10px;
  line-height: 100%;
  color: #9e9e9e;
  font-weight: 400;
  font-family: "Formular";
}
.filter__price-start {
  left: 0;
}
.filter__price-end {
  right: 0;
}
.filter__roll {
  max-height: 194px;
}
.filter__roll.scroll-wrapper.scrollbar-inner .scroll-content {
  max-height: inherit !important;
}
.filter__roll.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
  cursor: pointer;
  background-color: #ededed;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  right: 3px;
  width: 3px;
}
.filter__roll.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y .scroll-bar {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: 0;
  width: 3px;
  background-color: #c2c2c2;
  cursor: -webkit-grab;
  cursor: grab;
}
.filter__roll.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y .scroll-bar:active, .filter__roll.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y .scroll-bar:focus {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.filter__roll.scroll-wrapper.scrollbar-inner .scroll-element.scroll-x {
  display: none;
}
.filter__set {
  padding: 0 25px 0 0;
}
.filter__row:not(:last-child) {
  padding-bottom: 7.9px;
}
.filter__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter__checkbox-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.filter__checkbox-label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.filter__checkbox-label input:checked + .filter__checkbox-part .filter__checkbox-square {
  border: 1px solid #e01377;
  background-color: #e01377;
}
.filter__checkbox-label input:checked + .filter__checkbox-part .filter__checkbox-square:after {
  opacity: 1;
}
.filter__checkbox-part {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.filter__checkbox-square {
  margin-top: 4px;
  margin-right: 13px;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__checkbox-square:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background-image: url(../img/icon/select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__checkbox-text {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #2c2c2c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter__cellar {
  margin-top: -1px;
}
.filter__reset {
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  padding: 19px 22px 20px 10px;
  font-size: 13px;
  line-height: 18px;
  color: #373737;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .filter__reset {
    padding: 14px 22px 16px 19px;
  }
}
.filter__reset:hover {
  border-color: #ff8f8f;
  color: #e02a2a;
  z-index: 2;
}
.filter__reset:hover svg path {
  fill: #e02a2a;
}
.filter__reset svg {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-right: 18px;
}
.filter__reset svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .tender {
    display: none;
  }
}
.tender__caption {
  font-family: "Century Gothic";
  line-height: 26px;
  font-size: 16px;
  color: #2e2e2e;
  margin-bottom: 19px;
}
.tender__caption span {
  display: block;
  font-size: 24px;
  color: #e01377;
  margin-bottom: 3px;
}
.tender__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  background-color: #f5f5f5;
  padding: 23px 105px 24px 32px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .tender__item {
    padding: 23px 110px 24px 22px;
  }
}
.tender__item:hover {
  background-color: #ffffff;
}
.tender__item:hover:after {
  opacity: 1;
}
.tender__item:hover .tender__name {
  color: #e01377;
}
.tender__item:not(:last-child) {
  margin-bottom: 13.5px;
}
.tender__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #e01377;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tender__image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.tender__count {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fae902;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  line-height: 100%;
  color: #0b0b0b;
  font-weight: 700;
  text-align: center;
}
.tender__name {
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tender__text {
  font-size: 11px;
  line-height: 17px;
  color: #212121;
  font-weight: 400;
}
.tender__ref {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-family: "Century Gothic";
  font-size: 11px;
  line-height: 16px;
  color: #e01377;
  font-weight: 400;
}
.tender__ref svg {
  min-width: 13px;
  max-width: 13px;
  height: 8px;
  margin-left: 14px;
  margin-top: 5px;
}
.tender__caudal {
  margin-top: 22px;
  padding-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tender__more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-family: "Century Gothic";
  font-size: 14px;
  line-height: 18px;
  color: #0e0e0e;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tender__more:hover {
  color: #e01377;
}
.tender__more:hover svg path {
  fill: #e01377;
}
.tender__more svg {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  margin-right: 16px;
  margin-top: 5px;
}
.tender__more svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sked {
  padding-top: 27px;
  padding-bottom: 61px;
}
@media (max-width: 767px) {
  .sked {
    padding-top: 19px;
    padding-bottom: 37px;
  }
}
.sked__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -21px;
}
@media (max-width: 1343px) {
  .sked__set {
    margin-left: -16px;
  }
}
@media (max-width: 767px) {
  .sked__set {
    margin-left: -10px;
  }
}
.sked__unit {
  width: 25%;
  padding-left: 21px;
  padding-bottom: 21px;
}
@media (max-width: 1343px) {
  .sked__unit {
    padding-left: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .sked__unit {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .sked__unit {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sked__unit {
    padding-left: 10px;
    padding-bottom: 8.38px;
    width: 50%;
  }
}
.sked__item {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  position: relative;
  padding: 33px 74px 36px 36px;
  min-height: 100px;
  height: 100%;
  min-height: 125px;
  display: block;
  text-decoration: none;
  color: #212121;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .sked__item {
    padding: 25px 74px 25px 29px;
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .sked__item {
    min-height: 69px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 11px 30px 25px 17px;
  }
}
.sked__item:hover {
  background-color: #ffffff;
  color: #e01377;
}
.sked__item:hover:after {
  opacity: 1;
}
.sked__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #e01377;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sked__name {
  max-width: 160px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 1343px) {
  .sked__name {
    max-width: 130px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sked__name {
    font-size: 12px;
    line-height: 16px;
  }
}
.sked__img {
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -o-object-position: bottom center;
  object-position: bottom center;
}
@media (max-width: 767px) {
  .sked__img {
    width: 112px;
    height: 112px;
  }
}
@media (max-width: 767px) {
  .sked__img {
    width: 66px;
    height: 66px;
    right: -2px;
  }
}

.card {
  overflow: hidden;
  padding-top: 23px;
  padding-bottom: 59px;
}
@media (max-width: 767px) {
  .card {
    padding-top: 0;
    margin-top: -1px;
    padding-bottom: 27px;
  }
}
.card__twosome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .card__twosome {
    display: block;
  }
}
.card__left {
  margin-top: 4px;
  padding-left: 112px;
  margin-right: 38px;
  padding-bottom: 38px;
  position: relative;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .card__left {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .card__left {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .card__left {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0;
  }
}
.card__left.loner {
  padding-left: 0;
}
@media (min-width: 1344px) {
  .card__left.loner {
    margin-right: 69px;
  }
}
.card__left.loner .card__nav {
  display: none;
}
.card__nav {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 102px;
  width: 100%;
  max-width: 102px;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .card__nav {
    margin-top: 10px;
    position: relative;
    min-width: 492px;
    max-width: 492px;
  }
}
@media (max-width: 767px) {
  .card__nav {
    margin-top: 9px;
    position: relative;
    min-width: auto;
    max-width: none;
    margin-right: 0;
    padding-bottom: 4px;
  }
}
.card__nav-set {
  min-height: 550px;
  max-height: 550px;
}
@media (max-width: 1343px) and (min-width: 1200px), (max-width: 767px) {
  .card__nav-set {
    max-height: none;
    min-height: auto;
  }
}
.card__nav-box {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card__nav-box:hover {
  border-color: #8b8b8b;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .card__nav-box {
    height: 89px;
  }
}
@media (max-width: 767px) {
  .card__nav-box {
    height: 60px;
    min-width: 61px;
    max-width: 61px;
  }
}
.card__nav-box.swiper-slide-thumb-active {
  cursor: default;
  border-color: #fae902;
}
.card__nav-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.card__nav-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 82%;
  height: 82%;
  -o-object-fit: contain;
  object-fit: contain;
}
.card__for {
  min-width: 550px;
  width: 100%;
  max-width: 550px;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .card__for {
    min-width: 492px;
    max-width: 492px;
  }
}
@media (max-width: 767px) {
  .card__for {
    min-width: auto;
    max-width: none;
  }
}
.card__for-slider {
  width: 100%;
  height: 550px;
  border: 1px solid #dfdfdf;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .card__for-slider {
    height: 492px;
  }
}
@media (max-width: 767px) {
  .card__for-slider {
    height: 510px;
  }
}
@media (max-width: 575px) {
  .card__for-slider {
    height: 292px;
  }
}
.card__for-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.card__for-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88%;
  height: 88%;
  -o-object-fit: contain;
  object-fit: contain;
}
.card__for-scale {
  display: block;
  width: 100%;
  height: 100%;
}
.card__note {
  margin-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 16px;
  color: #767676;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .card__note {
    margin-top: 11px;
    font-size: 9px;
    line-height: 14px;
  }
}
.card__note img {
  min-width: 17px;
  max-width: 17px;
  pointer-events: none;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .card__note img {
    min-width: 15px;
    max-width: 15px;
    margin-top: 3px;
    margin-right: 10px;
  }
}
.card__right {
  width: 100%;
}
.card__cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .card__cap {
    margin-bottom: 11px;
  }
}
.card__code {
  padding-top: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #a8a8a8;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .card__code {
    padding-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }
}
.card__code span {
  color: #000000;
  padding-left: 7px;
}
@media (max-width: 767px) {
  .card__code span {
    padding-left: 5px;
  }
}
.card__share {
  margin-left: 30px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .card__share {
    margin-left: 18px;
  }
}
.card__back {
  margin-left: auto;
  margin-top: 4px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 17px;
  color: #262626;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__back {
    margin-top: 1px;
  }
  .card__back span {
    display: none;
  }
}
.card__back:hover {
  color: #e01377;
}
.card__back:hover svg path {
  fill: #e01377;
}
.card__back svg {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-right: 21px;
}
@media (max-width: 767px) {
  .card__back svg {
    margin-right: 0;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
  }
}
.card__back svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card__twain {
  min-height: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .card__twain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    margin-bottom: 12px;
  }
}
.card__data {
  width: 100%;
}
@media (max-width: 767px) {
  .card__data {
    padding-bottom: 11px;
  }
}
.card__data-row:not(:last-child) {
  margin-bottom: 10.3px;
}
@media (max-width: 767px) {
  .card__data-row:not(:last-child) {
    margin-bottom: 10.1px;
  }
}
.card__data-property {
  font-size: 14px;
  line-height: 18px;
  color: #a8a8a8;
  font-weight: 400;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .card__data-property {
    font-size: 12px;
    line-height: 16px;
  }
}
.card__data-val {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .card__data-val {
    font-size: 12px;
    line-height: 16px;
  }
}
.card__data-val img {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-left: 1px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .card__data-val img {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    margin-left: 0;
  }
}
.card__data-more {
  margin-top: 17px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 16px;
  color: #181818;
  font-family: "Century Gothic";
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__data-more {
    margin-top: 15px;
  }
}
.card__data-more:hover {
  color: #e01377;
}
.card__data-more:hover svg path {
  fill: #e01377;
}
.card__data-more svg {
  min-width: 5px;
  max-width: 5px;
  height: 5px;
  margin-top: 6px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .card__data-more svg {
    margin-left: 14px;
  }
}
.card__data-more svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card__brand {
  margin-top: 3px;
  min-width: 302px;
  width: 100%;
  max-width: 302px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px rgba(28, 28, 28, 0.1);
  box-shadow: 0px 1px 5px rgba(28, 28, 28, 0.1);
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 29px 19px 27px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__brand {
    min-width: auto;
    margin-top: 10px;
    -webkit-box-shadow: 0px 1px 2.5px rgba(28, 28, 28, 0.1);
    box-shadow: 0px 1px 2.5px rgba(28, 28, 28, 0.1);
    padding: 9px 10px 15px 19px;
  }
}
.card__brand:hover {
  border-color: #ffc2e0;
}
.card__brand:hover .card__brand-more {
  color: #e01377;
}
.card__brand:hover .card__brand-more svg path {
  fill: #e01377;
}
@media (max-width: 767px) {
  .card__brand-beside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.card__brand-img {
  padding-bottom: 42%;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .card__brand-img {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 65px;
    min-width: 110px;
    max-width: 110px;
    margin-right: 16px;
  }
}
.card__brand-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .card__brand-twain {
    padding-top: 5px;
  }
}
.card__brand-property {
  font-size: 12px;
  line-height: 16px;
  color: #a8a8a8;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .card__brand-property {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 4px;
  }
}
.card__brand-val {
  padding-left: 1px;
  font-size: 14px;
  line-height: 18px;
  color: #2e2e2e;
  font-weight: 500;
}
@media (max-width: 767px) {
  .card__brand-val {
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }
}
.card__brand-more {
  margin-top: 15px;
  padding-left: 2px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Century Gothic";
  font-size: 12px;
  line-height: 16px;
  color: #181818;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__brand-more {
    margin-top: 9px;
    padding-left: 5px;
    font-size: 10px;
    line-height: 14px;
  }
}
.card__brand-more svg {
  min-width: 9px;
  max-width: 9px;
  height: 9px;
  margin-right: 13px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .card__brand-more svg {
    min-width: 8px;
    max-width: 8px;
    height: 8px;
  }
}
.card__brand-more svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card__sheave {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .card__sheave {
    margin-bottom: 18px;
  }
}
.card__sheave-upper {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 20px 41px 28px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .card__sheave-upper {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 11px 10px 16px 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.card__sheave-under {
  margin-top: -15px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 31px 41px 15px 41px;
}
@media (max-width: 767px) {
  .card__sheave-under {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 29px 10px 14px 24px;
  }
}
.card__price {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .card__price {
    margin-right: 0;
    width: 100%;
  }
}
.card__price-title {
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  font-family: "Century Gothic";
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .card__price-title {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .card__price-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.card__price-twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.card__price-val {
  font-size: 34px;
  line-height: 100%;
  color: #e21717;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .card__price-val {
    font-size: 24px;
  }
}
.card__price-old {
  white-space: nowrap;
  margin-top: 7px;
  padding-left: 1px;
  font-size: 22px;
  line-height: 100%;
  color: #717171;
  font-weight: 500;
}
@media (max-width: 767px) {
  .card__price-old {
    margin-left: 19px;
    padding-left: 0;
    font-size: 18px;
    margin-top: 4px;
  }
}
.card__price-old span {
  text-decoration: line-through;
}
.card__clue {
  margin-left: 16px;
  margin-top: 4px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .card__clue {
    margin-left: 12px;
    margin-top: 5px;
  }
}
.card__clue.open .card__clue-icon {
  pointer-events: none;
}
.card__clue.open .card__clue-icon svg path {
  fill: #3c3c3c;
}
.card__clue.open .card__clue-body {
  opacity: 1;
  pointer-events: all;
}
.card__clue-icon {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
@media (max-width: 767px) {
  .card__clue-icon {
    min-width: 17px;
    max-width: 17px;
    height: 17px;
  }
}
.card__clue-icon:hover svg path {
  fill: #3c3c3c;
}
.card__clue-icon svg {
  width: 100%;
  height: 100%;
}
.card__clue-icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card__clue-body {
  position: absolute;
  bottom: 100%;
  margin-bottom: 29px;
  left: -24px;
  -webkit-filter: drop-shadow(1.026px 2.819px 2.5px rgba(0, 0, 0, 0.17));
  filter: drop-shadow(1.026px 2.819px 2.5px rgba(0, 0, 0, 0.17));
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  min-width: 346px;
  max-width: 346px;
  z-index: 10;
  padding: 18px 20px 15px 21px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__clue-body {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 270px;
    max-width: 270px;
    padding: 12px 15px 10px 16px;
    margin-bottom: 22px;
  }
}
.card__clue-body:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 23px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 26px;
  height: 26px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .card__clue-body:after {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
}
.card__clue-topic {
  font-size: 15px;
  line-height: 120%;
  color: #000000;
  font-weight: 500;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .card__clue-topic {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.card__clue-text {
  font-size: 12px;
  line-height: 19px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .card__clue-text {
    font-size: 10px;
    line-height: 17px;
  }
}
.card__singly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
  width: 100%;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .card__singly {
    padding-top: 0;
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 14px;
  }
}
.card__force {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.card__btn {
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fae902;
  border: 2px solid #fae902;
  padding: 15px 14px 16px 11px;
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__btn {
    font-size: 13px;
    padding: 7px 8px 9px 5px;
  }
}
.card__btn:hover {
  background-color: #ffde00;
  border-color: #ffde00;
}
.card__btn.disabled {
  font-size: 14px;
  pointer-events: none;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
@media (max-width: 767px) {
  .card__btn.disabled {
    font-size: 13px;
  }
}
.card__match {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  background-color: #fae902;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__match {
    padding: 3px;
  }
}
.card__match.open {
  opacity: 1;
  pointer-events: all;
}
.card__pin {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 164px;
  position: relative;
  height: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  pointer-events: none;
  white-space: nowrap;
  padding: 2px 7px 2px 2px;
}
@media (max-width: 767px) {
  .card__pin {
    font-size: 13px;
    line-height: 16px;
  }
}
.card__counter {
  max-width: 133px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 36px 4px 34px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .card__counter {
    padding: 5px 25px 4px 25px;
    max-width: 97px;
  }
}
.card__counter-minus {
  left: 10px;
}
@media (max-width: 767px) {
  .card__counter-minus {
    left: 4px;
  }
}
.card__counter-plus {
  right: 12px;
}
@media (max-width: 767px) {
  .card__counter-plus {
    right: 6px;
  }
}
.card__counter-minus, .card__counter-plus {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 22px;
  line-height: 100%;
  color: #171717;
  font-weight: 500;
  font-family: "Formular";
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__counter-minus, .card__counter-plus {
    width: 21px;
    height: 21px;
    font-size: 18px;
    padding-bottom: 3px;
  }
}
.card__counter-minus:hover, .card__counter-plus:hover {
  color: #e01377;
}
.card__counter-minus.disabled, .card__counter-plus.disabled {
  color: #a5a5a5;
  pointer-events: none;
}
.card__counter-val {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  color: #171717;
  font-weight: 500;
  font-family: "Formular";
  text-align: center;
  cursor: default;
}
@media (max-width: 767px) {
  .card__counter-val {
    font-size: 12px;
  }
}
.card__elect {
  margin-top: 14px;
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  color: #212121;
  font-weight: 400;
  font-family: "Century Gothic";
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__elect {
    margin-right: 0;
    margin-top: 0;
    margin-left: 23px;
  }
  .card__elect span {
    display: none;
  }
}
.card__elect:hover {
  color: #e01377;
}
.card__elect:hover svg path:nth-child(2) {
  fill: #e01377;
}
.card__elect.active svg path {
  fill: #e01377;
}
.card__elect svg {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .card__elect svg {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 0;
  }
}
.card__elect svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card__thyself {
  position: relative;
}
.card__thyself-upper {
  padding-right: 140px;
  min-height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .card__thyself-upper {
    padding-right: 0;
    min-height: auto;
  }
}
.card__thyself-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .card__thyself-head {
    padding-bottom: 1px;
  }
}
.card__thyself-icon {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fae902;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3px;
  margin-right: 22px;
}
@media (max-width: 767px) {
  .card__thyself-icon {
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    margin-top: 2px;
    margin-right: 12px;
  }
}
.card__thyself-icon img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .card__thyself-icon img {
    width: 10px;
    height: 10px;
  }
}
.card__thyself-title {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .card__thyself-title {
    font-size: 12px;
    line-height: 16px;
  }
}
.card__thyself-title small {
  margin-top: 2px;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .card__thyself-title small {
    font-size: 10px;
  }
}
.card__thyself-pin {
  position: absolute;
  top: 3px;
  right: 0;
  min-width: 126px;
  max-width: 126px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 6px 8px 8px;
  text-decoration: none;
  font-size: 11px;
  line-height: 14px;
  color: #000000;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__thyself-pin {
    margin-top: 3px;
    margin-right: 13px;
    position: relative;
    top: 0;
    min-width: 26px;
    max-width: 26px;
    height: 26px;
    padding: 2px 3px 3px 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card__thyself-pin span {
    display: none;
  }
}
.card__thyself-pin:hover {
  color: #e01377;
  border-color: #e795bd;
}
.card__thyself-pin:hover svg path {
  fill: #e01377;
}
.card__thyself-pin svg {
  min-width: 5px;
  max-width: 5px;
  height: 11px;
  margin-right: 12px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .card__thyself-pin svg {
    min-width: 5px;
    max-width: 5px;
    height: 9px;
    margin-top: 0;
    margin-right: 0;
  }
}
.card__thyself-pin svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card__thyself-under {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .card__thyself-under {
    margin-top: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.card__thyself-text {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .card__thyself-text {
    font-size: 9px;
    line-height: 14px;
  }
}
.card__place {
  padding-left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .card__place {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 4px;
    padding-bottom: 3px;
  }
}
.card__place-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .card__place-body {
    padding-bottom: 0;
  }
}
.card__place-icon {
  min-width: 11px;
  max-width: 11px;
  margin-top: 2px;
  margin-right: 18px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .card__place-icon {
    min-width: 8px;
    max-width: 8px;
    margin-right: 12px;
  }
}
.card__place-property {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .card__place-property {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
  }
}
.card__place-val {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .card__place-val {
    font-size: 13px;
    line-height: 18px;
  }
}
.card__place-pin {
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  color: #e01377;
  font-weight: 400;
  border-bottom: 1px dashed;
  margin-bottom: 3px;
  padding-bottom: 2px;
  margin-left: 25px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__place-pin {
    margin-left: 21px;
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 10px;
    line-height: 14px;
  }
}
.card__place-pin:hover {
  color: #131313;
}
.card__place-btn {
  margin-left: 48px;
  border: 1px solid #e01377;
  min-width: 210px;
  max-width: 210px;
  padding: 12px 10px 15px 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  color: #e01377;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__place-btn {
    margin-left: 21px;
    margin-top: 12px;
    min-width: 172px;
    max-width: 172px;
    font-size: 12px;
    padding: 8px 10px 9px 5px;
  }
}
.card__place-btn:hover {
  background-color: #e01377;
  color: #ffffff;
}
.card__place-btn:hover svg path {
  fill: #ffffff;
}
.card__place-btn svg {
  min-width: 12px;
  max-width: 13px;
  height: 13px;
  margin-top: 3px;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .card__place-btn svg {
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    margin-top: 4px;
    margin-right: 10px;
  }
}
.card__place-btn svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card__remain {
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .card__remain {
    padding-top: 10px;
    padding-left: 1px;
  }
}
.card__remain-icon {
  min-width: 16px;
  max-width: 16px;
  margin-top: 3px;
  margin-right: 15px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .card__remain-icon {
    min-width: 12px;
    max-width: 12px;
    margin-top: 2px;
    margin-right: 11px;
  }
}
.card__remain-val {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .card__remain-val {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
  }
}
.card__remain-val span {
  font-weight: 700;
}
.card__gen {
  margin-left: 16px;
  margin-top: 4px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
@media (max-width: 767px) {
  .card__gen {
    margin-left: 14px;
    margin-top: 0;
  }
}
.card__gen.open .card__gen-icon {
  pointer-events: none;
}
.card__gen.open .card__gen-icon svg path {
  fill: #1a1a1a;
}
.card__gen.open .card__gen-body {
  opacity: 1;
  pointer-events: all;
}
.card__gen-icon {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.card__gen-icon:hover svg path {
  fill: #1a1a1a;
}
.card__gen-icon svg {
  width: 100%;
  height: 100%;
}
.card__gen-icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card__gen-body {
  position: absolute;
  top: 100%;
  margin-top: 17px;
  left: -17px;
  -webkit-filter: drop-shadow(0.375px 0.927px 2.5px rgba(0, 0, 0, 0.17));
  filter: drop-shadow(0.375px 0.927px 2.5px rgba(0, 0, 0, 0.17));
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  min-width: 243px;
  max-width: 243px;
  z-index: 10;
  padding: 10px 23px 12px 19px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .card__gen-body {
    left: auto;
    right: -10px;
    min-width: 241px;
    max-width: 241px;
    padding: 10px 15px 10px 15px;
  }
}
.card__gen-body:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .card__gen-body:after {
    left: auto;
    right: 10px;
    top: -7px;
    width: 14px;
    height: 14px;
  }
}
.card__gen-text {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .card__gen-text {
    font-size: 10px;
    line-height: 17px;
  }
}

.annex {
  padding-top: 5px;
}
@media (max-width: 1199px) {
  .annex {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .annex {
    padding-top: 21px;
  }
}
.annex__head {
  border-bottom: 2px solid #e01377;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .annex__head {
    border-bottom-width: 1px;
    margin-right: -14px;
    margin-bottom: 11px;
  }
}
.annex__array {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 49px;
}
@media (max-width: 767px) {
  .annex__array {
    min-height: 31px;
    padding-right: 8px;
    overflow: scroll;
  }
  .annex__array::-webkit-scrollbar {
    display: none;
  }
}
.annex__tab {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #070707;
  font-family: "Century Gothic";
  padding: 12px 42px 11px 36px;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .annex__tab {
    font-size: 11px;
    padding: 3px 18px 4px 19px;
  }
}
.annex__tab:hover {
  background-color: #fae902;
  border-color: #fae902;
}
.annex__tab.current {
  background-color: #e01377;
  border-color: #e01377;
  padding: 13px 42px 15px 38px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  cursor: default;
}
@media (max-width: 767px) {
  .annex__tab.current {
    font-size: 12px;
    padding: 5px 18px 5px 14px;
  }
}
.annex__tab:not(:last-child) {
  margin-right: 9px;
}
@media (max-width: 767px) {
  .annex__tab:not(:last-child) {
    margin-right: 8px;
  }
}
.annex__body {
  display: none;
}
.annex__body.open {
  display: block;
}
.annex__desc {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  overflow: hidden;
}
@media (max-width: 767px) {
  .annex__desc {
    font-size: 12px;
    line-height: 20px;
  }
}
.b, strong {
    font-weight: bolder;
}
.blt, strong {
    font-weight: bolder;
}
.annex__desc.open {
  overflow: visible;
}
.annex__desc p {
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .annex__desc p {
    padding-bottom: 4px;
  }
}
.annex__desc b {
  font-weight: 700;
}
.annex__desc a {
  text-decoration: none;
  color: #e01377;
  border-bottom: 1px solid #e01377;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.annex__desc a:hover {
  background-color: #e01377;
  color: #ffffff;
}
.annex__caudal {
  padding-top: 9px;
  display: none;
}
@media (max-width: 767px) {
  .annex__caudal {
    padding-top: 7px;
  }
}
.annex__pin {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #e01377;
  font-weight: 400;
  padding-bottom: 3px;
  border-bottom: 1px dashed;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .annex__pin {
    font-size: 12px;
    line-height: 16px;
  }
}
.annex__pin:hover {
  color: #121212;
}
.annex__feature {
  padding-top: 1px;
}
.annex__feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .annex__feature-row {
    display: block;
    font-size: 12px;
    line-height: 20px;
  }
}
.annex__feature-row:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .annex__feature-row:not(:last-child) {
    margin-bottom: 10px;
  }
}
.annex__feature-property {
  min-width: 350px;
  max-width: 350px;
  margin-right: 10px;
  position: relative;
}
.annex__feature-property:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #8b8b8b;
}
@media (max-width: 767px) {
  .annex__feature-property:after {
    display: none;
  }
}
.annex__feature-property span {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding-right: 8px;
}
.annex__feature-val {
  font-weight: 400;
}

.several {
  margin-top: 41px;
  border-top: 1px solid #e5e5e5;
  padding-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .several {
    display: block;
  }
}
@media (max-width: 767px) {
  .several {
    margin-top: 23px;
    padding-top: 21px;
  }
}
.several__left {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: 40px;
  padding-right: 28px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .several__left {
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .several__left {
    margin-bottom: 20px;
  }
}
.several__caption {
  padding-right: 30px;
  font-size: 24px;
  line-height: 34px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .several__caption {
    padding-right: 0;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 18px;
  }
}
@media (max-width: 1199px) {
  .several__brand-beside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.several__brand-img {
  padding-bottom: 61%;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .several__brand-img {
    min-width: 262px;
    max-width: 262px;
    height: 161px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .several__brand-img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-width: 135px;
    max-width: 135px;
    height: 83px;
  }
}
.several__brand-img img {
  position: absolute;
  top: 52.2%;
  left: 49.4%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .several__brand-img img {
    top: 52%;
    left: 49%;
    max-width: 72%;
    max-height: 72%;
  }
}
.several__brand-twain {
  font-family: "Century Gothic";
}
@media (max-width: 1199px) {
  .several__brand-twain {
    margin-left: 20px;
    padding-top: 1px;
  }
}
.several__brand-name {
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 767px) {
  .several__brand-name {
    font-size: 14px;
    line-height: 18px;
  }
}
.several__brand-country {
  margin-top: 7px;
  font-size: 12px;
  line-height: 16px;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 767px) {
  .several__brand-country {
    margin-top: 6px;
    font-size: 10px;
    line-height: 14px;
  }
}
.several__brand-more {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-family: "Century Gothic";
  font-size: 13px;
  line-height: 18px;
  color: #8374ac;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .several__brand-more {
    margin-top: 18px;
    margin-left: 1px;
    font-size: 12px;
    line-height: 16px;
  }
}
.several__brand-more:hover {
  color: #e01377;
}
.several__brand-more:hover svg path {
  fill: #e01377;
}
.several__brand-more svg {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  margin-right: 13px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .several__brand-more svg {
    margin-top: 3px;
    margin-right: 15px;
    min-width: 10px;
    max-width: 10px;
    height: 10px;
  }
}
.several__brand-more svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.several__right {
  min-width: 920px;
  width: 100%;
  max-width: 920px;
}
@media (max-width: 1343px) and (min-width: 1200px) {
  .several__right {
    min-width: 780px;
    width: 100%;
    max-width: 780px;
  }
}
@media (max-width: 1199px) {
  .several__right {
    min-width: auto;
    max-width: none;
  }
}
.several__mass {
  position: relative;
}
.several__prev, .several__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #8374ac;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .several__prev, .several__next {
    top: 45%;
    width: 35px;
    height: 35px;
  }
}
.several__prev:hover, .several__next:hover {
  background-color: #f61583;
}
.several__prev svg, .several__next svg {
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .several__prev svg, .several__next svg {
    width: 8px;
    height: 8px;
  }
}
.several__prev {
  left: -26px;
}
@media (max-width: 767px) {
  .several__prev {
    left: -10px;
  }
}
.several__next {
  right: -26px;
}
@media (max-width: 767px) {
  .several__next {
    right: -10px;
  }
}
.several__slider {
  overflow: visible;
}
.several__unit {
  height: auto;
}
@media (min-width: 768px) {
  .several__unit .unit {
    -webkit-box-shadow: 0px 1px 5px rgba(28, 28, 28, 0.1);
    box-shadow: 0px 1px 5px rgba(28, 28, 28, 0.1);
    border-color: #ffffff;
  }
  .several__unit .unit:hover {
    border-color: #e795bd;
  }
}
.several__unit:not(.swiper-slide-visible) .unit {
  opacity: 0;
  pointer-events: none;
}

.cognate {
  background-color: #f5f5f5;
  padding-top: 38px;
  padding-bottom: 48px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cognate {
    padding-top: 22px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cognate__container {
    position: relative;
    padding-bottom: 11px;
  }
}
.cognate__caption {
  font-size: 30px;
  line-height: 35px;
  color: #212121;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .cognate__caption {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 19px;
  }
}
.cognate__body {
  position: relative;
}
@media (max-width: 767px) {
  .cognate__body {
    position: initial;
  }
}
.cognate__prev, .cognate__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e01377;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cognate__prev, .cognate__next {
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 25px;
    height: 25px;
  }
}
.cognate__prev:hover, .cognate__next:hover {
  background-color: #f61583;
}
.cognate__prev svg, .cognate__next svg {
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .cognate__prev svg, .cognate__next svg {
    width: 6px;
    height: 6px;
  }
}
.cognate__prev {
  left: -26px;
}
@media (max-width: 767px) {
  .cognate__prev {
    left: 0;
  }
}
.cognate__next {
  right: -26px;
}
@media (max-width: 767px) {
  .cognate__next {
    right: 0;
  }
}
.cognate__unit {
  height: auto;
}
.cognate__unit .unit {
  border-color: #ffffff;
}
.cognate__unit .unit:hover {
  border-color: #e795bd;
}
.cognate__scrollbar {
  margin-top: 28px;
  height: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .cognate__scrollbar {
    margin: 24px 36px 0 36px;
  }
}
.cognate__scrollbar .swiper-scrollbar-drag {
  background: #e01377;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

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

.popup {
  display: none;
}
.popup.fancybox-content .fancybox-button {
  display: none;
}

.seat {
  max-width: 550px;
  width: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .seat {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 400px;
  }
}
.seat.fancybox-content {
  padding: 36px 60px 42px 60px;
}
@media (max-width: 767px) {
  .seat.fancybox-content {
    padding: 21px 20px 26px 20px;
  }
}
.seat__close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .seat__close {
    top: 12px;
    right: 11px;
  }
}
.seat__close:hover svg path {
  fill: #e01377;
}
.seat__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .seat__close svg {
    width: 70%;
    height: 70%;
  }
}
.seat__close svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.seat__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.seat__caption {
  font-size: 28px;
  line-height: 120%;
  color: #1e1e1e;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .seat__caption {
    font-size: 18px;
    margin-bottom: 9px;
  }
}
.seat__address {
  font-size: 18px;
  line-height: 24px;
  color: #1a1a1a;
  font-weight: 500;
  text-align: center;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .seat__address {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
.seat__mode {
  font-size: 14px;
  line-height: 14px;
  color: #1a1a1a;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .seat__mode {
    font-size: 10px;
    margin-bottom: 14px;
  }
}
.seat__btn {
  text-align: center;
  display: block;
  text-decoration: none;
  max-width: 340px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fae902;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 100%;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  padding: 17px 15px 17px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .seat__btn {
    max-width: 242px;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 15px 15px 13px 15px;
  }
}
.seat__btn:hover {
  background-color: #ffde00;
}
.seat__cross {
  cursor: pointer;
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 20px;
  font-weight: 400;
  color: #111111;
  font-family: "Century Gothic";
  text-align: center;
  border-bottom: 1px dashed;
  padding-bottom: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .seat__cross {
    margin-top: 11px;
    font-size: 12px;
    padding-bottom: 2px;
  }
}
.seat__cross:hover {
  color: #e01377;
}

.limiter {
  max-width: 550px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 767px) {
  .limiter {
    max-width: 400px;
  }
}
.limiter.fancybox-content {
  padding: 55px 0 0 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .limiter.fancybox-content {
    padding: 38px 0 0 0;
  }
}
.limiter__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 89px;
  height: 89px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .limiter__img {
    width: 62px;
    height: 62px;
  }
}
.limiter__wrapper {
  padding: 48px 40px 24px 40px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  position: relative;
  pointer-events: all;
}
@media (max-width: 767px) {
  .limiter__wrapper {
    padding: 34px 7px 21px 7px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.limiter__close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .limiter__close {
    top: 12px;
    right: 11px;
  }
}
.limiter__close:hover svg path {
  fill: #e01377;
}
.limiter__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .limiter__close svg {
    width: 70%;
    height: 70%;
  }
}
.limiter__close svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.limiter__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.limiter__caption {
  font-size: 28px;
  line-height: 36px;
  color: #1e1e1e;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .limiter__caption {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 9px;
  }
}
.limiter__text {
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  font-family: "Formular";
  text-align: center;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .limiter__text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
    max-width: 286px;
    width: 100%;
  }
}
.limiter__btn {
  text-align: center;
  display: block;
  text-decoration: none;
  max-width: 218px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  padding: 17px 15px 17px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .limiter__btn {
    max-width: 154px;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 15px 15px 13px 15px;
  }
}
.limiter__btn:hover {
  background-color: #f61583;
}
.limiter__cross {
  cursor: pointer;
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 20px;
  font-weight: 400;
  color: #111111;
  font-family: "Century Gothic";
  text-align: center;
  border-bottom: 1px dashed;
  padding-bottom: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .limiter__cross {
    margin-top: 11px;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 3px;
    margin-right: 4px;
  }
}
.limiter__cross:hover {
  color: #e01377;
}
.limiter__cross span {
  font-weight: 700;
  color: #e01377;
}
.limiter__note {
  margin-top: 24px;
  font-size: 13px;
  line-height: 20px;
  color: #484848;
  font-family: "Formular";
  text-align: center;
}
@media (max-width: 767px) {
  .limiter__note {
    margin-top: 15px;
    max-width: 250px;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
  }
}

.excerpt {
  max-width: 550px;
  width: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .excerpt {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 400px;
  }
}
.excerpt.fancybox-content {
  padding: 36px 60px 28px 60px;
}
@media (max-width: 767px) {
  .excerpt.fancybox-content {
    padding: 20px 29px 25px 29px;
  }
}
.excerpt__close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .excerpt__close {
    top: 12px;
    right: 11px;
  }
}
.excerpt__close:hover svg path {
  fill: #e01377;
}
.excerpt__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .excerpt__close svg {
    width: 70%;
    height: 70%;
  }
}
.excerpt__close svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.excerpt__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.excerpt__caption {
  font-size: 28px;
  line-height: 31px;
  color: #1e1e1e;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .excerpt__caption {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 9px;
  }
}
.excerpt__caption small {
  margin-top: 3px;
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .excerpt__caption small {
    font-size: 14px;
    margin-top: 0;
  }
}
.excerpt__text {
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  font-family: "Formular";
  text-align: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .excerpt__text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 13px;
  }
}
.excerpt__btn {
  text-align: center;
  display: block;
  cursor: pointer;
  text-decoration: none;
  max-width: 340px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fae902;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 100%;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  padding: 17px 15px 17px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .excerpt__btn {
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 15px 15px 13px 15px;
  }
}
.excerpt__btn:hover {
  background-color: #ffde00;
}
.excerpt__note {
  margin-top: 17px;
  font-size: 13px;
  line-height: 20px;
  color: #787878;
  font-family: "Formular";
  text-align: center;
}
@media (max-width: 767px) {
  .excerpt__note {
    max-width: 215px;
    width: 100%;
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
  }
}

.muff {
  max-width: 550px;
  width: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .muff {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 400px;
  }
}
.muff.fancybox-content {
  padding: 36px 28px 39px 28px;
}
@media (max-width: 767px) {
  .muff.fancybox-content {
    padding: 20px 7px 21px 7px;
  }
}
.muff__close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .muff__close {
    top: 12px;
    right: 11px;
  }
}
.muff__close:hover svg path {
  fill: #e01377;
}
.muff__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .muff__close svg {
    width: 70%;
    height: 70%;
  }
}
.muff__close svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.muff__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.muff__caption {
  font-size: 28px;
  line-height: 31px;
  color: #1e1e1e;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .muff__caption {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.muff__caption small {
  margin-top: 3px;
  display: block;
  font-size: 22px;
  color: #d52222;
}
@media (max-width: 767px) {
  .muff__caption small {
    margin-top: 0;
    font-size: 14px;
  }
}
.muff__block {
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fae902;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .muff__block {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 12px;
  }
}
.muff__product {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 12px 15px 15px 15px;
}
@media (max-width: 767px) {
  .muff__product {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 11px 12px 11px;
  }
}
.muff__image {
  min-width: 111px;
  max-width: 111px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .muff__image {
    min-width: 84px;
    max-width: 84px;
    margin-right: 5px;
  }
}
.muff__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
.muff__beside {
  width: 100%;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .muff__beside {
    margin-top: 2px;
  }
}
.muff__name {
  max-width: 280px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  font-family: "Century Gothic";
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .muff__name {
    max-width: none;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
.muff__under {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .muff__under {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.muff__data {
  padding-top: 4px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .muff__data {
    padding-top: 0;
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 6px;
  }
}
.muff__data span {
  display: inline-block;
  padding-right: 9px;
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  .muff__data span {
    padding-right: 13px;
    padding-bottom: 0;
  }
}
.muff__status {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  line-height: 20px;
  color: #e01e1e;
  font-weight: 400;
  font-family: "Formular";
}
@media (max-width: 767px) {
  .muff__status {
    margin-top: 7px;
    position: relative;
    font-size: 11px;
    line-height: 15px;
  }
}
.muff__price {
  margin-left: 20px;
  min-width: 107px;
}
@media (max-width: 767px) {
  .muff__price {
    min-width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 0;
  }
}
.muff__price-val {
  font-size: 16px;
  line-height: 20px;
  color: #090909;
  font-weight: 500;
  font-family: "Formular";
}
@media (max-width: 767px) {
  .muff__price-val {
    font-size: 14px;
    line-height: 18px;
  }
}
.muff__price-old {
  margin-top: 7px;
  padding-left: 1px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #090909;
  font-family: "Formular";
}
@media (max-width: 767px) {
  .muff__price-old {
    margin-top: 1px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
.muff__price-old span {
  text-decoration: line-through;
}
.muff__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 7px 7px 7px 11px;
}
@media (max-width: 767px) {
  .muff__address {
    padding: 6px 7px 6px 9px;
  }
}
.muff__address-icon {
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .muff__address-icon {
    min-width: 21px;
    max-width: 21px;
    height: 21px;
    margin-right: 8px;
  }
}
.muff__address-icon img {
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
.muff__address-val {
  padding-top: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Formular";
}
@media (max-width: 767px) {
  .muff__address-val {
    font-size: 12px;
    line-height: 16px;
    padding-top: 1px;
  }
}
.muff__text {
  max-width: 373px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  font-family: "Formular";
  text-align: center;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .muff__text {
    font-size: 12px;
    line-height: 18px;
    max-width: 260px;
    margin-bottom: 14px;
  }
}
.muff__btn {
  text-align: center;
  display: block;
  text-decoration: none;
  max-width: 340px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  padding: 17px 15px 17px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .muff__btn {
    max-width: 242px;
    font-size: 12px;
    padding: 14px 15px 14px 15px;
    letter-spacing: 0.5px;
  }
}
.muff__btn:hover {
  background-color: #f61583;
}
.muff__note {
  margin-top: 18px;
  max-width: 422px;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  color: #787878;
  font-family: "Formular";
  text-align: center;
}
@media (max-width: 767px) {
  .muff__note {
    max-width: 242px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 14px;
  }
}

.amputate {
  max-width: 550px;
  width: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .amputate {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 400px;
  }
}
.amputate.fancybox-content {
  padding: 36px 60px 42px 60px;
}
@media (max-width: 767px) {
  .amputate.fancybox-content {
    padding: 20px 29px 23px 29px;
  }
}
.amputate__close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .amputate__close {
    top: 11px;
    right: 11px;
  }
}
.amputate__close:hover svg path {
  fill: #e01377;
}
.amputate__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .amputate__close svg {
    width: 70%;
    height: 70%;
  }
}
.amputate__close svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.amputate__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amputate__caption {
  font-size: 28px;
  line-height: 31px;
  color: #1e1e1e;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .amputate__caption {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.amputate__caption small {
  margin-top: 2px;
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .amputate__caption small {
    font-size: 14px;
    margin-top: 0;
  }
}
.amputate__text {
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  font-family: "Formular";
  text-align: center;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .amputate__text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 13px;
  }
}
.amputate__dyad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.amputate__btn {
  text-align: center;
  display: block;
  text-decoration: none;
  max-width: 200px;
  width: 100%;
  min-width: 200px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  padding: 17px 15px 17px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .amputate__btn {
    max-width: 134px;
    min-width: 134px;
    font-size: 12px;
    padding: 12px 10px 12px 11px;
    letter-spacing: 0.5px;
  }
}
.amputate__btn:hover {
  background-color: #f61583;
}
.amputate__cross {
  margin-left: 10px;
  text-align: center;
  display: block;
  text-decoration: none;
  max-width: 200px;
  width: 100%;
  min-width: 200px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fae902;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 16px;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Century Gothic";
  text-align: center;
  padding: 17px 15px 17px 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .amputate__cross {
    margin-left: 4px;
    max-width: 134px;
    min-width: 134px;
    font-size: 10px;
    letter-spacing: 0.4px;
    padding: 12px 15px 12px 15px;
  }
}
.amputate__cross:hover {
  background-color: #ffde00;
}

.vicinage {
  max-width: 1250px;
  width: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1343px) {
  .vicinage {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .vicinage {
    max-width: 930px;
  }
}
@media (max-width: 991px) {
  .vicinage {
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  .vicinage {
    max-width: 510px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.vicinage.fancybox-content {
  padding: 0;
}
.vicinage__close {
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  z-index: 2;
}
@media (max-width: 767px) {
  .vicinage__close {
    top: 11px;
    right: 11px;
  }
}
.vicinage__close:hover svg path {
  fill: #e01377;
}
.vicinage__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .vicinage__close svg {
    width: 70%;
    height: 70%;
  }
}
.vicinage__close svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vicinage__wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px 0 15px 849px;
  height: 559px;
}
@media (max-width: 1343px) {
  .vicinage__wrapper {
    padding: 20px 0 15px 739px;
  }
}
@media (max-width: 1199px) {
  .vicinage__wrapper {
    padding: 20px 0 15px 550px;
  }
}
@media (max-width: 991px) {
  .vicinage__wrapper {
    padding: 0;
    height: auto;
  }
}
.vicinage__cap {
  padding: 0 53px 19px 42px;
}
@media (max-width: 991px) {
  .vicinage__cap {
    padding: 14px 60px 10px 27px;
  }
}
@media (max-width: 767px) {
  .vicinage__cap {
    padding: 14px 10px 10px 27px;
  }
}
@media (max-width: 991px) {
  .vicinage__burg {
    padding-right: 30px;
  }
}
.vicinage__array {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 2px;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .vicinage__array {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.vicinage__pin {
  cursor: pointer;
  padding: 12px 22px 11px 20px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #161616;
  font-weight: 700;
  font-family: "Century Gothic";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .vicinage__pin {
    font-size: 10px;
    line-height: 14px;
    padding: 10px 22px 9px 20px;
  }
}
.vicinage__pin:not(:last-child) {
  margin-right: 5px;
}
.vicinage__pin.active {
  cursor: default;
  border-color: #e01377;
}
.vicinage__pin.active svg path {
  fill: #e01377;
}
.vicinage__pin svg {
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-right: 11px;
}
@media (max-width: 767px) {
  .vicinage__pin svg {
    min-width: 11px;
    max-width: 11px;
    height: 11px;
    margin-top: 1px;
    margin-right: 11px;
  }
}
@media (max-width: 991px) {
  .vicinage__mass {
    padding: 0 0 17px 0;
  }
}
.vicinage__list {
  max-height: 458px;
  height: 100%;
}
@media (max-width: 991px) {
  .vicinage__list {
    max-height: 372px;
    min-height: 372px;
  }
}
.vicinage__list.scroll-wrapper.scrollbar-inner .scroll-content {
  padding: 0 37px 0 17px;
}
@media (max-width: 991px) {
  .vicinage__list.scroll-wrapper.scrollbar-inner .scroll-content {
    padding: 0 14px 0 7px;
  }
}
.vicinage__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
  background-color: #f3f3f3;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  right: 16px;
  width: 5px;
}
@media (max-width: 991px) {
  .vicinage__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
    width: 3px;
    right: 6px;
  }
}
.vicinage__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y .scroll-bar {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #e01377;
}
.vicinage__row {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 13px 15px 18px 24px;
  margin-bottom: 8px;
  min-height: 128px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .vicinage__row {
    padding: 10px 15px 15px 18px;
    min-height: 103px;
    margin-bottom: 6px;
  }
}
.vicinage__row.current {
  cursor: default;
  -webkit-box-shadow: 1.026px 2.819px 4px rgba(0, 0, 0, 0.11);
  box-shadow: 1.026px 2.819px 4px rgba(0, 0, 0, 0.11);
  border-color: #e01377;
}
.vicinage__row.current .vicinage__check {
  opacity: 1;
}
.vicinage__check {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .vicinage__check {
    width: 24px;
    height: 24px;
  }
}
.vicinage__check img {
  width: 11px;
  height: 11px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .vicinage__check img {
    width: 8px;
    height: 8px;
  }
}
.vicinage__high {
  margin-bottom: 6px;
  padding-right: 28px;
}
@media (max-width: 767px) {
  .vicinage__high {
    margin-bottom: 5px;
  }
}
.vicinage__fella {
  font-size: 10px;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: #e01377;
  font-family: "Century Gothic";
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .vicinage__fella {
    font-size: 8px;
    line-height: 12px;
    padding-left: 1px;
    letter-spacing: 1.4px;
    margin-bottom: 3px;
  }
}
.vicinage__name {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #161616;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .vicinage__name {
    font-size: 12px;
    line-height: 16px;
  }
}
.vicinage__address {
  padding-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .vicinage__address {
    padding-left: 1px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
.vicinage__address img {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .vicinage__address img {
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    margin-right: 10px;
    margin-top: 4px;
  }
}
.vicinage__mode {
  padding-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 16px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .vicinage__mode {
    font-size: 10px;
    line-height: 14px;
    padding-left: 1px;
  }
}
.vicinage__mode img {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .vicinage__mode img {
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    margin-right: 10px;
  }
}
.vicinage__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 849px;
  height: 100%;
  background-color: #eee;
}
@media (max-width: 1343px) {
  .vicinage__map {
    width: 739px;
  }
}
@media (max-width: 1199px) {
  .vicinage__map {
    width: 550px;
  }
}
@media (max-width: 991px) {
  .vicinage__map {
    display: none;
    position: relative;
    width: 100%;
    height: 389px;
  }
  .vicinage__map.fly {
    display: block;
    position: absolute;
    left: 18px;
    right: 18px;
    width: auto;
    top: 90px;
    height: 279px;
    z-index: 11;
  }
}
@media (max-width: 767px) {
  .vicinage__map.fly {
    top: 57px;
    left: 7px;
    right: 7px;
  }
}
.vicinage__map > .ymaps-2-1-79-map {
  width: 100% !important;
  height: 100% !important;
}
.vicinage__map > .ymaps-2-1-79-map > .ymaps-2-1-79-map {
  width: 100% !important;
  height: 100% !important;
}
.vicinage__crib {
  position: absolute;
  top: 0;
  width: 401px;
  right: -100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .vicinage__crib {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .vicinage__crib {
    display: none;
    position: relative;
    right: 0;
    width: 100%;
  }
}
.vicinage__crib.open {
  right: 0;
}

.burg {
  position: relative;
}
.burg__cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.burg__toggle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}
.burg__toggle.active {
  pointer-events: none;
}
.burg__toggle.active .burg__value {
  color: #e01377;
}
.burg__toggle.active .burg__arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.burg__property {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  font-family: "Formular";
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .burg__property {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
.burg__icon {
  margin-top: 5px;
  margin-right: 14px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .burg__icon {
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    margin-right: 12px;
  }
}
.burg__value {
  font-size: 20px;
  line-height: 110%;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "Formular";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .burg__value {
    font-size: 16px;
  }
}
.burg__arrow {
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  margin-top: 7px;
  margin-left: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .burg__arrow {
    min-width: 6px;
    max-width: 6px;
    height: 6px;
    margin-top: 6px;
    margin-left: 15px;
  }
}
.burg__body {
  display: none;
  position: absolute;
  margin-top: 10px;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0.342px 0.94px 3px rgba(1, 1, 1, 0.16);
  box-shadow: 0.342px 0.94px 3px rgba(1, 1, 1, 0.16);
  background-color: #ffffff;
  z-index: 5;
  padding: 15px 10px 15px 26px;
}
.burg__body.open .burg__list.scroll-wrapper .scroll-content {
  max-height: inherit !important;
}
@media (max-width: 767px) {
  .burg__body {
    padding: 15px 10px 15px 22px;
  }
}
.burg__list {
  max-height: 150px;
  overflow-y: auto;
}
.burg__list.scroll-wrapper.scrollbar-inner .scroll-content {
  max-height: none !important;
  padding: 0 15px 0 0;
}
.burg__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
  background-color: #f3f3f3;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  right: 0px;
  width: 4px;
}
@media (max-width: 991px) {
  .burg__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
    width: 3px;
  }
}
.burg__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y .scroll-bar {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #e01377;
}
.burg__row {
  font-size: 16px;
  line-height: 22px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .burg__row {
    font-size: 14px;
    line-height: 18px;
  }
}
.burg__row:not(:last-child) {
  padding-bottom: 6px;
}
.burg__row.current {
  color: #e01377;
}
.burg__row a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.burg__row a:hover {
  color: #e01377;
}

.crib {
  padding: 20px 36px 22px 18px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .crib {
    padding: 20px 18px 22px 18px;
  }
}
@media (max-width: 767px) {
  .crib {
    padding: 9px 7px 14px 7px;
  }
}
.crib__back {
  margin-bottom: 16px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 17px 17px 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e01377;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #e01377;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .crib__back {
    margin-bottom: 296px;
  }
}
@media (max-width: 767px) {
  .crib__back {
    font-size: 12px;
    line-height: 16px;
    padding: 11px 10px 11px 11px;
    font-size: 12px;
    margin-bottom: 287px;
  }
}
.crib__back:hover {
  border-color: #e01377;
  color: #ffffff;
  background-color: #e01377;
}
.crib__back:hover svg path {
  fill: #ffffff;
}
.crib__back svg {
  min-width: 10px;
  max-width: 10px;
  height: 11px;
  margin-top: 5px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .crib__back svg {
    min-width: 9px;
    max-width: 9px;
    height: 10px;
    margin-top: 4px;
    margin-right: 16px;
  }
}
.crib__back svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.crib__upper {
  width: 100%;
}
.crib__block {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .crib__block {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
}
.crib__block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  border: 1px solid #e8e8e8;
  pointer-events: none;
}
.crib__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 14px 13px 13px 24px;
  background-color: #fae902;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .crib__twain {
    padding: 8px 12px 8px 19px;
  }
}
.crib__company {
  font-size: 14px;
  letter-spacing: 2.3px;
  line-height: 18px;
  color: #000000;
  font-family: "Century Gothic";
  padding-right: 13px;
  margin-right: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .crib__company {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.6px;
    padding-right: 13px;
    margin-right: 12px;
  }
}
.crib__company:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 3px;
  height: 3px;
  background-color: #151515;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .crib__company:after {
    top: 6px;
    width: 2px;
    height: 2px;
  }
}
.crib__city {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .crib__city {
    font-size: 10px;
    line-height: 13px;
  }
}
.crib__mass {
  padding: 15px 20px 24px 25px;
}
@media (max-width: 767px) {
  .crib__mass {
    padding: 11px 20px 16px 19px;
  }
}
.crib__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .crib__address {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 9px;
  }
}
.crib__address img {
  min-width: 11px;
  max-width: 11px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .crib__address img {
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    margin-right: 10px;
    margin-top: 4px;
  }
}
.crib__mode {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .crib__mode {
    padding-left: 1px;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 9px;
  }
}
.crib__mode img {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 12px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .crib__mode img {
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    margin-right: 9px;
    margin-top: 4px;
  }
}
.crib__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .crib__phone {
    padding-left: 1px;
  }
}
.crib__phone-icon {
  margin-right: 13px;
  margin-top: 6px;
  min-width: 11px;
  max-width: 11px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .crib__phone-icon {
    min-width: 9px;
    max-width: 9px;
    margin-right: 9px;
  }
}
.crib__phone-icon img {
  width: 100%;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.crib__phone-val {
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .crib__phone-val {
    font-size: 14px;
    line-height: 18px;
  }
}
.crib__phone-val a {
  text-decoration: none;
  color: inherit;
}
.crib__phone-note {
  margin-top: 5px;
  padding-left: 1px;
  font-size: 11px;
  line-height: 15px;
  color: #535353;
  font-weight: 400;
}
@media (max-width: 767px) {
  .crib__phone-note {
    font-size: 9px;
    line-height: 13px;
    margin-top: 0;
  }
}
.crib__btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 15px 15px 13px;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .crib__btn {
    margin-top: 9px;
    font-size: 12px;
    line-height: 16px;
    padding: 13px 15px 12px 15px;
    letter-spacing: 2.4px;
  }
}
.crib__btn:hover {
  background-color: #f61583;
}
.crib__btn img {
  margin-top: 7px;
  margin-left: 15px;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
}
@media (max-width: 767px) {
  .crib__btn img {
    min-width: 5px;
    max-width: 5px;
    height: 5px;
    margin-top: 5px;
  }
}

.purlieus {
  max-width: 1250px;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 1343px) {
  .purlieus {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .purlieus {
    max-width: 930px;
  }
}
@media (max-width: 991px) {
  .purlieus {
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  .purlieus {
    max-width: 510px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.purlieus.fancybox-content {
  padding: 0;
}
.purlieus__close {
  position: absolute;
  top: 20px;
  right: 21px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  z-index: 2;
}
@media (max-width: 767px) {
  .purlieus__close {
    top: 12px;
    right: 11px;
  }
}
.purlieus__close:hover svg path {
  fill: #e01377;
}
.purlieus__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .purlieus__close svg {
    width: 70%;
    height: 70%;
  }
}
.purlieus__close svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.purlieus__head {
  padding: 20px 60px 23px 46px;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .purlieus__head {
    padding: 15px 38px 14px 28px;
  }
}
.purlieus__caption {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  color: #161616;
  font-weight: 700;
}
@media (max-width: 767px) {
  .purlieus__caption {
    font-size: 16px;
    line-height: 20px;
  }
}
.purlieus__product {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 767px) {
  .purlieus__product {
    margin-top: 6px;
    padding-left: 2px;
    font-size: 12px;
    line-height: 18px;
  }
}
.purlieus__wrapper {
  overflow: hidden;
  padding: 0 0 15px 620px;
  height: 497px;
  position: relative;
}
@media (max-width: 1343px) {
  .purlieus__wrapper {
    padding: 0 0 15px 690px;
  }
}
@media (max-width: 1199px) {
  .purlieus__wrapper {
    padding: 0 0 15px 500px;
  }
}
@media (max-width: 991px) {
  .purlieus__wrapper {
    padding: 0;
    height: auto;
  }
}
.purlieus__cap {
  padding: 13px 35px 13px 15px;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 991px) {
  .purlieus__cap {
    padding: 13px 35px 13px 15px;
  }
}
@media (max-width: 767px) {
  .purlieus__cap {
    border-top: none;
    padding: 0 6px 12px 7px;
  }
}
.purlieus__array {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 22px;
}
@media (max-width: 991px) {
  .purlieus__array {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }
}
.purlieus__pin {
  cursor: pointer;
  padding: 12px 22px 11px 20px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #161616;
  font-weight: 700;
  font-family: "Century Gothic";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .purlieus__pin {
    font-size: 10px;
    line-height: 14px;
    padding: 10px 22px 9px 20px;
  }
}
.purlieus__pin:not(:last-child) {
  margin-right: 5px;
}
.purlieus__pin.active {
  cursor: default;
  border-color: #e01377;
}
.purlieus__pin.active svg path {
  fill: #e01377;
}
.purlieus__pin svg {
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-right: 11px;
}
@media (max-width: 767px) {
  .purlieus__pin svg {
    min-width: 11px;
    max-width: 11px;
    height: 11px;
    margin-top: 1px;
    margin-right: 11px;
  }
}
.purlieus__switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.purlieus__switch-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .purlieus__switch-label {
    width: 100%;
    max-width: 287px;
  }
}
.purlieus__switch-label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.purlieus__switch-label input:checked + .purlieus__switch-part {
  border-color: #ecb3cf;
}
.purlieus__switch-label input:checked + .purlieus__switch-part .purlieus__switch-square {
  background-color: #e01377;
  border: 1px solid #e01377;
}
.purlieus__switch-label input:checked + .purlieus__switch-part .purlieus__switch-square:after {
  opacity: 1;
}
.purlieus__switch-part {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 9px 19px 10px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .purlieus__switch-part {
    padding: 7px 5px 7px 10px;
    width: 100%;
  }
}
.purlieus__switch-square {
  margin-right: 15px;
  margin-top: 3px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-left: 1px;
  padding-top: 1px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .purlieus__switch-square {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    margin-top: 2px;
    margin-right: 10px;
  }
}
.purlieus__switch-square:after {
  content: "";
  width: 70%;
  height: 60%;
  background-image: url(../img/icon/select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.purlieus__switch-text {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #1a1a1a;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .purlieus__switch-text {
    font-size: 11px;
    line-height: 16px;
  }
}
.purlieus__switch-text a {
  color: #e01377;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.purlieus__switch-text a:hover {
  background-color: #e01377;
  color: #ffffff;
}
.purlieus__switch-count {
  min-width: 30px;
  margin-top: 1px;
  margin-left: 14px;
  padding: 2px 2px 2px 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e01377;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Formular";
  text-align: center;
}
@media (max-width: 767px) {
  .purlieus__switch-count {
    margin-left: 9px;
    min-width: 21px;
    font-size: 8px;
    line-height: 10px;
  }
}
@media (max-width: 991px) {
  .purlieus__mass {
    padding: 0 0 14px 0;
  }
}
.purlieus__list {
  max-height: 414px;
  height: 100%;
}
@media (max-width: 991px) {
  .purlieus__list {
    max-height: 372px;
    min-height: 372px;
  }
}
.purlieus__list.scroll-wrapper.scrollbar-inner .scroll-content {
  padding: 0 35px 0 15px;
}
@media (max-width: 991px) {
  .purlieus__list.scroll-wrapper.scrollbar-inner .scroll-content {
    padding: 0 14px 0 7px;
  }
}
.purlieus__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
  background-color: #f3f3f3;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  right: 15px;
  width: 5px;
}
@media (max-width: 991px) {
  .purlieus__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y {
    width: 3px;
    right: 6px;
  }
}
.purlieus__list.scroll-wrapper.scrollbar-inner .scroll-element.scroll-y .scroll-bar {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #e01377;
}
.purlieus__topic{
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #161616;
  font-weight: 700;
  font-family: "Century Gothic";
  padding-top: 10px;
  margin-bottom: 10px;
}
.purlieus__row {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 13px 50px 16px 24px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .purlieus__row {
    padding: 10px 18px 9px 18px;
    min-height: 103px;
    margin-bottom: 6px;
  }
}
.purlieus__row.current {
  cursor: default;
  -webkit-box-shadow: 1.026px 2.819px 4px rgba(0, 0, 0, 0.11);
  box-shadow: 1.026px 2.819px 4px rgba(0, 0, 0, 0.11);
  border-color: #e01377;
}
.purlieus__row.current .purlieus__check {
  opacity: 1;
}
.purlieus__check {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .purlieus__check {
    bottom: auto;
    top: -1px;
    width: 24px;
    height: 24px;
  }
}
.purlieus__check img {
  width: 11px;
  height: 11px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .purlieus__check img {
    width: 8px;
    height: 8px;
  }
}
.purlieus__high {
  margin-bottom: 4px;
  padding-right: 110px;
}
@media (max-width: 1343px) and (min-width: 992px) {
  .purlieus__high {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .purlieus__high {
    margin-bottom: 5px;
    padding-right: 0;
  }
}
.purlieus__fella {
  font-size: 10px;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: #e01377;
  font-family: "Century Gothic";
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .purlieus__fella {
    font-size: 8px;
    line-height: 12px;
    padding-left: 1px;
    letter-spacing: 1.4px;
    margin-bottom: 3px;
  }
}
.purlieus__name {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #161616;
  font-weight: 700;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .purlieus__name {
    padding-left: 1px;
    font-size: 12px;
    line-height: 16px;
  }
}
.purlieus__address {
  padding-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .purlieus__address {
    padding-left: 1px;
    font-size: 12px;
    line-height: 16px;
  }
}
.purlieus__address img {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .purlieus__address img {
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    margin-right: 10px;
    margin-top: 4px;
  }
}
.purlieus__status {
  position: absolute;
  top: 17px;
  right: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #7cab18;
  font-weight: 400;
  font-family: "Formular";
}
@media (max-width: 1343px) and (min-width: 992px) {
  .purlieus__status {
    top: 0;
    right: 0;
    position: relative;
    margin-top: 9px;
    padding-left: 2px;
  }
}
@media (max-width: 767px) {
  .purlieus__status {
    margin-top: 9px;
    padding-left: 2px;
    position: relative;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 16px;
  }
}
.purlieus__status span {
  font-weight: 700;
}
.purlieus__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
  height: 100%;
  background-color: #eee;
}
@media (max-width: 1343px) {
  .purlieus__map {
    width: 690px;
  }
}
@media (max-width: 1199px) {
  .purlieus__map {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .purlieus__map {
    display: none;
    position: relative;
    width: 100%;
    height: 386px;
  }
  .purlieus__map.fly {
    display: block;
    position: absolute;
    left: 18px;
    right: 18px;
    width: auto;
    top: 12px;
    height: 279px;
    z-index: 11;
  }
}
@media (max-width: 767px) {
  .purlieus__map.fly {
    top: 9px;
    left: 7px;
    right: 7px;
  }
}
.purlieus__map > .ymaps-2-1-79-map {
  width: 100% !important;
  height: 100% !important;
}
.purlieus__map > .ymaps-2-1-79-map > .ymaps-2-1-79-map {
  width: 100% !important;
  height: 100% !important;
}
.purlieus__chest {
  position: absolute;
  top: 0;
  width: 630px;
  right: -100%;
  height: 100%;
  border-top: 1px solid #e8e8e8;
  background-color: #ffffff;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) {
  .purlieus__chest {
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .purlieus__chest {
    width: 430px;
  }
}
@media (max-width: 991px) {
  .purlieus__chest {
    display: none;
    position: relative;
    right: 0;
    width: 100%;
  }
}
.purlieus__chest.open {
  right: 0;
}

.chest {
  padding: 15px 15px 22px 14px;
  height: 100%;
}
@media (max-width: 991px) {
  .chest {
    padding: 290px 18px 22px 18px;
  }
}
@media (max-width: 767px) {
  .chest {
    padding: 287px 7px 12px 7px;
  }
}
.chest__upper {
  width: 100%;
}
.chest__block {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .chest__block {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
}
.chest__block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  border: 1px solid #e8e8e8;
  pointer-events: none;
}
.chest__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 14px 13px 13px 25px;
  background-color: #fae902;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .chest__twain {
    padding: 8px 12px 8px 19px;
  }
}
.chest__company {
  font-size: 14px;
  letter-spacing: 2.3px;
  line-height: 18px;
  color: #000000;
  font-family: "Century Gothic";
  padding-right: 13px;
  margin-right: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .chest__company {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.6px;
    padding-right: 13px;
    margin-right: 12px;
  }
}
.chest__company:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 3px;
  height: 3px;
  background-color: #151515;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .chest__company:after {
    top: 6px;
    width: 2px;
    height: 2px;
  }
}
.chest__city {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .chest__city {
    font-size: 10px;
    line-height: 13px;
  }
}
.chest__mass {
  padding: 14px 20px 21px 26px;
}
@media (max-width: 767px) {
  .chest__mass {
    padding: 11px 20px 14px 19px;
  }
}
.chest__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .chest__address {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 9px;
  }
}
.chest__address img {
  min-width: 11px;
  max-width: 11px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 13px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .chest__address img {
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    margin-right: 10px;
    margin-top: 4px;
  }
}
.chest__mode {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .chest__mode {
    padding-left: 1px;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 9px;
  }
}
.chest__mode img {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 12px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .chest__mode img {
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    margin-right: 9px;
    margin-top: 4px;
  }
}
.chest__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .chest__phone {
    padding-left: 1px;
  }
}
.chest__phone-icon {
  margin-right: 13px;
  margin-top: 6px;
  min-width: 11px;
  max-width: 11px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .chest__phone-icon {
    min-width: 9px;
    max-width: 9px;
    margin-right: 9px;
  }
}
.chest__phone-icon img {
  width: 100%;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.chest__phone-val {
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .chest__phone-val {
    font-size: 14px;
    line-height: 18px;
  }
}
.chest__phone-val a {
  text-decoration: none;
  color: inherit;
}
.chest__phone-note {
  margin-top: 5px;
  padding-left: 1px;
  font-size: 11px;
  line-height: 15px;
  color: #535353;
  font-weight: 400;
}
@media (max-width: 767px) {
  .chest__phone-note {
    font-size: 9px;
    line-height: 13px;
    margin-top: 0;
  }
}
.chest__caudal {
  border-top: 1px solid #e8e8e8;
  padding: 12px 10px 16px 24px;
}
@media (max-width: 767px) {
  .chest__caudal {
    padding: 9px 13px 12px 12px;
  }
}
.chest__status {
  font-size: 14px;
  line-height: 19px;
  color: #7cab18;
  font-weight: 400;
  font-family: "Formular";
}
@media (max-width: 767px) {
  .chest__status {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
}
.chest__status span {
  font-weight: 700;
}
.chest__cellar {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .chest__cellar {
    margin-top: 11px;
  }
}
.chest__back {
  min-width: 240px;
  width: 100%;
  max-width: 240px;
  margin-right: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 24px 18px 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e01377;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #e01377;
  font-weight: 400;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1343px) and (min-width: 992px) {
  .chest__back {
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    padding: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .chest__back {
    min-width: 41px;
    max-width: 41px;
    height: 41px;
    padding: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    margin-right: 5px;
  }
}
.chest__back:hover {
  border-color: #e01377;
  color: #ffffff;
  background-color: #e01377;
}
.chest__back:hover svg path {
  fill: #ffffff;
}
.chest__back svg {
  min-width: 10px;
  max-width: 10px;
  height: 11px;
  margin-top: 5px;
  margin-right: 17px;
}
@media (max-width: 1343px) and (min-width: 992px) {
  .chest__back svg {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .chest__back svg {
    margin-top: 0;
    margin-right: 0;
  }
}
.chest__back svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chest__btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e01377;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 17px 17px 13px;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Century Gothic";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .chest__btn {
    font-size: 12px;
    line-height: 16px;
    padding: 13px 15px 12px 18px;
    letter-spacing: 2.4px;
  }
}
.chest__btn:hover {
  background-color: #f61583;
}
.chest__btn img {
  margin-top: 7px;
  margin-left: 15px;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
}
@media (max-width: 767px) {
  .chest__btn img {
    min-width: 5px;
    max-width: 5px;
    height: 5px;
    margin-top: 5px;
  }
}

.ymaps-2-1-79-map .ymaps-2-1-79-balloon__close {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .ymaps-2-1-79-map .ymaps-2-1-79-balloon__close {
    top: 10px;
    right: 11px;
  }
}
.ymaps-2-1-79-map .ymaps-2-1-79-balloon__close .ymaps-2-1-79-balloon__close-button {
  width: 12px;
  height: 12px;
  background-size: contain;
  opacity: 1;
}
@media (max-width: 767px) {
  .ymaps-2-1-79-map .ymaps-2-1-79-balloon__close .ymaps-2-1-79-balloon__close-button {
    width: 10px;
    height: 10px;
  }
}
.ymaps-2-1-79-map .ymaps-2-1-79-balloon {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ymaps-2-1-79-map .ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__content {
  padding: 0;
  margin-right: 0;
  background: transparent;
}
.ymaps-2-1-79-map .ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__content > ymaps {
  overflow: visible !important;
  width: 306px !important;
}
@media (max-width: 767px) {
  .ymaps-2-1-79-map .ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__content > ymaps {
    width: 200px !important;
  }
}
.ymaps-2-1-79-map .ymaps-2-1-79-balloon__layout {
  background: transparent;
  overflow: visible;
}
.ymaps-2-1-79-map .ymaps-2-1-79-balloon__tail {
  display: none;
}

.hint {
  width: 306px !important;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0.342px 0.94px 1.5px rgba(36, 36, 36, 0.18));
  filter: drop-shadow(0.342px 0.94px 1.5px rgba(36, 36, 36, 0.18));
  position: relative;
  min-height: 173px;
}
@media (max-width: 767px) {
  .hint {
    -webkit-filter: drop-shadow(0.5px 0.866px 1.5px rgba(36, 36, 36, 0.18));
    filter: drop-shadow(0.5px 0.866px 1.5px rgba(36, 36, 36, 0.18));
    width: 200px !important;
    min-height: 113px;
  }
}
.hint:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -5px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
}
.hint__point {
  margin-top: 18px;
  top: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hint__point img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hint__point-current {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .hint__point-current {
    width: 41px;
    height: 41px;
  }
}
.hint__point-default {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .hint__point-default {
    width: 22px;
    height: 22px;
  }
}
.hint__point-check {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .hint__point-check {
    width: 35px;
    height: 35px;
  }
}
.hint__point-elect {
  width: 34px;
  height: 34px;
}
@media (max-width: 767px) {
  .hint__point-elect {
    width: 22px;
    height: 22px;
  }
}
.hint__point-no {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .hint__point-no {
    width: 31px;
    height: 31px;
  }
}
.hint__point-yes {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .hint__point-yes {
    width: 31px;
    height: 31px;
  }
}
.hint__fella {
  background-color: #fae902;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 13px 42px 11px 27px;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 18px;
  color: #2e2e2e;
  font-family: "Century Gothic";
}
@media (max-width: 767px) {
  .hint__fella {
    padding: 7px 10px 7px 17px;
    font-size: 10px;
    letter-spacing: 1.7px;
    line-height: 14px;
  }
}
.hint__body {
  padding: 13px 15px 43px 27px;
  font-family: "Formular";
}
@media (max-width: 767px) {
  .hint__body {
    padding: 8px 10px 12px 18px;
  }
}
.hint__name {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .hint__name {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 4px;
  }
}
.hint__address {
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hint__address {
    font-size: 10px;
    line-height: 14px;
  }
}
.hint__mode {
  padding-right: 45px;
  margin-top: 17px;
  font-size: 12px;
  line-height: 16px;
  color: #343434;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hint__mode {
    margin-top: 6px;
    font-size: 9px;
    line-height: 13px;
    padding-right: 38px;
  }
}
.hint__pin {
  position: absolute;
  bottom: 22px;
  right: 29px;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e01377;
  border: 1px solid #e01377;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .hint__pin {
    width: 24px;
    height: 24px;
    bottom: 14px;
    right: 16px;
  }
}
.hint__pin:hover {
  background-color: #ffffff;
}
.hint__pin:hover svg path {
  fill: #e01377 !important;
}
.hint__pin svg {
  width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .hint__pin svg {
    width: 10px;
    height: 19px;
  }
}
.hint__pin svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}