@charset "UTF-8";
/**************************** 
//                         //
//  Created by LIFE STYLE  //
//                         //
 **************************/
/*
----------------------
Mini map css style
-------------------


----------------------
*/
/* Start Normalize */
html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

imput {
  border: none;
  outline: none;
  background: none;
}

* {
  box-sizing: border-box;
}

.bg-white {
  background: #fff !important;
}

.bg-light {
  background: #fefdf9 !important;
}

.bg-gormet-accent {
  background: #ffeca9 !important;
}

.bg-vito-accent-second {
  background: #fff8dd !important;
}

.bg-vito-accent {
  background: #fcc62a !important;
}

.bg-aux-accent {
  background: #741e30 !important;
}

.bg-aux-accent-second {
  background: #424a4d !important;
}

.bg-aux {
  background: #faf9f8 !important;
}

.bg-maro-accent {
  background: #3fab3c !important;
}

.bg-maro-accent-opac {
  background: rgba(63, 171, 60, 0.1) !important;
}

.bg-horeca {
  background: #2b2929 !important;
}

.bg-horeca-accent {
  background: #b69271 !important;
}

.bg-maro-accent-second {
  background: #314129 !important;
}

@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url("../fonts/Lora-Bold.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url("../fonts/Lora-SemiBold.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url("../fonts/Lora-Medium.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url("../fonts/Lora-Regular.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}
:root {
  --font-m: "Lora";
  --weight-m-700: 700;
  --weight-m-600: 600;
  --weight-m-500: 500;
  --weight-m-400: 400;
}

@font-face {
  font-family: "LoraItalic";
  font-display: swap;
  src: url("../fonts/Lora-SemiBoldItalic.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "LoraItalic";
  font-display: swap;
  src: url("../fonts/Lora-MediumItalic.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "LoraItalic";
  font-display: swap;
  src: url("../fonts/Lora-Italic.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}
:root {
  --font-mit: "LoraItalic";
  --weight-mit-600: 600;
  --weight-mit-500: 500;
  --weight-mit-400: 400;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}
:root {
  --font-s: "Roboto";
  --weight-s-700: 700;
  --weight-s-500: 500;
  --weight-s-400: 400;
}

.flex\:row, .flex\:row-max-1440, .flex\:row-max, .flex\:row-hd {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.flex\:col, .flex\:col-max-1440, .flex\:col-max, .flex\:col-hd {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.flex\:row-hd {
  max-width: 1920px;
}
.flex\:row-max {
  max-width: 1150px;
  padding: 0 20px;
}
.flex\:row-max-1440 {
  max-width: 1480px;
  padding: 0 20px;
}

.flex\:col-hd {
  max-width: 1920px;
}
.flex\:col-max {
  max-width: 1150px;
  padding: 0 20px;
}
.flex\:col-max-1440 {
  max-width: 1480px;
  padding: 0 20px;
}

.tmp-2fr {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin: 0 -20px;
}
.tmp-2fr > * {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 50%;
  flex-basis: 520px;
  padding: 20px;
}
.flex\:fr, .flex\:fr-5, .flex\:fr-3, .flex\:fr-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-grow: 1;
}
.flex\:fr-2 {
  margin-left: -12px;
  margin-right: -12px;
  transition: 0.5s all ease;
}
.flex\:fr-2 > * {
  display: flex;
  width: 50%;
  min-width: 500px;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .flex\:fr-2 > * {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .flex\:fr-2 > * {
    min-width: 100%;
  }
}
.flex\:fr-3 {
  margin-left: -12px;
  margin-right: -12px;
  transition: 0.5s all ease;
}
.flex\:fr-3 > * {
  display: flex;
  width: 33.3333333333%;
  min-width: 230px;
  padding: 12px;
}
@media screen and (max-width: 1024px) {
  .flex\:fr-3 > * {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .flex\:fr-3 > * {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .flex\:fr-3 > * {
    min-width: 260px;
  }
}
.flex\:fr-5 {
  margin-left: -12px;
  margin-right: -12px;
  transition: 0.5s all ease;
}
.flex\:fr-5 > * {
  display: flex;
  width: 20%;
  min-width: 204.8px;
  height: 300px;
  padding: 12px;
}
@media screen and (max-width: 1024px) {
  .flex\:fr-5 > * {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .flex\:fr-5 > * {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .flex\:fr-5 > * {
    width: 100%;
    min-width: 100%;
  }
}

.grid\:fr, .grid\:fr-1, .grid\:fr-2, .grid\:fr-3, .grid\:fr-4, .grid\:fr-5 {
  display: grid;
  width: 100%;
}
.grid\:fr-5 {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
  width: 100%;
}
.grid\:fr-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  width: 100%;
}
.grid\:fr-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  width: 100%;
}
.grid\:fr-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  width: 100%;
}
.grid\:fr-1 {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
  width: 100%;
}

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-10 {
    padding-top: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-10 {
    padding-bottom: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}
.pad-t-10 {
  padding-top: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-t-10 {
    padding-top: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}
.pad-b-10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-b-10 {
    padding-bottom: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-10 {
    margin-top: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-10 {
    margin-bottom: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}
.mar-t-10 {
  margin-top: 10px;
}
@media screen and (max-width: 1536px) {
  .mar-t-10 {
    margin-top: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}
.mar-b-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1536px) {
  .mar-b-10 {
    margin-bottom: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-20 {
    padding-top: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-20 {
    padding-bottom: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}
.pad-t-20 {
  padding-top: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-t-20 {
    padding-top: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}
.pad-b-20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-b-20 {
    padding-bottom: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-20 {
    margin-top: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-20 {
    margin-bottom: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}
.mar-t-20 {
  margin-top: 20px;
}
@media screen and (max-width: 1536px) {
  .mar-t-20 {
    margin-top: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}
.mar-b-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1536px) {
  .mar-b-20 {
    margin-bottom: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-30 {
    padding-top: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-30 {
    padding-bottom: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}
.pad-t-30 {
  padding-top: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-t-30 {
    padding-top: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}
.pad-b-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-b-30 {
    padding-bottom: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-30 {
    margin-top: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-30 {
    margin-bottom: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}
.mar-t-30 {
  margin-top: 30px;
}
@media screen and (max-width: 1536px) {
  .mar-t-30 {
    margin-top: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}
.mar-b-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1536px) {
  .mar-b-30 {
    margin-bottom: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-40 {
    padding-top: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-40 {
    padding-bottom: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}
.pad-t-40 {
  padding-top: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-t-40 {
    padding-top: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}
.pad-b-40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-b-40 {
    padding-bottom: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-40 {
    margin-top: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-40 {
    margin-bottom: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}
.mar-t-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1536px) {
  .mar-t-40 {
    margin-top: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}
.mar-b-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1536px) {
  .mar-b-40 {
    margin-bottom: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-50 {
    padding-top: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-50 {
    padding-bottom: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}
.pad-t-50 {
  padding-top: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-t-50 {
    padding-top: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}
.pad-b-50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-b-50 {
    padding-bottom: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-50 {
    margin-top: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-50 {
    margin-bottom: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}
.mar-t-50 {
  margin-top: 50px;
}
@media screen and (max-width: 1536px) {
  .mar-t-50 {
    margin-top: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}
.mar-b-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  .mar-b-50 {
    margin-bottom: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-60 {
    padding-top: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-60 {
    padding-bottom: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}
.pad-t-60 {
  padding-top: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-t-60 {
    padding-top: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}
.pad-b-60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-b-60 {
    padding-bottom: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-60 {
    margin-top: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-60 {
    margin-bottom: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}
.mar-t-60 {
  margin-top: 60px;
}
@media screen and (max-width: 1536px) {
  .mar-t-60 {
    margin-top: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}
.mar-b-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1536px) {
  .mar-b-60 {
    margin-bottom: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-70 {
    padding-top: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-70 {
    padding-bottom: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}
.pad-t-70 {
  padding-top: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-t-70 {
    padding-top: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}
.pad-b-70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-b-70 {
    padding-bottom: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-70 {
    margin-top: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-70 {
    margin-bottom: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}
.mar-t-70 {
  margin-top: 70px;
}
@media screen and (max-width: 1536px) {
  .mar-t-70 {
    margin-top: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}
.mar-b-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1536px) {
  .mar-b-70 {
    margin-bottom: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-80 {
    padding-top: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-80 {
    padding-bottom: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}
.pad-t-80 {
  padding-top: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-t-80 {
    padding-top: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}
.pad-b-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-b-80 {
    padding-bottom: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-80 {
    margin-top: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-80 {
    margin-bottom: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}
.mar-t-80 {
  margin-top: 80px;
}
@media screen and (max-width: 1536px) {
  .mar-t-80 {
    margin-top: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}
.mar-b-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1536px) {
  .mar-b-80 {
    margin-bottom: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-90 {
    padding-top: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-90 {
    padding-bottom: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}
.pad-t-90 {
  padding-top: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-t-90 {
    padding-top: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}
.pad-b-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-b-90 {
    padding-bottom: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-90 {
    margin-top: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-90 {
    margin-bottom: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}
.mar-t-90 {
  margin-top: 90px;
}
@media screen and (max-width: 1536px) {
  .mar-t-90 {
    margin-top: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}
.mar-b-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1536px) {
  .mar-b-90 {
    margin-bottom: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-100 {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-100 {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}
.pad-t-100 {
  padding-top: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-t-100 {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}
.pad-b-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-b-100 {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-100 {
    margin-top: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-100 {
    margin-bottom: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}
.mar-t-100 {
  margin-top: 100px;
}
@media screen and (max-width: 1536px) {
  .mar-t-100 {
    margin-top: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}
.mar-b-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1536px) {
  .mar-b-100 {
    margin-bottom: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-110 {
    padding-top: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-110 {
    padding-bottom: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}
.pad-t-110 {
  padding-top: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-t-110 {
    padding-top: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}
.pad-b-110 {
  padding-bottom: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-b-110 {
    padding-bottom: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-110 {
    margin-top: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-110 {
    margin-bottom: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}
.mar-t-110 {
  margin-top: 110px;
}
@media screen and (max-width: 1536px) {
  .mar-t-110 {
    margin-top: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}
.mar-b-110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 1536px) {
  .mar-b-110 {
    margin-bottom: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-120 {
    padding-top: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-120 {
    padding-bottom: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}
.pad-t-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-t-120 {
    padding-top: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}
.pad-b-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-b-120 {
    padding-bottom: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-120 {
    margin-top: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-120 {
    margin-bottom: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}
.mar-t-120 {
  margin-top: 120px;
}
@media screen and (max-width: 1536px) {
  .mar-t-120 {
    margin-top: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}
.mar-b-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1536px) {
  .mar-b-120 {
    margin-bottom: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-130 {
    padding-top: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-130 {
    padding-bottom: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}
.pad-t-130 {
  padding-top: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-t-130 {
    padding-top: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}
.pad-b-130 {
  padding-bottom: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-b-130 {
    padding-bottom: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-130 {
    margin-top: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-130 {
    margin-bottom: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}
.mar-t-130 {
  margin-top: 130px;
}
@media screen and (max-width: 1536px) {
  .mar-t-130 {
    margin-top: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}
.mar-b-130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 1536px) {
  .mar-b-130 {
    margin-bottom: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-140 {
    padding-top: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-140 {
    padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}
.pad-t-140 {
  padding-top: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-t-140 {
    padding-top: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}
.pad-b-140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-b-140 {
    padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-140 {
    margin-top: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-140 {
    margin-bottom: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}
.mar-t-140 {
  margin-top: 140px;
}
@media screen and (max-width: 1536px) {
  .mar-t-140 {
    margin-top: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}
.mar-b-140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 1536px) {
  .mar-b-140 {
    margin-bottom: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-150 {
    padding-top: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-150 {
    padding-bottom: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}
.pad-t-150 {
  padding-top: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-t-150 {
    padding-top: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}
.pad-b-150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-b-150 {
    padding-bottom: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-150 {
    margin-top: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-150 {
    margin-bottom: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}
.mar-t-150 {
  margin-top: 150px;
}
@media screen and (max-width: 1536px) {
  .mar-t-150 {
    margin-top: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}
.mar-b-150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 1536px) {
  .mar-b-150 {
    margin-bottom: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-160 {
    padding-top: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-160 {
    padding-bottom: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}
.pad-t-160 {
  padding-top: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-t-160 {
    padding-top: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}
.pad-b-160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-b-160 {
    padding-bottom: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-160 {
    margin-top: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-160 {
    margin-bottom: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}
.mar-t-160 {
  margin-top: 160px;
}
@media screen and (max-width: 1536px) {
  .mar-t-160 {
    margin-top: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}
.mar-b-160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 1536px) {
  .mar-b-160 {
    margin-bottom: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-170 {
    padding-top: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-170 {
    padding-bottom: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}
.pad-t-170 {
  padding-top: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-t-170 {
    padding-top: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}
.pad-b-170 {
  padding-bottom: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-b-170 {
    padding-bottom: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-170 {
    margin-top: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-170 {
    margin-bottom: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}
.mar-t-170 {
  margin-top: 170px;
}
@media screen and (max-width: 1536px) {
  .mar-t-170 {
    margin-top: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}
.mar-b-170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 1536px) {
  .mar-b-170 {
    margin-bottom: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-180 {
    padding-top: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-180 {
    padding-bottom: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}
.pad-t-180 {
  padding-top: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-t-180 {
    padding-top: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}
.pad-b-180 {
  padding-bottom: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-b-180 {
    padding-bottom: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-180 {
    margin-top: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-180 {
    margin-bottom: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}
.mar-t-180 {
  margin-top: 180px;
}
@media screen and (max-width: 1536px) {
  .mar-t-180 {
    margin-top: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}
.mar-b-180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 1536px) {
  .mar-b-180 {
    margin-bottom: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-190 {
    padding-top: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-190 {
    padding-bottom: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}
.pad-t-190 {
  padding-top: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-t-190 {
    padding-top: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}
.pad-b-190 {
  padding-bottom: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-b-190 {
    padding-bottom: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-190 {
    margin-top: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-190 {
    margin-bottom: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}
.mar-t-190 {
  margin-top: 190px;
}
@media screen and (max-width: 1536px) {
  .mar-t-190 {
    margin-top: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}
.mar-b-190 {
  margin-bottom: 190px;
}
@media screen and (max-width: 1536px) {
  .mar-b-190 {
    margin-bottom: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-200 {
    padding-top: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-200 {
    padding-bottom: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}
.pad-t-200 {
  padding-top: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-t-200 {
    padding-top: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}
.pad-b-200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-b-200 {
    padding-bottom: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}

.mar-tb-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1536px) {
  .mar-tb-200 {
    margin-top: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .mar-tb-200 {
    margin-bottom: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}
.mar-t-200 {
  margin-top: 200px;
}
@media screen and (max-width: 1536px) {
  .mar-t-200 {
    margin-top: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}
.mar-b-200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 1536px) {
  .mar-b-200 {
    margin-bottom: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}

.un-active {
  pointer-events: none;
  opacity: 0.5;
}

.padding-top {
  padding-top: 200px;
}
@media screen and (max-width: 480px) {
  .padding-top {
    padding-top: 150px;
  }
}

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social.social-dark a svg, .social.social-dark a path {
  fill: #000;
}
.social.social-dark a:hover svg {
  fill: #757575;
}
.social.social-horec a svg, .social.social-horec a path {
  fill: #2b2929;
}
.social.social-horec a:hover svg, .social.social-horec a:hover path {
  fill: #000;
}
.social > h1, .social > h2, .social > h3, .social > h4, .social > h5, .social > h6 {
  margin-bottom: 24px;
  font-size: 18px;
  font-family: var(--font-s);
  color: #fff;
}
@media screen and (max-width: 1536px) {
  .social > h1, .social > h2, .social > h3, .social > h4, .social > h5, .social > h6 {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}
.social ul {
  display: flex;
}
.social li {
  display: flex;
}
.social li:not(:last-child) {
  margin-right: 10px;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s all ease;
}
.social a svg {
  fill: #fff;
  transition: 0.3s all ease;
}
.social a path {
  transition: 0.3s all ease;
}
.social a:hover svg {
  fill: #ffeca9;
}

.text-social {
  display: flex;
}
.text-social ul {
  display: flex;
}
.text-social ul li:not(:last-child) {
  margin-right: 18px;
}
.text-social ul a {
  color: #fff;
}
.text-social ul a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
}
.pagination.pagination_grey .pagination__btn {
  background: rgba(117, 117, 117, 0.1);
}
.pagination.pagination_grey .pagination__btn.active {
  background: #757575;
  color: #fff;
}
.pagination.pagination_grey .pagination__btn:hover {
  background: #000;
}
.pagination.pagination_grey .pagination__btn:hover svg {
  stroke: #fff;
}
.pagination.pagination_grey .pagination__btn:not(:last-child, :first-child):hover {
  background: #757575;
  color: #fff;
}
.pagination.pagination_vito-accent .pagination__btn {
  background: rgba(252, 198, 42, 0.1);
}
.pagination.pagination_vito-accent .pagination__btn.active {
  background: #fcc62a;
  color: #fff;
}
.pagination.pagination_vito-accent .pagination__btn:hover {
  background: #000;
}
.pagination.pagination_vito-accent .pagination__btn:hover svg {
  stroke: #fff;
}
.pagination.pagination_vito-accent .pagination__btn:not(:last-child, :first-child):hover {
  background: #fcc62a;
  color: #fff;
}
.pagination.pagination_aux-accent .pagination__btn {
  background: rgba(116, 30, 48, 0.1);
}
.pagination.pagination_aux-accent .pagination__btn.active {
  background: #741e30;
  color: #fff;
}
.pagination.pagination_aux-accent .pagination__btn:hover {
  background: #000;
}
.pagination.pagination_aux-accent .pagination__btn:hover svg {
  stroke: #fff;
}
.pagination.pagination_aux-accent .pagination__btn:not(:last-child, :first-child):hover {
  background: #741e30;
  color: #fff;
}
.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: var(--font-s);
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 236, 169, 0.3);
  color: #000;
  transition: 0.3s all ease;
}
.pagination__btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .pagination__btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .pagination__btn:not(:last-child) {
    margin-right: 10px;
  }
}
.pagination__btn svg {
  width: 30%;
  height: 30%;
  -o-object-fit: contain;
  object-fit: contain;
  stroke: #000;
  transition: 0.3s all ease;
}
.pagination__btn:hover {
  background: #000;
}
.pagination__btn:hover svg {
  stroke: #fff;
}
.pagination__btn:not(:last-child, :first-child):hover {
  background: #ffeca9;
}
.pagination__btn.active {
  background: #ffeca9;
}

.parallax-ones {
  width: 100%;
  height: 530px;
  background-color: rgba(255, 236, 169, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .filter {
    flex-direction: column;
    align-items: flex-start;
  }
}
.filter.filter__border {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.filter > ul {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .filter > ul {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .filter > ul {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .filter > ul {
    flex-direction: column;
  }
}
.filter > ul > li {
  position: relative;
}
.filter > ul > li:not(:last-child) {
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .filter > ul > li:not(:last-child) {
    margin: 0;
  }
}
.filter > ul > li:hover .filter__drop {
  opacity: 1;
  pointer-events: painted;
}
.filter > ul > li:hover svg {
  transform: rotate(180deg);
}
.filter > ul > li > *:first-child {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
}
.filter > ul > li > *:first-child svg {
  stroke: #000;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  transition: 0.3s all ease;
}
.filter > ul > li > *:first-child.active {
  text-decoration: underline;
}
.filter > ul > li > *:first-child:hover {
  text-decoration: underline;
}
.filter > ul > li .filter__drop {
  z-index: 1;
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  width: 240px;
  max-height: 200px;
  overflow-y: scroll;
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
  padding: 20px 10px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
.filter > ul > li .filter__drop::-webkit-scrollbar {
  width: 8px;
}
.filter > ul > li .filter__drop::-webkit-scrollbar-track {
  background-color: transparent;
}
.filter > ul > li .filter__drop::-webkit-scrollbar-thumb {
  background: #000;
}
.filter > ul > li .filter__drop .checkbox__label:hover .checkbox__content {
  border-color: #fcc62a;
}
.filter > ul > li .filter__drop .checkbox__input:checked + .checkbox__content::after {
  background: #fcc62a;
}
.filter > ul > li .filter__drop .checkbox__input:checked + .checkbox__content {
  border-color: #fcc62a;
}
.filter > ul > li .filter__drop .checkbox__content {
  width: 18px;
  height: 18px;
}
.filter > ul > li .filter__drop .checkbox:not(:last-child) {
  margin-bottom: 4px;
}
.filter__search {
  display: flex;
  width: 100%;
  max-width: 440px;
}

.not-result {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.not-result p {
  font-family: var(--font-m);
  font-size: 56px;
}
@media screen and (max-width: 1536px) {
  .not-result p {
    font-size: calc(34px + 22 * ((100vw - 320px) / 1216));
  }
}

.pours-glass-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .pours-glass-title {
    flex-direction: column;
  }
}
.pours-glass-title svg {
  margin-right: 24px;
}
@media screen and (max-width: 600px) {
  .pours-glass-title svg {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
.pours-glass-title .text-tmp {
  max-width: 500px;
}

.both {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .both {
    flex-direction: column;
  }
}
.both.both-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .both.both-reverse {
    flex-direction: column;
  }
}
.both.both-reverse .both__item:first-child {
  margin-left: 30px;
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .both.both-reverse .both__item:first-child {
    margin-left: 0;
  }
}
.both__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
}
.both__item .text-tmp:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .both__item {
    margin: 0;
  }
}
.both__item:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .both__item:first-child {
    margin: 0;
    margin-bottom: 24px;
  }
}
.both__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.both__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.both__img > img, .both__img > svg, .both__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.both__img.both-img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.both__img-contain {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.both__img-contain::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.both__img-contain > img, .both__img-contain > svg, .both__img-contain > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.both-not-equal {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.both-not-equal__item {
  display: flex;
  flex-direction: column;
}
.both-not-equal__item:first-child {
  width: 40%;
}
.both-not-equal__item:last-child {
  width: 60%;
}

.both-full {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .both-full {
    flex-direction: column-reverse;
  }
}
.both-full.both-full-max.both-full-reverse .both-full__item:last-child {
  padding: 50px 25px 50px 0;
  padding-left: calc((100% - 1110px) / 2);
}
.both-full.both-full-max .both-full__item:last-child {
  padding: 50px 0 50px 25px;
  padding-right: calc((100% - 1110px) / 2);
}
.both-full.both-full-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1170px) {
  .both-full.both-full-reverse {
    flex-direction: column-reverse;
  }
}
.both-full.both-full-reverse .both-full__item:last-child {
  padding: 50px 100px 50px 0;
  padding-left: calc((100% - 1440px) / 2);
}
@media screen and (max-width: 1500px) {
  .both-full.both-full-reverse .both-full__item:last-child {
    padding-left: 20px;
    padding: 50px 20px 50px 20px;
  }
}
.both-full.both-full-reverse .both-full__img img {
  -o-object-position: left;
  object-position: left;
}
.both-full__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1170px) {
  .both-full__item {
    width: 100%;
  }
}
.both-full__item:last-child {
  padding: 50px 0 50px 100px;
  padding-right: calc((100% - 1440px) / 2);
}
@media screen and (max-width: 1500px) {
  .both-full__item:last-child {
    padding-right: 20px;
    padding: 50px 20px 50px 20px;
  }
}
.both-full__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.both-full__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 85%;
}
.both-full__img > img, .both-full__img > svg, .both-full__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.both-full__img img {
  -o-object-position: right;
  object-position: right;
}
.both-full__img.img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.both-hd {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .both-hd {
    flex-direction: column-reverse;
  }
}
.both-hd__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.both-hd__item:first-child {
  width: 40%;
  margin-right: 25px;
  padding-left: calc((100% - 1110px) / 2);
}
@media screen and (max-width: 979px) {
  .both-hd__item:first-child {
    position: absolute;
    top: 0;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 50px 20px;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
}
.both-hd__item:last-child {
  width: 60%;
}
@media screen and (max-width: 979px) {
  .both-hd__item:last-child {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.both-hd__item .text-tmp {
  max-width: 450px;
}
.both-hd__img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 600px) {
  .both-hd__img {
    height: 80vh;
  }
}
.both-hd__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.both-imposed {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  .both-imposed {
    flex-direction: column-reverse;
  }
}
.both-imposed__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
}
@media screen and (max-width: 979px) {
  .both-imposed__item {
    width: 100%;
  }
}
.both-imposed__item:first-child {
  z-index: 1;
  width: 55%;
  margin-right: -10%;
  padding-left: calc((100% - 1110px) / 2);
}
@media screen and (max-width: 979px) {
  .both-imposed__item:first-child {
    width: 100%;
    margin-top: 24px;
  }
}
.both-imposed__item .text-tmp p {
  max-width: 70%;
}
.both-imposed__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.both-imposed__logo-list {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-top: 25px;
}
@media screen and (max-width: 979px) {
  .both-imposed__logo-list {
    width: 100%;
  }
}
.both-imposed__logo-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .both-imposed__logo-list ul {
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .both-imposed__logo-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.both-imposed__logo-list ul li {
  margin-top: auto;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.both-imposed__logo-list ul li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.both-imposed__logo-list ul li > img, .both-imposed__logo-list ul li > svg, .both-imposed__logo-list ul li > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 979px) {
  .both-imposed__logo-list ul li {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .both-imposed__logo-list ul li::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .both-imposed__logo-list ul li > img, .both-imposed__logo-list ul li > svg, .both-imposed__logo-list ul li > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 300px;
  background: #b69271;
}
@media screen and (max-width: 979px) {
  .line {
    display: none;
  }
}

.intro-tmp {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.intro-tmp__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.intro-tmp .text-tmp {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
}
.intro-tmp .text-tmp > h1, .intro-tmp .text-tmp > h2, .intro-tmp .text-tmp > h3, .intro-tmp .text-tmp > h4, .intro-tmp .text-tmp > h5, .intro-tmp .text-tmp > h6 {
  margin-bottom: 16px;
  font-size: 44px;
}
@media screen and (max-width: 1536px) {
  .intro-tmp .text-tmp > h1, .intro-tmp .text-tmp > h2, .intro-tmp .text-tmp > h3, .intro-tmp .text-tmp > h4, .intro-tmp .text-tmp > h5, .intro-tmp .text-tmp > h6 {
    font-size: calc(20px + 24 * ((100vw - 320px) / 1216));
  }
}
.intro-tmp .text-tmp > p {
  font-size: 18px;
  color: #000;
}
.intro-tmp .filter {
  margin-top: 40px;
}

.info-both-short {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .info-both-short {
    flex-direction: column;
  }
}
.info-both-short_border-b {
  border-bottom: 1px solid #000;
}
.info-both-short__col {
  display: flex;
  flex-direction: column;
}
.info-both-short__col:nth-child(1) {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .info-both-short__col:nth-child(1) {
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.info-both-short__col:nth-child(1) > p {
  font-family: var(--font-m);
  font-size: 25px;
  color: #000;
}
@media screen and (max-width: 1536px) {
  .info-both-short__col:nth-child(1) > p {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}
.info-both-short__col:nth-child(1) > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .info-both-short__col:nth-child(1) > ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .info-both-short__col:nth-child(1) > ul {
    flex-direction: column;
  }
}
.info-both-short__col:nth-child(1) > ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.info-both-short__col:nth-child(1) > ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .info-both-short__col:nth-child(1) > ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media screen and (max-width: 600px) {
  .info-both-short__col:nth-child(1) > ul li:not(:last-child) {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.info-both-short__col:nth-child(1) > ul li > *:first-child {
  line-height: 125%;
  font-family: var(--font-m);
  font-size: 44px;
  color: #000;
}
@media screen and (max-width: 1536px) {
  .info-both-short__col:nth-child(1) > ul li > *:first-child {
    font-size: calc(20px + 24 * ((100vw - 320px) / 1216));
  }
}
.info-both-short__col:nth-child(1) > ul li > *:last-child {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.info-both-short__col:nth-child(2) {
  width: 100%;
  max-width: 730px;
}
@media screen and (max-width: 1024px) {
  .info-both-short__col:nth-child(2) {
    max-width: 100%;
  }
}
.info-both-short__col:nth-child(2) > h1, .info-both-short__col:nth-child(2) > h2, .info-both-short__col:nth-child(2) > h3, .info-both-short__col:nth-child(2) > h4, .info-both-short__col:nth-child(2) > h5, .info-both-short__col:nth-child(2) > h6 {
  margin-bottom: 16px;
  font-size: 44px;
}
@media screen and (max-width: 1536px) {
  .info-both-short__col:nth-child(2) > h1, .info-both-short__col:nth-child(2) > h2, .info-both-short__col:nth-child(2) > h3, .info-both-short__col:nth-child(2) > h4, .info-both-short__col:nth-child(2) > h5, .info-both-short__col:nth-child(2) > h6 {
    font-size: calc(20px + 24 * ((100vw - 320px) / 1216));
  }
}
.info-both-short__col:nth-child(2) > p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.info-both-short__col:nth-child(2) > p:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1536px) {
  .info-both-short__col:nth-child(2) > p {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}
.info-both-short__col:nth-child(2) > div:not(.text-tmp) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  .info-both-short__col:nth-child(2) > div:not(.text-tmp) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.info-both-short__col:nth-child(2) > div:not(.text-tmp) > a {
  font-size: 25px;
  color: #000;
  font-weight: var(--weight-m-500);
}
@media screen and (max-width: 1536px) {
  .info-both-short__col:nth-child(2) > div:not(.text-tmp) > a {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 600px) {
  .info-both-short__col:nth-child(2) > div:not(.text-tmp) > a {
    margin-bottom: 10px;
  }
}
.info-both-short__col:nth-child(2) > div:not(.text-tmp) > a:hover {
  text-decoration: underline;
}
.info-both-short__col:nth-child(2) > div:not(.text-tmp) ul {
  display: flex;
}
.info-both-short__col:nth-child(2) > div:not(.text-tmp) ul li:not(:last-child) {
  margin-right: 10px;
}
.info-both-short__col:nth-child(2) > div:not(.text-tmp) ul a {
  font-size: 18px;
  text-decoration: underline;
  font-weight: var(--weight-m-500);
  color: #000;
}
@media screen and (max-width: 1536px) {
  .info-both-short__col:nth-child(2) > div:not(.text-tmp) ul a {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}
.info-both-short__col:nth-child(2) > div:not(.text-tmp) ul a:hover {
  text-decoration: none;
}
.info-both-short__col.info-both-short_border-b {
  border: none;
}
.info-both-short__col.info-both-short_border-b .text-tmp {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.team-desc {
  display: flex;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .team-desc {
    flex-direction: column-reverse;
  }
}
.team-desc:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .team-desc:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.team-desc:not(:last-child) {
  border-bottom: 1px solid #000000;
}
.team-desc__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.team-desc__info p {
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 1536px) {
  .team-desc__info p {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}
.team-desc__info-name {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  border-bottom: 1px solid #000000;
}
.team-desc__info-name > h1, .team-desc__info-name > h2, .team-desc__info-name > h3, .team-desc__info-name > h4, .team-desc__info-name > h5, .team-desc__info-name > h6 {
  margin-bottom: 8px;
  color: #000;
  font-size: 55px;
}
@media screen and (max-width: 1536px) {
  .team-desc__info-name > h1, .team-desc__info-name > h2, .team-desc__info-name > h3, .team-desc__info-name > h4, .team-desc__info-name > h5, .team-desc__info-name > h6 {
    font-size: calc(24px + 31 * ((100vw - 320px) / 1216));
  }
}
.team-desc .text-tmp {
  padding: 32px 0 80px 0;
  border-bottom: 1px solid #000000;
}
.team-desc .text-tmp p:not(:last-child) {
  margin-bottom: 32px;
}
.team-desc__info-links {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
@media screen and (max-width: 1170px) {
  .team-desc__info-links {
    flex-direction: column;
  }
}
.team-desc__info-list-wrap {
  display: flex;
  align-items: center;
}
.team-desc__info-list-wrap:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1170px) {
  .team-desc__info-list-wrap:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.team-desc__info-list-wrap svg {
  flex-shrink: 0;
  margin-right: 15px;
}
.team-desc__info-list-wrap ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.team-desc__info-list-wrap ul li {
  display: flex;
  font-size: 18px;
}
.team-desc__info-list-wrap ul li:not(:last-child) {
  margin-bottom: 4px;
}
.team-desc__info-list-wrap ul a {
  word-break: break-all;
  font-size: 18px;
  color: #000;
}
.team-desc__info-list-wrap ul a:hover {
  text-decoration: underline;
}
.team-desc__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.team-desc__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 114.4%;
}
.team-desc__img > img, .team-desc__img > svg, .team-desc__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-desc__img img {
  -o-object-position: top;
  object-position: top;
}

.info-two-side {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .info-two-side {
    flex-direction: column;
  }
}
.info-two-side__margin {
  margin-top: -40%;
}
.info-two-side__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  height: 100%;
}
.info-two-side__item:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 600px) {
  .info-two-side__item:not(:last-child) {
    margin: 0;
    margin-bottom: 24px;
  }
}
.info-two-side__item .text-tmp {
  align-items: flex-start;
  height: 100%;
}
.info-two-side__item .text-tmp:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .info-two-side__item .text-tmp:not(:last-child) {
    margin: 0;
    margin-bottom: 24px;
  }
}
.info-two-side__item .btn {
  margin-top: auto;
}

.three-step {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.three-step__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .three-step__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.three-step__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.three-step__grid-fr-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .three-step__grid-fr-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.three-step__list-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.three-step__list-col ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.three-step__list-col ul li:first-child {
  align-items: center;
  margin-bottom: 16px;
  font-family: var(--font-m);
}
.three-step__list-col ul li:first-child svg {
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .three-step__list-col ul li:first-child svg {
    width: 39px;
    height: 13px;
  }
}

.duo-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .duo-info {
    flex-direction: column;
  }
}
.duo-info__img {
  margin: 0 24px;
  position: relative;
  width: 200px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .duo-info__img {
    margin: 24px 0;
  }
}
.duo-info__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.duo-info__img > img, .duo-info__img > svg, .duo-info__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.duo-info .text-tmp {
  max-width: 540px;
  text-align: center;
}

.list-number {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.list-number ul {
  counter-reset: section;
  list-style-type: none;
}
.list-number ul li {
  display: flex;
  width: 100%;
}
.list-number ul li::before {
  content: counters(section, " ");
  counter-increment: section;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-top: 2px;
  margin-right: 12px;
  color: #000;
  background: #fcc62a;
  font-size: 32px;
  border-radius: 50%;
}
@media screen and (max-width: 1536px) {
  .list-number ul li::before {
    font-size: calc(24px + 8 * ((100vw - 320px) / 1216));
  }
}

.hd-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #000;
}
.hd-info__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.hd-info__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 62%;
}
.hd-info__img > img, .hd-info__img > svg, .hd-info__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hd-info__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 100px 20px;
}
@media screen and (max-width: 1170px) {
  .hd-info__content {
    position: static;
    transform: translateX(0);
  }
}
.hd-info__content svg {
  margin-right: 20px;
  stroke: #fff;
}
@media screen and (max-width: 600px) {
  .hd-info__content svg {
    display: none;
  }
}
.hd-info__content .text-tmp {
  align-items: flex-start;
}
.hd-info__content .text-tmp .btn {
  margin-top: 40px;
}
.hd-info__content-inner {
  display: flex;
}

.contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-list > h1, .contact-list > h2, .contact-list > h3, .contact-list > h4, .contact-list > h5, .contact-list > h6 {
  margin-bottom: 40px;
}
.contact-list > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
}
.contact-list > ul li {
  font-size: 18px;
}
.contact-list > ul li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-list > ul li:nth-of-type(1) {
  font-family: var(--font-m);
}
.contact-list > ul a {
  display: flex;
  align-items: center;
  color: #000;
}
.contact-list > ul a svg {
  margin-right: 10px;
  fill: #000;
}
.contact-list > ul a:hover {
  text-decoration: underline;
}
.contact-list .social {
  margin-top: 40px;
}

.brend-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.brend-name.brend-name-white .brend-name__img {
  filter: brightness(10%) invert(100%);
}
.brend-name__img {
  margin: 0 0 60px 0;
  position: relative;
  width: 350px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  filter: brightness(10%);
}
.brend-name__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.brend-name__img > img, .brend-name__img > svg, .brend-name__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 480px) {
  .brend-name__img {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .brend-name__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }
  .brend-name__img > img, .brend-name__img > svg, .brend-name__img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.brend-name .text-tmp {
  max-width: 680px;
  text-align: center;
}

.modal-from {
  display: none;
  padding: 0 !important;
  width: 100%;
  max-width: 450px;
}
.modal-from * {
  outline: none !important;
}
.modal-from__head {
  padding: 34px 30px;
}
.modal-from__head .text-tmp {
  text-align: center;
}
.modal-from__head .text-tmp p {
  color: #000;
  font-weight: var(--weight-m-700);
}
.modal-from__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 34px 30px;
}
.modal-from__phones {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.modal-from__phones p {
  margin-bottom: 8px;
  color: #000;
}
.modal-from__phones ul li:not(:last-child) {
  margin-bottom: 8px;
}
.modal-from__phones ul a {
  font-family: var(--font-m);
  color: #000;
}
.modal-from__form {
  position: relative;
  margin-bottom: 32px;
}
.modal-from__form p {
  color: #000;
}
.modal-from__form .form__preloader {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #424a4d;
  font-size: 18px;
  color: #fff;
}
.modal-from__form .form__preloader-round {
  width: 40px;
  height: 40px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}
.modal-from__form.bg-maro-accent-second .form__preloader {
  background: #314129;
}

.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}
.page-404.maro-site {
  background: #ecf7ec;
}
.page-404.horeca-site *, .page-404.horeca-site > a:not(.btn) {
  color: #b69271;
}
.page-404.horeca-site > a:not(.btn) {
  text-decoration: underline;
}
.page-404.horeca-site > a:not(.btn):hover {
  text-decoration: none;
}
.page-404.horeca-site > h1, .page-404.horeca-site > h2, .page-404.horeca-site > h3, .page-404.horeca-site > h4, .page-404.horeca-site > h5, .page-404.horeca-site > h6 {
  font-family: var(--font-s);
}
.page-404 > h1, .page-404 > h2, .page-404 > h3, .page-404 > h4, .page-404 > h5, .page-404 > h6 {
  margin-bottom: 3vw;
  font-size: 140px;
}
@media screen and (max-width: 1536px) {
  .page-404 > h1, .page-404 > h2, .page-404 > h3, .page-404 > h4, .page-404 > h5, .page-404 > h6 {
    font-size: calc(44px + 96 * ((100vw - 320px) / 1216));
  }
}
.page-404 .text-tmp {
  text-align: center;
  max-width: 800px;
}
.page-404 > a:not(.btn) {
  display: flex;
  align-items: center;
  margin-top: 3vw;
  font-size: 18px;
  color: #000;
}
.page-404 > a:not(.btn):hover {
  text-decoration: underline;
}
.page-404 > a:not(.btn) svg {
  margin-right: 8px;
}
.page-404 .btn {
  margin-top: 3vw;
}

body {
  font-family: var(--font-m);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-m);
  font-weight: var(--weight-m-400);
  line-height: 125%;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

.text-tmp > a:not(.btn), li, p {
  font-family: var(--font-s);
  font-weight: var(--weight-m-400);
  font-size: 16px;
}

.basket__card-name p, .basket__card-name > h1, .basket__card-name > h2, .basket__card-name > h3, .basket__card-name > h4, .basket__card-name > h5, .basket__card-name > h6, .basket__result-product-end-num, .aux-filter__range-num, .aux-cavist__card-name p, .aux-market__contact ul a, .horeca-team__item-info > h1, .horeca-team__item-info > h2, .horeca-team__item-info > h3, .horeca-team__item-info > h4, .horeca-team__item-info > h5, .horeca-team__item-info > h6, .full-desc__desc-text > h1, .full-desc__desc-text > h2, .full-desc__desc-text > h3, .full-desc__desc-text > h4, .full-desc__desc-text > h5, .full-desc__desc-text > h6, .product__kind-card-list ul a, .product__kind-btn, .vito-about__info p, .vito-intro__social ul a, .footer__aux-list ul li:nth-child(1), .aux-best-wine-card__name > h1, .aux-best-wine-card__name > h2, .aux-best-wine-card__name > h3, .aux-best-wine-card__name > h4, .aux-best-wine-card__name > h5, .aux-best-wine-card__name > h6, .aux-wine-card__price-main, .collection-card__drop p:first-child, .collection-card__name p, .vito-product-card__name p, .text-social ul a, .three-step__list-col ul li:first-child, .contact-list > h1, .contact-list > h2, .contact-list > h3, .contact-list > h4, .contact-list > h5, .contact-list > h6, .contact-list > ul li:nth-of-type(1), .modal-from__phones ul a {
  font-size: 25px;
}
@media screen and (max-width: 1536px) {
  .basket__card-name p, .basket__card-name > h1, .basket__card-name > h2, .basket__card-name > h3, .basket__card-name > h4, .basket__card-name > h5, .basket__card-name > h6, .basket__result-product-end-num, .aux-filter__range-num, .aux-cavist__card-name p, .aux-market__contact ul a, .horeca-team__item-info > h1, .horeca-team__item-info > h2, .horeca-team__item-info > h3, .horeca-team__item-info > h4, .horeca-team__item-info > h5, .horeca-team__item-info > h6, .full-desc__desc-text > h1, .full-desc__desc-text > h2, .full-desc__desc-text > h3, .full-desc__desc-text > h4, .full-desc__desc-text > h5, .full-desc__desc-text > h6, .product__kind-card-list ul a, .product__kind-btn, .vito-about__info p, .vito-intro__social ul a, .footer__aux-list ul li:nth-child(1), .aux-best-wine-card__name > h1, .aux-best-wine-card__name > h2, .aux-best-wine-card__name > h3, .aux-best-wine-card__name > h4, .aux-best-wine-card__name > h5, .aux-best-wine-card__name > h6, .aux-wine-card__price-main, .collection-card__drop p:first-child, .collection-card__name p, .vito-product-card__name p, .text-social ul a, .three-step__list-col ul li:first-child, .contact-list > h1, .contact-list > h2, .contact-list > h3, .contact-list > h4, .contact-list > h5, .contact-list > h6, .contact-list > ul li:nth-of-type(1), .modal-from__phones ul a {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}
.basket__card-name p > *:not(button, a), .basket__card-name > h1 > *:not(button, a), .basket__card-name > h2 > *:not(button, a), .basket__card-name > h3 > *:not(button, a), .basket__card-name > h4 > *:not(button, a), .basket__card-name > h5 > *:not(button, a), .basket__card-name > h6 > *:not(button, a), .basket__result-product-end-num > *:not(button, a), .aux-filter__range-num > *:not(button, a), .aux-cavist__card-name p > *:not(button, a), .aux-market__contact ul a > *:not(button, a), .horeca-team__item-info > h1 > *:not(button, a), .horeca-team__item-info > h2 > *:not(button, a), .horeca-team__item-info > h3 > *:not(button, a), .horeca-team__item-info > h4 > *:not(button, a), .horeca-team__item-info > h5 > *:not(button, a), .horeca-team__item-info > h6 > *:not(button, a), .full-desc__desc-text > h1 > *:not(button, a), .full-desc__desc-text > h2 > *:not(button, a), .full-desc__desc-text > h3 > *:not(button, a), .full-desc__desc-text > h4 > *:not(button, a), .full-desc__desc-text > h5 > *:not(button, a), .full-desc__desc-text > h6 > *:not(button, a), .product__kind-card-list ul a > *:not(button, a), .product__kind-btn > *:not(button, a), .vito-about__info p > *:not(button, a), .vito-intro__social ul a > *:not(button, a), .footer__aux-list ul li:nth-child(1) > *:not(button, a), .aux-best-wine-card__name > h1 > *:not(button, a), .aux-best-wine-card__name > h2 > *:not(button, a), .aux-best-wine-card__name > h3 > *:not(button, a), .aux-best-wine-card__name > h4 > *:not(button, a), .aux-best-wine-card__name > h5 > *:not(button, a), .aux-best-wine-card__name > h6 > *:not(button, a), .aux-wine-card__price-main > *:not(button, a), .collection-card__drop p:first-child > *:not(button, a), .collection-card__name p > *:not(button, a), .vito-product-card__name p > *:not(button, a), .text-social ul a > *:not(button, a), .three-step__list-col ul li:first-child > *:not(button, a), .contact-list > h1 > *:not(button, a), .contact-list > h2 > *:not(button, a), .contact-list > h3 > *:not(button, a), .contact-list > h4 > *:not(button, a), .contact-list > h5 > *:not(button, a), .contact-list > h6 > *:not(button, a), .contact-list > ul li:nth-of-type(1) > *:not(button, a), .modal-from__phones ul a > *:not(button, a) {
  font-size: 25px;
}
@media screen and (max-width: 1536px) {
  .basket__card-name p > *:not(button, a), .basket__card-name > h1 > *:not(button, a), .basket__card-name > h2 > *:not(button, a), .basket__card-name > h3 > *:not(button, a), .basket__card-name > h4 > *:not(button, a), .basket__card-name > h5 > *:not(button, a), .basket__card-name > h6 > *:not(button, a), .basket__result-product-end-num > *:not(button, a), .aux-filter__range-num > *:not(button, a), .aux-cavist__card-name p > *:not(button, a), .aux-market__contact ul a > *:not(button, a), .horeca-team__item-info > h1 > *:not(button, a), .horeca-team__item-info > h2 > *:not(button, a), .horeca-team__item-info > h3 > *:not(button, a), .horeca-team__item-info > h4 > *:not(button, a), .horeca-team__item-info > h5 > *:not(button, a), .horeca-team__item-info > h6 > *:not(button, a), .full-desc__desc-text > h1 > *:not(button, a), .full-desc__desc-text > h2 > *:not(button, a), .full-desc__desc-text > h3 > *:not(button, a), .full-desc__desc-text > h4 > *:not(button, a), .full-desc__desc-text > h5 > *:not(button, a), .full-desc__desc-text > h6 > *:not(button, a), .product__kind-card-list ul a > *:not(button, a), .product__kind-btn > *:not(button, a), .vito-about__info p > *:not(button, a), .vito-intro__social ul a > *:not(button, a), .footer__aux-list ul li:nth-child(1) > *:not(button, a), .aux-best-wine-card__name > h1 > *:not(button, a), .aux-best-wine-card__name > h2 > *:not(button, a), .aux-best-wine-card__name > h3 > *:not(button, a), .aux-best-wine-card__name > h4 > *:not(button, a), .aux-best-wine-card__name > h5 > *:not(button, a), .aux-best-wine-card__name > h6 > *:not(button, a), .aux-wine-card__price-main > *:not(button, a), .collection-card__drop p:first-child > *:not(button, a), .collection-card__name p > *:not(button, a), .vito-product-card__name p > *:not(button, a), .text-social ul a > *:not(button, a), .three-step__list-col ul li:first-child > *:not(button, a), .contact-list > h1 > *:not(button, a), .contact-list > h2 > *:not(button, a), .contact-list > h3 > *:not(button, a), .contact-list > h4 > *:not(button, a), .contact-list > h5 > *:not(button, a), .contact-list > h6 > *:not(button, a), .contact-list > ul li:nth-of-type(1) > *:not(button, a), .modal-from__phones ul a > *:not(button, a) {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}

.horeco-accard__btn {
  font-size: 34px;
}
@media screen and (max-width: 1536px) {
  .horeco-accard__btn {
    font-size: calc(18px + 16 * ((100vw - 320px) / 1216));
  }
}
.horeco-accard__btn > *:not(button, a) {
  font-size: 34px;
}
@media screen and (max-width: 1536px) {
  .horeco-accard__btn > *:not(button, a) {
    font-size: calc(18px + 16 * ((100vw - 320px) / 1216));
  }
}

.maro-review__info-quot p, .maro-about__quot p {
  font-size: 44px;
}
@media screen and (max-width: 1536px) {
  .maro-review__info-quot p, .maro-about__quot p {
    font-size: calc(18px + 26 * ((100vw - 320px) / 1216));
  }
}
.maro-review__info-quot p > *:not(button, a), .maro-about__quot p > *:not(button, a) {
  font-size: 44px;
}
@media screen and (max-width: 1536px) {
  .maro-review__info-quot p > *:not(button, a), .maro-about__quot p > *:not(button, a) {
    font-size: calc(18px + 26 * ((100vw - 320px) / 1216));
  }
}

p {
  line-height: 125%;
}

.text-tmp {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.text-tmp.text-opacity > p {
  opacity: 0.6;
}
.text-tmp.text-opacity > p > a {
  color: #000;
}
.text-tmp.text-opacity > ul li {
  opacity: 0.6;
}
.text-tmp.text-white * {
  color: #fff;
}
.text-tmp.text-horeca-accent * {
  color: #b69271;
}
.text-tmp.text-aux-accent * {
  color: #741e30;
}
.text-tmp.aux-accent-second * {
  color: #424a4d;
}
.text-tmp.text-large-25 > p {
  font-size: 25px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.text-large-25 > p {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}
.text-tmp.text-large-44 > p {
  font-size: 44px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.text-large-44 > p {
    font-size: calc(24px + 20 * ((100vw - 320px) / 1216));
  }
}
.text-tmp.text-title-25 > h1, .text-tmp.text-title-25 > h2, .text-tmp.text-title-25 > h3, .text-tmp.text-title-25 > h4, .text-tmp.text-title-25 > h5, .text-tmp.text-title-25 > h6 {
  margin-bottom: 16px;
  font-size: 25px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.text-title-25 > h1, .text-tmp.text-title-25 > h2, .text-tmp.text-title-25 > h3, .text-tmp.text-title-25 > h4, .text-tmp.text-title-25 > h5, .text-tmp.text-title-25 > h6 {
    font-size: calc(24px + 1 * ((100vw - 320px) / 1216));
  }
}
.text-tmp.text-title-36 > h1, .text-tmp.text-title-36 > h2, .text-tmp.text-title-36 > h3, .text-tmp.text-title-36 > h4, .text-tmp.text-title-36 > h5, .text-tmp.text-title-36 > h6 {
  margin-bottom: 16px;
  font-size: 36px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.text-title-36 > h1, .text-tmp.text-title-36 > h2, .text-tmp.text-title-36 > h3, .text-tmp.text-title-36 > h4, .text-tmp.text-title-36 > h5, .text-tmp.text-title-36 > h6 {
    font-size: calc(24px + 12 * ((100vw - 320px) / 1216));
  }
}
.text-tmp.text-title-44 > h1, .text-tmp.text-title-44 > h2, .text-tmp.text-title-44 > h3, .text-tmp.text-title-44 > h4, .text-tmp.text-title-44 > h5, .text-tmp.text-title-44 > h6 {
  margin-bottom: 16px;
  font-size: 44px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.text-title-44 > h1, .text-tmp.text-title-44 > h2, .text-tmp.text-title-44 > h3, .text-tmp.text-title-44 > h4, .text-tmp.text-title-44 > h5, .text-tmp.text-title-44 > h6 {
    font-size: calc(24px + 20 * ((100vw - 320px) / 1216));
  }
}
.text-tmp.text-title-55 > h1, .text-tmp.text-title-55 > h2, .text-tmp.text-title-55 > h3, .text-tmp.text-title-55 > h4, .text-tmp.text-title-55 > h5, .text-tmp.text-title-55 > h6 {
  margin-bottom: 16px;
  font-size: 55px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.text-title-55 > h1, .text-tmp.text-title-55 > h2, .text-tmp.text-title-55 > h3, .text-tmp.text-title-55 > h4, .text-tmp.text-title-55 > h5, .text-tmp.text-title-55 > h6 {
    font-size: calc(24px + 31 * ((100vw - 320px) / 1216));
  }
}
.text-tmp.text-title-75 > h1, .text-tmp.text-title-75 > h2, .text-tmp.text-title-75 > h3, .text-tmp.text-title-75 > h4, .text-tmp.text-title-75 > h5, .text-tmp.text-title-75 > h6 {
  margin-bottom: 16px;
  font-size: 75px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.text-title-75 > h1, .text-tmp.text-title-75 > h2, .text-tmp.text-title-75 > h3, .text-tmp.text-title-75 > h4, .text-tmp.text-title-75 > h5, .text-tmp.text-title-75 > h6 {
    font-size: calc(24px + 51 * ((100vw - 320px) / 1216));
  }
}
.text-tmp.text-title-85 > h1, .text-tmp.text-title-85 > h2, .text-tmp.text-title-85 > h3, .text-tmp.text-title-85 > h4, .text-tmp.text-title-85 > h5, .text-tmp.text-title-85 > h6 {
  margin-bottom: 16px;
  font-size: 85px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.text-title-85 > h1, .text-tmp.text-title-85 > h2, .text-tmp.text-title-85 > h3, .text-tmp.text-title-85 > h4, .text-tmp.text-title-85 > h5, .text-tmp.text-title-85 > h6 {
    font-size: calc(24px + 61 * ((100vw - 320px) / 1216));
  }
}
.text-tmp.text-title-110 > h1, .text-tmp.text-title-110 > h2, .text-tmp.text-title-110 > h3, .text-tmp.text-title-110 > h4, .text-tmp.text-title-110 > h5, .text-tmp.text-title-110 > h6 {
  margin-bottom: 16px;
  font-size: 110px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.text-title-110 > h1, .text-tmp.text-title-110 > h2, .text-tmp.text-title-110 > h3, .text-tmp.text-title-110 > h4, .text-tmp.text-title-110 > h5, .text-tmp.text-title-110 > h6 {
    font-size: calc(24px + 86 * ((100vw - 320px) / 1216));
  }
}
.text-tmp.title-roboto > h1, .text-tmp.title-roboto > h2, .text-tmp.title-roboto > h3, .text-tmp.title-roboto > h4, .text-tmp.title-roboto > h5, .text-tmp.title-roboto > h6 {
  font-family: var(--font-s);
}
.text-tmp > h1, .text-tmp > h2, .text-tmp > h3, .text-tmp > h4, .text-tmp > h5, .text-tmp > h6 {
  margin-bottom: 16px;
  font-size: 40px;
}
@media screen and (max-width: 1536px) {
  .text-tmp > h1, .text-tmp > h2, .text-tmp > h3, .text-tmp > h4, .text-tmp > h5, .text-tmp > h6 {
    font-size: calc(24px + 16 * ((100vw - 320px) / 1216));
  }
}
.text-tmp > a:not(.btn) {
  width: 100%;
  font-size: 18px;
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 1536px) {
  .text-tmp > a:not(.btn) {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}
.text-tmp > a:not(.btn):hover {
  text-decoration: none;
}
.text-tmp > p {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 1536px) {
  .text-tmp > p {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}
.text-tmp > p:not(:last-child) {
  margin-bottom: 30px;
}
.text-tmp > p > a {
  color: inherit;
  text-decoration: underline;
}
.text-tmp > p > a:hover {
  text-decoration: none;
}
.text-tmp > ul li, .text-tmp > ol li {
  width: 100%;
  list-style: disc;
  list-style-position: inside;
}
.text-tmp > ul li:not(:last-child), .text-tmp > ol li:not(:last-child) {
  margin-bottom: 10px;
}
.text-tmp > ul li a, .text-tmp > ol li a {
  color: inherit;
}
.text-tmp > ul li a:hover, .text-tmp > ol li a:hover {
  text-decoration: underline;
}
.text-tmp > img, .text-tmp > video {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-tmp > iframe {
  width: 100%;
  min-height: 600px;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.title-55 > h1, .title-55 > h2, .title-55 > h3, .title-55 > h4, .title-55 > h5, .title-55 > h6 {
  color: #000;
  font-size: 55px;
}
@media screen and (max-width: 1536px) {
  .title-55 > h1, .title-55 > h2, .title-55 > h3, .title-55 > h4, .title-55 > h5, .title-55 > h6 {
    font-size: calc(24px + 31 * ((100vw - 320px) / 1216));
  }
}

.btn {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 210px;
  padding: 13px 1em;
  border: 1px solid transparent;
  will-change: transform;
  color: #fff;
  font-size: 18px;
  font-family: var(--font-s);
  font-weight: var(--weight-m-400);
  border-radius: 2px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s all ease;
}
.btn svg, .btn path {
  margin-right: 10px;
  transition: 0.3s all ease;
}

.btn-accent-border {
  background: transparent !important;
  color: inherit;
  border-color: inherit;
}

.btn-yellow-light {
  background: #ffeca9;
  border-color: #ffeca9;
  color: #ffeca9;
}
.btn-yellow-light:not(.btn-accent-border) {
  color: #000;
}
.btn-yellow-light:not(.btn-accent-border):hover {
  border-color: #ffeca9;
  color: #ffeca9;
  background: transparent !important;
}
.btn-yellow-light:not(.btn-accent-border):hover svg {
  fill: #741e30;
}
.btn-yellow-light:not(.btn-accent-border):hover svg path {
  fill: #741e30;
}
.btn-yellow-light svg {
  fill: #000;
}
.btn-yellow-light:hover {
  color: #000;
  background: #ffeca9 !important;
}
.btn-yellow-light:hover svg {
  fill: #000;
}

.btn-vito-accent {
  background: #fcc62a;
  border-color: #fcc62a;
  color: #fcc62a;
}
.btn-vito-accent:not(.btn-accent-border) {
  color: #000;
}
.btn-vito-accent:not(.btn-accent-border):hover {
  border-color: #fcc62a;
  color: #fcc62a;
  background: transparent !important;
}
.btn-vito-accent:not(.btn-accent-border):hover svg {
  fill: #741e30;
}
.btn-vito-accent:not(.btn-accent-border):hover svg path {
  fill: #741e30;
}
.btn-vito-accent svg {
  fill: #000;
}
.btn-vito-accent:hover {
  color: #000;
  background: #fcc62a !important;
}
.btn-vito-accent:hover svg {
  fill: #000;
}

.btn-light-grey {
  background: #757575;
  border-color: #757575;
  color: #757575;
}
.btn-light-grey:not(.btn-accent-border) {
  color: #fff;
}
.btn-light-grey:not(.btn-accent-border):hover {
  border-color: #757575;
  color: #757575;
  background: transparent !important;
}
.btn-light-grey:not(.btn-accent-border):hover svg {
  fill: #741e30;
}
.btn-light-grey:not(.btn-accent-border):hover svg path {
  fill: #741e30;
}
.btn-light-grey svg {
  fill: #fff;
}
.btn-light-grey:hover {
  color: #fff;
  background: #757575 !important;
}
.btn-light-grey:hover svg {
  fill: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
.btn-white:not(.btn-accent-border) {
  color: #000;
}
.btn-white:not(.btn-accent-border):hover {
  border-color: #fff;
  color: #fff;
  background: transparent !important;
}
.btn-white:not(.btn-accent-border):hover svg {
  fill: #fff;
}
.btn-white svg {
  fill: #fff;
}
.btn-white:hover {
  border-color: #fff;
  color: #000;
  background: #fff !important;
}
.btn-white:hover svg {
  fill: #000;
}

.btn-black {
  background: #000;
  border-color: #000;
  color: #000;
}
.btn-black:not(.btn-accent-border) {
  color: #fff;
}
.btn-black:not(.btn-accent-border):hover {
  border-color: #000;
  color: #000;
  background: transparent !important;
}
.btn-black:not(.btn-accent-border):hover svg {
  fill: #000;
}
.btn-black svg {
  fill: #000;
}
.btn-black:hover {
  border-color: #000;
  color: #fff;
  background: #000 !important;
}
.btn-black:hover svg {
  fill: #000;
}

.btn-aux-accent {
  background: #741e30;
  border-color: #741e30;
  color: #741e30;
}
.btn-aux-accent:not(.btn-accent-border) {
  color: #fff;
}
.btn-aux-accent:not(.btn-accent-border):hover {
  border-color: #741e30;
  color: #741e30;
  background: transparent !important;
}
.btn-aux-accent:not(.btn-accent-border):hover svg {
  fill: #741e30;
}
.btn-aux-accent:not(.btn-accent-border):hover svg path {
  fill: #741e30;
}
.btn-aux-accent svg {
  fill: #000;
}
.btn-aux-accent:hover {
  color: #fff;
  background: #741e30 !important;
}
.btn-aux-accent:hover svg {
  fill: #fff;
}

.btn-maro-accent {
  background: #3fab3c;
  border-color: #3fab3c;
  color: #3fab3c;
}
.btn-maro-accent:not(.btn-accent-border) {
  color: #fff;
}
.btn-maro-accent:not(.btn-accent-border):hover {
  border-color: #3fab3c;
  color: #3fab3c;
  background: transparent !important;
}
.btn-maro-accent:not(.btn-accent-border):hover svg {
  fill: #3fab3c;
}
.btn-maro-accent:not(.btn-accent-border):hover svg path {
  fill: #3fab3c;
}
.btn-maro-accent svg {
  fill: #000;
}
.btn-maro-accent:hover {
  color: #fff;
  background: #3fab3c !important;
}
.btn-maro-accent:hover svg {
  fill: #fff;
}

.btn-horeca-accent-second {
  background: #2b2929;
  border-color: #2b2929;
  color: #2b2929;
}
.btn-horeca-accent-second:not(.btn-accent-border) {
  color: #b69271;
}
.btn-horeca-accent-second:not(.btn-accent-border):hover {
  border-color: #2b2929;
  color: #2b2929;
  background: transparent !important;
}
.btn-horeca-accent-second:not(.btn-accent-border):hover svg {
  fill: #2b2929;
}
.btn-horeca-accent-second:not(.btn-accent-border):hover svg path {
  fill: #2b2929;
}
.btn-horeca-accent-second svg {
  fill: #000;
}
.btn-horeca-accent-second:hover {
  color: #b69271;
  background: #2b2929 !important;
}
.btn-horeca-accent-second:hover svg {
  fill: #b69271;
}

.aux-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #741e30;
  border-radius: 50%;
  pointer-events: painted;
  border: 1px solid #741e30;
  transition: 0.3s all ease;
}
.aux-arrow.yellow-light {
  background: #ffeca9;
  border-color: #ffeca9;
}
.aux-arrow.yellow-light:hover {
  background: transparent;
}
.aux-arrow.yellow-light:hover svg {
  stroke: #ffeca9;
}
.aux-arrow.vito-accent {
  background: #fcc62a;
  border-color: #fcc62a;
}
.aux-arrow.vito-accent:hover {
  background: transparent;
}
.aux-arrow.vito-accent:hover svg {
  stroke: #fcc62a;
}
.aux-arrow.maro-accent {
  background: #3fab3c;
  border-color: #3fab3c;
}
.aux-arrow.maro-accent:hover {
  background: transparent;
}
.aux-arrow.maro-accent:hover svg {
  stroke: #3fab3c;
}
.aux-arrow.horeca-accent {
  background: #b69271;
  border-color: #b69271;
}
.aux-arrow.horeca-accent svg {
  stroke: #2b2929;
}
.aux-arrow.horeca-accent:hover {
  background: transparent;
}
.aux-arrow.horeca-accent:hover svg {
  stroke: #b69271;
}
.aux-arrow.arrow-white {
  background: transparent;
  border-color: #fff;
}
.aux-arrow.arrow-white:hover {
  background: #fff;
}
.aux-arrow.arrow-white:hover svg {
  stroke: #000;
}
.aux-arrow.arrow-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.aux-arrow svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  stroke: #fff;
  transition: 0.3s all ease;
}
.aux-arrow:hover {
  background: transparent;
}
.aux-arrow:hover svg {
  stroke: #741e30;
}

.counter {
  display: flex;
  height: 46px;
}
.counter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  background: #741e30;
  border-radius: 2px;
  font-size: 18px;
  color: #fff;
  will-change: transform;
  transition: 0.3s all ease;
}
.counter__btn:active {
  transform: scale(0.95);
}
.counter__field {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 60px;
  height: 100%;
  border-radius: 2px;
  font-size: 18px;
  color: #741e30;
  font-family: var(--font-s);
  border: 1px solid #741e30;
}

.gard-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 200px;
  padding: 0 40px;
  background: #f2f2f2;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  transition: 0.3s background ease, 0.3s border ease;
}
.gard-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s filter ease;
  filter: invert(50%);
}
.gard-logo:hover {
  background: #ffeca9;
  border: 1px solid #ffeca9;
}
.gard-logo:hover img {
  filter: invert(0);
}
.gard-logo.vito-gard-color:hover {
  background: #fcc62a;
}

.news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.news-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 12px;
}
.news-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 57.5%;
}
.news-card__img > img, .news-card__img > svg, .news-card__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.news-card__info > h1, .news-card__info > h2, .news-card__info > h3, .news-card__info > h4, .news-card__info > h5, .news-card__info > h6 {
  margin-bottom: 12px;
  color: #000;
  font-size: 25px;
}
@media screen and (max-width: 1536px) {
  .news-card__info > h1, .news-card__info > h2, .news-card__info > h3, .news-card__info > h4, .news-card__info > h5, .news-card__info > h6 {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}
.news-card__info p {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}
.news-card__info a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #000;
  text-decoration: underline;
}
.news-card__info a:hover {
  text-decoration: none;
}

.news-page-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(255, 236, 169, 0.3);
  transition: 0.3s all ease;
}
.news-page-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.news-page-card.news-large .news-page-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.news-page-card.news-large .news-page-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.news-page-card.news-large .news-page-card__img > img, .news-page-card.news-large .news-page-card__img > svg, .news-page-card.news-large .news-page-card__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .news-page-card.news-large .news-page-card__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .news-page-card.news-large .news-page-card__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .news-page-card.news-large .news-page-card__img > img, .news-page-card.news-large .news-page-card__img > svg, .news-page-card.news-large .news-page-card__img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.news-page-card.news-small .news-page-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.news-page-card.news-small .news-page-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.news-page-card.news-small .news-page-card__img > img, .news-page-card.news-small .news-page-card__img > svg, .news-page-card.news-small .news-page-card__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .news-page-card.news-small .news-page-card__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .news-page-card.news-small .news-page-card__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .news-page-card.news-small .news-page-card__img > img, .news-page-card.news-small .news-page-card__img > svg, .news-page-card.news-small .news-page-card__img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.news-page-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.news-page-card__info > h1, .news-page-card__info > h2, .news-page-card__info > h3, .news-page-card__info > h4, .news-page-card__info > h5, .news-page-card__info > h6 {
  margin-bottom: 10px;
  font-size: 25px;
  color: #000;
}
@media screen and (max-width: 1536px) {
  .news-page-card__info > h1, .news-page-card__info > h2, .news-page-card__info > h3, .news-page-card__info > h4, .news-page-card__info > h5, .news-page-card__info > h6 {
    font-size: calc(20px + 5 * ((100vw - 320px) / 1216));
  }
}
.news-page-card__info p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: var(--weight-m-500);
  color: #000;
}
.news-page-card__tags {
  margin-bottom: 10px;
}
.vito-product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.vito-product-card:hover .vito-product-card__img {
  transform: scale(1.1);
}
.vito-product-card__img-wrap {
  display: flex;
  width: 100%;
  padding: 25px;
  background: #f2f2f2;
}
.vito-product-card__img {
  transition: 0.3s all ease;
  will-change: transform;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.vito-product-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 110%;
}
.vito-product-card__img > img, .vito-product-card__img > svg, .vito-product-card__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.vito-product-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.vito-product-card__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 0;
}
.vito-product-card__item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.vito-product-card__item:first-child {
  height: 100%;
}
.vito-product-card__name p {
  font-family: var(--font-m);
}
.vito-product-card__price a {
  color: #000;
  text-decoration: underline;
}
.vito-product-card__price a:hover {
  text-decoration: none;
}
.vito-product-card__list ul {
  display: flex;
}
.vito-product-card__list ul li {
  color: #757575;
}
.vito-product-card__list ul li:not(:last-child) {
  margin-right: 10px;
}

.collection-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 35px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .collection-card {
    margin: 0 auto;
  }
}
.collection-card__img {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  will-change: transform;
  transform-origin: top center;
  transition: 0.4s all ease;
}
.collection-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 200%;
}
.collection-card__img > img, .collection-card__img > svg, .collection-card__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.collection-card__name p {
  color: #000;
}
.collection-card:hover .collection-card__drop {
  opacity: 1;
}
.collection-card:hover .collection-card__img {
  transform: scale(1.4);
}
.collection-card__drop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fcc62a;
  background: rgba(252, 198, 42, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: 0.3s all ease;
}
.collection-card__drop p {
  color: #fff;
}
.collection-card__drop p:first-child {
  font-family: var(--font-m);
}
.collection-card__drop p:last-child {
  text-decoration: underline;
}

.aux-wine-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  height: 100%;
  padding: 24px;
  background: #fff;
}
.aux-wine-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.aux-wine-card__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.aux-wine-card__link:hover img {
  transform: scale(1.1);
}
.aux-wine-card__country {
  display: flex;
  align-items: center;
}
.aux-wine-card__country p {
  font-size: 14px;
  color: rgba(66, 74, 77, 0.5);
}
.aux-wine-card__country-img {
  display: flex;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.aux-wine-card__country-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aux-wine-card__heart-btn {
  display: flex;
}
.aux-wine-card__heart-btn svg {
  stroke: #424a4d;
  transition: 0.3s all ease;
}
.aux-wine-card__heart-btn:hover svg {
  stroke: #741e30;
  fill: rgba(116, 30, 48, 0.5);
}
.aux-wine-card__heart-btn.active {
  -webkit-animation: heart 0.3s both ease;
  animation: heart 0.3s both ease;
  will-change: transform;
}
.aux-wine-card__heart-btn.active svg {
  fill: #741e30;
}
@-webkit-keyframes heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.aux-wine-card__img {
  margin: 25px 0;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.aux-wine-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 110%;
}
.aux-wine-card__img > img, .aux-wine-card__img > svg, .aux-wine-card__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.aux-wine-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.aux-wine-card__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.aux-wine-card__price {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
}
.aux-wine-card__price-main {
  color: #424a4d;
}
.aux-wine-card__price-discount {
  display: flex;
  align-items: center;
}
.aux-wine-card__price-discount-main {
  display: flex;
  margin-right: 10px;
  font-size: 16px;
  color: rgba(66, 74, 77, 0.5);
  text-decoration: line-through;
}
.aux-wine-card__price-discount-item {
  display: flex;
  padding: 2px 4px;
  background: #fcc62a;
  border-radius: 29px;
  font-size: 16px;
  color: #424a4d;
  text-decoration: none;
}
.aux-wine-card__rating {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.aux-wine-card__rating p {
  margin-top: 4px;
  margin-left: 12px;
  font-size: 16px;
  line-height: 100%;
  color: rgba(66, 74, 77, 0.5);
}
.aux-wine-card__rating-icon {
  display: flex;
}
.aux-wine-card__rating-icon:not(:last-child) {
  margin-right: 4px;
}
.aux-wine-card__rating-icon svg {
  fill: #d1d1d1;
}
.aux-wine-card[data-rating="10"] .aux-wine-card__rating-icon:nth-child(1) svg {
  fill: #741e30;
}
.aux-wine-card[data-rating="20"] .aux-wine-card__rating-icon:not(:nth-child(3), :nth-child(4), :nth-child(5)) svg {
  fill: #741e30;
}
.aux-wine-card[data-rating="30"] .aux-wine-card__rating-icon:not(:nth-child(4), :nth-child(5)) svg {
  fill: #741e30;
}
.aux-wine-card[data-rating="40"] .aux-wine-card__rating-icon:not(:nth-child(5)) svg {
  fill: #741e30;
}
.aux-wine-card[data-rating="50"] .aux-wine-card__rating-icon svg {
  fill: #741e30;
}
.aux-wine-card__name {
  margin-top: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--font-s);
  color: #424a4d;
}
.aux-wine-card .btn {
  margin-top: 15px;
}

.aux-best-wine-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(66, 74, 77, 0.2);
}
.aux-best-wine-card .btn {
  margin-top: 25px;
}
.aux-best-wine-card__inner {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  margin-top: 20px;
}
.aux-best-wine-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 220px;
  flex-grow: 1;
}
.aux-best-wine-card__info ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
}
.aux-best-wine-card__info ul li {
  display: flex;
  color: #424a4d;
}
.aux-best-wine-card__info ul li:not(:last-child) {
  margin-bottom: 24px;
}
.aux-best-wine-card__info ul li svg {
  flex-shrink: 0;
  margin-top: 0px;
  margin-right: 6px;
}
.aux-best-wine-card__name {
  display: flex;
  flex-direction: column;
  color: #424a4d;
  margin-top: 40px;
  margin-bottom: auto;
}
.aux-best-wine-card__name > h1, .aux-best-wine-card__name > h2, .aux-best-wine-card__name > h3, .aux-best-wine-card__name > h4, .aux-best-wine-card__name > h5, .aux-best-wine-card__name > h6 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #424a4d;
}
.aux-best-wine-card__name p {
  margin-top: 10px;
}
.aux-best-wine-card__img {
  margin-top: auto;
  position: relative;
  width: 90px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.aux-best-wine-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 400%;
}
.aux-best-wine-card__img > img, .aux-best-wine-card__img > svg, .aux-best-wine-card__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.aux-best-wine-card__img img {
  -o-object-position: bottom;
  object-position: bottom;
}

.aux-news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  background: #fff;
}
.aux-news-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.aux-news-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 86%;
}
.aux-news-card__img > img, .aux-news-card__img > svg, .aux-news-card__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aux-news-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.aux-news-card__info a {
  align-self: flex-end;
  display: flex;
  align-items: center;
  color: #424a4d;
  margin-top: 35px;
}
.aux-news-card__info a svg {
  width: 16px;
  height: 10px;
  margin-left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s all ease;
}
.aux-news-card__info a:hover {
  text-decoration: underline;
}
.aux-news-card__info a:hover svg {
  transform: translateX(6px);
}

.card-hidden-params {
  display: none;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  max-height: 0;
}

.checkbox__label {
  display: flex;
  align-items: center;
}
.checkbox__label:hover .checkbox__content {
  border-color: #741e30;
}
.checkbox__input {
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__content::after {
  background: #741e30;
}
.checkbox__input:checked + .checkbox__content {
  border-color: #741e30;
}
.checkbox__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: transparent;
  border: 1px solid #424a4d;
  transition: 0.3s all ease;
}
.checkbox__content::after {
  content: "";
  width: 50%;
  height: 50%;
  background: transparent;
  transition: 0.3s all ease;
}

.switch__label {
  position: relative;
  display: flex;
  align-items: center;
  width: 80px;
  height: 30px;
  background: #000;
  border-radius: 3.125rem;
}
.switch__input {
  width: 0;
  height: 0;
  opacity: 0;
}
.switch__input:checked + .switch__content {
  left: calc(100% - 27px);
  background: green;
}
.switch__content {
  position: absolute;
  left: 3px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s all ease;
}

.radio__label {
  display: flex;
  align-items: center;
}
.radio__input {
  width: 0;
  height: 0;
  opacity: 0;
}
.radio__input:checked + .radio__round::after {
  background: green;
}
.radio__round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: #000;
  border-radius: 50%;
}
.radio__round::after {
  content: "";
  width: 60%;
  height: 60%;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.radio p {
  margin-left: 0.8rem;
  font-size: 1.125rem;
  color: #fff;
}

.form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 100%;
  max-width: 600px;
}
.form__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .form__column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.input {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  transition: 0.3s all ease;
}
.input.input-dark input, .input.input-dark .input__fake-field, .input.input-dark textarea {
  border-color: black;
  color: #000;
}
.input.input-dark input::-moz-placeholder, .input.input-dark .input__fake-field::-moz-placeholder, .input.input-dark textarea::-moz-placeholder {
  color: #000;
}
.input.input-dark input:-ms-input-placeholder, .input.input-dark .input__fake-field:-ms-input-placeholder, .input.input-dark textarea:-ms-input-placeholder {
  color: #000;
}
.input.input-dark input::placeholder, .input.input-dark .input__fake-field::placeholder, .input.input-dark textarea::placeholder {
  color: #000;
}
.input.select select {
  display: none;
  width: 0;
  height: 0;
  visibility: none;
}
.input.input-empty input, .input.input-empty textarea {
  background: rgba(218, 76, 71, 0.1);
  border-color: #da4c47;
}
.input.input-empty .input__label {
  color: #da4c47;
}
.input__fake-drop {
  z-index: 10;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 220px;
  padding: 20px 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(128, 128, 128, 0.3);
  opacity: 0;
  transform: translateY(50px);
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all ease;
}
.input__fake-drop.active {
  opacity: 1;
  pointer-events: painted;
  visibility: visible;
  transform: translateY(0);
}
.input__fake-drop ul {
  padding-right: 10px;
  overflow-y: auto;
  scrollbar-color: grey transparent;
  scrollbar-width: thin;
}
.input__fake-drop ul::-webkit-scrollbar {
  width: 8px;
}
.input__fake-drop ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.input__fake-drop ul::-webkit-scrollbar-thumb {
  background: grey;
}
.input__fake-drop ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  font-family: var(--font-m);
  font-weight: var(--weight-m-400);
  cursor: pointer;
  background: lightgray;
  transition: 0.3s all ease;
}
.input__fake-drop ul li.active {
  background: grey;
  color: #fff;
}
.input__fake-drop ul li:hover {
  background: black;
  color: #fff;
}
.input__fake-drop ul li:not(:last-child) {
  margin-bottom: 4px;
}
.input .text-empty {
  z-index: 10;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #da4c47;
  border-top-left-radius: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-weight: lighter;
  font-size: 14px;
  pointer-events: none;
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.4));
}
.input .text-empty:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom: 5px solid #da4c47;
}
.input__label {
  margin-bottom: 10px;
  font-size: 18px;
}
.input input, .input__fake-field, .input textarea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 20px 20px;
  outline: none;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  font-family: var(--font-s);
  transition: 0.3s all ease;
}
.input input::-moz-placeholder, .input__fake-field::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #fff;
}
.input input:-ms-input-placeholder, .input__fake-field:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: #fff;
}
.input input::placeholder, .input__fake-field::placeholder, .input textarea::placeholder {
  color: #fff;
}
.input input:focus, .input input.active, .input__fake-field:focus, .input__fake-field.active, .input textarea:focus, .input textarea.active {
  border-color: #000 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.input input:focus .input__fake-field-icon, .input input.active .input__fake-field-icon, .input__fake-field:focus .input__fake-field-icon, .input__fake-field.active .input__fake-field-icon, .input textarea:focus .input__fake-field-icon, .input textarea.active .input__fake-field-icon {
  transform: rotate(90deg);
}
.input__fake-field {
  cursor: pointer;
}
.input__fake-field-icon {
  display: flex;
  margin-left: auto;
  width: 16px;
  height: 16px;
  transition: 0.3s all ease;
}
.input__fake-field-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.input__fake-field-icon svg path {
  fill: rgba(0, 0, 0, 0.4);
}
.input textarea {
  height: 195px;
  resize: none;
}

.input-hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.swiper {
  width: 100%;
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
  transition: 0.3s all ease;
}
.swiper .swiper-slide {
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-ui {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  pointer-events: none;
}
.slider-ui .text-social {
  position: absolute;
  bottom: 100px;
  right: 20px;
  pointer-events: painted;
}
@media screen and (max-width: 1170px) {
  .slider-ui .text-social {
    bottom: 50px;
  }
}
.slider-ui .social {
  position: absolute;
  bottom: 100px;
  right: 20px;
  pointer-events: painted;
}
@media screen and (max-width: 1170px) {
  .slider-ui .social {
    bottom: 50px;
  }
}
.slider-ui__arrow-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.slider-ui__arrow {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: painted;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.3s all ease;
}
.slider-ui__arrow:hover {
  background: rgba(255, 236, 169, 0.8);
}
.slider-ui__arrow:hover svg {
  stroke: #000;
}
.slider-ui__arrow:first-of-type {
  transform: translateX(-130%);
}
.slider-ui__arrow:last-of-type {
  transform: translateX(130%);
}
.slider-ui__arrow svg {
  width: 100%;
  height: 46%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s all ease;
  stroke: #fff;
}
@media screen and (max-width: 1366px) {
  .slider-ui__arrow {
    transform: translate(0) !important;
  }
}
.slider-ui .aux-arrow:first-of-type {
  transform: translateX(-130%);
}
.slider-ui .aux-arrow:last-of-type {
  transform: translateX(130%);
}
@media screen and (max-width: 1170px) {
  .slider-ui .aux-arrow {
    transform: translate(0) !important;
  }
}

.slider-pagination {
  display: flex;
}
.slider-pagination__dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  pointer-events: painted;
  transition: 0.3s background ease;
}
.slider-pagination__dot:not(:last-child) {
  margin-right: 10px;
}
.slider-pagination__dot.active {
  background: white;
}

/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */
@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;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

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

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.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-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.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-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: 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: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,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  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: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  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;
  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: 10px;
  top: 50%;
  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%;
  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;
  transition: 0.2s transform, 0.2s top;
}

.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%;
  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 {
  transition: 0.2s transform, 0.2s left;
}

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

.swiper-pagination-progressbar {
  background: 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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: 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;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

.swiper-fade .swiper-slide-active,
.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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.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;
  filter: blur(50px);
}

.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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-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;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 2px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, #424a4d);
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/**
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;
  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;
  border-radius: 4px;
}

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

.irs--flat .irs-bar--single {
  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;
  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;
  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: 42px;
  height: 2px;
  background-color: #424a4d;
}

.irs--big .irs-bar {
  top: 42px;
  height: 2px;
  background: #741e30;
}

.irs--big .irs-bar--single {
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 25px;
  width: 32px;
  height: 32px;
  background-color: #424a4d;
  border-radius: 50%;
  box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.16);
  cursor: -webkit-grab;
  cursor: grab;
  transition: 0.3s background-color ease;
}

.irs--big .irs-handle.from:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7px;
  height: 12px;
  background-image: url('data:image/svg+xml,         <svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg">         <path d="M6.78 6.71985C6.92069 6.57934 6.99982 6.3887 7 6.18985V5.80985C6.9977 5.61144 6.91888 5.42157 6.78 5.27985L1.64 0.149852C1.54612 0.055196 1.41832 0.00195312 1.285 0.00195312C1.15168 0.00195312 1.02388 0.055196 0.93 0.149852L0.22 0.859852C0.125936 0.952016 0.0729284 1.07816 0.0729284 1.20985C0.0729284 1.34154 0.125936 1.46769 0.22 1.55985L4.67 5.99985L0.22 10.4399C0.125343 10.5337 0.0721006 10.6615 0.0721006 10.7949C0.0721006 10.9282 0.125343 11.056 0.22 11.1499L0.93 11.8499C1.02388 11.9445 1.15168 11.9978 1.285 11.9978C1.41832 11.9978 1.54612 11.9445 1.64 11.8499L6.78 6.71985Z" fill="white"/>        </svg>');
  background-repeat: no-repeat;
}

.irs--big .irs-handle.to:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7px;
  height: 12px;
  background-image: url('data:image/svg+xml,         <svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg">         <path d="M0.22 6.71985C0.0793075 6.57934 0.000175052 6.3887 0 6.18985V5.80985C0.00230401 5.61144 0.081116 5.42157 0.22 5.27985L5.36 0.149852C5.45388 0.055196 5.58168 0.00195312 5.715 0.00195312C5.84832 0.00195312 5.97612 0.055196 6.07 0.149852L6.78 0.859852C6.87406 0.952016 6.92707 1.07816 6.92707 1.20985C6.92707 1.34154 6.87406 1.46769 6.78 1.55985L2.33 5.99985L6.78 10.4399C6.87466 10.5337 6.9279 10.6615 6.9279 10.7949C6.9279 10.9282 6.87466 11.056 6.78 11.1499L6.07 11.8499C5.97612 11.9445 5.84832 11.9978 5.715 11.9978C5.58168 11.9978 5.45388 11.9445 5.36 11.8499L0.22 6.71985Z" fill="white"/>         </svg>');
  background-repeat: no-repeat;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  background-color: #741e30;
}

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

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #424a4d;
  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: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 44px;
  height: 2px;
  background: #424a4d;
}

.irs--modern .irs-bar--single {
  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;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  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;
  transform: rotate(45deg);
}

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

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  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: 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;
  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;
  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;
  border-radius: 2px;
}

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

.irs--sharp .irs-bar--single {
  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;
  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;
  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;
  border-radius: 4px;
}

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

.irs--round .irs-bar--single {
  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;
  border-radius: 24px;
  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);
  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;
  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;
  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;
}

.burger-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  will-change: transform;
  transition: 0.3s all linear;
}
.burger-btn::before, .burger-btn::after {
  content: "";
  position: absolute;
}
.burger-btn::before {
  transform: translateY(-10px);
}
.burger-btn::after {
  transform: translateY(10px);
}
.burger-btn::before, .burger-btn::after, .burger-btn__item {
  width: 100%;
  height: 2px;
  background: #000;
  will-change: transform;
  pointer-events: none;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.burger-btn.burger-white::before, .burger-btn.burger-white::after, .burger-btn.burger-white .burger-btn__item {
  background: #fff;
}

.burger-btn_cross .burger-btn__item {
  width: 100%;
}
.burger-btn_cross.active::before {
  transform: translateY(0px) rotate(45deg);
}
.burger-btn_cross.active::after {
  transform: translateY(0) rotate(-45deg);
}
.burger-btn_cross.active .burger-btn__item {
  transform: translateX(-150%);
  opacity: 0;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 26px;
  background: #ffeca9;
}
@media screen and (max-width: 1170px) {
  .header {
    padding-bottom: 0;
  }
}
.header__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 0 50px 0;
}
@media screen and (max-width: 1170px) {
  .header__links {
    display: none;
  }
}
.header__links > a {
  position: relative;
  width: 100%;
  max-width: 174px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 50px;
}
.header__links > a::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 122%;
}
.header__links > a > img, .header__links > a > svg, .header__links > a > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__links > a img {
  transition: 0.3s all ease;
}
.header__links > a:hover img {
  filter: invert(45%);
}
.header__links-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.header__links-inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 40px;
}
.header__links-inner a:not(:last-child) {
  border-right: 1px solid #737373;
}
.header__links-inner a div {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.header__links-inner a div::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.header__links-inner a div > img, .header__links-inner a div > svg, .header__links-inner a div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__links-inner a div img {
  transition: 0.3s all ease;
}
.header__links-inner a:hover img {
  filter: invert(45%);
}

.header__menu {
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
}
.header__menu > a {
  position: relative;
  width: 50px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.header__menu > a::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.header__menu > a > img, .header__menu > a > svg, .header__menu > a > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1170px) {
  .header__main-menu {
    display: none;
  }
}
.header__menu-nav {
  display: flex;
  margin: 0 auto;
}
.header__menu-nav > ul {
  display: flex;
}
.header__menu-nav > ul li:not(:last-child) {
  margin-right: 65px;
}
.header__menu-nav > ul a {
  position: relative;
  font-size: 18px;
  color: #000;
  transition: 0.3s all ease;
}
.header__menu-nav > ul a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s all ease;
}
.header__menu-nav > ul a:hover {
  color: #000;
}
.header__menu-nav > ul a:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.header__scroll {
  z-index: 22;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%) !important;
  visibility: hidden;
}
@media screen and (max-width: 1170px) {
  .header__scroll {
    visibility: visible;
    transform: translateY(0) !important;
  }
}
.header__scroll.transform {
  transform: translateY(0) !important;
  visibility: visible;
}
@media screen and (max-width: 1170px) {
  .header__scroll.transform {
    transform: translateY(-100%) !important;
  }
}

.header-inner {
  z-index: 22;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: 0.3s all ease;
}
.header-inner.transform {
  transform: translateY(-100%);
}
.header-inner__links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  background: #000;
}
.header-inner__links-inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-inner__links-inner ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .header-inner__links-inner ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-inner__links-inner ul {
    width: 100%;
    justify-content: space-between;
  }
}
.header-inner__links-inner ul li {
  display: flex;
  align-items: center;
}
.header-inner__links-inner ul li:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .header-inner__links-inner ul li:not(:last-child) {
    margin-right: 0;
  }
}
.header-inner__links-inner ul a {
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: 0.3s all ease;
}
.header-inner__links-inner ul a.active {
  opacity: 1;
}
.header-inner__links-inner ul a img {
  max-width: 140px;
  height: 17px;
  -o-object-fit: contain;
  object-fit: contain;
}
.header-inner__links-inner ul a:hover {
  opacity: 1;
}
.header-inner__logo {
  flex-shrink: 0;
  margin-right: 100px;
  position: relative;
  width: 50px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  filter: invert(100%);
}
.header-inner__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.header-inner__logo > img, .header-inner__logo > svg, .header-inner__logo > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1170px) {
  .header-inner__logo {
    position: relative;
    width: 40px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .header-inner__logo::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .header-inner__logo > img, .header-inner__logo > svg, .header-inner__logo > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .header-inner__logo {
    margin-right: 50px;
  }
}
.header-inner .header__menu {
  justify-content: space-between;
  padding: 14px 0;
}
@media screen and (max-width: 1170px) {
  .header-inner .header__menu {
    justify-content: flex-start;
    padding: 6px 0;
  }
}
.header-inner .header__menu-nav {
  margin: 0;
}
@media screen and (max-width: 1170px) {
  .header-inner .header__menu-nav {
    display: none;
  }
}
.header-inner .burger-btn {
  display: none;
}
@media screen and (max-width: 1170px) {
  .header-inner .burger-btn {
    display: flex;
    margin-right: auto;
  }
}

.header .lang > ul,
.header-inner .lang > ul {
  display: flex;
}
.header .lang > ul > li,
.header-inner .lang > ul > li {
  position: relative;
}
.header .lang > ul > li button,
.header-inner .lang > ul > li button {
  display: flex;
  align-items: center;
  color: #000;
}
.header .lang > ul > li button svg,
.header-inner .lang > ul > li button svg {
  margin-left: 4px;
  transition: 0.3s all ease;
  stroke: #000;
}
.header .lang > ul > li:hover .lang__drop,
.header-inner .lang > ul > li:hover .lang__drop {
  pointer-events: painted;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header .lang > ul > li:hover svg,
.header-inner .lang > ul > li:hover svg {
  transform: rotate(-90deg);
}
.header .lang__drop,
.header-inner .lang__drop {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: 0.3s all ease;
  background: #ffeca9;
}
.header .lang__drop::after,
.header-inner .lang__drop::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 24px;
}
.header .lang__drop ul,
.header-inner .lang__drop ul {
  display: flex;
  flex-direction: column;
}
.header .lang__drop ul li,
.header-inner .lang__drop ul li {
  display: flex;
}
.header .lang__drop ul a,
.header-inner .lang__drop ul a {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  color: #000;
  transition: 0.3s all ease;
}
.header .lang__drop ul a:hover,
.header-inner .lang__drop ul a:hover {
  background: #000;
  color: #fff;
}

.user {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1170px) {
  .user {
    margin-right: 24px;
  }
}
.user * {
  display: flex;
}
.user *:not(:last-child) {
  margin-right: 10px;
}
.user *:hover {
  text-decoration: underline;
}
.user__favorites-btn {
  display: flex;
  width: 20px;
  height: 20px;
  transition: 0.3s all ease;
  will-change: transform;
}
.user__favorites-btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.user__favorites-btn.active svg {
  fill: #fff;
}
.user__favorites-btn:hover {
  transform: scale(1.3);
}
.user__basket-btn {
  display: flex;
  width: 20px;
  height: 20px;
  transition: 0.3s all ease;
  will-change: transform;
}
.user__basket-btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.user__basket-btn.active svg {
  fill: #fff;
}
.user__basket-btn:hover {
  transform: scale(1.3);
}
.user__log {
  font-family: var(--font-s);
}

.header-inner .lang__drop {
  top: calc(100% + 16px);
}
.header-inner .lang__drop::after {
  height: 16px;
}

.header-inner-gormet {
  background: #ffeca9;
}
.header-inner-gormet .lang__drop {
  background: #ffeca9;
}

.header-inner-vito {
  background: #fcc62a;
}
.header-inner-vito .lang__drop {
  background: #fcc62a;
}

.header-inner-aux {
  background: #741e30;
}
.header-inner-aux .header-inner__links {
  background: #424a4d;
}
.header-inner-aux * {
  color: #fff !important;
}
.header-inner-aux * > svg {
  stroke: #fff !important;
}
.header-inner-aux .header__menu-nav a:after {
  background: #fff !important;
}
.header-inner-aux .lang__drop {
  background: #741e30;
}

.header-maro-inner {
  background: #3fab3c;
}
.header-maro-inner .header-inner__links {
  background: #000;
}
.header-maro-inner * {
  color: #fff !important;
}
.header-maro-inner * > svg {
  stroke: #fff !important;
}
.header-maro-inner .header__menu-nav a:after {
  background: #fff !important;
}
.header-maro-inner .lang__drop {
  background: #3fab3c;
}

.header-horeco-inner {
  background: #b69271;
}
.header-horeco-inner .header-inner__links {
  background: #000;
}
.header-horeco-inner .lang__drop {
  background: #b69271;
}

.mob-menu {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.5s all ease;
}
@media screen and (max-width: 1170px) {
  .mob-menu.active {
    opacity: 1;
    pointer-events: painted;
    visibility: visible;
  }
}
.mob-menu__links {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.mob-menu__links ul li:not(:last-child) {
  margin-bottom: 6px;
}
.mob-menu__links ul a {
  filter: invert(100%);
}
.mob-menu__links ul a img {
  max-width: 140px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mob-menu.mob-menu-gormet {
  background: rgba(255, 236, 169, 0.5);
}
.mob-menu.mob-menu-aux {
  background: rgba(116, 30, 48, 0.5);
}
.mob-menu.mob-menu-vito {
  background: rgba(252, 198, 42, 0.5);
}
.mob-menu.mob-menu-maro {
  background: rgba(63, 171, 60, 0.5);
}
.mob-menu.mob-menu-horeca {
  background: rgba(182, 146, 113, 0.5);
}
.mob-menu__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.mob-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
}
.mob-menu__close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mob-menu__logo {
  margin: 0 auto;
  margin-bottom: 24px;
  position: relative;
  width: 180px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.mob-menu__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.mob-menu__logo > img, .mob-menu__logo > svg, .mob-menu__logo > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mob-menu__nav {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
}
.mob-menu__nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
.mob-menu__nav ul a {
  color: #000 !important;
}
.mob-menu__contact {
  display: flex;
  flex-direction: column;
}
.mob-menu__contact ul li:not(:last-child) {
  margin-bottom: 6px;
}
.mob-menu__contact ul a {
  font-weight: var(--weight-m-500);
  color: #000 !important;
}
.mob-menu .social {
  align-self: flex-start;
  margin-top: 24px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__wrap-content {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin-left: 10%;
}
@media screen and (max-width: 979px) {
  .footer__wrap-content {
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer__wrap-content {
    flex-direction: column;
    align-items: center;
  }
}
.footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo {
  margin-bottom: 40px;
  filter: invert(100%);
  width: 200px;
  height: 160px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__list-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 290px;
  margin-top: 60px;
  margin-right: 24px;
}
@media screen and (max-width: 600px) {
  .footer__list-container {
    margin-right: 0;
  }
}
.footer__list-container h1, .footer__list-container h2, .footer__list-container h3, .footer__list-container h4, .footer__list-container h5, .footer__list-container h6 {
  margin-bottom: 40px;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 1536px) {
  .footer__list-container h1, .footer__list-container h2, .footer__list-container h3, .footer__list-container h4, .footer__list-container h5, .footer__list-container h6 {
    font-size: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 600px) {
  .footer__list-container h1, .footer__list-container h2, .footer__list-container h3, .footer__list-container h4, .footer__list-container h5, .footer__list-container h6 {
    text-align: center;
  }
}
.footer__list-container > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer__list-container > ul {
    align-items: center;
    text-align: center;
  }
}
.footer__list-container > ul li {
  display: flex;
}
.footer__list-container > ul li:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 600px) {
  .footer__list-container > ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.footer__list-container > ul li svg {
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .footer__list-container > ul li svg {
    display: none;
  }
}
.footer__list-container > ul li a {
  display: flex;
  color: #fff;
}
.footer__list-container > ul li:nth-child(1) {
  align-items: center;
}
.footer__list-container > ul li:nth-child(1) a {
  font-family: var(--font-m);
  font-size: 30px;
}
@media screen and (max-width: 1536px) {
  .footer__list-container > ul li:nth-child(1) a {
    font-size: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}
.footer__list-container > ul li:nth-child(2) > div {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1536px) {
  .footer__list-container > ul li:nth-child(2) > div {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 600px) {
  .footer__list-container > ul li:nth-child(2) > div {
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .footer__list-container > ul li:nth-child(2) > div p {
    align-items: center;
    text-align: center;
  }
}
.footer__list-container > ul li:nth-child(2) a {
  margin-top: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .footer__list-container > ul li:nth-child(2) a {
    align-items: center;
    text-align: center;
  }
}
.footer__list-container > ul li:nth-child(2) a:hover {
  text-decoration: none;
}
.footer__aux-contact {
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer__aux-contact .form__preloader {
  background: #424a4d !important;
}
.footer__aux-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer__aux-list ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .footer__aux-list ul {
    text-align: center;
  }
}
.footer__aux-list ul:not(:last-child) {
  margin-bottom: 25px;
}
.footer__aux-list ul li {
  color: #fff;
}
.footer__aux-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__aux-list ul li:nth-child(1) {
  font-family: var(--font-m);
}
.footer__aux-list ul li:last-child a {
  text-decoration: underline;
}
.footer__aux-list ul li:last-child a:hover {
  text-decoration: none;
}
.footer__aux-list ul a {
  color: #fff;
}
.footer__aux-list ul a:hover {
  text-decoration: underline;
}
.footer__form-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  height: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .footer__form-wrap {
    align-items: center;
    text-align: center;
    margin-top: 60px;
  }
}
.footer__form-wrap h2, .footer__form-wrap h3, .footer__form-wrap h4, .footer__form-wrap h5, .footer__form-wrap h6 {
  margin-bottom: 40px;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 1536px) {
  .footer__form-wrap h2, .footer__form-wrap h3, .footer__form-wrap h4, .footer__form-wrap h5, .footer__form-wrap h6 {
    font-size: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}
.footer__form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .footer__form {
    align-items: center;
    text-align: center;
  }
}
.footer__form-input {
  position: relative;
  display: flex;
  width: 100%;
}
.footer__form-input:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer__form-input input, .footer__form-input textarea {
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  resize: none;
  font-family: var(--font-s);
  font-weight: 400;
  color: #fff;
}
.footer__form-input input::-moz-placeholder, .footer__form-input textarea::-moz-placeholder {
  font-family: var(--font-s);
  font-weight: 400;
  color: #fff;
}
.footer__form-input input:-ms-input-placeholder, .footer__form-input textarea:-ms-input-placeholder {
  font-family: var(--font-s);
  font-weight: 400;
  color: #fff;
}
.footer__form-input input::placeholder, .footer__form-input textarea::placeholder {
  font-family: var(--font-s);
  font-weight: 400;
  color: #fff;
}
.footer__form-input.input-empty input, .footer__form-input.input-empty textarea {
  border-bottom: 1px solid #c23616;
  color: #c23616;
}
.footer__form-input.input-empty input::-moz-placeholder, .footer__form-input.input-empty textarea::-moz-placeholder {
  color: #c23616;
}
.footer__form-input.input-empty input:-ms-input-placeholder, .footer__form-input.input-empty textarea:-ms-input-placeholder {
  color: #c23616;
}
.footer__form-input.input-empty input::placeholder, .footer__form-input.input-empty textarea::placeholder {
  color: #c23616;
}
.footer__form-input textarea {
  margin-top: 20px;
  scrollbar-color: #fff transparent;
  scrollbar-width: thin;
}
.footer__form-input textarea::-webkit-scrollbar {
  width: 8px;
}
.footer__form-input textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.footer__form-input textarea::-webkit-scrollbar-thumb {
  background: #fff;
}
.footer .btn {
  margin-top: 40px;
}
.footer .text-empty {
  z-index: 5;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #c23616;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.footer .form__preloader {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  font-size: 18px;
  color: #fff;
}
.footer .form__preloader-round {
  width: 40px;
  height: 40px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}
.footer.bg-maro-accent-second .form__preloader {
  background: #314129;
}

.horeca-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.horeca-footer__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .horeca-footer__inner {
    flex-direction: column;
  }
}
.horeca-footer__contact {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .horeca-footer__contact {
    margin-bottom: 40px;
    align-items: center;
    text-align: center;
  }
}
.horeca-footer__list {
  display: flex;
  flex-direction: column;
}
.horeca-footer__list > h1, .horeca-footer__list > h2, .horeca-footer__list > h3, .horeca-footer__list > h4, .horeca-footer__list > h5, .horeca-footer__list > h6 {
  margin-bottom: 25px;
  font-size: 44px;
  color: #2b2929;
}
@media screen and (max-width: 1536px) {
  .horeca-footer__list > h1, .horeca-footer__list > h2, .horeca-footer__list > h3, .horeca-footer__list > h4, .horeca-footer__list > h5, .horeca-footer__list > h6 {
    font-size: calc(24px + 20 * ((100vw - 320px) / 1216));
  }
}
.horeca-footer__list:not(:last-child) {
  margin-bottom: 25px;
}
.horeca-footer__list ul:not(:last-child) {
  margin-bottom: 25px;
}
.horeca-footer__list ul li {
  font-size: 18px;
  color: #2b2929;
}
.horeca-footer__list ul a {
  font-size: 18px;
  color: #2b2929;
}
.horeca-footer__list ul a:hover {
  text-decoration: underline;
}
.horeca-footer__form-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .horeca-footer__form-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }
}
.horeca-footer__form-wrap > h1, .horeca-footer__form-wrap > h2, .horeca-footer__form-wrap > h3, .horeca-footer__form-wrap > h4, .horeca-footer__form-wrap > h5, .horeca-footer__form-wrap > h6 {
  margin-bottom: 25px;
  font-size: 44px;
  color: #2b2929;
}
@media screen and (max-width: 1536px) {
  .horeca-footer__form-wrap > h1, .horeca-footer__form-wrap > h2, .horeca-footer__form-wrap > h3, .horeca-footer__form-wrap > h4, .horeca-footer__form-wrap > h5, .horeca-footer__form-wrap > h6 {
    font-size: calc(24px + 20 * ((100vw - 320px) / 1216));
  }
}
.horeca-footer__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .horeca-footer__form {
    align-items: center;
  }
}
.horeca-footer__form-input {
  position: relative;
  display: flex;
  width: 100%;
}
.horeca-footer__form-input:not(:last-child) {
  margin-bottom: 30px;
}
.horeca-footer__form-input textarea {
  height: 80px;
  margin-top: 24px;
  resize: none;
  scrollbar-color: #2b2929 transparent;
  scrollbar-width: thin;
}
.horeca-footer__form-input textarea::-webkit-scrollbar {
  width: 8px;
}
.horeca-footer__form-input textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.horeca-footer__form-input textarea::-webkit-scrollbar-thumb {
  background: #2b2929;
}
.horeca-footer__form-input input, .horeca-footer__form-input textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #2b2929;
  padding-bottom: 10px;
  font-size: 18px;
  color: #2b2929;
}
.horeca-footer__form-input input::-moz-placeholder, .horeca-footer__form-input textarea::-moz-placeholder {
  color: #2b2929;
}
.horeca-footer__form-input input:-ms-input-placeholder, .horeca-footer__form-input textarea:-ms-input-placeholder {
  color: #2b2929;
}
.horeca-footer__form-input input::placeholder, .horeca-footer__form-input textarea::placeholder {
  color: #2b2929;
}
.horeca-footer .text-empty {
  z-index: 5;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #c23616;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.horeca-footer .form__preloader {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  font-size: 18px;
  color: #fff;
}
.horeca-footer .form__preloader {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #b69271;
  font-size: 18px;
  color: #fff;
}
.horeca-footer .form__preloader-round {
  width: 40px;
  height: 40px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}
.horeca-footer .social {
  align-self: flex-start;
}
@media screen and (max-width: 600px) {
  .horeca-footer .social {
    align-self: center;
  }
}

.copy {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .copy {
    flex-direction: column;
    align-items: flex-start;
  }
}
.copy p {
  color: #fff;
}
.copy a {
  font-family: var(--font-s);
  color: #fff;
}
.copy a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .copy a {
    margin-top: 24px;
    text-decoration: underline;
  }
}

.horeca-footer .copy p {
  color: #2b2929;
}
.horeca-footer .copy a {
  color: #2b2929;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 600px;
}

.intro {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.intro__slider {
  width: 100%;
}
.intro__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) {
  .intro__item {
    padding: 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .intro__item {
    padding: 0;
  }
}
.intro__item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__item-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
.intro__item-content > h1, .intro__item-content > h2, .intro__item-content > h3, .intro__item-content > h4, .intro__item-content > h5, .intro__item-content > h6 {
  font-size: 55px;
  color: #fff;
}
@media screen and (max-width: 1536px) {
  .intro__item-content > h1, .intro__item-content > h2, .intro__item-content > h3, .intro__item-content > h4, .intro__item-content > h5, .intro__item-content > h6 {
    font-size: calc(25px + 30 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1170px) {
  .intro .slider-ui {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1170px) {
  .intro .slider-ui__arrow-wrap {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .intro .slider-ui__arrow-wrap {
    top: auto;
    transform: translateY(0);
    justify-content: flex-start;
    bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .intro .slider-ui__arrow {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 480px) {
  .intro .slider-ui__arrow:not(:last-child) {
    margin-right: 14px;
  }
}

.our-proj {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.our-proj__cards {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.our-proj__cards > h1, .our-proj__cards > h2, .our-proj__cards > h3, .our-proj__cards > h4, .our-proj__cards > h5, .our-proj__cards > h6 {
  margin-bottom: 32px;
  font-size: 25px;
}
@media screen and (max-width: 1536px) {
  .our-proj__cards > h1, .our-proj__cards > h2, .our-proj__cards > h3, .our-proj__cards > h4, .our-proj__cards > h5, .our-proj__cards > h6 {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 480px) {
  .our-proj__cards {
    align-items: center;
  }
}
.our-proj__cards-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .our-proj__cards-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .our-proj__cards-inner {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}

.proj-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.proj-info__content {
  position: relative;
  width: 100%;
  min-height: 450px;
}
.proj-info__content-img {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 236, 169, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.proj-info__content-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.proj-info__content-inner > ul {
  display: flex;
}
.proj-info__content-inner > ul li:not(:last-child) {
  margin-right: 16px;
}
.proj-info__content-inner > ul a {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 1536px) {
  .proj-info__content-inner > ul a {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}
.proj-info__content-inner > ul a:hover {
  text-decoration: none;
}
.proj-info__content-logo {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  max-width: 250px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  filter: invert(100%);
}
.proj-info__content-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 64%;
}
.proj-info__content-logo > img, .proj-info__content-logo > svg, .proj-info__content-logo > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.history {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #ffeca9;
}
.history picture {
  width: 100%;
}
.history .info-both-short__col:nth-child(2) > p {
  color: black;
}

.team {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.team > h1, .team > h2, .team > h3, .team > h4, .team > h5, .team > h6 {
  margin-bottom: 40px;
  font-size: 25px;
  color: #000;
}
@media screen and (max-width: 1536px) {
  .team > h1, .team > h2, .team > h3, .team > h4, .team > h5, .team > h6 {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 480px) {
  .team {
    align-items: center;
  }
}
.team__slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.team__slider {
  width: 100%;
}
.team__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 480px) {
  .team__item {
    margin: 0 auto;
  }
}
.team__item:hover .team__item-img::after {
  opacity: 1;
}
.team__item-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.team__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 127%;
}
.team__item-img > img, .team__item-img > svg, .team__item-img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team__item-img img {
  border-radius: 5px;
}
.team__item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 236, 169, 0) 51.93%, #ffeca9 100.59%);
  opacity: 0;
  transition: 0.3s all ease;
}
.team__item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.team__item-info > h1, .team__item-info > h2, .team__item-info > h3, .team__item-info > h4, .team__item-info > h5, .team__item-info > h6 {
  margin-bottom: 6px;
  font-size: 25px;
  color: #000;
}
@media screen and (max-width: 1536px) {
  .team__item-info > h1, .team__item-info > h2, .team__item-info > h3, .team__item-info > h4, .team__item-info > h5, .team__item-info > h6 {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}
.team__item-info p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}
.team__item-info p:first-of-type {
  margin-bottom: 12px;
  color: #757575;
}
.team__item-info p:last-of-type {
  margin-top: auto;
}
.team__item-info > *:last-child {
  text-decoration: underline;
  font-size: 16px;
  color: #000;
}
.team__item-info > *:last-child:hover {
  text-decoration: none;
}

.gallery-short {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  grid-gap: 30px;
}
@media screen and (max-width: 1536px) {
  .gallery-short {
    grid-gap: calc(0px + 30 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 768px) {
  .gallery-short {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .gallery-short {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.gallery-short:not(:last-child) {
  margin-bottom: 30px;
}
.gallery-short__img {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.gallery-short__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transition: 0.3s all ease;
}
.gallery-short__img:hover img {
  transform: scale(1.1);
}
.gallery-short__img:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 7;
  height: 100%;
  max-height: 450px;
}
.gallery-short__img:nth-of-type(2) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 4;
  height: 100%;
  min-height: 200px;
  max-height: 210px;
}
.gallery-short__img:nth-of-type(3) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 4;
  grid-row-end: 7;
  height: 100%;
  min-height: 200px;
  max-height: 210px;
}
.gallery-short__img:nth-of-type(4) {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 7;
  grid-row-end: 13;
  height: 100%;
  max-height: 450px;
}
.gallery-short__img:nth-of-type(5) {
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 7;
  grid-row-end: 13;
  height: 100%;
  max-height: 450px;
}
@media screen and (max-width: 768px) {
  .gallery-short__img {
    grid-column-start: auto !important;
    grid-column-end: auto !important;
    grid-row-start: auto !important;
    grid-row-end: auto !important;
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
    min-height: auto !important;
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .gallery-short__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 80%;
  }
  .gallery-short__img > img, .gallery-short__img > svg, .gallery-short__img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.news {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.news__text a {
  text-decoration: underline;
  font-size: 18px;
  color: #000;
}
.news__text a:hover {
  text-decoration: none;
}
.news__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .news__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-page__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 500px;
}
.news-page__cards {
  display: grid;
  grid-template-areas: "a a b c" "d f l l" "g g k y";
  grid-gap: 24px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .news-page__cards {
    grid-template-areas: "none";
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .news-page__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-page__cards .news-page-card:nth-child(1) {
  grid-area: a;
}
.news-page__cards .news-page-card:nth-child(2) {
  grid-area: b;
}
.news-page__cards .news-page-card:nth-child(3) {
  grid-area: c;
}
.news-page__cards .news-page-card:nth-child(4) {
  grid-area: d;
}
.news-page__cards .news-page-card:nth-child(5) {
  grid-area: f;
}
.news-page__cards .news-page-card:nth-child(6) {
  grid-area: l;
}
.news-page__cards .news-page-card:nth-child(7) {
  grid-area: g;
}
.news-page__cards .news-page-card:nth-child(8) {
  grid-area: k;
}
.news-page__cards .news-page-card:nth-child(9) {
  grid-area: y;
}
@media screen and (max-width: 1024px) {
  .news-page__cards .news-page-card {
    grid-area: auto !important;
  }
}
.news-page .pagination {
  align-self: center;
  margin-top: 40px;
}

.news-inside {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-inside .text-tmp > h1, .news-inside .text-tmp > h2, .news-inside .text-tmp > h3, .news-inside .text-tmp > h4, .news-inside .text-tmp > h5, .news-inside .text-tmp > h6 {
  max-width: 800px;
  margin-bottom: 30px;
  font-size: 55px;
  color: #000;
}
@media screen and (max-width: 1536px) {
  .news-inside .text-tmp > h1, .news-inside .text-tmp > h2, .news-inside .text-tmp > h3, .news-inside .text-tmp > h4, .news-inside .text-tmp > h5, .news-inside .text-tmp > h6 {
    font-size: calc(32px + 23 * ((100vw - 320px) / 1216));
  }
}
.news-inside .text-tmp > div {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .news-inside .text-tmp > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-inside .text-tmp > div > *:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 480px) {
  .news-inside .text-tmp > div > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.news-inside .text-tmp > div p {
  color: #757575;
}
.news-inside .text-tmp p {
  align-self: center;
  max-width: 800px;
}
.news-inside__next {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 120px;
}
.news-inside__next-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .news-inside__next-btns {
    flex-direction: column;
  }
}
.news-inside__next-btns a {
  display: flex;
  align-items: center;
  color: #000;
  transition: 0.3s all ease;
}
@media screen and (max-width: 480px) {
  .news-inside__next-btns a:first-child {
    align-self: flex-start;
    margin-bottom: 14px;
  }
}
.news-inside__next-btns a:first-child svg {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .news-inside__next-btns a:last-child {
    align-self: flex-end;
  }
}
.news-inside__next-btns a:last-child svg {
  margin-left: 10px;
}
.news-inside__next-btns a svg {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  stroke: #000;
}
.news-inside__next-btns a:hover {
  opacity: 0.5;
}
.news-inside__next-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .news-inside__next-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .news-inside__next-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.vito-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.vito-intro__slider {
  width: 100%;
}
.vito-intro__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
.vito-intro__item picture, .vito-intro__item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vito-intro__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 170px 20px;
}
.vito-intro__info-inner {
  display: flex;
}
.vito-intro__info-inner svg {
  margin-top: 0px;
  margin-right: 20px;
  stroke: #fff;
}
.vito-intro__info-inner .text-tmp {
  max-width: 640px;
}
.vito-intro__info-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
}
.vito-intro__info-text > h1, .vito-intro__info-text > h2, .vito-intro__info-text > h3, .vito-intro__info-text > h4, .vito-intro__info-text > h5, .vito-intro__info-text > h6 {
  margin-bottom: 20px;
  color: #fff;
  line-height: 60%;
  font-size: 70px;
}
@media screen and (max-width: 1536px) {
  .vito-intro__info-text > h1, .vito-intro__info-text > h2, .vito-intro__info-text > h3, .vito-intro__info-text > h4, .vito-intro__info-text > h5, .vito-intro__info-text > h6 {
    font-size: calc(24px + 46 * ((100vw - 320px) / 1216));
  }
}
.vito-intro__info-text > h1 b, .vito-intro__info-text > h2 b, .vito-intro__info-text > h3 b, .vito-intro__info-text > h4 b, .vito-intro__info-text > h5 b, .vito-intro__info-text > h6 b {
  font-weight: normal;
  font-size: 40px;
}
@media screen and (max-width: 1536px) {
  .vito-intro__info-text > h1 b, .vito-intro__info-text > h2 b, .vito-intro__info-text > h3 b, .vito-intro__info-text > h4 b, .vito-intro__info-text > h5 b, .vito-intro__info-text > h6 b {
    font-size: calc(24px + 16 * ((100vw - 320px) / 1216));
  }
}
.vito-intro__info-text p {
  color: #fff;
}
.vito-intro__ui {
  z-index: 1;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .vito-intro__ui {
    flex-direction: column;
    align-items: flex-start;
    bottom: 50px;
  }
}
.vito-intro__arrows {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .vito-intro__arrows {
    margin-bottom: 24px;
  }
}
.vito-intro__arrows .vito-arrow-slider {
  display: flex;
  width: 20px;
  height: 20px;
}
.vito-intro__arrows .vito-arrow-slider svg {
  stroke: #fff;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.vito-intro__pagination {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 30px;
  color: #fff;
  font-size: 25px;
}
.vito-intro__pagination .swiper-pagination-current {
  margin-right: 10px;
  color: #fff;
}
.vito-intro__pagination .swiper-pagination-total {
  margin-left: 10px;
  color: #fff;
}
.vito-intro__social ul {
  display: flex;
}
.vito-intro__social ul li:not(:last-child) {
  margin-right: 18px;
}
.vito-intro__social ul a {
  color: #fff;
}
.vito-intro__social ul a:hover {
  text-decoration: underline;
}

.vito-work {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.vito-work__padding {
  padding-bottom: 20%;
}
.vito-work .pours-glass-title {
  margin-bottom: 80px;
}
.vito-work__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
}
.vito-work__contacts > a {
  color: #000;
  margin-bottom: 16px;
  font-size: 25px;
}
@media screen and (max-width: 1536px) {
  .vito-work__contacts > a {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}
.vito-work__contacts > a:hover {
  text-decoration: underline;
}
.vito-work__contacts p {
  color: #000;
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1536px) {
  .vito-work__contacts p {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}
.vito-work__contacts ul {
  display: flex;
}
.vito-work__contacts ul li:not(:last-child) {
  margin-right: 32px;
}
.vito-work__contacts ul a {
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 1536px) {
  .vito-work__contacts ul a {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}
.vito-work__contacts ul a:hover {
  text-decoration: underline;
}

.brends {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.brends .btn {
  margin-top: 30px;
  align-self: center;
}
.brends .text-tmp {
  margin-bottom: 40px;
  max-width: 630px;
}
.brends__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .brends__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .brends__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .brends__cards {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 350px) {
  .brends__cards {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

.personal-blog {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}
.personal-blog img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.personal-blog__info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  max-width: 800px;
  height: 100%;
  padding: 70px 0;
}
.personal-blog__info .text-tmp {
  position: relative;
  margin-bottom: 100px;
}
.personal-blog__info .text-tmp > h1, .personal-blog__info .text-tmp > h2, .personal-blog__info .text-tmp > h3, .personal-blog__info .text-tmp > h4, .personal-blog__info .text-tmp > h5, .personal-blog__info .text-tmp > h6 {
  font-family: var(--font-mit);
  font-weight: var(--weight-m-400);
}
.personal-blog__info .text-tmp svg {
  position: absolute;
  top: 0;
  left: -75px;
  width: 185px;
  height: 155px;
  opacity: 0.1;
  fill: #fff;
}
.personal-blog__info .text-tmp ul li {
  list-style: none;
}
.personal-blog__info .text-tmp ul li:first-child {
  font-size: 25px;
}
@media screen and (max-width: 1536px) {
  .personal-blog__info .text-tmp ul li:first-child {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1216));
  }
}

.vito-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.vito-about__logo {
  position: relative;
  width: 150px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.vito-about__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.vito-about__logo > img, .vito-about__logo > svg, .vito-about__logo > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.vito-about__info {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 80px;
}
.vito-about__info > h1, .vito-about__info > h2, .vito-about__info > h3, .vito-about__info > h4, .vito-about__info > h5, .vito-about__info > h6 {
  max-width: 725px;
  margin-bottom: 80px;
  font-family: var(--font-mit);
  line-height: 100%;
  font-size: 70px;
}
@media screen and (max-width: 1536px) {
  .vito-about__info > h1, .vito-about__info > h2, .vito-about__info > h3, .vito-about__info > h4, .vito-about__info > h5, .vito-about__info > h6 {
    font-size: calc(24px + 46 * ((100vw - 320px) / 1216));
  }
}
.vito-about__info p {
  max-width: 725px;
  font-family: var(--font-mit);
}
.vito-about__info > a {
  align-self: center;
  width: 22px;
  height: 22px;
  margin-top: 55px;
}
.vito-about__info > a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .product__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .pagination {
  align-self: center;
  margin-top: 40px;
}
.product__kind {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product__kind-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #000;
}
.product__kind-item:first-child {
  border-top: 1px solid #000;
}
.product__kind-item.active {
  background: #f2f2f2;
}
.product__kind-item.active .product__kind-btn svg {
  transform: rotate(180deg);
}
.product__kind-btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  transition: 0.3s all ease;
  background: #fff;
}
.product__kind-btn-wrap:hover {
  background: #fcc62a;
}
.product__kind-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .product__kind-btn {
    padding: 22px 0;
  }
}
.product__kind-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  border: 1px solid #000;
  border-radius: 50%;
}
.product__kind-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s all ease;
}
.product__kind-drop {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.product__kind-drop-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border-top: 1px solid #000;
  overflow-y: scroll;
  scrollbar-color: #424a4d transparent;
  scrollbar-width: thin;
}
.product__kind-drop-inner::-webkit-scrollbar {
  width: 8px;
}
.product__kind-drop-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.product__kind-drop-inner::-webkit-scrollbar-thumb {
  background: #424a4d;
}
.product__kind-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1110px;
  padding: 40px 0;
}
.product__kind-card:not(:last-child) {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .product__kind-card {
    flex-direction: column;
  }
}
.product__kind-card-head p {
  margin-bottom: 40px;
  font-size: 18px;
}
.product__kind-card-img {
  margin-right: 24px;
  position: relative;
  width: 350px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.product__kind-card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.product__kind-card-img > img, .product__kind-card-img > svg, .product__kind-card-img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .product__kind-card-img {
    margin: 0;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    max-width: 350px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .product__kind-card-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }
  .product__kind-card-img > img, .product__kind-card-img > svg, .product__kind-card-img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.product__kind-card-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .product__kind-card-list {
    max-width: 100%;
  }
}
.product__kind-card-list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product__kind-card-list ul li {
  display: flex;
  width: 100%;
}
.product__kind-card-list ul li:not(:last-child) {
  border-bottom: 1px solid #000;
}
.product__kind-card-list ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  color: #000;
}
.product__kind-card-list ul a svg {
  transition: 0.3s all ease;
}
.product__kind-card-list ul a:hover {
  text-decoration: underline;
}
.product__kind-card-list ul a:hover svg {
  transform: translateX(-20px);
}

.brend-intro {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .brend-intro {
    flex-direction: column;
  }
}
.brend-intro__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .brend-intro__head {
    margin: 0;
    margin-bottom: 24px;
  }
}
.brend-intro__head .text-tmp p {
  font-size: 16px;
}
.brend-intro__img {
  margin: 40px 0;
  position: relative;
  width: 350px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.brend-intro__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.brend-intro__img > img, .brend-intro__img > svg, .brend-intro__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .brend-intro__img {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .brend-intro__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }
  .brend-intro__img > img, .brend-intro__img > svg, .brend-intro__img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.brend-intro__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 525px;
}
@media screen and (max-width: 768px) {
  .brend-intro__info {
    max-width: 100%;
  }
}
.brend-intro__info > p {
  font-family: var(--font-m);
  font-size: 44px;
}
@media screen and (max-width: 1536px) {
  .brend-intro__info > p {
    font-size: calc(24px + 20 * ((100vw - 320px) / 1216));
  }
}
.brend-intro__info > p a {
  color: #000;
}
.brend-intro__info > p a.active, .brend-intro__info > p a:hover {
  text-decoration: underline;
  color: #fff;
}
.brend-intro__info .text-tmp {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .brend-intro__info .text-tmp {
    margin-top: 24px;
  }
}
.brend-intro__info .text-tmp p {
  font-size: 16px;
}
.brend-intro__info .text-tmp p a {
  color: #000;
}

.collection-vine {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.collection-vine__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .collection-vine__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.collection-vine__head a {
  flex-shrink: 0;
  color: #000;
  text-decoration: underline;
  font-family: var(--font-s);
}
.collection-vine__head a:hover {
  text-decoration: none;
}
.collection-vine__slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.collection-vine__slider {
  width: 100%;
}
.collection-vine__slider .swiper-slide {
  height: auto;
}
.collection-vine__arrows {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
.collection-vine__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fcc62a;
  border: 1px solid #fff;
  pointer-events: painted;
}
.collection-vine__arrow.arrow-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.collection-vine__arrow svg {
  stroke: #fff;
}

.presentation {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.desc-vine {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #fcc62a;
}
.desc-vine:nth-child(even) {
  background-color: #fff;
}
.desc-vine:nth-child(even) .desc-vine__inner {
  flex-direction: row-reverse;
}
.desc-vine__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .desc-vine__inner {
    flex-direction: column !important;
    align-items: center;
  }
}
.desc-vine__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 730px;
}
@media screen and (max-width: 600px) {
  .desc-vine__info {
    margin-bottom: 40px;
  }
}
.desc-vine__info .btn {
  align-self: flex-start;
  margin-top: auto;
}
.desc-vine__info-content {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .desc-vine__info-content {
    flex-direction: column;
  }
}
.desc-vine__info-inner {
  display: flex;
  flex-direction: column;
}
.desc-vine__info-inner:not(:last-child) {
  margin-right: 24px;
}
.desc-vine__info-inner:first-child .text-tmp {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.desc-vine__info-inner:first-child .text-tmp p {
  margin-bottom: 16px;
  line-height: 100%;
}
.desc-vine__info-inner > .text-tmp {
  max-width: 350px;
}
.desc-vine__info-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 150px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fcc62a;
}
@media screen and (max-width: 979px) {
  .desc-vine__info-head {
    min-height: 50px;
  }
}
.desc-vine__info-head .text-tmp > h1, .desc-vine__info-head .text-tmp > h2, .desc-vine__info-head .text-tmp > h3, .desc-vine__info-head .text-tmp > h4, .desc-vine__info-head .text-tmp > h5, .desc-vine__info-head .text-tmp > h6 {
  line-height: 100%;
  margin-bottom: 0;
}
.desc-vine__info-inner-col {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
}
.desc-vine__info-inner-col .text-tmp:not(:last-child) {
  margin-right: 30px;
}
.desc-vine__info-inner-col .text-tmp ul:not(:last-child) {
  margin-bottom: 20px;
}
.desc-vine__info-inner-col .text-tmp ul li {
  list-style: none;
}
.desc-vine__img {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.desc-vine__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 172%;
}
.desc-vine__img > img, .desc-vine__img > svg, .desc-vine__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.full-desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.full-desc__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.full-desc__info-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.full-desc__info-inner .text-tmp {
  max-width: 730px;
}
@media screen and (max-width: 600px) {
  .full-desc__info-inner {
    flex-direction: column;
    align-items: center;
  }
}
.full-desc__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 600px) {
  .full-desc__card {
    margin: 24px 0;
  }
}
.full-desc__card .btn {
  margin-top: 30px;
}
.full-desc__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 730px;
}
.full-desc__desc-text {
  display: flex;
  flex-direction: column;
}
.full-desc__desc-text:not(:last-child) {
  margin-bottom: 60px;
}
.full-desc__desc-text > h1, .full-desc__desc-text > h2, .full-desc__desc-text > h3, .full-desc__desc-text > h4, .full-desc__desc-text > h5, .full-desc__desc-text > h6 {
  margin-bottom: 16px;
}
.full-desc__desc-text > ul {
  display: flex;
}
.full-desc__desc-text > ul li:not(:last-child) {
  margin-right: 60px;
}
.full-desc__desc-text > ul li a {
  color: #000;
  text-decoration: underline;
}
.full-desc__desc-text > ul li a:hover {
  text-decoration: none;
}
.full-desc__desc-text-inner {
  display: flex;
}
.full-desc__desc-text-inner .text-tmp:not(:last-child) {
  margin-right: 60px;
}
.full-desc__desc-text-inner .text-tmp ul:not(:last-child) {
  margin-bottom: 20px;
}
.full-desc__desc-text-inner .text-tmp ul li {
  list-style: none;
  margin: 0 !important;
}
.full-desc__quot {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 730px;
  margin-top: 120px;
}
.full-desc__quot .text-tmp p {
  font-family: var(--font-mit);
}
.full-desc__img {
  position: relative;
  width: 100%;
  max-width: 180px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.full-desc__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 330%;
}
.full-desc__img > img, .full-desc__img > svg, .full-desc__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .full-desc__img {
    position: relative;
    width: 100%;
    max-width: 180px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .full-desc__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 230%;
  }
  .full-desc__img > img, .full-desc__img > svg, .full-desc__img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.other-product {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.other-product__ui {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 34px;
}
@media screen and (max-width: 480px) {
  .other-product__ui {
    flex-direction: column;
    align-items: flex-start;
  }
}
.other-product__ui-arrows {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .other-product__ui-arrows {
    margin-top: 24px;
  }
}
.other-product__ui-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  padding: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.other-product__ui-arrow.arrow-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.other-product__ui-arrow svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  stroke: #000;
  transition: 0.3s all ease;
}
.other-product__ui-arrow:hover {
  background: #000;
}
.other-product__ui-arrow:hover svg {
  stroke: #fff;
}
.other-product__ui-pagination {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.other-product__ui-pagination * {
  font-family: var(--font-m);
  font-size: 16px;
}
.other-product__slider {
  width: 100%;
}
.other-product__slider .swiper-slide {
  height: auto;
}
.other-product__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 1px solid #fcc62a;
}
@media screen and (max-width: 480px) {
  .other-product__item {
    align-items: center;
  }
}
.other-product__item .btn {
  margin-top: auto;
}
.other-product__item-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .other-product__item-inner {
    flex-direction: column;
    align-items: center;
  }
}
.other-product__item-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 310px;
  margin-right: 30px;
}
.other-product__item-info > .text-tmp:first-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #fcc62a;
}
.other-product__item-info > .text-tmp p {
  font-size: 16px;
}
.other-product__item-info-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
.other-product__item-info-inner > .text-tmp {
  padding-top: 30px;
}
.other-product__item-info-inner > .text-tmp:not(:last-child) {
  margin-right: 10px;
}
.other-product__item-info-inner > .text-tmp ul:not(:last-child) {
  margin-bottom: 10px;
}
.other-product__item-info-inner > .text-tmp li {
  margin: 0 !important;
  list-style: none;
  font-size: 16px;
}
.other-product__item-img {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 140px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.other-product__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 350%;
}
.other-product__item-img > img, .other-product__item-img > svg, .other-product__item-img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 480px) {
  .other-product__item-img {
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    max-width: 140px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .other-product__item-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 250%;
  }
  .other-product__item-img > img, .other-product__item-img > svg, .other-product__item-img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.maro-about {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .maro-about {
    flex-direction: column;
  }
}
.maro-about__item {
  display: flex;
  flex-direction: column;
}
.maro-about__item:first-child {
  width: 45%;
}
@media screen and (max-width: 979px) {
  .maro-about__item:first-child {
    width: 100%;
  }
}
.maro-about__item:last-child {
  width: 55%;
}
@media screen and (max-width: 979px) {
  .maro-about__item:last-child {
    width: 100%;
  }
}
.maro-about__quot {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}
.maro-about__quot svg {
  position: absolute;
  top: -50px;
  left: -100px;
  fill: rgba(63, 171, 60, 0.1);
}
@media screen and (max-width: 979px) {
  .maro-about__quot svg {
    left: 0;
  }
}
.maro-about__quot p {
  font-family: var(--font-mit);
}

.maro-brends {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.maro-brends__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .maro-brends__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.maro-brends__head-btns {
  display: flex;
  flex-shrink: 0;
}
.maro-brends__head-btn {
  font-family: var(--font-s);
}
.maro-brends__head-btn:not(:last-child) {
  margin-right: 25px;
}
.maro-brends__head-btn.active, .maro-brends__head-btn:hover {
  text-decoration: underline;
}
.maro-brends__cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.maro-brends__cards {
  display: none;
  flex-direction: column;
  width: 100%;
}
.maro-brends__cards.active {
  display: flex;
}
.maro-brends__cards-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .maro-brends__cards-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 480px) {
  .maro-brends__cards-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.maro-brends__card {
  width: 100%;
  height: 100%;
  max-height: 604px;
  overflow: hidden;
  cursor: pointer;
}
.maro-brends__card:hover img {
  transform: scale(1.1);
}
.maro-brends__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease;
}
@media screen and (max-width: 979px) {
  .maro-brends__card {
    grid-column-start: auto !important;
    grid-column-end: auto !important;
    grid-row-start: auto !important;
    grid-row-end: auto !important;
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .maro-brends__card::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 150%;
  }
  .maro-brends__card > img, .maro-brends__card > svg, .maro-brends__card > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.maro-brends__card:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 7;
}
.maro-brends__card:nth-of-type(2) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 7;
}
.maro-brends__card:nth-of-type(3) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 7;
  grid-row-end: 13;
}
.maro-brends__card:nth-of-type(4) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 7;
  grid-row-end: 13;
}
.maro-brends__card:nth-of-type(5) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 7;
  grid-row-end: 13;
}

.maro-brends__modal-container {
  display: none;
}
.maro-brends__modal {
  display: flex;
  width: 100vw;
  max-width: 1150px;
  height: 70vh;
  padding: 0;
  background: transparent;
}
.maro-brends__modal-inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.maro-brends__modal-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.maro-brends__modal-info {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: calc(100% - 50px);
  padding: 40px;
  overflow-y: scroll;
  scrollbar-color: #424a4d transparent;
  scrollbar-width: thin;
}
.maro-brends__modal-info::-webkit-scrollbar {
  width: 8px;
}
.maro-brends__modal-info::-webkit-scrollbar-track {
  background-color: transparent;
}
.maro-brends__modal-info::-webkit-scrollbar-thumb {
  background: #424a4d;
}
@media screen and (max-width: 600px) {
  .maro-brends__modal-info {
    flex-direction: column;
  }
}
.maro-brends__modal-info .text-tmp {
  max-width: 500px;
  padding-right: 10px;
}
.maro-brends__modal-info .text-tmp p {
  font-size: 14px;
}
.maro-brends__modal-info-img {
  position: relative;
  width: 100%;
  max-width: 550px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.maro-brends__modal-info-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.maro-brends__modal-info-img > img, .maro-brends__modal-info-img > svg, .maro-brends__modal-info-img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .maro-brends__modal-info-img {
    margin-top: 24px;
  }
}

.maro-review {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 45px;
  border: 1px solid #3fab3c;
  border-radius: 15px;
}
@media screen and (max-width: 480px) {
  .maro-review {
    padding: 24px;
  }
}
.maro-review__slider {
  width: 100%;
}
.maro-review__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.maro-review__item > .text-tmp {
  align-self: flex-end;
  max-width: 54%;
}
@media screen and (max-width: 600px) {
  .maro-review__item > .text-tmp {
    max-width: 100%;
    margin-bottom: 80px;
  }
}
.maro-review__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 600px) {
  .maro-review__inner {
    flex-direction: column;
  }
}
.maro-review__info {
  display: flex;
  flex-direction: column;
  width: 45%;
  height: 100%;
  margin-right: 24px;
}
@media screen and (max-width: 600px) {
  .maro-review__info {
    width: 100%;
    margin-bottom: 24px;
  }
}
.maro-review__info .text-tmp {
  margin-bottom: 25px;
}
.maro-review__info-quot {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
}
.maro-review__info-quot p {
  font-family: var(--font-mit);
}
.maro-review__img {
  position: relative;
  width: 54%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.maro-review__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.maro-review__img > img, .maro-review__img > svg, .maro-review__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .maro-review__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .maro-review__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 70%;
  }
  .maro-review__img > img, .maro-review__img > svg, .maro-review__img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.maro-review__arrows {
  z-index: 1;
  position: absolute;
  left: 45px;
  bottom: 45px;
  display: flex;
}
.maro-review__arrows > *:not(:last-child) {
  margin-right: 25px;
}

.maro-team {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.maro-team::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.maro-team > img, .maro-team > svg, .maro-team > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.maro-team__info {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 60px;
}
.maro-team__info .text-tmp {
  text-align: center;
  align-items: center;
}

.horeca-media {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.horeca-media::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.3%;
}
.horeca-media > img, .horeca-media > svg, .horeca-media > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.horeca-media__preview {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.horeca-media__preview img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.horeca-media__preview-icon {
  z-index: 1;
  display: flex;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .horeca-media__preview-icon {
    width: 120px;
    height: 120px;
  }
}
.horeca-media__preview-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.horeca-media__preview-icon path {
  transition: 0.3s all ease;
}
.horeca-media__preview-icon:hover path {
  fill: #b69271;
}

.horeca-logo {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.horeca-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.horeca-logo > img, .horeca-logo > svg, .horeca-logo > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .horeca-logo {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .horeca-logo::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 80%;
  }
  .horeca-logo > img, .horeca-logo > svg, .horeca-logo > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.horeca-logo__slider {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  pointer-events: none;
}
.horeca-logo__slider * {
  background: transparent !important;
}
.horeca-logo .swiper-slide {
  width: 600px !important;
}
.horeca-logo__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.horeca-logo__item .text-tmp {
  align-items: center;
}
.horeca-logo__item .text-tmp p {
  max-width: 300px;
}

.horeca-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.horeca-desc__slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px;
}
.horeca-desc__slider {
  width: 100%;
}
.horeca-desc__item {
  display: flex;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) {
  .horeca-desc__item {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.horeca-desc__item-img {
  width: 50%;
  height: 100%;
}
.horeca-desc__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .horeca-desc__item-img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .horeca-desc__item-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 140%;
  }
  .horeca-desc__item-img > img, .horeca-desc__item-img > svg, .horeca-desc__item-img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  .horeca-desc__item-img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .horeca-desc__item-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 240%;
  }
  .horeca-desc__item-img > img, .horeca-desc__item-img > svg, .horeca-desc__item-img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.horeca-desc__arrows {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  height: 100%;
  pointer-events: none;
}
.horeca-desc__info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1110px;
}
@media screen and (max-width: 1250px) {
  .horeca-desc__info {
    flex-direction: column-reverse;
  }
}
.horeca-desc__info-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.horeca-desc__info-item:first-child {
  width: 54%;
}
@media screen and (max-width: 1250px) {
  .horeca-desc__info-item:first-child {
    width: 100%;
  }
}
.horeca-desc__info-item:last-child {
  width: 46%;
}
@media screen and (max-width: 1250px) {
  .horeca-desc__info-item:last-child {
    width: 100%;
    margin-bottom: 40px;
  }
}
.horeca-desc__info-number {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.horeca-desc__info-number ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .horeca-desc__info-number ul {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 25px;
  }
}
.horeca-desc__info-number ul li {
  width: 100%;
  color: #b69271;
}
.horeca-desc__info-number ul li > *:first-child {
  font-size: 90px;
}
@media screen and (max-width: 1536px) {
  .horeca-desc__info-number ul li > *:first-child {
    font-size: calc(24px + 66 * ((100vw - 320px) / 1216));
  }
}
.horeca-desc__info-number ul li > *:last-child {
  max-width: 170px;
}
@media screen and (max-width: 480px) {
  .horeca-desc__info-number ul li > *:last-child {
    max-width: 100%;
  }
}
.horeca-desc__info-number ul li > * sup {
  font-size: 60px;
}
@media screen and (max-width: 1536px) {
  .horeca-desc__info-number ul li > * sup {
    font-size: calc(24px + 36 * ((100vw - 320px) / 1216));
  }
}
.horeca-desc__info-social {
  display: flex;
  width: 100%;
  margin-top: 25px;
}
.horeca-desc__info-social ul {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .horeca-desc__info-social ul {
    flex-wrap: wrap;
  }
}
.horeca-desc__info-social ul li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .horeca-desc__info-social ul li {
    margin-bottom: 20px;
  }
}
.horeca-desc__info-social ul a {
  color: #b69271;
  text-decoration: underline;
}
.horeca-desc__info-social ul a:hover {
  text-decoration: none;
}

.horeca-team {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.horeca-team__head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
.horeca-team__slider-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.horeca-team__slider {
  width: 100%;
}
.horeca-team__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.horeca-team__item:hover img {
  transform: scale(1.1);
}
.horeca-team__item-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 3px;
  overflow: hidden;
}
.horeca-team__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 145%;
}
.horeca-team__item-img > img, .horeca-team__item-img > svg, .horeca-team__item-img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.horeca-team__item-img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.horeca-team__item-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
}
.horeca-team__item-info > h1, .horeca-team__item-info > h2, .horeca-team__item-info > h3, .horeca-team__item-info > h4, .horeca-team__item-info > h5, .horeca-team__item-info > h6 {
  margin-bottom: 6px;
  color: #b69271;
}
.horeca-team__item-info p {
  color: #fff;
}
.horeca-team__item-info p:first-of-type {
  margin-bottom: 12px;
}
.horeca-team__item-info p:last-of-type {
  margin-bottom: 10px;
}
.horeca-team__item-info > *:last-child {
  margin-top: auto;
  color: #fff;
}
.horeca-team__arrows {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1250px) {
  .horeca-team__arrows {
    max-width: 1110px;
    padding: 40px;
  }
}

.horeca-partners {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.horeca-partners__header {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.horeca-partners__slider {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.horeca-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  border: 1px solid #b69271;
}
.horeca-partners__item-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.horeca-partners__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.horeca-partners__item-img > img, .horeca-partners__item-img > svg, .horeca-partners__item-img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.horeca-partners__arrows {
  display: flex;
  align-self: flex-end;
  margin-top: 20px;
}
.horeca-partners__arrows > *:not(:last-child) {
  margin-right: 25px;
}

.horeco-accard {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}
.horeco-accard__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #b69271;
}
.horeco-accard__item:not(:last-child) {
  margin-bottom: 25px;
}
.horeco-accard__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  color: #b69271;
}
.horeco-accard__btn svg {
  width: 22px;
  height: 22px;
  stroke: #b69271;
  transition: 0.3s all ease;
}
.horeco-accard__btn.active svg {
  transform: rotate(180deg);
}
.horeco-accard__drop {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.horeco-accard__drop .text-tmp {
  padding: 0 0 20px 0;
}

.aux-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 600px;
}
.aux-intro.aux-intro-short {
  height: 500px;
}
.aux-intro.aux-intro-short .aux-intro__info {
  padding: 0 20px 25px 20px;
}
.aux-intro img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aux-intro__info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 1150px;
  padding: 0 20px 100px 20px;
  height: 100%;
}
.aux-intro__info .text-tmp {
  max-width: 600px;
}

@media screen and (max-width: 1366px) {
  .wide-spectr {
    flex-direction: column;
  }
}
.wide-spectr .both-not-equal__item:first-child {
  background: rgba(116, 30, 48, 0.1);
}
@media screen and (max-width: 1366px) {
  .wide-spectr .both-not-equal__item:first-child {
    width: 100%;
  }
}
.wide-spectr .both-not-equal__item:last-child {
  background: #741e30;
}
@media screen and (max-width: 1366px) {
  .wide-spectr .both-not-equal__item:last-child {
    width: 100%;
  }
}
.wide-spectr__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: calc(1440px - 65%);
  height: 100%;
  padding: 50px 50px 50px 0;
  padding-left: 165px;
}
@media screen and (max-width: 1366px) {
  .wide-spectr__info {
    flex-direction: row;
    align-items: flex-end;
    max-width: 100%;
    padding: 50px 20px 50px 20px;
  }
  .wide-spectr__info .btn {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .wide-spectr__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wide-spectr__info .text-tmp {
  align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .wide-spectr__info .text-tmp {
    margin-bottom: 0;
  }
}
.wide-spectr__info .text-tmp > h1, .wide-spectr__info .text-tmp > h2, .wide-spectr__info .text-tmp > h3, .wide-spectr__info .text-tmp > h4, .wide-spectr__info .text-tmp > h5, .wide-spectr__info .text-tmp > h6 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1366px) {
  .wide-spectr__info .text-tmp > h1, .wide-spectr__info .text-tmp > h2, .wide-spectr__info .text-tmp > h3, .wide-spectr__info .text-tmp > h4, .wide-spectr__info .text-tmp > h5, .wide-spectr__info .text-tmp > h6 {
    margin-bottom: 0;
  }
}
.wide-spectr__slider-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-right: 165px;
}
@media screen and (max-width: 1366px) {
  .wide-spectr__slider-container {
    padding-right: 0;
  }
}

.wide-spectr__slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.wide-spectr__slider {
  width: 100%;
  height: 100%;
}
.wide-spectr__slider-item {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .wide-spectr__slider-item {
    flex-direction: column;
  }
}
.wide-spectr__slider-info {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding: 100px 0 50px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .wide-spectr__slider-info {
    width: 100%;
  }
}
.wide-spectr__slider-img {
  position: relative;
  width: 50%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.wide-spectr__slider-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 120%;
}
.wide-spectr__slider-img > img, .wide-spectr__slider-img > svg, .wide-spectr__slider-img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.wide-spectr__slider-img img {
  -o-object-position: right;
  object-position: right;
}
@media screen and (max-width: 1366px) {
  .wide-spectr__slider-img {
    position: relative;
    width: 50%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .wide-spectr__slider-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 90%;
  }
  .wide-spectr__slider-img > img, .wide-spectr__slider-img > svg, .wide-spectr__slider-img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .wide-spectr__slider-img {
    position: relative;
    width: 50%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .wide-spectr__slider-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 120%;
  }
  .wide-spectr__slider-img > img, .wide-spectr__slider-img > svg, .wide-spectr__slider-img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.wide-spectr__arrows {
  z-index: 1;
  position: absolute;
  left: 50px;
  bottom: 50px;
  display: flex;
}
.wide-spectr__arrows > *:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 1366px) {
  .aux-market {
    flex-direction: column;
  }
}
@media screen and (max-width: 1366px) {
  .aux-market .both-not-equal__item:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .aux-market .both-not-equal__item:last-child {
    width: 100%;
  }
}
.aux-market__slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 50px 50px 200px 0;
  padding-left: 165px;
}
@media screen and (max-width: 1366px) {
  .aux-market__slider-container {
    padding: 50px 50px 100px 50px;
  }
}
.aux-market__slider-container > .text-tmp {
  z-index: 1;
}
.aux-market__slider {
  width: 100%;
  margin-top: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1366px) {
  .aux-market__slider {
    margin-top: 0;
  }
}
.aux-market__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-market img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aux-market__info {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.aux-market__contact {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.aux-market__contact ul li {
  color: #fff;
}
.aux-market__contact ul li:not(:last-child) {
  margin-bottom: 18px;
}
.aux-market__contact ul a {
  font-family: var(--font-m);
  color: #fff;
}
.aux-market__contact ul a:hover {
  text-decoration: underline;
}
.aux-market__contact ul svg {
  flex-shrink: 0;
  margin-right: 10px;
}
.aux-market__arrows {
  position: absolute;
  bottom: 50px;
  left: 165px;
  display: flex;
}
@media screen and (max-width: 1366px) {
  .aux-market__arrows {
    left: 50px;
  }
}
.aux-market__arrows > *:not(:last-child) {
  margin-right: 10px;
}
.aux-market__map {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .aux-market__map {
    height: 400px;
  }
}

.ymaps-2-1-79-ground-pane {
  filter: grayscale(100%);
}

.aux-best {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-best__head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.aux-best__ui {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .aux-best__ui {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.aux-best__ui a {
  flex-shrink: 0;
  font-family: var(--font-s);
  color: #424a4d;
  text-decoration: underline;
}
.aux-best__ui a:hover {
  text-decoration: none;
}
.aux-best__btns {
  display: flex;
  flex-wrap: wrap;
}
.aux-best__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  font-weight: var(--weight-m-500);
  font-family: var(--font-s);
  color: rgba(66, 74, 77, 0.6);
  transition: 0.3s all ease;
}
.aux-best__btn:after {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #741e30;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s all ease;
}
.aux-best__btn.active {
  color: #424a4d;
}
.aux-best__btn.active:after {
  opacity: 1;
  transform: translateY(0);
}
.aux-best__btn:hover {
  color: #424a4d;
}
.aux-best__btn:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.aux-best__btn:not(:last-child) {
  margin-right: 40px;
}
.aux-best__slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-best__slider-container-item {
  display: none;
  flex-direction: column;
  width: 100%;
}
.aux-best__slider-container-item.active {
  display: flex;
}
.aux-best__slider {
  width: 100%;
  min-height: 570px;
}
@media screen and (max-width: 480px) {
  .aux-best__slider {
    min-height: 530px;
  }
}
.aux-best__slider-arrows {
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  pointer-events: none;
}
.aux-best .aux-arrow:not(:last-child) {
  margin-right: 10px;
}
.aux-best__slider-pagination {
  position: relative;
  height: 4px;
  margin-top: 30px;
  background: #e2e2e2;
  border-radius: 5px;
}
.aux-best__slider-pagination .swiper-pagination-progressbar-fill {
  background: #741e30;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.aux-popular {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-popular__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .aux-popular__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.aux-popular__head a {
  flex-shrink: 0;
  font-family: var(--font-s);
  color: #424a4d;
  text-decoration: underline;
}
.aux-popular__head a:hover {
  text-decoration: none;
}
.aux-popular__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media screen and (max-width: 850px) {
  .aux-popular__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .aux-popular__cards {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}

.aux-news {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.aux-news__head a {
  flex-shrink: 0;
  font-family: var(--font-s);
  color: #424a4d;
  text-decoration: underline;
}
.aux-news__head a:hover {
  text-decoration: none;
}
.aux-news__slider {
  width: 100%;
}
.aux-news__slider .swiper-slide {
  display: flex;
  justify-content: center;
}
.aux-news__arrows {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  pointer-events: none;
}

.aux-cavist {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.aux-cavist .text-tmp {
  margin-bottom: 40px;
  text-align: center;
}
.aux-cavist__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .aux-cavist__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.aux-cavist__card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .aux-cavist__card {
    align-items: center;
  }
}
.aux-cavist__card-img {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.aux-cavist__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 155%;
}
.aux-cavist__card-img > img, .aux-cavist__card-img > svg, .aux-cavist__card-img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .aux-cavist__card-img {
    position: relative;
    width: 50%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .aux-cavist__card-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 155%;
  }
  .aux-cavist__card-img > img, .aux-cavist__card-img > svg, .aux-cavist__card-img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.aux-cavist__card-name {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .aux-cavist__card-name {
    align-items: center;
  }
}
.aux-cavist__card-name p {
  color: #424a4d;
}

.aux-news-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-news-page .pagination {
  align-self: center;
  margin-top: 50px;
}
.aux-news-page__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .aux-news-page__head {
    margin-bottom: 24px;
  }
}
.aux-news-page__cards {
  display: grid;
  grid-template-areas: "a a b" "c d f" "l g k";
  width: 100%;
}
@media screen and (max-width: 979px) {
  .aux-news-page__cards {
    grid-template-areas: none !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .aux-news-page__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.aux-news-page__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .aux-news-page__card {
    grid-area: auto !important;
  }
}
.aux-news-page__card:nth-child(1) {
  grid-area: a;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.aux-news-page__card:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.aux-news-page__card:nth-child(1) > img, .aux-news-page__card:nth-child(1) > svg, .aux-news-page__card:nth-child(1) > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 979px) {
  .aux-news-page__card:nth-child(1) {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .aux-news-page__card:nth-child(1)::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .aux-news-page__card:nth-child(1) > img, .aux-news-page__card:nth-child(1) > svg, .aux-news-page__card:nth-child(1) > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.aux-news-page__card:nth-child(2) {
  grid-area: b;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.aux-news-page__card:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.aux-news-page__card:nth-child(2) > img, .aux-news-page__card:nth-child(2) > svg, .aux-news-page__card:nth-child(2) > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aux-news-page__card:nth-child(3) {
  grid-area: c;
}
.aux-news-page__card:nth-child(4) {
  grid-area: d;
}
.aux-news-page__card:nth-child(5) {
  grid-area: f;
}
.aux-news-page__card:nth-child(6) {
  grid-area: l;
}
.aux-news-page__card:nth-child(7) {
  grid-area: g;
}
.aux-news-page__card:nth-child(8) {
  grid-area: k;
}
.aux-news-page__card:not(:nth-child(1), :nth-child(2)) {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.aux-news-page__card:not(:nth-child(1), :nth-child(2))::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 146%;
}
.aux-news-page__card:not(:nth-child(1), :nth-child(2)) > img, .aux-news-page__card:not(:nth-child(1), :nth-child(2)) > svg, .aux-news-page__card:not(:nth-child(1), :nth-child(2)) > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 979px) {
  .aux-news-page__card:not(:nth-child(1), :nth-child(2)) {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .aux-news-page__card:not(:nth-child(1), :nth-child(2))::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .aux-news-page__card:not(:nth-child(1), :nth-child(2)) > img, .aux-news-page__card:not(:nth-child(1), :nth-child(2)) > svg, .aux-news-page__card:not(:nth-child(1), :nth-child(2)) > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.aux-news-page__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease;
}
.aux-news-page__card:hover img {
  transform: scale(1.1);
}
.aux-news-page__card-info {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 50px;
  background: rgba(66, 74, 77, 0.3);
}
@media screen and (max-width: 979px) {
  .aux-news-page__card-info {
    padding: 24px;
  }
}
.aux-news-page__card-info .text-tmp {
  max-width: 400px;
}

.aux-news-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.aux-news-one > .text-tmp {
  max-width: 900px;
  text-align: center;
}
.aux-news-one > *:not(:last-child) {
  margin-bottom: 150px;
}
@media screen and (max-width: 1500px) {
  .aux-news-one > *:not(:last-child) {
    margin-bottom: 50px;
  }
}
.aux-news-one__ui {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .aux-news-one__ui {
    justify-content: center;
    flex-direction: column;
  }
}
.aux-news-one__ui a {
  display: flex;
  align-items: center;
  color: #424a4d;
}
.aux-news-one__ui a:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .aux-news-one__ui a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.aux-news-one__ui a svg {
  width: 18px;
  height: 12px;
  fill: #424a4d;
  transition: 0.3s all ease;
}
.aux-news-one__ui a:first-child svg {
  margin-right: 10px;
}
.aux-news-one__ui a:first-child:hover svg {
  transform: translateX(-10px);
}
.aux-news-one__ui a:last-child svg {
  margin-left: 10px;
}
.aux-news-one__ui a:last-child:hover svg {
  transform: translateX(10px);
}

.product-page {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product-page {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .product-page {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.product-page__sliders-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  max-height: 600px;
  margin-right: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1024px) {
  .product-page__sliders-container {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
@media screen and (max-width: 768px) {
  .product-page__sliders-container {
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
}
.product-page__sliders-inner {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .product-page__sliders-inner {
    flex-direction: column-reverse;
  }
}
.product-page__slider-second {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 168px;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .product-page__slider-second {
    max-width: 100%;
  }
}
.product-page__slider-second .swiper-slide-thumb-active .product-page__slider-item-thumb {
  background: rgba(116, 30, 48, 0.3);
}
.product-page__slider-thumb {
  width: 100%;
  height: 100%;
}
.product-page__slider-item-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid rgba(66, 74, 77, 0.3);
  cursor: pointer;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1024px) {
  .product-page__slider-item-thumb {
    height: 130px;
  }
}
.product-page__slider-item-thumb:hover {
  background: rgba(116, 30, 48, 0.3);
}
.product-page__slider-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page__slider-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  border: 1px solid rgba(66, 74, 77, 0.3);
}
@media screen and (max-width: 1024px) {
  .product-page__slider-main {
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.product-page__slider {
  width: 100%;
}
.product-page__slider-item {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 24px 0;
}
.product-page__slider-item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 160%;
}
.product-page__slider-item > img, .product-page__slider-item > svg, .product-page__slider-item > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .product-page__slider-item {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .product-page__slider-item::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 80%;
  }
  .product-page__slider-item > img, .product-page__slider-item > svg, .product-page__slider-item > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.product-page__slider-arrow {
  display: flex;
  margin-top: 25px;
}
.product-page__slider-arrow > *:not(:last-child) {
  margin-right: 14px;
}
.product-page__info {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.product-page__info .text-tmp {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .product-page__info {
    width: 100%;
  }
}
.product-page__info-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
.product-page__info-head ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
@media screen and (max-width: 480px) {
  .product-page__info-head ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-page__info-head ul li {
  display: flex;
  align-items: flex-start;
}
.product-page__info-head ul li svg {
  display: flex;
  margin-right: 10px;
}
.product-page__info-link {
  display: flex;
  align-items: center;
  margin-top: auto;
}
@media screen and (max-width: 1170px) {
  .product-page__info-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .product-page__info-link {
    flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  .product-page__info-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-page__info-link .btn:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 1170px) {
  .product-page__info-link .btn:not(:last-child) {
    margin: 0;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product-page__info-link .btn:not(:last-child) {
    margin: 0;
    margin-right: 24px;
  }
}
@media screen and (max-width: 600px) {
  .product-page__info-link .btn:not(:last-child) {
    margin: 0;
    margin-bottom: 14px;
  }
}
.product-page__icon-pay {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.product-page__icon-pay ul {
  display: flex;
}
.product-page__icon-pay ul li {
  margin-right: 10px;
  position: relative;
  width: 60px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.product-page__icon-pay ul li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.product-page__icon-pay ul li > img, .product-page__icon-pay ul li > svg, .product-page__icon-pay ul li > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-region {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-region__inner {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .product-region__inner {
    flex-direction: column;
  }
}
.product-region__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .product-region__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.product-region__info .text-tmp {
  text-align: center;
}
.product-region__info-img {
  position: relative;
  width: 100%;
  max-width: 180px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 24px;
}
.product-region__info-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.product-region__info-img > img, .product-region__info-img > svg, .product-region__info-img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-region__img {
  position: relative;
  width: 60%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.product-region__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.product-region__img > img, .product-region__img > svg, .product-region__img > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .product-region__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .product-region__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .product-region__img > img, .product-region__img > svg, .product-region__img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.aux-filter {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 600px;
}
.aux-filter__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-filter__chapter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .aux-filter__chapter {
    flex-direction: column;
    align-items: flex-start;
  }
}
.aux-filter__chapter-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.aux-filter__chapter-btns > * {
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--font-s);
  font-size: 16px;
  color: #424a4d;
  margin-bottom: 14px;
  transition: 0.3s all ease;
}
.aux-filter__chapter-btns > *:first-child {
  color: #741e30;
  font-weight: var(--weight-m-700);
}
.aux-filter__chapter-btns > *:not(:last-child) {
  margin-right: 20px;
}
.aux-filter__chapter-btns > *::after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: #741e30;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.3s all ease;
}
.aux-filter__chapter-btns > *:hover {
  color: #741e30;
}
.aux-filter__chapter-btns > *:hover::after {
  opacity: 1;
  transform: translateY(0);
}
.aux-filter__chapter-btns > *.active {
  color: #741e30;
}
.aux-filter__chapter-btns > *.active::after {
  opacity: 1;
  transform: translateY(0);
}
.aux-filter__chapter-search {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 170px;
  border: 1px solid #424a4d;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1170px) {
  .aux-filter__chapter-search {
    margin-top: 24px;
    max-width: 270px;
  }
}
.aux-filter__chapter-search input {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 6px 30px 6px 10px;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-s);
  font-size: 16px;
  color: #424a4d;
}
.aux-filter__chapter-search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.aux-filter__ui {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #424a4d;
}
.aux-filter__ui-switches {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0 20px 0;
}
@media screen and (max-width: 1170px) {
  .aux-filter__ui-switches {
    padding: 30px 0 30px 0;
  }
}
.aux-filter__ui-switch {
  margin-bottom: 14px;
}
.aux-filter__ui-switch:not(:last-child) {
  margin-right: 50px;
}
.aux-filter__ui-label {
  display: flex;
  align-items: center;
}
.aux-filter__ui-label p {
  margin-right: 10px;
  font-size: 16px;
  color: #424a4d;
  transition: 0.3s all ease;
}
.aux-filter__ui-input {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}
.aux-filter__ui-input:checked + p + .aux-filter__ui-item::after {
  left: 12px;
  background: #741e30;
}
.aux-filter__ui-input:checked + p {
  color: #741e30;
}
.aux-filter__ui-item {
  position: relative;
  width: 28px;
  height: 14px;
  background: #ebebeb;
  border: 1px solid #cecece;
  border-radius: 16px;
  will-change: transform;
}
.aux-filter__ui-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #424a4d;
  will-change: transform;
  transition: 0.3s all ease;
}
.aux-filter__ui-nav {
  display: flex;
  flex-wrap: wrap;
}
.aux-filter__ui-nav > * {
  display: flex;
  margin-bottom: 14px;
  font-family: var(--font-s);
  font-size: 16px;
  color: rgba(66, 74, 77, 0.5);
  transition: 0.3s all ease;
}
.aux-filter__ui-nav > *:not(:last-child) {
  margin-right: 25px;
}
.aux-filter__ui-nav > *:hover {
  color: #424a4d;
}
.aux-filter__ui-nav > *.active {
  color: #424a4d;
}

.aux-filter__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.aux-filter__content .pagination {
  margin-top: 25px;
}

.aux-filter__modal {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 50px 20px;
  background: rgba(66, 74, 77, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.aux-filter__modal.active {
  display: flex;
}
.aux-filter__modal-other .text-tmp {
  text-align: left !important;
}
.aux-filter__modal-other .btn {
  opacity: 0;
  pointer-events: none;
  align-self: center;
}
.aux-filter__modal-other .btn.active {
  opacity: 1;
  pointer-events: painted;
}
.aux-filter__modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 30px 50px;
  background: #fff;
  overflow-y: scroll;
  scrollbar-color: #424a4d transparent;
  scrollbar-width: thin;
}
.aux-filter__modal-inner::-webkit-scrollbar {
  width: 8px;
}
.aux-filter__modal-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.aux-filter__modal-inner::-webkit-scrollbar-thumb {
  background: #424a4d;
}
@media screen and (max-width: 600px) {
  .aux-filter__modal-inner {
    padding: 30px;
  }
}
.aux-filter__modal-inner .text-tmp {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 1px;
}
.aux-filter__modal-inner .text-tmp > * {
  margin: 0 !important;
}
.aux-filter__modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: 0.3s all ease;
}
.aux-filter__modal-close::before, .aux-filter__modal-close::after {
  content: "";
  position: absolute;
}
.aux-filter__modal-close::before {
  transform: translateY(0px) rotate(45deg);
}
.aux-filter__modal-close::after {
  transform: translateY(0) rotate(-45deg);
}
.aux-filter__modal-close::before, .aux-filter__modal-close::after {
  left: 0;
  width: 100%;
  height: 2px;
  background: #424a4d;
  pointer-events: none;
}
.aux-filter__modal-close:hover {
  transform: rotate(90deg);
}
.aux-filter__modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-filter__modal-content form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-filter__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  outline: none !important;
}
.aux-filter__form .btn {
  margin-top: 40px;
}
.aux-filter__checkbox-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .aux-filter__checkbox-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.aux-filter__range-num-wrap {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .aux-filter__range-num-wrap {
    flex-direction: column;
  }
}
.aux-filter__range-num {
  font-family: var(--font-m);
  color: #424a4d;
}
.aux-filter__range-num-line {
  display: flex;
  width: 20px;
  height: 1px;
  margin: 0 10px;
  background: #424a4d;
}
@media screen and (max-width: 480px) {
  .aux-filter__range-num-line {
    margin: 10px 0;
  }
}
.aux-filter__ui-choice {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.aux-filter__ui-choice-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #741e30;
  border-radius: 10px;
  color: #424a4d;
}
.aux-filter__ui-choice-item:not(:last-child) {
  margin-right: 15px;
}
.aux-filter__ui-choice-name {
  margin-right: 6px;
}
.aux-filter__ui-choice-close {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  will-change: transform;
  transition: 0.2s all ease;
}
.aux-filter__ui-choice-close:hover {
  transform: rotate(90deg);
}
.aux-filter__ui-choice-close::before, .aux-filter__ui-choice-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #741e30;
  will-change: transform;
  pointer-events: none;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.aux-filter__ui-choice-close::before {
  transform: translateY(0px) rotate(45deg);
}
.aux-filter__ui-choice-close::after {
  transform: translateY(0) rotate(-45deg);
}

.irs-max,
.irs-min,
.irs-from,
.irs-to {
  display: none !important;
}

.basket {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
.basket__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px;
}
.basket_all-amount {
  display: flex;
  align-items: center;
  font-family: var(--font-s);
  font-size: 18px;
  color: rgba(66, 74, 77, 0.3);
}
.basket_all-amount-num {
  margin-right: 6px;
}
.basket__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .basket__content {
    flex-direction: column;
  }
}
.basket__content-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 740px;
  margin-right: 24px;
}
@media screen and (max-width: 979px) {
  .basket__content-info {
    max-width: 100%;
  }
}
.basket__content-head {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #424a4d;
}
@media screen and (max-width: 480px) {
  .basket__content-head {
    flex-direction: column;
  }
}
.basket__content-btn-all {
  display: flex;
  align-items: center;
  margin-right: 50px;
  font-size: 18px;
  font-family: var(--font-s);
  color: #741e30;
}
@media screen and (max-width: 480px) {
  .basket__content-btn-all {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.basket__content-btn-all svg {
  opacity: 0;
  transition: 0.3s all ease;
}
.basket__content-btn-all.active svg {
  opacity: 1;
}
.basket__content-btn-all > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #741e30;
  border-radius: 5px;
}
.basket__content-btn-delet {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: var(--font-s);
  color: #741e30;
}
.basket__content-btn-delet > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.basket__result {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
  margin-top: 40px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 979px) {
  .basket__result {
    max-width: 100%;
    align-items: flex-start;
  }
}
.basket__result .btn {
  width: 100%;
}
.basket__result-product {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 5px;
}
.basket__result-product-fiedl-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 25px;
  background: #f5f5f5;
}
.basket__result-product-field {
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #424a4d;
}
.basket__result-product-count {
  display: flex;
  margin-right: 10px;
  color: #424a4d;
  font-size: 16px;
}
.basket__result-product-info {
  display: flex;
  flex-direction: column;
}
.basket__result-product-name {
  display: flex;
  margin-bottom: 10px;
  line-height: 100%;
  color: #424a4d;
  font-size: 16px;
}
.basket__result-product-price {
  display: flex;
  align-items: center;
  color: #424a4d;
  font-family: var(--font-s);
  font-weight: var(--weight-m-700);
  font-size: 16px;
}
.basket__result-product-price * {
  margin-right: 6px;
}
.basket__result-product-end {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 25px;
  background: #ebebeb;
}
.basket__result-product-end-num {
  color: #424a4d;
}
.basket__result-product-end-discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 18px;
}
@media screen and (max-width: 979px) {
  .basket__result-product-end-discount {
    max-width: 100%;
    justify-content: flex-start;
  }
}
.basket__result-product-end-txt {
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 3px 10px;
  color: #424a4d;
  font-family: var(--font-s);
  font-size: 16px;
  background: #fcc62a;
  border-radius: 29px;
}
@media screen and (max-width: 979px) {
  .basket__result-product-end-txt {
    margin-right: 14px;
  }
}
.basket__result-product-end-sum {
  font-family: var(--font-s);
  color: #741e30;
}

.basket__card {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 0 0 0;
}
.basket__card:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #424a4d;
}
@media screen and (max-width: 600px) {
  .basket__card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.basket__card-check {
  display: flex;
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .basket__card-check {
    margin: 0;
    margin-bottom: 24px;
  }
}
.basket__card-check-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #741e30;
  border-radius: 5px;
}
.basket__card-check-btn svg {
  opacity: 0;
  transition: 0.3s all ease;
}
.basket__card-check-btn.active svg {
  opacity: 1;
}
.basket__card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.basket__card-content-inner {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .basket__card-content-inner {
    flex-direction: column-reverse;
  }
}
.basket__card-img {
  display: flex;
  width: 200px;
  height: 360px;
  margin-right: 25px;
  padding: 25px 58px;
  border-radius: 10px;
  background: #f5f5f5;
}
@media screen and (max-width: 600px) {
  .basket__card-img {
    margin-right: 0px;
  }
}
.basket__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.basket__card-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.basket__card-name {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.basket__card-name > h1, .basket__card-name > h2, .basket__card-name > h3, .basket__card-name > h4, .basket__card-name > h5, .basket__card-name > h6 {
  color: #424a4d;
}
.basket__card-name p {
  color: #424a4d;
  font-family: var(--font-s);
}
.basket__card-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .basket__card-list {
    margin-bottom: 24px;
  }
}
.basket__card-list ul {
  display: flex;
  flex-direction: column;
}
.basket__card-list ul li {
  color: #424a4d;
  font-size: 16px;
}
.basket__card-list ul li:not(:last-child) {
  margin-bottom: 4px;
}
.basket__card-numbers {
  margin-top: auto;
}
.basket__card-numbers-ui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 28px;
}
@media screen and (max-width: 979px) {
  .basket__card-numbers-ui {
    flex-direction: column;
    align-items: flex-start;
  }
  .basket__card-numbers-ui .aux-wine-card__price {
    margin-bottom: 24px;
  }
}
.basket__card-delet {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: var(--font-s);
  color: #741e30;
}
@media screen and (max-width: 979px) {
  .basket__card-delet {
    margin-top: 24px;
  }
}
.basket__card-delet > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.basket__card-delet > span svg {
  opacity: 0.5;
}

.aux-recom {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-recom__head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .aux-recom__head {
    text-align: center;
  }
}
.aux-recom__slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aux-recom__slider {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .aux-recom__slider .swiper-slide {
    display: flex;
    justify-content: center;
  }
}
.aux-recom__arrows {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
/*# sourceMappingURL=main.css.map */
