@charset "UTF-8";
/**************************** 
//                         //
//  Created by LIFE STYLE  //
//                         //
 **************************/
html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

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-black {
  background: #000;
}
.bg-error {
  background: #eb4d4b;
}
.bg-calm {
  background: #27ae60;
}
.bg-grey {
  background: rgba(144, 144, 144, 0.1);
}

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

.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));
  }
}

.g-gap-10 {
  grid-gap: 10px;
}

.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));
  }
}

.g-gap-20 {
  grid-gap: 20px;
}

.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));
  }
}

.g-gap-30 {
  grid-gap: 30px;
}

.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));
  }
}

.g-gap-40 {
  grid-gap: 40px;
}

.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));
  }
}

.g-gap-50 {
  grid-gap: 50px;
}
@media screen and (max-width: 1536px) {
  .g-gap-50 {
    grid-gap: 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));
  }
}

.g-gap-60 {
  grid-gap: 60px;
}
@media screen and (max-width: 1536px) {
  .g-gap-60 {
    grid-gap: 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));
  }
}

.g-gap-70 {
  grid-gap: 70px;
}
@media screen and (max-width: 1536px) {
  .g-gap-70 {
    grid-gap: 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));
  }
}

.g-gap-80 {
  grid-gap: 80px;
}
@media screen and (max-width: 1536px) {
  .g-gap-80 {
    grid-gap: 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));
  }
}

.g-gap-90 {
  grid-gap: 90px;
}
@media screen and (max-width: 1536px) {
  .g-gap-90 {
    grid-gap: 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));
  }
}

.g-gap-100 {
  grid-gap: 100px;
}
@media screen and (max-width: 1536px) {
  .g-gap-100 {
    grid-gap: 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));
  }
}

.g-gap-110 {
  grid-gap: 110px;
}
@media screen and (max-width: 1536px) {
  .g-gap-110 {
    grid-gap: 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));
  }
}

.g-gap-120 {
  grid-gap: 120px;
}
@media screen and (max-width: 1536px) {
  .g-gap-120 {
    grid-gap: 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));
  }
}

.g-gap-130 {
  grid-gap: 130px;
}
@media screen and (max-width: 1536px) {
  .g-gap-130 {
    grid-gap: 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));
  }
}

.g-gap-140 {
  grid-gap: 140px;
}
@media screen and (max-width: 1536px) {
  .g-gap-140 {
    grid-gap: 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));
  }
}

.g-gap-150 {
  grid-gap: 150px;
}
@media screen and (max-width: 1536px) {
  .g-gap-150 {
    grid-gap: 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));
  }
}

.g-gap-160 {
  grid-gap: 160px;
}
@media screen and (max-width: 1536px) {
  .g-gap-160 {
    grid-gap: 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));
  }
}

.g-gap-170 {
  grid-gap: 170px;
}
@media screen and (max-width: 1536px) {
  .g-gap-170 {
    grid-gap: 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));
  }
}

.g-gap-180 {
  grid-gap: 180px;
}
@media screen and (max-width: 1536px) {
  .g-gap-180 {
    grid-gap: 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));
  }
}

.g-gap-190 {
  grid-gap: 190px;
}
@media screen and (max-width: 1536px) {
  .g-gap-190 {
    grid-gap: 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));
  }
}

.g-gap-200 {
  grid-gap: 200px;
}
@media screen and (max-width: 1536px) {
  .g-gap-200 {
    grid-gap: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}

.rs-2 {
  border-radius: 2px;
}

.configurator-modal__desc-item,
.configurator-modal__desc-sizes {
  border-radius: 4px;
}

.rs-4 {
  border-radius: 4px;
}

.header__nav-btn,
.header__lang ul li ul,
.color-change__btn::after,
.btn.br-6 {
  border-radius: 6px;
}

.rs-6 {
  border-radius: 6px;
}

.rs-8 {
  border-radius: 8px;
}

.configurator-modal__img,
.configurator-modal,
.window-sections__variations-container,
.header-mob__drop-inner,
.header__drop-card-img,
.advantage-card {
  border-radius: 10px;
}

.rs-10 {
  border-radius: 10px;
}

.rs-12 {
  border-radius: 12px;
}

.rs-14 {
  border-radius: 14px;
}

.rs-16 {
  border-radius: 16px;
}

.rs-18 {
  border-radius: 18px;
}

.intro__slider-container,
.header__drop-card,
.color-change__img,
.color-change__btn,
.team-desc__img,
.job-form__item-img,
.job-form,
.room__map,
.feedback,
.desc__bg,
.desc__info,
.modal-prod__inner,
.modal-prod,
.modal,
.portfolio__item-thumb img,
.portfolio,
.bank-card__img,
.bank-card,
.credit-card,
.team-card__img,
.team-card,
.product-card__img,
.job-card,
.franchise-card__img,
.room-card,
.partners-card,
.news-card,
.rew-card,
.offer-car__img,
.offer-car,
.prod-card__img,
.small-card__img,
.text-tmp.img-rs img,
.text-tmp.img-rs video,
.text-tmp.img-rs iframe {
  border-radius: 20px;
}

.rs-20 {
  border-radius: 20px;
}

.rs-22 {
  border-radius: 22px;
}

.rs-24 {
  border-radius: 24px;
}

.rs-26 {
  border-radius: 26px;
}

.rs-28 {
  border-radius: 28px;
}

.btn {
  border-radius: 30px;
}

.rs-30 {
  border-radius: 30px;
}

.d-none {
  display: none !important;
}

.pos-rel {
  position: relative;
}

.over-hide,
.configurator-modal__img,
.aside-accessories__btn,
.aside-lamination__btn,
.intro__slide,
.intro__slider-container,
.header__drop-card-img,
.header__lang ul li ul,
.color-change__img,
.team-desc__img,
.job-form__item-img,
.job-form,
.room__map,
.feedback,
.desc__bg,
.desc__info,
.modal-prod__inner,
.portfolio__item-info-inner,
.portfolio__item-info,
.portfolio__item-inner,
.portfolio__item,
.portfolio,
.team-card__img,
.team-card,
.job-card,
.franchise-card__img,
.room-card,
.partners-card,
.news-card,
.rew-card,
.offer-car__img,
.offer-car,
.prod-card__img,
.small-card__img,
.add-360-icon {
  overflow: hidden;
}

.x-center {
  margin: 0 auto;
}

.x-right {
  margin: 0 0 0 auto;
}

.x-left {
  margin: 0 auto 0 0;
}

ЫЫЫы .border-tb {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.max-w-300 {
  max-width: 300px;
}
.max-w-500 {
  max-width: 500px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-800 {
  max-width: 800px;
}
.max-w-1000 {
  max-width: 1000px;
}
.max-w-1200 {
  max-width: 1200px;
}
.max-w-1600 {
  max-width: 1600px;
}

.add-360-icon img {
  transition: 0.3s all ease;
}
@media (hover) {
  .add-360-icon:hover img {
    transform: scale(1.01);
  }
}
.add-360-icon::before {
  z-index: 4;
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background-image: url('data:image/svg+xml,         <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%23ffffff" height="800px" width="800px" version="1.1" id="Layer_1" viewBox="0 0 480 480" xml:space="preserve">             <g>                 <g>                     <g>                         <path d="M391.502,210.725c-5.311-1.52-10.846,1.555-12.364,6.865c-1.519,5.31,1.555,10.846,6.864,12.364     C431.646,243.008,460,261.942,460,279.367c0,12.752-15.51,26.749-42.552,38.402c-29.752,12.82-71.958,22.2-118.891,26.425     l-40.963-0.555c-0.047,0-0.093-0.001-0.139-0.001c-5.46,0-9.922,4.389-9.996,9.865c-0.075,5.522,4.342,10.06,9.863,10.134     l41.479,0.562c0.046,0,0.091,0.001,0.136,0.001c0.297,0,0.593-0.013,0.888-0.039c49.196-4.386,93.779-14.339,125.538-28.024     C470.521,316.676,480,294.524,480,279.367C480,251.424,448.57,227.046,391.502,210.725z"/>                         <path d="M96.879,199.333c-5.522,0-10,4.477-10,10c0,5.523,4.478,10,10,10H138v41.333H96.879c-5.522,0-10,4.477-10,10     s4.478,10,10,10H148c5.523,0,10-4.477,10-10V148c0-5.523-4.477-10-10-10H96.879c-5.522,0-10,4.477-10,10s4.478,10,10,10H138     v41.333H96.879z"/>                         <path d="M188.879,280.667h61.334c5.522,0,10-4.477,10-10v-61.333c0-5.523-4.477-10-10-10h-51.334V158H240c5.523,0,10-4.477,10-10     s-4.477-10-10-10h-51.121c-5.523,0-10,4.477-10,10v122.667C178.879,276.19,183.356,280.667,188.879,280.667z M198.879,219.333     h41.334v41.333h-41.334V219.333z"/>                         <path d="M291.121,280.667h61.334c5.522,0,10-4.477,10-10V148c0-5.523-4.478-10-10-10h-61.334c-5.522,0-10,4.477-10,10v122.667     C281.121,276.19,285.599,280.667,291.121,280.667z M301.121,158h41.334v102.667h-41.334V158z"/>                         <path d="M182.857,305.537c-3.567-4.216-9.877-4.743-14.093-1.176c-4.217,3.567-4.743,9.876-1.177,14.093l22.366,26.44     c-47.196-3.599-89.941-12.249-121.37-24.65C37.708,308.06,20,293.162,20,279.367c0-16.018,23.736-33.28,63.493-46.176     c5.254-1.704,8.131-7.344,6.427-12.598c-1.703-5.253-7.345-8.13-12.597-6.427c-23.129,7.502-41.47,16.427-54.515,26.526     C7.674,252.412,0,265.423,0,279.367c0,23.104,21.178,43.671,61.242,59.48c32.564,12.849,76.227,21.869,124.226,25.758     l-19.944,22.104c-3.7,4.1-3.376,10.424,0.725,14.123c1.912,1.726,4.308,2.576,6.696,2.576c2.731,0,5.453-1.113,7.427-3.301     l36.387-40.325c1.658-1.837,2.576-4.224,2.576-6.699v-0.764c0-2.365-0.838-4.653-2.365-6.458L182.857,305.537z"/>                         <path d="M381.414,137.486h40.879c5.522,0,10-4.477,10-10V86.592c0-5.523-4.478-10-10-10h-40.879c-5.522,0-10,4.477-10,10v40.894     C371.414,133.009,375.892,137.486,381.414,137.486z M391.414,96.592h20.879v20.894h-20.879V96.592z"/>                     </g>                 </g>             </g>         </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.8;
  transition: 0.3s all ease;
}

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

.flex\:col,
.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: 1880px;
  padding: 0 20px;
}

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

.grid\:fr,
.grid\:fr-4,
.grid\:fr-3,
.grid\:fr-2,
.grid\:fr-1 {
  display: grid;
  width: 100%;
}
.grid\:fr-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid\:fr-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .grid\:fr-2.max {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid\:fr-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1366px) {
  .grid\:fr-3.max {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid\:fr-3.max {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid\:fr-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1170px) {
  .grid\:fr-4.small {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .grid\:fr-4.small {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1500px) {
  .grid\:fr-4.max {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1170px) {
  .grid\:fr-4.max {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .grid\:fr-4.max {
    grid-template-columns: repeat(1, 1fr);
  }
}
body {
  font-family: var(--font-m);
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-m);
  font-weight: var(--weight-m-700);
  line-height: 120%;
  color: #000;
}

li,
p {
  font-family: var(--font-m);
  font-weight: var(--weight-m-400);
  line-height: 140%;
  color: #000;
}

.btn,
.text-tmp.txt-16 p,
.text-tmp.title-dec-16 > h1:not(:first-child),
.text-tmp.title-dec-16 > h2:not(:first-child),
.text-tmp.title-dec-16 > h3:not(:first-child),
.text-tmp.title-dec-16 > h4:not(:first-child),
.text-tmp.title-dec-16 > h5:not(:first-child),
.text-tmp.title-dec-16 > h6:not(:first-child),
.text-tmp.title-16 > h1,
.text-tmp.title-16 > h2,
.text-tmp.title-16 > h3,
.text-tmp.title-16 > h4,
.text-tmp.title-16 > h5,
.text-tmp.title-16 > h6 {
  font-size: 16px;
}
@media screen and (max-width: 1536px) {
  .btn,
  .text-tmp.txt-16 p,
  .text-tmp.title-dec-16 > h1:not(:first-child),
  .text-tmp.title-dec-16 > h2:not(:first-child),
  .text-tmp.title-dec-16 > h3:not(:first-child),
  .text-tmp.title-dec-16 > h4:not(:first-child),
  .text-tmp.title-dec-16 > h5:not(:first-child),
  .text-tmp.title-dec-16 > h6:not(:first-child),
  .text-tmp.title-16 > h1,
  .text-tmp.title-16 > h2,
  .text-tmp.title-16 > h3,
  .text-tmp.title-16 > h4,
  .text-tmp.title-16 > h5,
  .text-tmp.title-16 > h6 {
    font-size: calc(16px + 0 * ((100vw - 320px) / 1216));
  }
}

.footer__list > ul > li:nth-child(1),
.header__contact ul li:nth-child(1),
.header.fixed-white .header__contact ul li:nth-child(1),
.rew-card__info ul li:nth-child(2),
.text-tmp.txt-18 p,
.text-tmp.title-dec-18 > h1:not(:first-child),
.text-tmp.title-dec-18 > h2:not(:first-child),
.text-tmp.title-dec-18 > h3:not(:first-child),
.text-tmp.title-dec-18 > h4:not(:first-child),
.text-tmp.title-dec-18 > h5:not(:first-child),
.text-tmp.title-dec-18 > h6:not(:first-child),
.text-tmp.title-18 > h1,
.text-tmp.title-18 > h2,
.text-tmp.title-18 > h3,
.text-tmp.title-18 > h4,
.text-tmp.title-18 > h5,
.text-tmp.title-18 > h6 {
  font-size: 18px;
}
@media screen and (max-width: 1536px) {
  .footer__list > ul > li:nth-child(1),
  .header__contact ul li:nth-child(1),
  .header.fixed-white .header__contact ul li:nth-child(1),
  .rew-card__info ul li:nth-child(2),
  .text-tmp.txt-18 p,
  .text-tmp.title-dec-18 > h1:not(:first-child),
  .text-tmp.title-dec-18 > h2:not(:first-child),
  .text-tmp.title-dec-18 > h3:not(:first-child),
  .text-tmp.title-dec-18 > h4:not(:first-child),
  .text-tmp.title-dec-18 > h5:not(:first-child),
  .text-tmp.title-dec-18 > h6:not(:first-child),
  .text-tmp.title-18 > h1,
  .text-tmp.title-18 > h2,
  .text-tmp.title-18 > h3,
  .text-tmp.title-18 > h4,
  .text-tmp.title-18 > h5,
  .text-tmp.title-18 > h6 {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1216));
  }
}

.configurator__item-head-name,
.team-card__name ul li:nth-child(1),
.text-tmp.txt-20 p,
.text-tmp.title-dec-20 > h1:not(:first-child),
.text-tmp.title-dec-20 > h2:not(:first-child),
.text-tmp.title-dec-20 > h3:not(:first-child),
.text-tmp.title-dec-20 > h4:not(:first-child),
.text-tmp.title-dec-20 > h5:not(:first-child),
.text-tmp.title-dec-20 > h6:not(:first-child),
.text-tmp.title-20 > h1,
.text-tmp.title-20 > h2,
.text-tmp.title-20 > h3,
.text-tmp.title-20 > h4,
.text-tmp.title-20 > h5,
.text-tmp.title-20 > h6 {
  font-size: 20px;
}
@media screen and (max-width: 1536px) {
  .configurator__item-head-name,
  .team-card__name ul li:nth-child(1),
  .text-tmp.txt-20 p,
  .text-tmp.title-dec-20 > h1:not(:first-child),
  .text-tmp.title-dec-20 > h2:not(:first-child),
  .text-tmp.title-dec-20 > h3:not(:first-child),
  .text-tmp.title-dec-20 > h4:not(:first-child),
  .text-tmp.title-dec-20 > h5:not(:first-child),
  .text-tmp.title-dec-20 > h6:not(:first-child),
  .text-tmp.title-20 > h1,
  .text-tmp.title-20 > h2,
  .text-tmp.title-20 > h3,
  .text-tmp.title-20 > h4,
  .text-tmp.title-20 > h5,
  .text-tmp.title-20 > h6 {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1216));
  }
}

.configurator__item-head-desc-number,
.team-desc__prof ul li:nth-child(1),
.text-tmp.txt-22 p,
.text-tmp.title-dec-22 > h1:not(:first-child),
.text-tmp.title-dec-22 > h2:not(:first-child),
.text-tmp.title-dec-22 > h3:not(:first-child),
.text-tmp.title-dec-22 > h4:not(:first-child),
.text-tmp.title-dec-22 > h5:not(:first-child),
.text-tmp.title-dec-22 > h6:not(:first-child),
.text-tmp.title-22 > h1,
.text-tmp.title-22 > h2,
.text-tmp.title-22 > h3,
.text-tmp.title-22 > h4,
.text-tmp.title-22 > h5,
.text-tmp.title-22 > h6 {
  font-size: 22px;
}
@media screen and (max-width: 1536px) {
  .configurator__item-head-desc-number,
  .team-desc__prof ul li:nth-child(1),
  .text-tmp.txt-22 p,
  .text-tmp.title-dec-22 > h1:not(:first-child),
  .text-tmp.title-dec-22 > h2:not(:first-child),
  .text-tmp.title-dec-22 > h3:not(:first-child),
  .text-tmp.title-dec-22 > h4:not(:first-child),
  .text-tmp.title-dec-22 > h5:not(:first-child),
  .text-tmp.title-dec-22 > h6:not(:first-child),
  .text-tmp.title-22 > h1,
  .text-tmp.title-22 > h2,
  .text-tmp.title-22 > h3,
  .text-tmp.title-22 > h4,
  .text-tmp.title-22 > h5,
  .text-tmp.title-22 > h6 {
    font-size: calc(18px + 4 * ((100vw - 320px) / 1216));
  }
}

.button-post,
.configurator__btn-add,
.advant-card__info ul li:nth-child(1),
.text-tmp.txt-24 p,
.text-tmp.title-dec-24 > h1:not(:first-child),
.text-tmp.title-dec-24 > h2:not(:first-child),
.text-tmp.title-dec-24 > h3:not(:first-child),
.text-tmp.title-dec-24 > h4:not(:first-child),
.text-tmp.title-dec-24 > h5:not(:first-child),
.text-tmp.title-dec-24 > h6:not(:first-child),
.text-tmp.title-24 > h1,
.text-tmp.title-24 > h2,
.text-tmp.title-24 > h3,
.text-tmp.title-24 > h4,
.text-tmp.title-24 > h5,
.text-tmp.title-24 > h6 {
  font-size: 24px;
}
@media screen and (max-width: 1536px) {
  .button-post,
  .configurator__btn-add,
  .advant-card__info ul li:nth-child(1),
  .text-tmp.txt-24 p,
  .text-tmp.title-dec-24 > h1:not(:first-child),
  .text-tmp.title-dec-24 > h2:not(:first-child),
  .text-tmp.title-dec-24 > h3:not(:first-child),
  .text-tmp.title-dec-24 > h4:not(:first-child),
  .text-tmp.title-dec-24 > h5:not(:first-child),
  .text-tmp.title-dec-24 > h6:not(:first-child),
  .text-tmp.title-24 > h1,
  .text-tmp.title-24 > h2,
  .text-tmp.title-24 > h3,
  .text-tmp.title-24 > h4,
  .text-tmp.title-24 > h5,
  .text-tmp.title-24 > h6 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-26 p,
.text-tmp.title-dec-26 > h1:not(:first-child),
.text-tmp.title-dec-26 > h2:not(:first-child),
.text-tmp.title-dec-26 > h3:not(:first-child),
.text-tmp.title-dec-26 > h4:not(:first-child),
.text-tmp.title-dec-26 > h5:not(:first-child),
.text-tmp.title-dec-26 > h6:not(:first-child),
.text-tmp.title-26 > h1,
.text-tmp.title-26 > h2,
.text-tmp.title-26 > h3,
.text-tmp.title-26 > h4,
.text-tmp.title-26 > h5,
.text-tmp.title-26 > h6 {
  font-size: 26px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-26 p,
  .text-tmp.title-dec-26 > h1:not(:first-child),
  .text-tmp.title-dec-26 > h2:not(:first-child),
  .text-tmp.title-dec-26 > h3:not(:first-child),
  .text-tmp.title-dec-26 > h4:not(:first-child),
  .text-tmp.title-dec-26 > h5:not(:first-child),
  .text-tmp.title-dec-26 > h6:not(:first-child),
  .text-tmp.title-26 > h1,
  .text-tmp.title-26 > h2,
  .text-tmp.title-26 > h3,
  .text-tmp.title-26 > h4,
  .text-tmp.title-26 > h5,
  .text-tmp.title-26 > h6 {
    font-size: calc(18px + 8 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-28 p,
.text-tmp.title-dec-28 > h1:not(:first-child),
.text-tmp.title-dec-28 > h2:not(:first-child),
.text-tmp.title-dec-28 > h3:not(:first-child),
.text-tmp.title-dec-28 > h4:not(:first-child),
.text-tmp.title-dec-28 > h5:not(:first-child),
.text-tmp.title-dec-28 > h6:not(:first-child),
.text-tmp.title-28 > h1,
.text-tmp.title-28 > h2,
.text-tmp.title-28 > h3,
.text-tmp.title-28 > h4,
.text-tmp.title-28 > h5,
.text-tmp.title-28 > h6 {
  font-size: 28px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-28 p,
  .text-tmp.title-dec-28 > h1:not(:first-child),
  .text-tmp.title-dec-28 > h2:not(:first-child),
  .text-tmp.title-dec-28 > h3:not(:first-child),
  .text-tmp.title-dec-28 > h4:not(:first-child),
  .text-tmp.title-dec-28 > h5:not(:first-child),
  .text-tmp.title-dec-28 > h6:not(:first-child),
  .text-tmp.title-28 > h1,
  .text-tmp.title-28 > h2,
  .text-tmp.title-28 > h3,
  .text-tmp.title-28 > h4,
  .text-tmp.title-28 > h5,
  .text-tmp.title-28 > h6 {
    font-size: calc(18px + 10 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-30 p,
.text-tmp.title-dec-30 > h1:not(:first-child),
.text-tmp.title-dec-30 > h2:not(:first-child),
.text-tmp.title-dec-30 > h3:not(:first-child),
.text-tmp.title-dec-30 > h4:not(:first-child),
.text-tmp.title-dec-30 > h5:not(:first-child),
.text-tmp.title-dec-30 > h6:not(:first-child),
.text-tmp.title-30 > h1,
.text-tmp.title-30 > h2,
.text-tmp.title-30 > h3,
.text-tmp.title-30 > h4,
.text-tmp.title-30 > h5,
.text-tmp.title-30 > h6 {
  font-size: 30px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-30 p,
  .text-tmp.title-dec-30 > h1:not(:first-child),
  .text-tmp.title-dec-30 > h2:not(:first-child),
  .text-tmp.title-dec-30 > h3:not(:first-child),
  .text-tmp.title-dec-30 > h4:not(:first-child),
  .text-tmp.title-dec-30 > h5:not(:first-child),
  .text-tmp.title-dec-30 > h6:not(:first-child),
  .text-tmp.title-30 > h1,
  .text-tmp.title-30 > h2,
  .text-tmp.title-30 > h3,
  .text-tmp.title-30 > h4,
  .text-tmp.title-30 > h5,
  .text-tmp.title-30 > h6 {
    font-size: calc(18px + 12 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-32 p,
.text-tmp.title-dec-32 > h1:not(:first-child),
.text-tmp.title-dec-32 > h2:not(:first-child),
.text-tmp.title-dec-32 > h3:not(:first-child),
.text-tmp.title-dec-32 > h4:not(:first-child),
.text-tmp.title-dec-32 > h5:not(:first-child),
.text-tmp.title-dec-32 > h6:not(:first-child),
.text-tmp.title-32 > h1,
.text-tmp.title-32 > h2,
.text-tmp.title-32 > h3,
.text-tmp.title-32 > h4,
.text-tmp.title-32 > h5,
.text-tmp.title-32 > h6 {
  font-size: 32px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-32 p,
  .text-tmp.title-dec-32 > h1:not(:first-child),
  .text-tmp.title-dec-32 > h2:not(:first-child),
  .text-tmp.title-dec-32 > h3:not(:first-child),
  .text-tmp.title-dec-32 > h4:not(:first-child),
  .text-tmp.title-dec-32 > h5:not(:first-child),
  .text-tmp.title-dec-32 > h6:not(:first-child),
  .text-tmp.title-32 > h1,
  .text-tmp.title-32 > h2,
  .text-tmp.title-32 > h3,
  .text-tmp.title-32 > h4,
  .text-tmp.title-32 > h5,
  .text-tmp.title-32 > h6 {
    font-size: calc(20.6451612903px + 11.3548387097 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-34 p,
.text-tmp.title-dec-34 > h1:not(:first-child),
.text-tmp.title-dec-34 > h2:not(:first-child),
.text-tmp.title-dec-34 > h3:not(:first-child),
.text-tmp.title-dec-34 > h4:not(:first-child),
.text-tmp.title-dec-34 > h5:not(:first-child),
.text-tmp.title-dec-34 > h6:not(:first-child),
.text-tmp.title-34 > h1,
.text-tmp.title-34 > h2,
.text-tmp.title-34 > h3,
.text-tmp.title-34 > h4,
.text-tmp.title-34 > h5,
.text-tmp.title-34 > h6 {
  font-size: 34px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-34 p,
  .text-tmp.title-dec-34 > h1:not(:first-child),
  .text-tmp.title-dec-34 > h2:not(:first-child),
  .text-tmp.title-dec-34 > h3:not(:first-child),
  .text-tmp.title-dec-34 > h4:not(:first-child),
  .text-tmp.title-dec-34 > h5:not(:first-child),
  .text-tmp.title-dec-34 > h6:not(:first-child),
  .text-tmp.title-34 > h1,
  .text-tmp.title-34 > h2,
  .text-tmp.title-34 > h3,
  .text-tmp.title-34 > h4,
  .text-tmp.title-34 > h5,
  .text-tmp.title-34 > h6 {
    font-size: calc(21.935483871px + 12.064516129 * ((100vw - 320px) / 1216));
  }
}

.advantage-card ul li:nth-child(1),
.text-tmp.txt-36 p,
.text-tmp.title-dec-36 > h1:not(:first-child),
.text-tmp.title-dec-36 > h2:not(:first-child),
.text-tmp.title-dec-36 > h3:not(:first-child),
.text-tmp.title-dec-36 > h4:not(:first-child),
.text-tmp.title-dec-36 > h5:not(:first-child),
.text-tmp.title-dec-36 > h6:not(:first-child),
.text-tmp.title-36 > h1,
.text-tmp.title-36 > h2,
.text-tmp.title-36 > h3,
.text-tmp.title-36 > h4,
.text-tmp.title-36 > h5,
.text-tmp.title-36 > h6 {
  font-size: 36px;
}
@media screen and (max-width: 1536px) {
  .advantage-card ul li:nth-child(1),
  .text-tmp.txt-36 p,
  .text-tmp.title-dec-36 > h1:not(:first-child),
  .text-tmp.title-dec-36 > h2:not(:first-child),
  .text-tmp.title-dec-36 > h3:not(:first-child),
  .text-tmp.title-dec-36 > h4:not(:first-child),
  .text-tmp.title-dec-36 > h5:not(:first-child),
  .text-tmp.title-dec-36 > h6:not(:first-child),
  .text-tmp.title-36 > h1,
  .text-tmp.title-36 > h2,
  .text-tmp.title-36 > h3,
  .text-tmp.title-36 > h4,
  .text-tmp.title-36 > h5,
  .text-tmp.title-36 > h6 {
    font-size: calc(22.5px + 13.5 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-38 p,
.text-tmp.title-dec-38 > h1:not(:first-child),
.text-tmp.title-dec-38 > h2:not(:first-child),
.text-tmp.title-dec-38 > h3:not(:first-child),
.text-tmp.title-dec-38 > h4:not(:first-child),
.text-tmp.title-dec-38 > h5:not(:first-child),
.text-tmp.title-dec-38 > h6:not(:first-child),
.text-tmp.title-38 > h1,
.text-tmp.title-38 > h2,
.text-tmp.title-38 > h3,
.text-tmp.title-38 > h4,
.text-tmp.title-38 > h5,
.text-tmp.title-38 > h6 {
  font-size: 38px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-38 p,
  .text-tmp.title-dec-38 > h1:not(:first-child),
  .text-tmp.title-dec-38 > h2:not(:first-child),
  .text-tmp.title-dec-38 > h3:not(:first-child),
  .text-tmp.title-dec-38 > h4:not(:first-child),
  .text-tmp.title-dec-38 > h5:not(:first-child),
  .text-tmp.title-dec-38 > h6:not(:first-child),
  .text-tmp.title-38 > h1,
  .text-tmp.title-38 > h2,
  .text-tmp.title-38 > h3,
  .text-tmp.title-38 > h4,
  .text-tmp.title-38 > h5,
  .text-tmp.title-38 > h6 {
    font-size: calc(23.75px + 14.25 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-40 p,
.text-tmp.title-dec-40 > h1:not(:first-child),
.text-tmp.title-dec-40 > h2:not(:first-child),
.text-tmp.title-dec-40 > h3:not(:first-child),
.text-tmp.title-dec-40 > h4:not(:first-child),
.text-tmp.title-dec-40 > h5:not(:first-child),
.text-tmp.title-dec-40 > h6:not(:first-child),
.text-tmp.title-40 > h1,
.text-tmp.title-40 > h2,
.text-tmp.title-40 > h3,
.text-tmp.title-40 > h4,
.text-tmp.title-40 > h5,
.text-tmp.title-40 > h6 {
  font-size: 40px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-40 p,
  .text-tmp.title-dec-40 > h1:not(:first-child),
  .text-tmp.title-dec-40 > h2:not(:first-child),
  .text-tmp.title-dec-40 > h3:not(:first-child),
  .text-tmp.title-dec-40 > h4:not(:first-child),
  .text-tmp.title-dec-40 > h5:not(:first-child),
  .text-tmp.title-dec-40 > h6:not(:first-child),
  .text-tmp.title-40 > h1,
  .text-tmp.title-40 > h2,
  .text-tmp.title-40 > h3,
  .text-tmp.title-40 > h4,
  .text-tmp.title-40 > h5,
  .text-tmp.title-40 > h6 {
    font-size: calc(22.2222222222px + 17.7777777778 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-42 p,
.text-tmp.title-dec-42 > h1:not(:first-child),
.text-tmp.title-dec-42 > h2:not(:first-child),
.text-tmp.title-dec-42 > h3:not(:first-child),
.text-tmp.title-dec-42 > h4:not(:first-child),
.text-tmp.title-dec-42 > h5:not(:first-child),
.text-tmp.title-dec-42 > h6:not(:first-child),
.text-tmp.title-42 > h1,
.text-tmp.title-42 > h2,
.text-tmp.title-42 > h3,
.text-tmp.title-42 > h4,
.text-tmp.title-42 > h5,
.text-tmp.title-42 > h6 {
  font-size: 42px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-42 p,
  .text-tmp.title-dec-42 > h1:not(:first-child),
  .text-tmp.title-dec-42 > h2:not(:first-child),
  .text-tmp.title-dec-42 > h3:not(:first-child),
  .text-tmp.title-dec-42 > h4:not(:first-child),
  .text-tmp.title-dec-42 > h5:not(:first-child),
  .text-tmp.title-dec-42 > h6:not(:first-child),
  .text-tmp.title-42 > h1,
  .text-tmp.title-42 > h2,
  .text-tmp.title-42 > h3,
  .text-tmp.title-42 > h4,
  .text-tmp.title-42 > h5,
  .text-tmp.title-42 > h6 {
    font-size: calc(23.3333333333px + 18.6666666667 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-44 p,
.text-tmp.title-dec-44 > h1:not(:first-child),
.text-tmp.title-dec-44 > h2:not(:first-child),
.text-tmp.title-dec-44 > h3:not(:first-child),
.text-tmp.title-dec-44 > h4:not(:first-child),
.text-tmp.title-dec-44 > h5:not(:first-child),
.text-tmp.title-dec-44 > h6:not(:first-child),
.text-tmp.title-44 > h1,
.text-tmp.title-44 > h2,
.text-tmp.title-44 > h3,
.text-tmp.title-44 > h4,
.text-tmp.title-44 > h5,
.text-tmp.title-44 > h6 {
  font-size: 44px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-44 p,
  .text-tmp.title-dec-44 > h1:not(:first-child),
  .text-tmp.title-dec-44 > h2:not(:first-child),
  .text-tmp.title-dec-44 > h3:not(:first-child),
  .text-tmp.title-dec-44 > h4:not(:first-child),
  .text-tmp.title-dec-44 > h5:not(:first-child),
  .text-tmp.title-dec-44 > h6:not(:first-child),
  .text-tmp.title-44 > h1,
  .text-tmp.title-44 > h2,
  .text-tmp.title-44 > h3,
  .text-tmp.title-44 > h4,
  .text-tmp.title-44 > h5,
  .text-tmp.title-44 > h6 {
    font-size: calc(24.4444444444px + 19.5555555556 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-46 p,
.text-tmp.title-dec-46 > h1:not(:first-child),
.text-tmp.title-dec-46 > h2:not(:first-child),
.text-tmp.title-dec-46 > h3:not(:first-child),
.text-tmp.title-dec-46 > h4:not(:first-child),
.text-tmp.title-dec-46 > h5:not(:first-child),
.text-tmp.title-dec-46 > h6:not(:first-child),
.text-tmp.title-46 > h1,
.text-tmp.title-46 > h2,
.text-tmp.title-46 > h3,
.text-tmp.title-46 > h4,
.text-tmp.title-46 > h5,
.text-tmp.title-46 > h6 {
  font-size: 46px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-46 p,
  .text-tmp.title-dec-46 > h1:not(:first-child),
  .text-tmp.title-dec-46 > h2:not(:first-child),
  .text-tmp.title-dec-46 > h3:not(:first-child),
  .text-tmp.title-dec-46 > h4:not(:first-child),
  .text-tmp.title-dec-46 > h5:not(:first-child),
  .text-tmp.title-dec-46 > h6:not(:first-child),
  .text-tmp.title-46 > h1,
  .text-tmp.title-46 > h2,
  .text-tmp.title-46 > h3,
  .text-tmp.title-46 > h4,
  .text-tmp.title-46 > h5,
  .text-tmp.title-46 > h6 {
    font-size: calc(25.5555555556px + 20.4444444444 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-48 p,
.text-tmp.title-dec-48 > h1:not(:first-child),
.text-tmp.title-dec-48 > h2:not(:first-child),
.text-tmp.title-dec-48 > h3:not(:first-child),
.text-tmp.title-dec-48 > h4:not(:first-child),
.text-tmp.title-dec-48 > h5:not(:first-child),
.text-tmp.title-dec-48 > h6:not(:first-child),
.text-tmp.title-48 > h1,
.text-tmp.title-48 > h2,
.text-tmp.title-48 > h3,
.text-tmp.title-48 > h4,
.text-tmp.title-48 > h5,
.text-tmp.title-48 > h6 {
  font-size: 48px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-48 p,
  .text-tmp.title-dec-48 > h1:not(:first-child),
  .text-tmp.title-dec-48 > h2:not(:first-child),
  .text-tmp.title-dec-48 > h3:not(:first-child),
  .text-tmp.title-dec-48 > h4:not(:first-child),
  .text-tmp.title-dec-48 > h5:not(:first-child),
  .text-tmp.title-dec-48 > h6:not(:first-child),
  .text-tmp.title-48 > h1,
  .text-tmp.title-48 > h2,
  .text-tmp.title-48 > h3,
  .text-tmp.title-48 > h4,
  .text-tmp.title-48 > h5,
  .text-tmp.title-48 > h6 {
    font-size: calc(26.6666666667px + 21.3333333333 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-50 p,
.text-tmp.title-dec-50 > h1:not(:first-child),
.text-tmp.title-dec-50 > h2:not(:first-child),
.text-tmp.title-dec-50 > h3:not(:first-child),
.text-tmp.title-dec-50 > h4:not(:first-child),
.text-tmp.title-dec-50 > h5:not(:first-child),
.text-tmp.title-dec-50 > h6:not(:first-child),
.text-tmp.title-50 > h1,
.text-tmp.title-50 > h2,
.text-tmp.title-50 > h3,
.text-tmp.title-50 > h4,
.text-tmp.title-50 > h5,
.text-tmp.title-50 > h6 {
  font-size: 50px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-50 p,
  .text-tmp.title-dec-50 > h1:not(:first-child),
  .text-tmp.title-dec-50 > h2:not(:first-child),
  .text-tmp.title-dec-50 > h3:not(:first-child),
  .text-tmp.title-dec-50 > h4:not(:first-child),
  .text-tmp.title-dec-50 > h5:not(:first-child),
  .text-tmp.title-dec-50 > h6:not(:first-child),
  .text-tmp.title-50 > h1,
  .text-tmp.title-50 > h2,
  .text-tmp.title-50 > h3,
  .text-tmp.title-50 > h4,
  .text-tmp.title-50 > h5,
  .text-tmp.title-50 > h6 {
    font-size: calc(27.7777777778px + 22.2222222222 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-52 p,
.text-tmp.title-dec-52 > h1:not(:first-child),
.text-tmp.title-dec-52 > h2:not(:first-child),
.text-tmp.title-dec-52 > h3:not(:first-child),
.text-tmp.title-dec-52 > h4:not(:first-child),
.text-tmp.title-dec-52 > h5:not(:first-child),
.text-tmp.title-dec-52 > h6:not(:first-child),
.text-tmp.title-52 > h1,
.text-tmp.title-52 > h2,
.text-tmp.title-52 > h3,
.text-tmp.title-52 > h4,
.text-tmp.title-52 > h5,
.text-tmp.title-52 > h6 {
  font-size: 52px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-52 p,
  .text-tmp.title-dec-52 > h1:not(:first-child),
  .text-tmp.title-dec-52 > h2:not(:first-child),
  .text-tmp.title-dec-52 > h3:not(:first-child),
  .text-tmp.title-dec-52 > h4:not(:first-child),
  .text-tmp.title-dec-52 > h5:not(:first-child),
  .text-tmp.title-dec-52 > h6:not(:first-child),
  .text-tmp.title-52 > h1,
  .text-tmp.title-52 > h2,
  .text-tmp.title-52 > h3,
  .text-tmp.title-52 > h4,
  .text-tmp.title-52 > h5,
  .text-tmp.title-52 > h6 {
    font-size: calc(28.8888888889px + 23.1111111111 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-54 p,
.text-tmp.title-dec-54 > h1:not(:first-child),
.text-tmp.title-dec-54 > h2:not(:first-child),
.text-tmp.title-dec-54 > h3:not(:first-child),
.text-tmp.title-dec-54 > h4:not(:first-child),
.text-tmp.title-dec-54 > h5:not(:first-child),
.text-tmp.title-dec-54 > h6:not(:first-child),
.text-tmp.title-54 > h1,
.text-tmp.title-54 > h2,
.text-tmp.title-54 > h3,
.text-tmp.title-54 > h4,
.text-tmp.title-54 > h5,
.text-tmp.title-54 > h6 {
  font-size: 54px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-54 p,
  .text-tmp.title-dec-54 > h1:not(:first-child),
  .text-tmp.title-dec-54 > h2:not(:first-child),
  .text-tmp.title-dec-54 > h3:not(:first-child),
  .text-tmp.title-dec-54 > h4:not(:first-child),
  .text-tmp.title-dec-54 > h5:not(:first-child),
  .text-tmp.title-dec-54 > h6:not(:first-child),
  .text-tmp.title-54 > h1,
  .text-tmp.title-54 > h2,
  .text-tmp.title-54 > h3,
  .text-tmp.title-54 > h4,
  .text-tmp.title-54 > h5,
  .text-tmp.title-54 > h6 {
    font-size: calc(30px + 24 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-56 p,
.text-tmp.title-dec-56 > h1:not(:first-child),
.text-tmp.title-dec-56 > h2:not(:first-child),
.text-tmp.title-dec-56 > h3:not(:first-child),
.text-tmp.title-dec-56 > h4:not(:first-child),
.text-tmp.title-dec-56 > h5:not(:first-child),
.text-tmp.title-dec-56 > h6:not(:first-child),
.text-tmp.title-56 > h1,
.text-tmp.title-56 > h2,
.text-tmp.title-56 > h3,
.text-tmp.title-56 > h4,
.text-tmp.title-56 > h5,
.text-tmp.title-56 > h6 {
  font-size: 56px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-56 p,
  .text-tmp.title-dec-56 > h1:not(:first-child),
  .text-tmp.title-dec-56 > h2:not(:first-child),
  .text-tmp.title-dec-56 > h3:not(:first-child),
  .text-tmp.title-dec-56 > h4:not(:first-child),
  .text-tmp.title-dec-56 > h5:not(:first-child),
  .text-tmp.title-dec-56 > h6:not(:first-child),
  .text-tmp.title-56 > h1,
  .text-tmp.title-56 > h2,
  .text-tmp.title-56 > h3,
  .text-tmp.title-56 > h4,
  .text-tmp.title-56 > h5,
  .text-tmp.title-56 > h6 {
    font-size: calc(31.1111111111px + 24.8888888889 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-58 p,
.text-tmp.title-dec-58 > h1:not(:first-child),
.text-tmp.title-dec-58 > h2:not(:first-child),
.text-tmp.title-dec-58 > h3:not(:first-child),
.text-tmp.title-dec-58 > h4:not(:first-child),
.text-tmp.title-dec-58 > h5:not(:first-child),
.text-tmp.title-dec-58 > h6:not(:first-child),
.text-tmp.title-58 > h1,
.text-tmp.title-58 > h2,
.text-tmp.title-58 > h3,
.text-tmp.title-58 > h4,
.text-tmp.title-58 > h5,
.text-tmp.title-58 > h6 {
  font-size: 58px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-58 p,
  .text-tmp.title-dec-58 > h1:not(:first-child),
  .text-tmp.title-dec-58 > h2:not(:first-child),
  .text-tmp.title-dec-58 > h3:not(:first-child),
  .text-tmp.title-dec-58 > h4:not(:first-child),
  .text-tmp.title-dec-58 > h5:not(:first-child),
  .text-tmp.title-dec-58 > h6:not(:first-child),
  .text-tmp.title-58 > h1,
  .text-tmp.title-58 > h2,
  .text-tmp.title-58 > h3,
  .text-tmp.title-58 > h4,
  .text-tmp.title-58 > h5,
  .text-tmp.title-58 > h6 {
    font-size: calc(32.2222222222px + 25.7777777778 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-60 p,
.text-tmp.title-dec-60 > h1:not(:first-child),
.text-tmp.title-dec-60 > h2:not(:first-child),
.text-tmp.title-dec-60 > h3:not(:first-child),
.text-tmp.title-dec-60 > h4:not(:first-child),
.text-tmp.title-dec-60 > h5:not(:first-child),
.text-tmp.title-dec-60 > h6:not(:first-child),
.text-tmp.title-60 > h1,
.text-tmp.title-60 > h2,
.text-tmp.title-60 > h3,
.text-tmp.title-60 > h4,
.text-tmp.title-60 > h5,
.text-tmp.title-60 > h6 {
  font-size: 60px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-60 p,
  .text-tmp.title-dec-60 > h1:not(:first-child),
  .text-tmp.title-dec-60 > h2:not(:first-child),
  .text-tmp.title-dec-60 > h3:not(:first-child),
  .text-tmp.title-dec-60 > h4:not(:first-child),
  .text-tmp.title-dec-60 > h5:not(:first-child),
  .text-tmp.title-dec-60 > h6:not(:first-child),
  .text-tmp.title-60 > h1,
  .text-tmp.title-60 > h2,
  .text-tmp.title-60 > h3,
  .text-tmp.title-60 > h4,
  .text-tmp.title-60 > h5,
  .text-tmp.title-60 > h6 {
    font-size: calc(33.3333333333px + 26.6666666667 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-62 p,
.text-tmp.title-dec-62 > h1:not(:first-child),
.text-tmp.title-dec-62 > h2:not(:first-child),
.text-tmp.title-dec-62 > h3:not(:first-child),
.text-tmp.title-dec-62 > h4:not(:first-child),
.text-tmp.title-dec-62 > h5:not(:first-child),
.text-tmp.title-dec-62 > h6:not(:first-child),
.text-tmp.title-62 > h1,
.text-tmp.title-62 > h2,
.text-tmp.title-62 > h3,
.text-tmp.title-62 > h4,
.text-tmp.title-62 > h5,
.text-tmp.title-62 > h6 {
  font-size: 62px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-62 p,
  .text-tmp.title-dec-62 > h1:not(:first-child),
  .text-tmp.title-dec-62 > h2:not(:first-child),
  .text-tmp.title-dec-62 > h3:not(:first-child),
  .text-tmp.title-dec-62 > h4:not(:first-child),
  .text-tmp.title-dec-62 > h5:not(:first-child),
  .text-tmp.title-dec-62 > h6:not(:first-child),
  .text-tmp.title-62 > h1,
  .text-tmp.title-62 > h2,
  .text-tmp.title-62 > h3,
  .text-tmp.title-62 > h4,
  .text-tmp.title-62 > h5,
  .text-tmp.title-62 > h6 {
    font-size: calc(34.4444444444px + 27.5555555556 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-64 p,
.text-tmp.title-dec-64 > h1:not(:first-child),
.text-tmp.title-dec-64 > h2:not(:first-child),
.text-tmp.title-dec-64 > h3:not(:first-child),
.text-tmp.title-dec-64 > h4:not(:first-child),
.text-tmp.title-dec-64 > h5:not(:first-child),
.text-tmp.title-dec-64 > h6:not(:first-child),
.text-tmp.title-64 > h1,
.text-tmp.title-64 > h2,
.text-tmp.title-64 > h3,
.text-tmp.title-64 > h4,
.text-tmp.title-64 > h5,
.text-tmp.title-64 > h6 {
  font-size: 64px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-64 p,
  .text-tmp.title-dec-64 > h1:not(:first-child),
  .text-tmp.title-dec-64 > h2:not(:first-child),
  .text-tmp.title-dec-64 > h3:not(:first-child),
  .text-tmp.title-dec-64 > h4:not(:first-child),
  .text-tmp.title-dec-64 > h5:not(:first-child),
  .text-tmp.title-dec-64 > h6:not(:first-child),
  .text-tmp.title-64 > h1,
  .text-tmp.title-64 > h2,
  .text-tmp.title-64 > h3,
  .text-tmp.title-64 > h4,
  .text-tmp.title-64 > h5,
  .text-tmp.title-64 > h6 {
    font-size: calc(35.5555555556px + 28.4444444444 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-66 p,
.text-tmp.title-dec-66 > h1:not(:first-child),
.text-tmp.title-dec-66 > h2:not(:first-child),
.text-tmp.title-dec-66 > h3:not(:first-child),
.text-tmp.title-dec-66 > h4:not(:first-child),
.text-tmp.title-dec-66 > h5:not(:first-child),
.text-tmp.title-dec-66 > h6:not(:first-child),
.text-tmp.title-66 > h1,
.text-tmp.title-66 > h2,
.text-tmp.title-66 > h3,
.text-tmp.title-66 > h4,
.text-tmp.title-66 > h5,
.text-tmp.title-66 > h6 {
  font-size: 66px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-66 p,
  .text-tmp.title-dec-66 > h1:not(:first-child),
  .text-tmp.title-dec-66 > h2:not(:first-child),
  .text-tmp.title-dec-66 > h3:not(:first-child),
  .text-tmp.title-dec-66 > h4:not(:first-child),
  .text-tmp.title-dec-66 > h5:not(:first-child),
  .text-tmp.title-dec-66 > h6:not(:first-child),
  .text-tmp.title-66 > h1,
  .text-tmp.title-66 > h2,
  .text-tmp.title-66 > h3,
  .text-tmp.title-66 > h4,
  .text-tmp.title-66 > h5,
  .text-tmp.title-66 > h6 {
    font-size: calc(36.6666666667px + 29.3333333333 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-68 p,
.text-tmp.title-dec-68 > h1:not(:first-child),
.text-tmp.title-dec-68 > h2:not(:first-child),
.text-tmp.title-dec-68 > h3:not(:first-child),
.text-tmp.title-dec-68 > h4:not(:first-child),
.text-tmp.title-dec-68 > h5:not(:first-child),
.text-tmp.title-dec-68 > h6:not(:first-child),
.text-tmp.title-68 > h1,
.text-tmp.title-68 > h2,
.text-tmp.title-68 > h3,
.text-tmp.title-68 > h4,
.text-tmp.title-68 > h5,
.text-tmp.title-68 > h6 {
  font-size: 68px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-68 p,
  .text-tmp.title-dec-68 > h1:not(:first-child),
  .text-tmp.title-dec-68 > h2:not(:first-child),
  .text-tmp.title-dec-68 > h3:not(:first-child),
  .text-tmp.title-dec-68 > h4:not(:first-child),
  .text-tmp.title-dec-68 > h5:not(:first-child),
  .text-tmp.title-dec-68 > h6:not(:first-child),
  .text-tmp.title-68 > h1,
  .text-tmp.title-68 > h2,
  .text-tmp.title-68 > h3,
  .text-tmp.title-68 > h4,
  .text-tmp.title-68 > h5,
  .text-tmp.title-68 > h6 {
    font-size: calc(37.7777777778px + 30.2222222222 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-70 p,
.text-tmp.title-dec-70 > h1:not(:first-child),
.text-tmp.title-dec-70 > h2:not(:first-child),
.text-tmp.title-dec-70 > h3:not(:first-child),
.text-tmp.title-dec-70 > h4:not(:first-child),
.text-tmp.title-dec-70 > h5:not(:first-child),
.text-tmp.title-dec-70 > h6:not(:first-child),
.text-tmp.title-70 > h1,
.text-tmp.title-70 > h2,
.text-tmp.title-70 > h3,
.text-tmp.title-70 > h4,
.text-tmp.title-70 > h5,
.text-tmp.title-70 > h6 {
  font-size: 70px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-70 p,
  .text-tmp.title-dec-70 > h1:not(:first-child),
  .text-tmp.title-dec-70 > h2:not(:first-child),
  .text-tmp.title-dec-70 > h3:not(:first-child),
  .text-tmp.title-dec-70 > h4:not(:first-child),
  .text-tmp.title-dec-70 > h5:not(:first-child),
  .text-tmp.title-dec-70 > h6:not(:first-child),
  .text-tmp.title-70 > h1,
  .text-tmp.title-70 > h2,
  .text-tmp.title-70 > h3,
  .text-tmp.title-70 > h4,
  .text-tmp.title-70 > h5,
  .text-tmp.title-70 > h6 {
    font-size: calc(38.8888888889px + 31.1111111111 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-72 p,
.text-tmp.title-dec-72 > h1:not(:first-child),
.text-tmp.title-dec-72 > h2:not(:first-child),
.text-tmp.title-dec-72 > h3:not(:first-child),
.text-tmp.title-dec-72 > h4:not(:first-child),
.text-tmp.title-dec-72 > h5:not(:first-child),
.text-tmp.title-dec-72 > h6:not(:first-child),
.text-tmp.title-72 > h1,
.text-tmp.title-72 > h2,
.text-tmp.title-72 > h3,
.text-tmp.title-72 > h4,
.text-tmp.title-72 > h5,
.text-tmp.title-72 > h6 {
  font-size: 72px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-72 p,
  .text-tmp.title-dec-72 > h1:not(:first-child),
  .text-tmp.title-dec-72 > h2:not(:first-child),
  .text-tmp.title-dec-72 > h3:not(:first-child),
  .text-tmp.title-dec-72 > h4:not(:first-child),
  .text-tmp.title-dec-72 > h5:not(:first-child),
  .text-tmp.title-dec-72 > h6:not(:first-child),
  .text-tmp.title-72 > h1,
  .text-tmp.title-72 > h2,
  .text-tmp.title-72 > h3,
  .text-tmp.title-72 > h4,
  .text-tmp.title-72 > h5,
  .text-tmp.title-72 > h6 {
    font-size: calc(40px + 32 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-74 p,
.text-tmp.title-dec-74 > h1:not(:first-child),
.text-tmp.title-dec-74 > h2:not(:first-child),
.text-tmp.title-dec-74 > h3:not(:first-child),
.text-tmp.title-dec-74 > h4:not(:first-child),
.text-tmp.title-dec-74 > h5:not(:first-child),
.text-tmp.title-dec-74 > h6:not(:first-child),
.text-tmp.title-74 > h1,
.text-tmp.title-74 > h2,
.text-tmp.title-74 > h3,
.text-tmp.title-74 > h4,
.text-tmp.title-74 > h5,
.text-tmp.title-74 > h6 {
  font-size: 74px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-74 p,
  .text-tmp.title-dec-74 > h1:not(:first-child),
  .text-tmp.title-dec-74 > h2:not(:first-child),
  .text-tmp.title-dec-74 > h3:not(:first-child),
  .text-tmp.title-dec-74 > h4:not(:first-child),
  .text-tmp.title-dec-74 > h5:not(:first-child),
  .text-tmp.title-dec-74 > h6:not(:first-child),
  .text-tmp.title-74 > h1,
  .text-tmp.title-74 > h2,
  .text-tmp.title-74 > h3,
  .text-tmp.title-74 > h4,
  .text-tmp.title-74 > h5,
  .text-tmp.title-74 > h6 {
    font-size: calc(41.1111111111px + 32.8888888889 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-76 p,
.text-tmp.title-dec-76 > h1:not(:first-child),
.text-tmp.title-dec-76 > h2:not(:first-child),
.text-tmp.title-dec-76 > h3:not(:first-child),
.text-tmp.title-dec-76 > h4:not(:first-child),
.text-tmp.title-dec-76 > h5:not(:first-child),
.text-tmp.title-dec-76 > h6:not(:first-child),
.text-tmp.title-76 > h1,
.text-tmp.title-76 > h2,
.text-tmp.title-76 > h3,
.text-tmp.title-76 > h4,
.text-tmp.title-76 > h5,
.text-tmp.title-76 > h6 {
  font-size: 76px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-76 p,
  .text-tmp.title-dec-76 > h1:not(:first-child),
  .text-tmp.title-dec-76 > h2:not(:first-child),
  .text-tmp.title-dec-76 > h3:not(:first-child),
  .text-tmp.title-dec-76 > h4:not(:first-child),
  .text-tmp.title-dec-76 > h5:not(:first-child),
  .text-tmp.title-dec-76 > h6:not(:first-child),
  .text-tmp.title-76 > h1,
  .text-tmp.title-76 > h2,
  .text-tmp.title-76 > h3,
  .text-tmp.title-76 > h4,
  .text-tmp.title-76 > h5,
  .text-tmp.title-76 > h6 {
    font-size: calc(42.2222222222px + 33.7777777778 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-78 p,
.text-tmp.title-dec-78 > h1:not(:first-child),
.text-tmp.title-dec-78 > h2:not(:first-child),
.text-tmp.title-dec-78 > h3:not(:first-child),
.text-tmp.title-dec-78 > h4:not(:first-child),
.text-tmp.title-dec-78 > h5:not(:first-child),
.text-tmp.title-dec-78 > h6:not(:first-child),
.text-tmp.title-78 > h1,
.text-tmp.title-78 > h2,
.text-tmp.title-78 > h3,
.text-tmp.title-78 > h4,
.text-tmp.title-78 > h5,
.text-tmp.title-78 > h6 {
  font-size: 78px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-78 p,
  .text-tmp.title-dec-78 > h1:not(:first-child),
  .text-tmp.title-dec-78 > h2:not(:first-child),
  .text-tmp.title-dec-78 > h3:not(:first-child),
  .text-tmp.title-dec-78 > h4:not(:first-child),
  .text-tmp.title-dec-78 > h5:not(:first-child),
  .text-tmp.title-dec-78 > h6:not(:first-child),
  .text-tmp.title-78 > h1,
  .text-tmp.title-78 > h2,
  .text-tmp.title-78 > h3,
  .text-tmp.title-78 > h4,
  .text-tmp.title-78 > h5,
  .text-tmp.title-78 > h6 {
    font-size: calc(43.3333333333px + 34.6666666667 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-80 p,
.text-tmp.title-dec-80 > h1:not(:first-child),
.text-tmp.title-dec-80 > h2:not(:first-child),
.text-tmp.title-dec-80 > h3:not(:first-child),
.text-tmp.title-dec-80 > h4:not(:first-child),
.text-tmp.title-dec-80 > h5:not(:first-child),
.text-tmp.title-dec-80 > h6:not(:first-child),
.text-tmp.title-80 > h1,
.text-tmp.title-80 > h2,
.text-tmp.title-80 > h3,
.text-tmp.title-80 > h4,
.text-tmp.title-80 > h5,
.text-tmp.title-80 > h6 {
  font-size: 80px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-80 p,
  .text-tmp.title-dec-80 > h1:not(:first-child),
  .text-tmp.title-dec-80 > h2:not(:first-child),
  .text-tmp.title-dec-80 > h3:not(:first-child),
  .text-tmp.title-dec-80 > h4:not(:first-child),
  .text-tmp.title-dec-80 > h5:not(:first-child),
  .text-tmp.title-dec-80 > h6:not(:first-child),
  .text-tmp.title-80 > h1,
  .text-tmp.title-80 > h2,
  .text-tmp.title-80 > h3,
  .text-tmp.title-80 > h4,
  .text-tmp.title-80 > h5,
  .text-tmp.title-80 > h6 {
    font-size: calc(44.4444444444px + 35.5555555556 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-82 p,
.text-tmp.title-dec-82 > h1:not(:first-child),
.text-tmp.title-dec-82 > h2:not(:first-child),
.text-tmp.title-dec-82 > h3:not(:first-child),
.text-tmp.title-dec-82 > h4:not(:first-child),
.text-tmp.title-dec-82 > h5:not(:first-child),
.text-tmp.title-dec-82 > h6:not(:first-child),
.text-tmp.title-82 > h1,
.text-tmp.title-82 > h2,
.text-tmp.title-82 > h3,
.text-tmp.title-82 > h4,
.text-tmp.title-82 > h5,
.text-tmp.title-82 > h6 {
  font-size: 82px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-82 p,
  .text-tmp.title-dec-82 > h1:not(:first-child),
  .text-tmp.title-dec-82 > h2:not(:first-child),
  .text-tmp.title-dec-82 > h3:not(:first-child),
  .text-tmp.title-dec-82 > h4:not(:first-child),
  .text-tmp.title-dec-82 > h5:not(:first-child),
  .text-tmp.title-dec-82 > h6:not(:first-child),
  .text-tmp.title-82 > h1,
  .text-tmp.title-82 > h2,
  .text-tmp.title-82 > h3,
  .text-tmp.title-82 > h4,
  .text-tmp.title-82 > h5,
  .text-tmp.title-82 > h6 {
    font-size: calc(45.5555555556px + 36.4444444444 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-84 p,
.text-tmp.title-dec-84 > h1:not(:first-child),
.text-tmp.title-dec-84 > h2:not(:first-child),
.text-tmp.title-dec-84 > h3:not(:first-child),
.text-tmp.title-dec-84 > h4:not(:first-child),
.text-tmp.title-dec-84 > h5:not(:first-child),
.text-tmp.title-dec-84 > h6:not(:first-child),
.text-tmp.title-84 > h1,
.text-tmp.title-84 > h2,
.text-tmp.title-84 > h3,
.text-tmp.title-84 > h4,
.text-tmp.title-84 > h5,
.text-tmp.title-84 > h6 {
  font-size: 84px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-84 p,
  .text-tmp.title-dec-84 > h1:not(:first-child),
  .text-tmp.title-dec-84 > h2:not(:first-child),
  .text-tmp.title-dec-84 > h3:not(:first-child),
  .text-tmp.title-dec-84 > h4:not(:first-child),
  .text-tmp.title-dec-84 > h5:not(:first-child),
  .text-tmp.title-dec-84 > h6:not(:first-child),
  .text-tmp.title-84 > h1,
  .text-tmp.title-84 > h2,
  .text-tmp.title-84 > h3,
  .text-tmp.title-84 > h4,
  .text-tmp.title-84 > h5,
  .text-tmp.title-84 > h6 {
    font-size: calc(46.6666666667px + 37.3333333333 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-86 p,
.text-tmp.title-dec-86 > h1:not(:first-child),
.text-tmp.title-dec-86 > h2:not(:first-child),
.text-tmp.title-dec-86 > h3:not(:first-child),
.text-tmp.title-dec-86 > h4:not(:first-child),
.text-tmp.title-dec-86 > h5:not(:first-child),
.text-tmp.title-dec-86 > h6:not(:first-child),
.text-tmp.title-86 > h1,
.text-tmp.title-86 > h2,
.text-tmp.title-86 > h3,
.text-tmp.title-86 > h4,
.text-tmp.title-86 > h5,
.text-tmp.title-86 > h6 {
  font-size: 86px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-86 p,
  .text-tmp.title-dec-86 > h1:not(:first-child),
  .text-tmp.title-dec-86 > h2:not(:first-child),
  .text-tmp.title-dec-86 > h3:not(:first-child),
  .text-tmp.title-dec-86 > h4:not(:first-child),
  .text-tmp.title-dec-86 > h5:not(:first-child),
  .text-tmp.title-dec-86 > h6:not(:first-child),
  .text-tmp.title-86 > h1,
  .text-tmp.title-86 > h2,
  .text-tmp.title-86 > h3,
  .text-tmp.title-86 > h4,
  .text-tmp.title-86 > h5,
  .text-tmp.title-86 > h6 {
    font-size: calc(47.7777777778px + 38.2222222222 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-88 p,
.text-tmp.title-dec-88 > h1:not(:first-child),
.text-tmp.title-dec-88 > h2:not(:first-child),
.text-tmp.title-dec-88 > h3:not(:first-child),
.text-tmp.title-dec-88 > h4:not(:first-child),
.text-tmp.title-dec-88 > h5:not(:first-child),
.text-tmp.title-dec-88 > h6:not(:first-child),
.text-tmp.title-88 > h1,
.text-tmp.title-88 > h2,
.text-tmp.title-88 > h3,
.text-tmp.title-88 > h4,
.text-tmp.title-88 > h5,
.text-tmp.title-88 > h6 {
  font-size: 88px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-88 p,
  .text-tmp.title-dec-88 > h1:not(:first-child),
  .text-tmp.title-dec-88 > h2:not(:first-child),
  .text-tmp.title-dec-88 > h3:not(:first-child),
  .text-tmp.title-dec-88 > h4:not(:first-child),
  .text-tmp.title-dec-88 > h5:not(:first-child),
  .text-tmp.title-dec-88 > h6:not(:first-child),
  .text-tmp.title-88 > h1,
  .text-tmp.title-88 > h2,
  .text-tmp.title-88 > h3,
  .text-tmp.title-88 > h4,
  .text-tmp.title-88 > h5,
  .text-tmp.title-88 > h6 {
    font-size: calc(48.8888888889px + 39.1111111111 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-90 p,
.text-tmp.title-dec-90 > h1:not(:first-child),
.text-tmp.title-dec-90 > h2:not(:first-child),
.text-tmp.title-dec-90 > h3:not(:first-child),
.text-tmp.title-dec-90 > h4:not(:first-child),
.text-tmp.title-dec-90 > h5:not(:first-child),
.text-tmp.title-dec-90 > h6:not(:first-child),
.text-tmp.title-90 > h1,
.text-tmp.title-90 > h2,
.text-tmp.title-90 > h3,
.text-tmp.title-90 > h4,
.text-tmp.title-90 > h5,
.text-tmp.title-90 > h6 {
  font-size: 90px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-90 p,
  .text-tmp.title-dec-90 > h1:not(:first-child),
  .text-tmp.title-dec-90 > h2:not(:first-child),
  .text-tmp.title-dec-90 > h3:not(:first-child),
  .text-tmp.title-dec-90 > h4:not(:first-child),
  .text-tmp.title-dec-90 > h5:not(:first-child),
  .text-tmp.title-dec-90 > h6:not(:first-child),
  .text-tmp.title-90 > h1,
  .text-tmp.title-90 > h2,
  .text-tmp.title-90 > h3,
  .text-tmp.title-90 > h4,
  .text-tmp.title-90 > h5,
  .text-tmp.title-90 > h6 {
    font-size: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-92 p,
.text-tmp.title-dec-92 > h1:not(:first-child),
.text-tmp.title-dec-92 > h2:not(:first-child),
.text-tmp.title-dec-92 > h3:not(:first-child),
.text-tmp.title-dec-92 > h4:not(:first-child),
.text-tmp.title-dec-92 > h5:not(:first-child),
.text-tmp.title-dec-92 > h6:not(:first-child),
.text-tmp.title-92 > h1,
.text-tmp.title-92 > h2,
.text-tmp.title-92 > h3,
.text-tmp.title-92 > h4,
.text-tmp.title-92 > h5,
.text-tmp.title-92 > h6 {
  font-size: 92px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-92 p,
  .text-tmp.title-dec-92 > h1:not(:first-child),
  .text-tmp.title-dec-92 > h2:not(:first-child),
  .text-tmp.title-dec-92 > h3:not(:first-child),
  .text-tmp.title-dec-92 > h4:not(:first-child),
  .text-tmp.title-dec-92 > h5:not(:first-child),
  .text-tmp.title-dec-92 > h6:not(:first-child),
  .text-tmp.title-92 > h1,
  .text-tmp.title-92 > h2,
  .text-tmp.title-92 > h3,
  .text-tmp.title-92 > h4,
  .text-tmp.title-92 > h5,
  .text-tmp.title-92 > h6 {
    font-size: calc(51.1111111111px + 40.8888888889 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-94 p,
.text-tmp.title-dec-94 > h1:not(:first-child),
.text-tmp.title-dec-94 > h2:not(:first-child),
.text-tmp.title-dec-94 > h3:not(:first-child),
.text-tmp.title-dec-94 > h4:not(:first-child),
.text-tmp.title-dec-94 > h5:not(:first-child),
.text-tmp.title-dec-94 > h6:not(:first-child),
.text-tmp.title-94 > h1,
.text-tmp.title-94 > h2,
.text-tmp.title-94 > h3,
.text-tmp.title-94 > h4,
.text-tmp.title-94 > h5,
.text-tmp.title-94 > h6 {
  font-size: 94px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-94 p,
  .text-tmp.title-dec-94 > h1:not(:first-child),
  .text-tmp.title-dec-94 > h2:not(:first-child),
  .text-tmp.title-dec-94 > h3:not(:first-child),
  .text-tmp.title-dec-94 > h4:not(:first-child),
  .text-tmp.title-dec-94 > h5:not(:first-child),
  .text-tmp.title-dec-94 > h6:not(:first-child),
  .text-tmp.title-94 > h1,
  .text-tmp.title-94 > h2,
  .text-tmp.title-94 > h3,
  .text-tmp.title-94 > h4,
  .text-tmp.title-94 > h5,
  .text-tmp.title-94 > h6 {
    font-size: calc(52.2222222222px + 41.7777777778 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-96 p,
.text-tmp.title-dec-96 > h1:not(:first-child),
.text-tmp.title-dec-96 > h2:not(:first-child),
.text-tmp.title-dec-96 > h3:not(:first-child),
.text-tmp.title-dec-96 > h4:not(:first-child),
.text-tmp.title-dec-96 > h5:not(:first-child),
.text-tmp.title-dec-96 > h6:not(:first-child),
.text-tmp.title-96 > h1,
.text-tmp.title-96 > h2,
.text-tmp.title-96 > h3,
.text-tmp.title-96 > h4,
.text-tmp.title-96 > h5,
.text-tmp.title-96 > h6 {
  font-size: 96px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-96 p,
  .text-tmp.title-dec-96 > h1:not(:first-child),
  .text-tmp.title-dec-96 > h2:not(:first-child),
  .text-tmp.title-dec-96 > h3:not(:first-child),
  .text-tmp.title-dec-96 > h4:not(:first-child),
  .text-tmp.title-dec-96 > h5:not(:first-child),
  .text-tmp.title-dec-96 > h6:not(:first-child),
  .text-tmp.title-96 > h1,
  .text-tmp.title-96 > h2,
  .text-tmp.title-96 > h3,
  .text-tmp.title-96 > h4,
  .text-tmp.title-96 > h5,
  .text-tmp.title-96 > h6 {
    font-size: calc(53.3333333333px + 42.6666666667 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-98 p,
.text-tmp.title-dec-98 > h1:not(:first-child),
.text-tmp.title-dec-98 > h2:not(:first-child),
.text-tmp.title-dec-98 > h3:not(:first-child),
.text-tmp.title-dec-98 > h4:not(:first-child),
.text-tmp.title-dec-98 > h5:not(:first-child),
.text-tmp.title-dec-98 > h6:not(:first-child),
.text-tmp.title-98 > h1,
.text-tmp.title-98 > h2,
.text-tmp.title-98 > h3,
.text-tmp.title-98 > h4,
.text-tmp.title-98 > h5,
.text-tmp.title-98 > h6 {
  font-size: 98px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-98 p,
  .text-tmp.title-dec-98 > h1:not(:first-child),
  .text-tmp.title-dec-98 > h2:not(:first-child),
  .text-tmp.title-dec-98 > h3:not(:first-child),
  .text-tmp.title-dec-98 > h4:not(:first-child),
  .text-tmp.title-dec-98 > h5:not(:first-child),
  .text-tmp.title-dec-98 > h6:not(:first-child),
  .text-tmp.title-98 > h1,
  .text-tmp.title-98 > h2,
  .text-tmp.title-98 > h3,
  .text-tmp.title-98 > h4,
  .text-tmp.title-98 > h5,
  .text-tmp.title-98 > h6 {
    font-size: calc(54.4444444444px + 43.5555555556 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-100 p,
.text-tmp.title-dec-100 > h1:not(:first-child),
.text-tmp.title-dec-100 > h2:not(:first-child),
.text-tmp.title-dec-100 > h3:not(:first-child),
.text-tmp.title-dec-100 > h4:not(:first-child),
.text-tmp.title-dec-100 > h5:not(:first-child),
.text-tmp.title-dec-100 > h6:not(:first-child),
.text-tmp.title-100 > h1,
.text-tmp.title-100 > h2,
.text-tmp.title-100 > h3,
.text-tmp.title-100 > h4,
.text-tmp.title-100 > h5,
.text-tmp.title-100 > h6 {
  font-size: 100px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-100 p,
  .text-tmp.title-dec-100 > h1:not(:first-child),
  .text-tmp.title-dec-100 > h2:not(:first-child),
  .text-tmp.title-dec-100 > h3:not(:first-child),
  .text-tmp.title-dec-100 > h4:not(:first-child),
  .text-tmp.title-dec-100 > h5:not(:first-child),
  .text-tmp.title-dec-100 > h6:not(:first-child),
  .text-tmp.title-100 > h1,
  .text-tmp.title-100 > h2,
  .text-tmp.title-100 > h3,
  .text-tmp.title-100 > h4,
  .text-tmp.title-100 > h5,
  .text-tmp.title-100 > h6 {
    font-size: calc(55.5555555556px + 44.4444444444 * ((100vw - 320px) / 1216));
  }
}

.text-tmp {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.text-tmp.txt-14 {
  font-size: 14px;
}
.text-tmp.color-white * {
  color: #fff;
}
.text-tmp.txt-all-center * {
  text-align: center;
}
.text-tmp.title-fw-400 > h1,
.text-tmp.title-fw-400 > h2,
.text-tmp.title-fw-400 > h3,
.text-tmp.title-fw-400 > h4,
.text-tmp.title-fw-400 > h5,
.text-tmp.title-fw-400 > h6 {
  font-weight: var(--weight-m-400);
}
.text-tmp.title-tt-up > h1,
.text-tmp.title-tt-up > h2,
.text-tmp.title-tt-up > h3,
.text-tmp.title-tt-up > h4,
.text-tmp.title-tt-up > h5,
.text-tmp.title-tt-up > h6 {
  text-transform: uppercase;
}
.text-tmp.txt-fw-500 > p,
.text-tmp.txt-fw-500 li {
  font-weight: var(--weight-m-500);
}
.text-tmp.txt-grey > p {
  color: #909090;
}
.text-tmp.list-st-none li {
  list-style: none;
}
.text-tmp.list-square li {
  list-style: square;
  list-style-position: inside;
}
.text-tmp.img-logo img {
  max-width: 100px;
}
.text-tmp > h1:not(:last-child),
.text-tmp > h2:not(:last-child),
.text-tmp > h3:not(:last-child),
.text-tmp > h4:not(:last-child),
.text-tmp > h5:not(:last-child),
.text-tmp > h6:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp > h1 > *,
.text-tmp > h2 > *,
.text-tmp > h3 > *,
.text-tmp > h4 > *,
.text-tmp > h5 > *,
.text-tmp > h6 > * {
  color: #85766f;
}
.text-tmp p:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp p > a {
  color: #000;
  text-decoration: underline;
}
.text-tmp p > a:hover {
  text-decoration: none;
}
.text-tmp ul:not(:last-child),
.text-tmp ol:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp ul li,
.text-tmp ol li {
  width: 100%;
  list-style: disc;
  list-style-position: inside;
}
.text-tmp ul li > a,
.text-tmp ol li > a {
  color: #000;
  text-decoration: underline;
}
.text-tmp ul li > a:hover,
.text-tmp ol li > a:hover {
  text-decoration: none;
}
.text-tmp ul li:not(:last-child),
.text-tmp ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.text-tmp img,
.text-tmp video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-tmp img:not(:last-child),
.text-tmp video:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp iframe {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-tmp iframe:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.text-tmp .table-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp .table-wrapper table {
  width: 100% !important;
  min-width: 1024px;
}
.text-tmp .table-wrapper table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
.text-tmp .table-wrapper table td {
  padding: 10px;
  background: transparent !important;
  font-family: var(--font-m);
}
.text-tmp .table-wrapper table td * {
  font-family: var(--font-m);
  background: transparent !important;
}

.btn-wrap {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 600px) {
  .btn-wrap {
    flex-direction: column;
  }
}
.btn-wrap > *:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .btn-wrap > *:not(:last-child) {
    margin: 0;
    margin-bottom: 10px;
  }
}

.btn {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 48px;
  padding: 0.4rem 1.4em;
  border: 1px solid transparent;
  will-change: transform;
  color: #fff;
  font-family: var(--font-m);
  font-weight: var(--weight-m-500);
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition:
    0.3s background,
    0.3s border-color,
    0.3s color;
  transition-timing-function: ease;
}
@media screen and (max-width: 350px) {
  .btn {
    font-size: 14px;
  }
}
.btn.small {
  padding: 0.4rem 0.8em;
}
.btn.medium {
  padding: 0.4rem 1.8em;
}
.btn.large {
  padding: 0.4rem 2.2em;
}
.btn.full {
  width: 100%;
}
.btn svg {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  transition: 0.3s fill ease;
}
.btn.transparent {
  background: transparent !important;
  color: inherit;
  border-color: inherit;
}
.btn.white {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
.btn.white svg {
  fill: #fff;
}
.btn.white:not(.transparent) {
  color: #000;
}
.btn.white:not(.transparent) svg {
  fill: #000;
}
@media (hover) {
  .btn.white:not(.transparent):hover {
    background: transparent !important;
    border-color: #fff;
    color: #fff;
  }
  .btn.white:not(.transparent):hover svg {
    fill: #fff;
  }
}
@media (hover) {
  .btn.white:hover {
    background: #fff !important;
    border-color: #fff;
    color: #000;
  }
  .btn.white:hover svg {
    fill: #000;
  }
}
.btn.black {
  background: #004a7d;
  border-color: #000;
  color: #000;
}
.btn.black svg {
  fill: #000;
}
.btn.black:not(.transparent) {
  color: #fff;
}
.btn.black:not(.transparent) svg {
  fill: #fff;
}
@media (hover) {
  .btn.black:not(.transparent):hover {
    background: transparent !important;
    border-color: #000;
    color: #000;
  }
  .btn.black:not(.transparent):hover svg {
    fill: #000;
  }
}
@media (hover) {
  .btn.black:hover {
    background: #000 !important;
    border-color: #000;
    color: #fff;
  }
  .btn.black:hover svg {
    fill: #fff;
  }
}
.btn.black.active {
  background: #000 !important;
  border-color: #000;
  color: #fff;
}
.btn.black.active svg {
  fill: #fff;
}
.btn.black.active:not(.transparent) {
  background: transparent !important;
  border-color: #000;
  color: #000;
}
.btn.black.active:not(.transparent) svg {
  fill: #000;
}

.pagination {
  display: flex;
}
.pagination > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  border-radius: 6px;
  color: #000;
  transition: 0.3s all ease;
}
.pagination > *:not(:last-child) {
  margin-right: 10px;
}
.pagination > * svg {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: 0.3s all ease;
}
@media (hover) {
  .pagination > *:hover {
    background: #000;
    color: #fff;
  }
  .pagination > *:hover svg {
    fill: #fff;
  }
}
.pagination > *.active {
  background: #000;
  color: #fff;
}

.burger-btn_short,
.burger-btn_cross-deg,
.burger-btn_cross {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 28px;
  will-change: transform;
  transition: 0.3s all linear;
}
.burger-btn_short::before,
.burger-btn_cross-deg::before,
.burger-btn_cross::before,
.burger-btn_short::after,
.burger-btn_cross-deg::after,
.burger-btn_cross::after {
  content: "";
  position: absolute;
  left: 0;
}
.burger-btn_short::before,
.burger-btn_cross-deg::before,
.burger-btn_cross::before {
  transform: translateY(-10px);
}
.burger-btn_short::after,
.burger-btn_cross-deg::after,
.burger-btn_cross::after {
  transform: translateY(10px);
}
.burger-btn_short::before,
.burger-btn_cross-deg::before,
.burger-btn_cross::before,
.burger-btn_short::after,
.burger-btn_cross-deg::after,
.burger-btn_cross::after,
.burger-btn_short .burger-btn__item,
.burger-btn_cross-deg .burger-btn__item,
.burger-btn_cross .burger-btn__item {
  width: 100%;
  height: 3px;
  background: #000;
  will-change: transform;
  pointer-events: none;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.burger-btn_cross .burger-btn__item {
  width: 60%;
}
.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;
}

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

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

.small-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (hover) {
  .small-card:hover img {
    transform: scale(1.02);
  }
}
.small-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 10px;
}
.small-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.small-card__img img,
.small-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.small-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}

.prod-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (hover) {
  .prod-card:hover img {
    transform: scale(1.02);
  }
}
.prod-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 10px;
}
.prod-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 150%;
}
.prod-card__img img,
.prod-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prod-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.prod-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.advantage-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  border: 5px solid rgba(133, 118, 111, 0.1);
}
@media screen and (max-width: 850px) {
  .advantage-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.advantage-card ul {
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .advantage-card ul {
    margin: 0;
    margin-bottom: 10px;
  }
}
.advantage-card ul li:nth-child(1) {
  font-weight: var(--weight-m-700);
}
.advantage-card__img {
  flex-shrink: 0;
  position: relative;
  width: 110px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.advantage-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.advantage-card__img img,
.advantage-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.offer-car {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f5efe6;
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.offer-car__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.offer-car__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.offer-car__img img,
.offer-car__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.offer-car__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 20px;
}
.offer-car__info > *:not(:last-child) {
  margin-bottom: 20px;
}
.offer-car__info ul {
  padding-top: 30px;
  border-top: 5px solid rgba(133, 118, 111, 0.1);
}
.offer-car__info ul li:not(:last-child) {
  margin-bottom: 14px;
}
.offer-car__info ul a {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #000;
  font-weight: var(--weight-m-500);
}
@media (hover) {
  .offer-car__info ul a:hover svg {
    transform: rotate(45deg);
  }
}
.offer-car__info ul a svg {
  width: 20px;
  height: 20px;
  fill: #000;
  will-change: transform;
  transition: 0.3s all ease;
}

.rew-card {
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(144, 144, 144, 0.2);
}
@media screen and (max-width: 1700px) {
  .rew-card {
    flex-direction: column;
    padding: 20px;
  }
}
.rew-card__img {
  display: flex;
  flex-shrink: 0;
  width: 220px;
  height: 100%;
}
.rew-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1700px) {
  .rew-card__img {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 20px;
    overflow: hidden;
  }
  .rew-card__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .rew-card__img img,
  .rew-card__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.rew-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px;
}
@media screen and (max-width: 1700px) {
  .rew-card__info {
    padding: 20px 0;
  }
}
.rew-card__info ul {
  margin-bottom: 20px;
}
.rew-card__info ul li {
  color: #909090;
}
.rew-card__info ul li:nth-child(1) {
  margin-bottom: 20px;
}
.rew-card__info ul li:nth-child(2) {
  margin-bottom: 6px;
  font-weight: var(--weight-m-500);
  color: #000;
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-card {
    background: #000;
  }
}
@media (hover) {
  .news-card:hover img {
    transform: scale(1.02);
  }
}
.news-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.news-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.news-card__img img,
.news-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.news-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: 20px;
}
@media screen and (max-width: 768px) {
  .news-card__info {
    position: static;
  }
}
.news-card__info > * {
  max-width: 420px;
}
.news-card__info::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .news-card__info::after {
    display: none;
  }
}

.partners-card {
  display: flex;
  width: 100%;
  height: 160px;
  padding: 20px;
  background: #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.partners-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.room-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  transition: 0.3s opacity ease;
}
.room-card.active {
  opacity: 1;
}
.room-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media (hover) {
  .room-card:hover .room-card__info {
    opacity: 1;
    transform: translateY(0);
  }
}
.room-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.room-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.room-card__img img,
.room-card__img svg {
  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: 1366px) {
  .room-card__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .room-card__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }
  .room-card__img img,
  .room-card__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.room-card__info {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #000;
  opacity: 0;
  transition: 0.4s all ease;
}
@media screen and (max-width: 1366px) {
  .room-card__info {
    position: static;
    opacity: 1;
    align-items: flex-start;
  }
}
.room-card__info > * {
  max-width: 200px;
}
@media screen and (max-width: 1366px) {
  .room-card__info > * {
    max-width: 100%;
  }
}
.room-card__name {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.franchise-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.franchise-card.back .franchise-card__img::after {
  background: rgba(0, 0, 0, 0.8);
}
@media (hover) {
  .franchise-card.back:hover .franchise-card__img::after {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (hover) {
  .franchise-card:hover img {
    transform: scale(1.02);
  }
}
.franchise-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.franchise-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.franchise-card__img img,
.franchise-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.franchise-card__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  transition: 0.3s all ease;
}
.franchise-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.franchise-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0 0 0;
}

.advant-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.advant-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 10px;
}
.advant-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.advant-card__img img,
.advant-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.advant-card__img img {
  -o-object-position: left;
  object-position: left;
}
.advant-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.advant-card__info ul li {
  font-weight: var(--weight-m-500);
}
.advant-card__info ul li:nth-child(2) {
  color: #909090;
}

.job-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.1);
}
.job-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.job-card__city {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}

.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (hover) {
  .product-card:hover img {
    transform: scale(1.04);
  }
}
.product-card__img {
  display: flex;
  width: 100%;
  height: auto;
  max-height: 280px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(144, 144, 144, 0.5);
}
.product-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  will-change: transform;
  transition: 0.3s all ease;
}
.product-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.team-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.1);
}
.team-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.team-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.team-card__img img,
.team-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
@media (hover) {
  .team-card__img:hover img {
    transform: scale(1.02);
  }
}
.team-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
  padding: 20px;
}
.team-card__name {
  display: flex;
  flex-direction: column;
}
@media (hover) {
  .team-card__name:hover li {
    text-decoration: none;
  }
}
.team-card__name:not(:last-child) {
  margin-bottom: 20px;
}
.team-card__name ul li {
  text-decoration: underline;
  font-weight: var(--weight-m-500);
}
.team-card__name ul li:not(:last-child) {
  margin-bottom: 6px;
}
.team-card__name ul li:nth-child(2) {
  color: #909090;
}
.team-card__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.team-card__desc ul li {
  font-weight: var(--weight-m-500);
}
.team-card__desc ul li:not(:last-child) {
  margin-bottom: 6px;
}
.team-card__contacts {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.team-card__contacts ul li:not(:last-child) {
  margin-bottom: 6px;
}
.team-card__contacts ul li a {
  display: flex;
  font-weight: var(--weight-m-500);
  color: #000;
}
@media (hover) {
  .team-card__contacts ul li a:hover {
    text-decoration: underline;
  }
}
.team-card__contacts ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.team-card__contacts ul li a svg > * {
  fill: #000;
}

.credit-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  background: rgba(144, 144, 144, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 850px) {
  .credit-card {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 20px;
  }
}
.credit-card__info {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
@media screen and (max-width: 850px) {
  .credit-card__info {
    margin: 0;
  }
}
.credit-card__icon {
  position: relative;
  width: 100%;
  max-width: 150px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.credit-card__icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 90%;
}
.credit-card__icon img,
.credit-card__icon svg {
  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: 850px) {
  .credit-card__icon {
    margin-bottom: 20px;
  }
}

.bank-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.bank-card__img {
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 180px;
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 480px) {
  .bank-card__img {
    padding: 20px;
  }
}
.bank-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bank-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.bank-card__info ul li {
  flex-wrap: var(--weight-m-500);
}
.bank-card__info ul li:not(:last-child) {
  margin-bottom: 6px;
}

.checkbox__label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .checkbox__label {
    flex-direction: column;
    align-items: flex-start;
  }
}
.checkbox__label p {
  margin-left: 10px;
  font-size: 16px;
  color: #000;
  transition: 0.3s all ease;
}
@media screen and (max-width: 600px) {
  .checkbox__label p {
    margin: 0;
    margin-top: 10px;
  }
}
.checkbox__label p > a {
  color: #85766f;
  text-decoration: underline;
}
.checkbox__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.checkbox__input:checked + .checkbox__content {
  background: #000;
}
.checkbox__input:checked + .checkbox__content svg {
  opacity: 1;
}
.checkbox__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  transition: 0.3s all ease;
}
.checkbox__content svg {
  transition: 0.3s all ease;
  opacity: 0;
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.switch__label {
  position: relative;
  display: flex;
  align-items: center;
  width: 50px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 3.125rem;
}
.switch__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.switch__input:checked + .switch__content {
  transform: translateX(calc(100% + 16px));
  background: #27ae60;
}
.switch__content {
  position: absolute;
  left: 2px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000;
  will-change: transform;
  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 {
  opacity: 1;
}
.radio__round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  transition: 0.3s all ease;
}
.radio__round::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all ease;
}
.radio p {
  margin-left: 10px;
  font-size: 16px;
  color: #000;
  transition: 0.3s all ease;
}

.select-custom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.select-custom.border-rad {
  border-radius: 30px;
}
.select-custom.border-rad .select-custom__list {
  border-radius: 10px;
}
.select-custom.border-rad .select-custom__list ul li {
  border-radius: 10px;
}
.select-custom.border-rad .select-custom__list ul li:not(:last-child) {
  margin-bottom: 2px;
}
.select-custom.black {
  background: #000;
  color: #fff;
}
.select-custom.black::after {
  background-image: url('data:image/svg+xml,             <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">                 <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%23ffffff"></path>             </svg>');
}
.select-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,         <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">             <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%23000000"></path>         </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.select-custom.active {
  border: 1px solid #000;
}
.select-custom.active::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (hover) {
  .select-custom:hover {
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.select-custom__field {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.select-custom__list {
  z-index: 10;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  max-height: 200px;
  padding: 14px 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all ease;
}
.select-custom__list.active {
  pointer-events: painted;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.select-custom__list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 10px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
  transition: 0.3s all ease;
}
.select-custom__list ul::-webkit-scrollbar {
  width: 8px;
}
.select-custom__list ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.select-custom__list ul::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 6px;
}
.select-custom__list ul li {
  display: flex;
  width: 100%;
  padding: 0.4rem 1em;
  color: #000;
  cursor: pointer;
}
.select-custom__list ul li.active {
  color: #fff;
  background: #000;
}
.select-custom__list ul li:hover:not(.active) {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.select-custom select {
  display: none;
  opacity: 0;
  max-width: 0;
  max-height: 0;
  visibility: hidden;
}

.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__label {
  font-weight: var(--weight-m-500);
  margin-bottom: 10px;
}
.input.bordr-bot input,
.input.bordr-bot textarea {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.input.border-rad input,
.input.border-rad textarea {
  border-radius: 30px;
}
.input.white-theme input,
.input.white-theme textarea {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.input.white-theme input::-moz-placeholder,
.input.white-theme textarea::-moz-placeholder {
  color: #909090;
}
.input.white-theme input:-ms-input-placeholder,
.input.white-theme textarea:-ms-input-placeholder {
  color: #909090;
}
.input.white-theme input::placeholder,
.input.white-theme textarea::placeholder {
  color: #909090;
}
@media (hover) {
  .input.white-theme input:hover,
  .input.white-theme textarea:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
}
.input.white-theme input:focus,
.input.white-theme input.active,
.input.white-theme textarea:focus,
.input.white-theme textarea.active {
  border-color: #fff !important;
}
.input.white-theme textarea {
  height: 195px;
  resize: none;
}
.input input,
.input textarea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 20px 20px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  font-weight: var(--weight-m-500);
  color: #000;
  font-size: 16px;
  transition: 0.3s all ease;
}
.input input::-moz-placeholder,
.input textarea::-moz-placeholder {
  font-weight: var(--weight-m-500);
  color: #909090;
}
.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
  font-weight: var(--weight-m-500);
  color: #909090;
}
.input input::placeholder,
.input textarea::placeholder {
  font-weight: var(--weight-m-500);
  color: #909090;
}
@media (hover) {
  .input input:hover,
  .input textarea:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }
}
.input input:focus,
.input input.active,
.input textarea:focus,
.input textarea.active {
  border-color: #000 !important;
}
.input input:focus .input__fake-field-icon,
.input input.active .input__fake-field-icon,
.input textarea:focus .input__fake-field-icon,
.input textarea.active .input__fake-field-icon {
  transform: rotate(90deg);
}
.input textarea {
  height: 195px;
  resize: none;
}

.file {
  display: flex;
  flex-direction: column;
}
.file__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
.file__label:hover {
  border-color: #000;
}
.file__label p {
  font-size: 16px;
  color: #000;
  transition: 0.3s all ease;
}
.file__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.file__img-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
}
.file__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.file__card-btn {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.file__card-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.file__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.file__card-img img,
.file__card-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.file__card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 200px;
  padding: 10px;
  background: grey;
  word-break: break-all;
  color: #fff;
}
.file__card-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px;
  background: #000;
  color: #fff;
  font-size: 14px;
}
.file__card-name {
  word-wrap: break-word;
  margin-bottom: 10px;
}
.file__error {
  color: #eb4d4b;
}

#slider-round {
  height: 10px;
}
#slider-round .noUi-handle {
  top: -12px;
  border: none;
  box-shadow: none;
  background: transparent;
  width: 30px;
  height: 30px;
}
#slider-round .noUi-handle::before,
#slider-round .noUi-handle::after {
  display: none;
}
#slider-round .noUi-touch-area {
  border-radius: 50%;
  background: #27ae60;
  border: 4px solid #fff;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#slider-round .noUi-connect {
  background: #27ae60;
}
#slider-round .noUi-tooltip {
  bottom: 16px;
}

.input-error input,
.input-error textarea {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
  color: #eb4d4b;
}
.input-error input::-moz-placeholder,
.input-error textarea::-moz-placeholder {
  color: #eb4d4b !important;
}
.input-error input:-ms-input-placeholder,
.input-error textarea:-ms-input-placeholder {
  color: #eb4d4b !important;
}
.input-error input::placeholder,
.input-error textarea::placeholder {
  color: #eb4d4b !important;
}
.input-error.checkbox__label .checkbox__content {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.checkbox__label * {
  color: #eb4d4b;
}
.input-error.switch__label {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.file__label {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.file__label p {
  color: #eb4d4b;
}
.input-error .input__label {
  color: #eb4d4b;
}

.text-empty {
  z-index: 5;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #eb4d4b;
  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;
  will-change: transform;
  pointer-events: none;
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.4));
}
.text-empty:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom: 5px solid #eb4d4b;
}

.form-preloader {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  font-size: 18px;
  color: #000;
}
.form-preloader__round {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.form-preloader__round::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #27ae60;
  border-radius: 50%;
  -webkit-animation: 2s spin infinite linear;
  animation: 2s spin infinite linear;
  transition: 0.4s all ease;
}
.form-preloader__round.ansver-enter-success::after {
  border-color: #27ae60;
}
.form-preloader__round.ansver-enter-error::after {
  border-color: #eb4d4b;
}
.form-preloader__text {
  -webkit-animation: animTextAnsver 0.4s both ease;
  animation: animTextAnsver 0.4s both ease;
}
.form-preloader__text.ansver-enter-success > * {
  color: #27ae60;
}
.form-preloader__text.ansver-enter-error > * {
  color: #eb4d4b;
}

@-webkit-keyframes animTextAnsver {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animTextAnsver {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.captcha {
  position: relative;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}
.captcha__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(39, 174, 96, 0.6);
  color: #fff;
  font-size: 16px;
  pointer-events: none;
}
.captcha__field {
  display: flex;
  align-items: center;
  width: 140px;
  padding: 20px 20px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #000;
  font-size: 16px;
  transition: 0.3s all ease;
}
.captcha__field::-moz-placeholder {
  color: #000;
}
.captcha__field:-ms-input-placeholder {
  color: #000;
}
.captcha__field::placeholder {
  color: #000;
}
@media (hover) {
  .captcha__field:hover {
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.captcha__field:focus,
.captcha__field.active {
  border-color: #000 !important;
}
.captcha__field:focus .input__fake-field-icon,
.captcha__field.active .input__fake-field-icon {
  transform: rotate(90deg);
}

.form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 100%;
}
.form-fr-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.form-fr-2 {
  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: 1500px) {
  .form-fr-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-fr-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .form-fr-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-fr-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 1700px) {
  .form-fr-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .form-fr-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.swiper {
  width: 100%;
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
  transition: 0.3s all ease;
}
.swiper .swiper-slide {
  height: auto;
}

@media screen and (max-width: 768px) {
  .news-slider .swiper-slide {
    height: auto;
  }
  .news-slider .swiper-slide .news-card {
    height: 100%;
  }
  .news-slider .swiper-slide .news-card__info {
    height: 100%;
    justify-content: flex-start;
  }
}

.partners-slider {
  padding: 10px !important;
}
.partners-slider__pagination {
  display: flex;
  justify-content: center;
}
.partners-slider__pagination > *:not(:last-child) {
  margin-right: 10px;
}
.partners-slider__pagination-dot {
  display: flex;
  width: 10px;
  height: 10px;
  background: #909090;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.partners-slider__pagination-dot.active {
  background: #000;
}
@media (hover) {
  .partners-slider__pagination-dot:hover {
    background: #000;
  }
}

.product-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(144, 144, 144, 0.05);
}
.product-slider .swiper-slide {
  overflow: hidden;
}
.product-slider .arrow-slider-container {
  z-index: 2;
  position: absolute;
  bottom: 50px;
  right: 0;
  max-width: 1880px;
  padding: 0 20px;
}
.product-slider__item {
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 600px;
}
.product-slider__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.product-slider__item picture,
.product-slider__item img,
.product-slider__item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #000;
}
@media screen and (max-width: 1366px) {
  .portfolio {
    background: transparent;
  }
}
.portfolio__item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 800px;
}
@media screen and (max-width: 1366px) {
  .portfolio__item {
    padding: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.portfolio__item-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .portfolio__item-inner {
    grid-template-columns: repeat(1, 1fr);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 20px;
  }
  .portfolio__item-inner .text-tmp {
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .portfolio__item-inner .text-tmp p,
  .portfolio__item-inner .text-tmp li {
    font-size: 14px;
  }
}
.portfolio__item-img {
  display: flex;
}
.portfolio__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1366px) {
  .portfolio__item-img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 10px;
  }
  .portfolio__item-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .portfolio__item-img img,
  .portfolio__item-img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.portfolio__item-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 100px 60px 450px 60px;
}
@media screen and (max-width: 1366px) {
  .portfolio__item-info {
    z-index: 2;
    background: black;
    height: 400px;
    border-radius: 20px;
    padding: 60px 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .portfolio__item-info {
    padding: 20px;
    height: 300px;
  }
}
.portfolio__item-info-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-color: #fff transparent;
  scrollbar-width: thin;
}
.portfolio__item-info-inner::-webkit-scrollbar {
  width: 8px;
}
.portfolio__item-info-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.portfolio__item-info-inner::-webkit-scrollbar-thumb {
  background: #fff;
}
.portfolio__slider-thumb {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 60px 40px 60px;
}
@media screen and (max-width: 1366px) {
  .portfolio__slider-thumb {
    position: static;
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.portfolio__slider-thumb
  .swiper-slide.swiper-slide-thumb-active
  .portfolio__item-thumb {
  border-color: #85766f;
}
.portfolio__item-thumb {
  position: relative;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  border: 4px solid transparent;
  transition: 0.3s all ease;
}
.portfolio__item-thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.portfolio__item-thumb img,
.portfolio__item-thumb svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio__item-thumb img {
  will-change: transform;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1366px) {
  .portfolio__item-thumb {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .portfolio__item-thumb::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .portfolio__item-thumb img,
  .portfolio__item-thumb svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (hover) {
  .portfolio__item-thumb:hover img {
    transform: scale(1.02);
  }
}
.portfolio__ui {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.portfolio__arrow {
  display: flex;
  margin-left: auto;
  gap: 10px;
}

.arrow-slider-container {
  display: flex;
}
.arrow-slider-container > *:not(:last-child) {
  margin-right: 10px;
}

.arrow-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50%;
  pointer-events: painted;
  overflow: hidden;
  transition:
    0.3s background,
    0.3s border-color;
  transition-timing-function: ease;
}
.arrow-slider.white {
  background: #fff;
  border-color: #fff;
}
.arrow-slider.white svg {
  fill: #000;
}
@media (hover) {
  .arrow-slider.white:hover {
    background: #000;
    border-color: #000;
  }
  .arrow-slider.white:hover svg {
    fill: #fff;
  }
}
.arrow-slider.accent {
  background: #85766f;
  border-color: #85766f;
}
.arrow-slider.accent svg {
  fill: #000;
}
@media (hover) {
  .arrow-slider.accent:hover {
    background: #000;
    border-color: #85766f;
  }
  .arrow-slider.accent:hover svg {
    fill: #85766f;
  }
}
.arrow-slider svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition:
    0.3s transform,
    0.3s fill;
  transition-timing-function: ease;
}
.arrow-slider:active svg {
  transform: scale(0.9);
}
@media (hover) {
  .arrow-slider:hover {
    background: #fff;
    border-color: #000;
  }
  .arrow-slider:hover svg {
    fill: #000;
  }
}
.arrow-slider.arrow-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.social {
  display: flex;
}
.social ul {
  display: flex;
}
.social li {
  display: flex;
}
.social li:not(:last-child) {
  margin-right: 10px;
}
.social.black a {
  background: #000;
  border-color: #000;
}
.social.black a img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(10deg)
    brightness(102%) contrast(100%);
}
@media (hover) {
  .social.black a:hover {
    background: #fff;
  }
  .social.black a:hover img {
    filter: invert(0%) sepia(2%) saturate(7495%) hue-rotate(31deg)
      brightness(88%) contrast(95%);
  }
}
.social.white a {
  border-color: #fff;
}
.social.white a img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(10deg)
    brightness(102%) contrast(100%);
}
@media (hover) {
  .social.white a:hover {
    background: #fff;
  }
  .social.white a:hover img {
    filter: invert(0%) sepia(2%) saturate(7495%) hue-rotate(31deg)
      brightness(88%) contrast(95%);
  }
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.social a img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (hover) {
  .social a:hover {
    background: #000;
  }
  .social a:hover img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(10deg)
      brightness(102%) contrast(100%);
  }
}

.accard {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.accard__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.accard__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.accard__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  transition: 0.3s all ease;
}
.accard__btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,             <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">                 <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%23000000"></path>             </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.accard__btn.active {
  background: #000;
  color: #fff;
}
.accard__btn.active::after {
  transform: rotate(90deg);
  filter: invert(100%);
}
@media (hover) {
  .accard__btn:hover {
    background: #000;
    color: #fff;
  }
  .accard__btn:hover::after {
    filter: invert(100%);
  }
}
.accard__drop {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.accard__drop-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.logo {
  display: flex;
  position: relative;
  width: 180px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40%;
}
.logo img,
.logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-container {
  display: none;
}

.modal {
  width: 100%;
  max-width: 1300px;
}
@media screen and (max-width: 1170px) {
  .modal {
    padding: 20px !important;
  }
}
.modal * {
  outline: none !important;
}
.modal__inner {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .modal__inner {
    flex-direction: column;
  }
}
.modal__info {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 1170px) {
  .modal__info {
    width: 100%;
    margin-bottom: 40px;
  }
}
.modal__info > *:not(:last-child) {
  margin-bottom: 20px;
}
.modal__form-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 1170px) {
  .modal__form-wrap {
    width: 100%;
  }
}
.modal__form {
  position: static;
}
@media screen and (max-width: 1170px) {
  .modal__form {
    position: relative;
  }
}

.modal-prod {
  width: 100%;
  max-width: 1700px;
  padding: 0 !important;
}
.modal-prod * {
  outline: none !important;
}
.modal-prod__inner {
  position: relative;
  display: flex;
  width: 100%;
}
.modal-prod__img {
  display: flex;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .modal-prod__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.1;
    pointer-events: none;
  }
}
.modal-prod__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-prod__form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
}
@media screen and (max-width: 1250px) {
  .modal-prod__form-wrap {
    width: 100%;
    max-width: 600px;
    padding: 20px;
  }
}
.modal-prod__form-wrap > *:not(:last-child) {
  margin-bottom: 40px;
}
.modal-prod__form {
  position: static !important;
}

.head-border {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.both {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 80px;
}
@media screen and (max-width: 979px) {
  .both {
    grid-gap: 40px;
  }
}
.both.center .both__item {
  justify-content: center;
}
.both.reverse > *:nth-child(1) {
  order: 2;
}
.both.reverse > *:nth-child(2) {
  order: 1;
}
@media screen and (max-width: 1170px) {
  .both.full {
    grid-template-columns: repeat(1, 1fr);
  }
  .both.full.reverse > *:nth-child(1) {
    order: 1;
  }
  .both.full.reverse > *:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 979px) {
  .both.max {
    grid-template-columns: repeat(1, 1fr);
  }
  .both.max.reverse > *:nth-child(1) {
    order: 1;
  }
  .both.max.reverse > *:nth-child(2) {
    order: 2;
  }
}
.both__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.deifferent {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .deifferent {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.deifferent.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}
@media screen and (max-width: 1366px) {
  .deifferent.reverse {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.deifferent.reverse .deifferent__item:nth-child(1) {
  order: 2;
}
.deifferent.reverse .deifferent__item:nth-child(2) {
  order: 1;
}
.deifferent.reverse .deifferent__item:nth-child(2) > * {
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .deifferent.reverse .deifferent__item:nth-child(1) {
    order: 1;
  }
  .deifferent.reverse .deifferent__item:nth-child(1) > * {
    border-radius: 20px;
    overflow: hidden;
  }
  .deifferent.reverse .deifferent__item:nth-child(2) {
    order: 2;
  }
  .deifferent.reverse .deifferent__item:nth-child(2) > * {
    margin-left: 0;
  }
}
.deifferent__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .deifferent__item {
    padding: 20px;
  }
  .deifferent__item:nth-child(1) > * {
    border-radius: 20px;
    overflow: hidden;
  }
}
.deifferent__item:nth-child(2) {
  padding: 40px;
}
@media screen and (max-width: 1366px) {
  .deifferent__item:nth-child(2) {
    padding: 20px;
  }
}
.deifferent__item:nth-child(2) > * {
  max-width: 600px;
}

.common-ui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .common-ui {
    flex-direction: column;
    align-items: flex-start;
  }
  .common-ui > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

.desc {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .desc {
    flex-direction: column;
    align-items: flex-start;
  }
}
.desc__info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 620px;
  padding: 30px;
  margin-right: -180px;
  background: #fff;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1366px) {
  .desc__info {
    margin-bottom: 20px;
  }
}
.desc__info > *:not(:last-child) {
  margin-bottom: 20px;
}
.desc__bg {
  position: relative;
  width: 100%;
  max-width: 1400;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.desc__bg::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.desc__bg img,
.desc__bg svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.get-size {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 850px) {
  .get-size {
    grid-template-columns: repeat(1, 1fr);
  }
}
.get-size .b24-form {
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .get-size {
    flex-direction: column;
    align-items: flex-start;
  }
}
.get-size__info {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
}
.get-size__form {
  position: static;
  width: 100%;
  max-width: 1200px;
}
.get-size__form-inner {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 1170px) {
  .get-size__form-inner {
    flex-direction: column;
  }
}
.get-size__form-inner > * {
  width: 33%;
}
@media screen and (max-width: 1170px) {
  .get-size__form-inner > * {
    width: 100%;
  }
}
.get-size__form-inner > *:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1170px) {
  .get-size__form-inner > *:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
}

.feedback {
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1250px) {
  .feedback {
    flex-direction: column;
  }
}
.feedback__contact {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
  padding: 50px 40px 200px 40px;
  background: #000;
}
@media screen and (max-width: 1500px) {
  .feedback__contact {
    max-width: 450px;
  }
}
@media screen and (max-width: 1250px) {
  .feedback__contact {
    max-width: 100%;
    border-radius: 20px;
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .feedback__contact {
    padding: 20px;
  }
}
.feedback__contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
}
.feedback__contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
}
.feedback__contact > *:not(:last-child) {
  margin-bottom: 100px;
}
.feedback__form-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 80px 120px;
}
@media screen and (max-width: 1700px) {
  .feedback__form-wrap {
    padding: 80px;
  }
}
@media screen and (max-width: 1250px) {
  .feedback__form-wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .feedback__form-wrap {
    padding: 20px;
  }
}
.feedback__form {
  position: static;
}
@media screen and (max-width: 1250px) {
  .feedback__form {
    position: relative;
  }
}

.room {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.room > *:not(:last-child) {
  margin-bottom: 40px;
}
.room__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .room__head {
    flex-direction: column;
  }
}
.room__head-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 600px) {
  .room__head-info {
    max-width: 100%;
  }
}
.room__head-list {
  display: flex;
  flex-direction: column;
}
.room__head-list ul {
  display: flex;
}
.room__head-list ul li:not(:last-child) {
  margin-right: 10px;
}
.room__head-list ul a {
  font-weight: var(--weight-m-700);
  color: #000;
}
.room__head-list ul a.active {
  text-decoration: underline;
}
@media (hover) {
  .room__head-list ul a:hover {
    text-decoration: underline;
  }
}
.room__head-ui {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 600px) {
  .room__head-ui {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    max-width: 100%;
  }
}
.room__head-ui > * {
  max-width: 240px;
}
.room__head-ui > *:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .room__head-ui > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.room__map {
  display: flex;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 600px) {
  .room__map {
    height: 400px;
  }
}

.banner {
  position: relative;
  display: flex;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 100vh;
  max-height: 600px;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.banner.large {
  max-height: 900px;
}
@media screen and (max-width: 768px) {
  .banner.large {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.banner.short {
  height: 100vh;
  min-height: auto;
  max-height: 700px;
  padding-top: 0;
}
.banner.center .banner__inner {
  justify-content: center;
}
.banner.bottom {
  align-items: flex-end;
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}
.banner__inner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .banner__inner {
    margin-top: auto;
  }
}
.banner picture > img,
.banner video,
.banner iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.job-form {
  position: relative;
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.job-form__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 1170px) {
  .job-form__item:nth-child(1) {
    display: none;
  }
}
.job-form__item:nth-child(2) {
  padding: 40px;
}
@media screen and (max-width: 1170px) {
  .job-form__item:nth-child(2) {
    padding: 20px;
  }
}
.job-form__item:nth-child(2) > *:not(:last-child) {
  margin-bottom: 40px;
}
.job-form__item .form {
  position: static;
  max-width: 600px;
}
.job-form__item-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.job-form__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 90%;
}
.job-form__item-img img,
.job-form__item-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .team-desc {
    flex-direction: column;
  }
}
.team-desc__img {
  position: relative;
  width: 300px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 20px;
}
.team-desc__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 133%;
}
.team-desc__img img,
.team-desc__img svg {
  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: 850px) {
  .team-desc__img {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0;
    margin-bottom: 20px;
  }
  .team-desc__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .team-desc__img img,
  .team-desc__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.team-desc__info {
  display: flex;
  flex-direction: column;
}
.team-desc__info > *:not(:last-child) {
  margin-bottom: 40px;
}
.team-desc__prof {
  display: flex;
  flex-direction: column;
}
.team-desc__prof ul li {
  font-weight: var(--weight-m-500);
}
.team-desc__prof ul li:not(:last-child) {
  margin-bottom: 6px;
}
.team-desc__prof ul li:nth-child(2) {
  color: #909090;
}

.color-change {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .color-change {
    flex-direction: column;
  }
}
.color-change__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  width: 100%;
  max-width: 600px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 20px;
}
@media screen and (max-width: 1170px) {
  .color-change__items {
    grid-template-columns: repeat(6, 1fr);
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .color-change__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .color-change__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
.color-change__btn {
  position: relative;
  display: flex;
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center;
  border: 1px solid #85766f;
}
@media screen and (max-width: 1024px) {
  .color-change__btn {
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .color-change__btn {
    height: 80px;
  }
}
@media (hover) {
  .color-change__btn:hover::after {
    opacity: 1;
    pointer-events: painted;
    visibility: visible;
    transform: translateY(0);
  }
}
.color-change__btn.active {
  border-color: #000;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.6);
}
.color-change__btn::after {
  content: attr(data-name);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.6);
  font-weight: var(--weight-m-500);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-10px);
  will-change: transform;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1366px) {
  .color-change__btn::after {
    display: none;
  }
}
.color-change__img {
  display: flex;
  width: 100%;
  height: 500px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.color-change__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.characteristic {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .characteristic {
    flex-direction: column;
  }
}
.characteristic__img {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 40px;
}
.characteristic__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.characteristic__img img,
.characteristic__img svg {
  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: 768px) {
  .characteristic__img {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0;
    margin-bottom: 20px;
  }
  .characteristic__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .characteristic__img img,
  .characteristic__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.characteristic__list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 800px;
}
.characteristic__list > *:not(:last-child) {
  margin-bottom: 20px;
}
.characteristic__list ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: var(--weight-m-500);
}
@media screen and (max-width: 600px) {
  .characteristic__list ul li {
    flex-direction: column;
  }
}
.characteristic__list ul li:not(:last-child) {
  margin-bottom: 30px;
}
.characteristic__list ul li > *:nth-child(1) {
  color: #909090;
}
.characteristic__list ul li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.characteristic__list .btn-wrap {
  margin-top: 40px;
}

.all-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  grid-gap: 40px;
}
@media screen and (max-width: 1366px) {
  .all-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 850px) {
  .all-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .all-products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.all-products__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  grid-gap: 20px;
}
.all-products__list ul li:not(:last-child) {
  margin-bottom: 6px;
}
.all-products__list ul a {
  font-weight: var(--weight-m-500);
  color: #000;
}
@media (hover) {
  .all-products__list ul a:hover {
    text-decoration: underline;
  }
}

.success-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 30px;
  padding: 100px 0;
}

/**
 * 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: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  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;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow:
    inset 0 1px 1px #f0f0f0,
    0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow:
    inset 0 0 1px #fff,
    inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow:
    inset 0 0 1px #fff,
    inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #fff;
}
.header.active {
  background: #fff !important;
}
.header.fixed {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.header.fixed-white {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.3)
  );
}
.header.fixed-white nav ul li > * {
  color: #fff;
}
.header.fixed-white nav ul li button svg {
  fill: #fff;
}
.header.fixed-white nav ul li a::after {
  background: #fff;
}
@media (hover) {
  .header.fixed-white nav ul li a:hover::after {
    width: 100%;
  }
}
.header.fixed-white .header__contact {
  color: #fff;
}
.header.fixed-white .header__contact ul li {
  color: #fff;
}
.header.fixed-white .header__contact ul li:nth-child(1) {
  margin-bottom: 5px;
  font-weight: var(--weight-m-500);
}
.header.fixed-white .header__contact ul li:nth-child(2) {
  font-size: 14px;
}
.header.fixed-white .header__contact-icon {
  background: #fff;
}
.header.fixed-white .header__contact-icon svg {
  fill: #000;
}
.header.fixed-white .header__lang > ul > li > * {
  color: #fff;
}
.header.fixed-white .header__lang > ul > li > * svg {
  fill: #fff;
}
.header__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header__item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(144, 144, 144, 0.3);
}
.header__item:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1366px) {
  .header__item:nth-child(1) {
    grid-template-columns: repeat(2, 1fr);
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .header__item:nth-child(1) ul {
    display: none;
  }
}
.header__item:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
.header__item-part {
  display: flex;
  width: 100%;
}
.header__item-part:nth-child(2) {
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .header__item-part:nth-child(2) {
    display: none;
  }
}
.header__item-part:nth-child(3) {
  justify-content: flex-end;
}
.header__contact {
  display: flex;
  align-items: center;
  color: #000;
}
@media (hover) {
  .header__contact:hover ul li:nth-child(1) {
    text-decoration: underline;
  }
}
.header__contact ul li:nth-child(1) {
  margin-bottom: 5px;
  font-weight: var(--weight-m-500);
}
.header__contact ul li:nth-child(2) {
  font-size: 14px;
}
.header__contact-icon {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 6px;
  margin-right: 6px;
  background: #000;
  border-radius: 50%;
}
.header__contact-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.header__logo {
  position: relative;
  width: 100%;
  max-width: 180px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.header__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40%;
}
.header__logo img,
.header__logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__other {
  display: flex;
  align-items: center;
}
.header__other > *:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .header__other .btn {
    min-height: 40px;
    font-size: 14px;
    padding: 0.2rem 1.2em;
  }
}
.header__lang {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .header__lang {
    display: none;
  }
}
.header__lang ul li button {
  display: flex;
  align-items: center;
  font-weight: var(--weight-m-500);
  color: #000;
}
.header__lang ul li button svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: #000;
}
@media (hover) {
  .header__lang ul li:hover ul {
    opacity: 1;
    pointer-events: painted;
  }
}
.header__lang ul li ul {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
.header__lang ul li ul li {
  display: flex;
}
.header__lang ul li ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  color: #000;
  transition: 0.3s all ease;
}
@media (hover) {
  .header__lang ul li ul li a:hover {
    background: #000;
    color: #fff !important;
  }
}
.header__nav-logo {
  position: relative;
  width: 100%;
  max-width: 140px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: none;
}
.header__nav-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40%;
}
.header__nav-logo img,
.header__nav-logo svg {
  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: 1366px) {
  .header__nav-logo {
    display: flex;
  }
}
.header__nav-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 6px;
  margin-left: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1366px) {
  .header__nav-btn {
    display: flex;
  }
}
.header nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .header nav {
    display: none;
  }
}
.header nav ul {
  display: flex;
}
.header nav ul li:not(:last-child) {
  margin-right: 20px;
}
.header nav ul li > * {
  font-weight: var(--weight-m-500);
  color: #000;
}
.header nav ul li button {
  display: flex;
  align-items: center;
}
.header nav ul li button svg {
  width: 20px;
  height: 20px;
  fill: #000;
  transition: 0.3s all ease;
}
.header nav ul li button.active svg {
  transform: rotate(-90deg);
}
.header nav ul li a {
  position: relative;
}
.header nav ul li a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s all ease;
}
@media (hover) {
  .header nav ul li a:hover::after {
    width: 100%;
  }
}

.header__drop-container {
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-height: calc(100vh - 200px);
  padding: 40px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
}
.header__drop-container::-webkit-scrollbar {
  width: 8px;
}
.header__drop-container::-webkit-scrollbar-track {
  background-color: transparent;
}
.header__drop-container::-webkit-scrollbar-thumb {
  background: #000;
}
.header__drop-container.trigger {
  position: fixed;
  top: 60px;
}
.header__drop-container.active {
  display: flex;
}
@media screen and (max-width: 1366px) {
  .header__drop-container {
    display: none !important;
  }
}
.header__drop {
  display: none;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
}
.header__drop.active {
  display: flex;
}
.header__drop-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 10px;
  padding: 20px;
  background: rgba(133, 118, 111, 0.1);
}
.header__drop-card-info {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
.header__drop-card-info > *:not(:last-child) {
  margin-bottom: 20px;
}
.header__drop-card-info .text-tmp > *:nth-child(1) {
  font-size: 22px !important;
}
.header__drop-card-info .btn {
  min-height: 40px;
  padding: 0.2rem 1.6em;
  font-size: 14px;
}
.header__drop-card-info .btn svg {
  width: 20px;
  height: 20px;
}
.header__drop-card-img {
  display: flex;
  width: 100%;
  max-width: 250px;
  height: 100%;
}
.header__drop-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__drop-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  width: 100%;
}
.header__drop-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header__drop-list ul li:not(:last-child) {
  margin-bottom: 6px;
}
.header__drop-list ul li:nth-child(1) {
  font-weight: var(--weight-m-700);
}
.header__drop-list ul li a {
  color: #000;
}

.header-mob {
  z-index: 14;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: flex-end;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.header-mob.active {
  display: flex;
}
.header-mob__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  padding: 20px 20px 20px 20px;
  background: #fff;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
}
.header-mob__content::-webkit-scrollbar {
  width: 8px;
}
.header-mob__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.header-mob__content::-webkit-scrollbar-thumb {
  background: #000;
}
.header-mob__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: auto;
}
.header-mob__close svg {
  width: 100%;
  height: 100%;
}
.header-mob__head {
  display: flex;
  flex-direction: column;
}
.header-mob__logo {
  display: flex;
  position: relative;
  width: 120px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 20px;
}
.header-mob__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40%;
}
.header-mob__logo img,
.header-mob__logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header-mob__lang {
  display: flex;
  flex-direction: column;
}
.header-mob__lang ul {
  display: flex;
}
.header-mob__lang ul li {
  display: flex;
  align-items: center;
  font-weight: var(--weight-m-500);
}
.header-mob__lang ul li::after {
  content: " ";
  width: 1px;
  height: 100%;
  margin: 0 10px;
  background: #909090;
}
.header-mob__lang ul a {
  color: #000;
}
.header-mob__menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
}
.header-mob__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.header-mob__item:not(:last-child) {
  margin-bottom: 10px;
}
.header-mob__item button {
  display: flex;
  align-items: center;
}
.header-mob__item button::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 20px;
  background-image: url('data:image/svg+xml,                 <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">                     <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%23000000"></path>                 </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.header-mob__item button.active::after {
  transform: rotate(90deg);
}
.header-mob__btn {
  font-weight: var(--weight-m-500);
  color: #000;
}
.header-mob__drop {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.header-mob__drop-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2) inset;
}
.header-mob__drop-inner ul li:not(:last-child) {
  margin-bottom: 6px;
}
.header-mob__drop-inner ul a {
  font-size: 14px;
  font-weight: var(--weight-m-500);
  color: #000;
}
.header-mob__footer {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.header-mob__footer > *:not(:last-child) {
  margin-bottom: 10px;
}

.header__fix {
  z-index: 13;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 14px 0;
  background: #fff;
  box-shadow: 0 6px 10px rgba(133, 118, 111, 0.1);
  transform: translateY(-100%);
  transition: 0.3s all ease;
}
.header__fix.trigger {
  transform: translateY(0);
}
.header__fix-inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.header__fix-inner .header__logo {
  position: relative;
  width: 100%;
  max-width: 120px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.header__fix-inner .header__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40%;
}
.header__fix-inner .header__logo img,
.header__fix-inner .header__logo svg {
  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: 1366px) {
  .header__fix-inner .header__logo {
    margin-right: 40px;
  }
}
.header__fix-inner nav {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 40px;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .header__fix-inner .btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    min-height: auto;
    font-size: 0;
    color: transparent;
    border-radius: 50%;
  }
  .header__fix-inner .btn svg {
    margin: 0;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  background: #000;
}
.footer__inner {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  margin-right: 40px;
}
@media screen and (max-width: 1700px) {
  .footer__contacts {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1500px) {
  .footer__contacts {
    margin: 0;
    margin-bottom: 50px;
  }
}
.footer__contacts .logo {
  margin-bottom: 40px;
}
.footer__contacts-list {
  display: flex;
  flex-direction: column;
}
.footer__contacts-list ul li {
  display: flex;
  align-items: center;
  color: #fff;
}
.footer__contacts-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__contacts-list ul li svg {
  margin-right: 10px;
}
.footer__contacts-list ul a {
  display: flex;
  align-items: center;
  color: #fff;
}
@media (hover) {
  .footer__contacts-list ul a:hover {
    text-decoration: underline;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  gap: 100px;
}
@media screen and (max-width: 1500px) {
  .footer__nav {
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 1170px) {
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer__nav {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
}
.footer__list > ul > li {
  font-weight: var(--weight-m-400);
  color: #fff;
}
.footer__list > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.footer__list > ul > li:nth-child(1) {
  margin-bottom: 40px;
  font-weight: var(--weight-m-500);
}
.footer__list > ul > li > a {
  position: relative;
  color: #fff;
}
.footer__list > ul > li > a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s all ease;
}
@media (hover) {
  .footer__list > ul > li > a:hover::after {
    width: 100%;
  }
}
.footer__copy {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  padding: 40px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .footer__copy {
    flex-direction: column;
    align-items: center;
  }
}
.footer__copy-info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer__copy-info > * {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer__copy-info > *:not(:last-child) {
  margin-bottom: 10px;
}
.footer__copy-info a {
  color: #909090;
  text-decoration: underline;
}
@media (hover) {
  .footer__copy-info a:hover {
    text-decoration: none;
  }
}
.footer__copy-life-link {
  color: #909090;
}
@media (hover) {
  .footer__copy-life-link:hover > * {
    text-decoration: underline;
  }
}
.footer__copy-life-link > * {
  color: #fff;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 600px;
}

.intro {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .intro {
    flex-direction: column-reverse;
  }
}
.intro__category {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-right: 20px;
}
@media screen and (max-width: 1500px) {
  .intro__category {
    max-width: 100%;
    margin: 0;
  }
  .intro__category .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.intro__category-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .intro__category-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .intro__category-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .intro__category-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.intro__slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1320px;
  background: rgba(144, 144, 144, 0.1);
}
@media screen and (max-width: 1500px) {
  .intro__slider-container {
    margin-bottom: 20px;
  }
}
.intro__slider {
  height: 100%;
}
.intro__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 700px;
}
@media screen and (max-width: 1500px) {
  .intro__slide {
    min-height: 500px;
  }
}
.intro__slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.intro__slide-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.intro__slide-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__slide-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 20px;
  padding: 80px 40px;
}
@media screen and (max-width: 600px) {
  .intro__slide-info {
    padding: 20px;
  }
}
.intro__slider-ui {
  z-index: 2;
  position: absolute;
  bottom: 40px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .intro__slider-ui {
    padding: 0 20px;
  }
}
.intro__pagination {
  display: flex;
}
.intro__pagination > *:not(:last-child) {
  margin-right: 10px;
}
.intro__pagination-dot {
  display: flex;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.intro__pagination-dot.active {
  background: #fff;
}
@media (hover) {
  .intro__pagination-dot:hover {
    background: #fff;
  }
}

.configurator {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.configurator__head {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .configurator__head {
    gap: 10px;
  }
}
.configurator__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 30vw;
}
.configurator__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border: 1px solid #f5efe6;
}
.configurator__item:first-child {
  margin: 20px 0 0 0;
}
.configurator__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .configurator__item {
    padding: 10px;
  }
}
.configurator__item-head {
  display: flex;
  width: 100%;
}
.configurator__item-head-desc {
  display: flex;
}
.configurator__item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e3e6e8;
  transition: 0.3s all ease;
}
@media screen and (max-width: 600px) {
  .configurator__item-btn {
    width: 34px;
    height: 34px;
  }
}
@media (hover) {
  .configurator__item-btn:hover {
    background: #000;
  }
  .configurator__item-btn:hover::after {
    background-image: url('data:image/svg+xml,                     <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffffff"><path d="M480-380 276-584l20-20 184 184 184-184 20 20-204 204Z"/></svg>');
  }
}
.configurator__item-btn::after {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000000"><path d="M480-380 276-584l20-20 184 184 184-184 20 20-204 204Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.configurator__item-head-desc-number {
  font-weight: var(--weight-m-500);
  margin-left: 20px;
}
.configurator__item-head-desc-info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.configurator__item-head-name {
  font-weight: var(--weight-m-700);
}
.configurator__item-head-seria {
  font-size: 14px;
  font-weight: var(--weight-m-700);
  color: #909090;
}
.configurator__item-btn-delete {
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: auto;
}
@media (hover) {
  .configurator__item-btn-delete:hover::after {
    background-image: url('data:image/svg+xml,                     <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000000"><path d="M312-172q-26 0-43-17t-17-43v-488h-40v-28h148v-28h240v28h148v28h-40v488q0 26-17 43t-43 17H312Zm90-108h28v-360h-28v360Zm128 0h28v-360h-28v360Z"/></svg>');
  }
}
.configurator__item-btn-delete::after {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000000"><path d="M312-172q-25 0-42.5-17.5T252-232v-488h-40v-28h148v-28h240v28h148v28h-40v488q0 26-17 43t-43 17H312Zm368-548H280v488q0 14 9 23t23 9h336q12 0 22-10t10-22v-488ZM402-280h28v-360h-28v360Zm128 0h28v-360h-28v360ZM280-720v520-520Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.configurator__item-content {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding: 40px 20px;
  border: 1px solid #f5efe6;
}
@media screen and (max-width: 1500px) {
  .configurator__item-content {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 420px) {
  .configurator__item-content {
    padding: 20px 10px;
    border: none;
  }
}
.configurator__item-content.active {
  display: flex;
}
.configurator__item-content-aside {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  max-width: 360px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  grid-gap: 40px;
  margin-left: 150px;
}
@media screen and (max-width: 1500px) {
  .configurator__item-content-aside {
    max-width: 100%;
    margin-left: 0;
  }
  .configurator__item-content-aside > * {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.configurator__item-aside-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  grid-gap: 40px;
}
.configurator__btn-add {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  margin-top: 20px;
  border: 1px dashed #000;
  font-weight: var(--weight-m-500);
  transition: 0.3s all ease;
}
.configurator__btn-add.not-add {
  border-color: #eb4d4b;
  background: rgba(235, 77, 75, 0.1);
  pointer-events: none;
}
.configurator__btn-add::before {
  content: "+";
}
@media (hover) {
  .configurator__btn-add:hover {
    color: #fff;
    background: #000;
    border-style: solid;
  }
}

.aside-types {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  grid-gap: 10px;
}
.aside-types__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 10px;
}
@media screen and (max-width: 600px) {
  .aside-types__btns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.options-cotainer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  grid-gap: 40px;
}

.aside-serias,
.aside-glazing,
.aside-lamination,
.aside-accessories,
.aside-options,
.aside-components {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  grid-gap: 10px;
}

.aside-accessories__btns,
.aside-lamination__btns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6px;
}
.aside-accessories__btn,
.aside-lamination__btn {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #e3e6e8;
  border-radius: 50%;
  transition: 0.3s all ease;
}
@media (hover) {
  .aside-accessories__btn:hover,
  .aside-lamination__btn:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  }
}
.aside-accessories__btn.active,
.aside-lamination__btn.active {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
}
.aside-accessories__btn img,
.aside-lamination__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.window-sections {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  grid-gap: 40px;
}
@media screen and (max-width: 1500px) {
  .window-sections {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (max-width: 979px) {
  .window-sections {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .window-sections {
    grid-template-columns: repeat(1, 1fr);
  }
}
.window-sections__item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  grid-gap: 10px;
}
.window-sections__item.active .window-sections__field {
  filter: invert(86%) sepia(20%) saturate(6940%) hue-rotate(331deg)
    brightness(104%) contrast(102%);
}
.window-sections__item.active .text-tmp > * {
  color: #ffa738;
}
.window-sections__field-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.window-sections__field {
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .window-sections__field {
    max-height: 80px;
  }
}
.window-sections__field img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0);
}
.window-sections__variations-container {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  width: auto;
  padding: 20px;
  grid-gap: 10px;
  background: #fff;
  box-shadow:
    0px 3px 6px 0px rgba(0, 0, 0, 0.05),
    0px 11px 11px 0px rgba(0, 0, 0, 0.04),
    0px 25px 15px 0px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 1500px) {
  .window-sections__variations-container {
    top: 100%;
    left: 0;
    padding: 10px;
  }
}
.window-sections__variations-container.active {
  display: grid;
}
.window-sections__variations-item {
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 80px;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .window-sections__variations-item {
    height: 50px;
  }
}
@media (hover) {
  .window-sections__variations-item:hover {
    filter: invert(86%) sepia(20%) saturate(6940%) hue-rotate(331deg)
      brightness(104%) contrast(102%);
  }
}
.window-sections__variations-item.active {
  filter: invert(86%) sepia(20%) saturate(6940%) hue-rotate(331deg)
    brightness(104%) contrast(102%);
}
.window-sections__variations-item img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0);
}

.window-cotnainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
}
@media screen and (max-width: 1500px) {
  .window-cotnainer {
    width: 600px;
    height: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .window-cotnainer {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .window-cotnainer {
    width: 100%;
    height: 300px;
    padding: 0;
  }
}
.window-cotnainer__inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.window-cotnainer__img {
  position: relative;
  display: flex;
  width: 600px;
  height: 600px;
}
@media screen and (max-width: 1500px) {
  .window-cotnainer__img {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .window-cotnainer__img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .window-cotnainer__img {
    width: 100%;
    height: 100%;
  }
}
.window-cotnainer__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.window-cotnainer__lamination {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.window-cotnainer__lamination img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.window-cotnainer__height {
  display: flex;
  width: 4px;
  height: 100%;
  margin-left: 80px;
}
@media screen and (max-width: 1500px) {
  .window-cotnainer__height {
    margin-left: auto;
  }
  .window-cotnainer__height .noUi-tooltip {
    right: calc(100% + 10px) !important;
  }
}
@media screen and (max-width: 600px) {
  .window-cotnainer__height {
    display: none;
  }
}
.window-cotnainer__height .noUi-connect {
  background: #85766f;
}
.window-cotnainer__height .noUi-handle {
  height: 18px;
  width: 18px;
  left: -10px;
  border-radius: 9px;
  background: #85766f;
  box-shadow: none;
  cursor: pointer;
}
.window-cotnainer__height .noUi-handle::before,
.window-cotnainer__height .noUi-handle::after {
  display: none;
}
.window-cotnainer__height .noUi-tooltip {
  width: 80px;
  right: -90px;
  background: transparent;
  border: none;
}
.window-cotnainer__width {
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-right: 2px;
  height: 4px;
}
@media screen and (max-width: 600px) {
  .window-cotnainer__width {
    display: none;
  }
}
.window-cotnainer__width .noUi-connect {
  background: #85766f;
}
.window-cotnainer__width .noUi-handle {
  height: 18px;
  width: 18px;
  top: -8px;
  right: -9px;
  border-radius: 9px;
  background: #85766f;
  box-shadow: none;
  cursor: pointer;
}
.window-cotnainer__width .noUi-handle::before,
.window-cotnainer__width .noUi-handle::after {
  display: none;
}
.window-cotnainer__width .noUi-tooltip {
  width: 80px;
  bottom: -40px;
  background: transparent;
  border: none;
}

.button-post {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  margin-top: 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-weight: var(--weight-m-500);
  transition: 0.3s all ease;
}
@media (hover) {
  .button-post:hover {
    color: #000;
    background: #fff;
    border-style: dashed;
  }
}

.configurator-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
}
.configurator-modal__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.configurator-modal__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.configurator-modal__img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0.05;
}
.configurator-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.configurator-modal__items-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  grid-gap: 20px;
}
.configurator-modal__item {
  display: flex;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #e3e6e8;
}
@media screen and (max-width: 768px) {
  .configurator-modal__item {
    flex-direction: column;
    gap: 20px;
  }
}
.configurator-modal__item-first {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-grow: 1;
  max-width: 400px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  grid-gap: 10px;
  margin-right: auto;
}
.configurator-modal__item-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.configurator-modal__item-section-img {
  display: flex;
}
.configurator-modal__item-section-img img {
  width: auto;
  height: 140px;
}
.configurator-modal__desc-sizes {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: var(--weight-m-500);
  color: #fff;
}
.configurator-modal__item-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-grow: 1;
  max-width: 500px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  grid-gap: 10px;
}
@media screen and (max-width: 600px) {
  .configurator-modal__item-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.configurator-modal__desc-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-gap: 4px;
  align-self: flex-start;
}
.configurator-modal__desc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-gap: 4px;
  align-self: flex-start;
}
.configurator-modal__desc-title {
  display: flex;
  font-weight: var(--weight-m-500);
  font-size: 14px;
  color: #000;
}
.configurator-modal__desc-item {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: var(--weight-m-500);
  color: #fff;
}
.configurator-modal__desc-img {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #000;
}

.preloader-img {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.preloader-img__round {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.preloader-img__round::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000;
  border-radius: 50%;
  -webkit-animation: 2s spin infinite linear;
  animation: 2s spin infinite linear;
  transition: 0.4s all ease;
}
.preloader-img__round.ansver-enter-success::after {
  border-color: #000;
}
.preloader-img__round.ansver-enter-error::after {
  border-color: #eb4d4b;
}
/*# sourceMappingURL=main.css.map */
