/**************************** 
//                         //
//  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;
  user-select: none;
}

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

* {
  box-sizing: border-box;
}

.bg-accent {
  background-color: #0b457f;
}

.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));
  }
}
.pad-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-10 {
    padding-left: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-10 {
    padding-right: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}
.pad-l-10 {
  padding-left: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-l-10 {
    padding-left: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}
.pad-r-10 {
  padding-right: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-r-10 {
    padding-right: calc(50px + -40 * ((100vw - 320px) / 1216));
  }
}

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

.gap-10 {
  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));
  }
}
.pad-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-20 {
    padding-left: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-20 {
    padding-right: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}
.pad-l-20 {
  padding-left: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-l-20 {
    padding-left: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}
.pad-r-20 {
  padding-right: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-r-20 {
    padding-right: calc(50px + -30 * ((100vw - 320px) / 1216));
  }
}

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

.gap-20 {
  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));
  }
}
.pad-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-30 {
    padding-left: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-30 {
    padding-right: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}
.pad-l-30 {
  padding-left: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-l-30 {
    padding-left: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}
.pad-r-30 {
  padding-right: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-r-30 {
    padding-right: calc(50px + -20 * ((100vw - 320px) / 1216));
  }
}

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

.gap-30 {
  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));
  }
}
.pad-lr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-40 {
    padding-left: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-40 {
    padding-right: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}
.pad-l-40 {
  padding-left: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-l-40 {
    padding-left: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}
.pad-r-40 {
  padding-right: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-r-40 {
    padding-right: calc(50px + -10 * ((100vw - 320px) / 1216));
  }
}

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

.gap-40 {
  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));
  }
}
.pad-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-50 {
    padding-left: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-50 {
    padding-right: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}
.pad-l-50 {
  padding-left: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-l-50 {
    padding-left: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}
.pad-r-50 {
  padding-right: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-r-50 {
    padding-right: 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));
  }
}

.gap-50 {
  gap: 50px;
}
@media screen and (max-width: 1536px) {
  .gap-50 {
    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));
  }
}
.pad-lr-60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-60 {
    padding-left: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-60 {
    padding-right: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}
.pad-l-60 {
  padding-left: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-l-60 {
    padding-left: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}
.pad-r-60 {
  padding-right: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-r-60 {
    padding-right: 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));
  }
}

.gap-60 {
  gap: 60px;
}
@media screen and (max-width: 1536px) {
  .gap-60 {
    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));
  }
}
.pad-lr-70 {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-70 {
    padding-left: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-70 {
    padding-right: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}
.pad-l-70 {
  padding-left: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-l-70 {
    padding-left: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}
.pad-r-70 {
  padding-right: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-r-70 {
    padding-right: 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));
  }
}

.gap-70 {
  gap: 70px;
}
@media screen and (max-width: 1536px) {
  .gap-70 {
    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));
  }
}
.pad-lr-80 {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-80 {
    padding-left: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-80 {
    padding-right: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}
.pad-l-80 {
  padding-left: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-l-80 {
    padding-left: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}
.pad-r-80 {
  padding-right: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-r-80 {
    padding-right: 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));
  }
}

.gap-80 {
  gap: 80px;
}
@media screen and (max-width: 1536px) {
  .gap-80 {
    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));
  }
}
.pad-lr-90 {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-90 {
    padding-left: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-90 {
    padding-right: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}
.pad-l-90 {
  padding-left: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-l-90 {
    padding-left: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}
.pad-r-90 {
  padding-right: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-r-90 {
    padding-right: 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));
  }
}

.gap-90 {
  gap: 90px;
}
@media screen and (max-width: 1536px) {
  .gap-90 {
    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));
  }
}
.pad-lr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-100 {
    padding-left: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-100 {
    padding-right: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}
.pad-l-100 {
  padding-left: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-l-100 {
    padding-left: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}
.pad-r-100 {
  padding-right: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-r-100 {
    padding-right: 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));
  }
}

.gap-100 {
  gap: 100px;
}
@media screen and (max-width: 1536px) {
  .gap-100 {
    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));
  }
}
.pad-lr-110 {
  padding-left: 110px;
  padding-right: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-110 {
    padding-left: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-110 {
    padding-right: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}
.pad-l-110 {
  padding-left: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-l-110 {
    padding-left: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}
.pad-r-110 {
  padding-right: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-r-110 {
    padding-right: 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));
  }
}

.gap-110 {
  gap: 110px;
}
@media screen and (max-width: 1536px) {
  .gap-110 {
    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));
  }
}
.pad-lr-120 {
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-120 {
    padding-left: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-120 {
    padding-right: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}
.pad-l-120 {
  padding-left: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-l-120 {
    padding-left: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}
.pad-r-120 {
  padding-right: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-r-120 {
    padding-right: 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));
  }
}

.gap-120 {
  gap: 120px;
}
@media screen and (max-width: 1536px) {
  .gap-120 {
    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));
  }
}
.pad-lr-130 {
  padding-left: 130px;
  padding-right: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-130 {
    padding-left: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-130 {
    padding-right: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}
.pad-l-130 {
  padding-left: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-l-130 {
    padding-left: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}
.pad-r-130 {
  padding-right: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-r-130 {
    padding-right: 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));
  }
}

.gap-130 {
  gap: 130px;
}
@media screen and (max-width: 1536px) {
  .gap-130 {
    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));
  }
}
.pad-lr-140 {
  padding-left: 140px;
  padding-right: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-140 {
    padding-left: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-140 {
    padding-right: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}
.pad-l-140 {
  padding-left: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-l-140 {
    padding-left: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}
.pad-r-140 {
  padding-right: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-r-140 {
    padding-right: 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));
  }
}

.gap-140 {
  gap: 140px;
}
@media screen and (max-width: 1536px) {
  .gap-140 {
    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));
  }
}
.pad-lr-150 {
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-150 {
    padding-left: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-150 {
    padding-right: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}
.pad-l-150 {
  padding-left: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-l-150 {
    padding-left: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}
.pad-r-150 {
  padding-right: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-r-150 {
    padding-right: 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));
  }
}

.gap-150 {
  gap: 150px;
}
@media screen and (max-width: 1536px) {
  .gap-150 {
    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));
  }
}
.pad-lr-160 {
  padding-left: 160px;
  padding-right: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-160 {
    padding-left: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-160 {
    padding-right: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}
.pad-l-160 {
  padding-left: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-l-160 {
    padding-left: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}
.pad-r-160 {
  padding-right: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-r-160 {
    padding-right: 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));
  }
}

.gap-160 {
  gap: 160px;
}
@media screen and (max-width: 1536px) {
  .gap-160 {
    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));
  }
}
.pad-lr-170 {
  padding-left: 170px;
  padding-right: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-170 {
    padding-left: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-170 {
    padding-right: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}
.pad-l-170 {
  padding-left: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-l-170 {
    padding-left: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}
.pad-r-170 {
  padding-right: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-r-170 {
    padding-right: 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));
  }
}

.gap-170 {
  gap: 170px;
}
@media screen and (max-width: 1536px) {
  .gap-170 {
    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));
  }
}
.pad-lr-180 {
  padding-left: 180px;
  padding-right: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-180 {
    padding-left: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-180 {
    padding-right: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}
.pad-l-180 {
  padding-left: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-l-180 {
    padding-left: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}
.pad-r-180 {
  padding-right: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-r-180 {
    padding-right: 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));
  }
}

.gap-180 {
  gap: 180px;
}
@media screen and (max-width: 1536px) {
  .gap-180 {
    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));
  }
}
.pad-lr-190 {
  padding-left: 190px;
  padding-right: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-190 {
    padding-left: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-190 {
    padding-right: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}
.pad-l-190 {
  padding-left: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-l-190 {
    padding-left: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}
.pad-r-190 {
  padding-right: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-r-190 {
    padding-right: 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));
  }
}

.gap-190 {
  gap: 190px;
}
@media screen and (max-width: 1536px) {
  .gap-190 {
    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));
  }
}
.pad-lr-200 {
  padding-left: 200px;
  padding-right: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-200 {
    padding-left: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-200 {
    padding-right: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}
.pad-l-200 {
  padding-left: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-l-200 {
    padding-left: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}
.pad-r-200 {
  padding-right: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-r-200 {
    padding-right: 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));
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-mob__lang ul li > * {
  border-radius: 4px;
}

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

.service-card {
  border-radius: 6px;
}

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

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

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

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

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

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

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

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

.over-hide, .header__btn, .gallery__img, .page-error, .links__item-img, .intro, .accard-new__drop, .accard-new__item, .slider-gallery__item, .slider-news, .spec-card__img, .media-card__img, .news-card__img {
  overflow: hidden;
}

.bg-accent-2 {
  background-color: #f5f8fa;
}
.bg-accent-3 {
  background-color: #ecf0f1;
}

.pos-rel {
  position: relative;
}

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

.max-w-500 {
  max-width: 500px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-768 {
  max-width: 768px;
}
.max-w-1000 {
  max-width: 1000px;
}
.max-w-1400 {
  max-width: 1400px;
}

.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: 1640px;
  padding: 0 20px;
}

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

.grid\:fr, .grid\:fr-5, .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);
}
.grid\:fr-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .grid\:fr-3.max {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .grid\:fr-3.max {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid\:fr-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1250px) {
  .grid\:fr-4.max {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 850px) {
  .grid\:fr-4.max {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .grid\:fr-4.max {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid\:fr-5 {
  grid-template-columns: repeat(5, 1fr);
}
@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-SemiBold.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 600;
}
@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-600: 600;
  --weight-m-500: 500;
  --weight-m-400: 400;
}

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: #3c4650;
}

.wrapper__header-name ul li:last-child, .header-mob__contacts > ul > li:nth-child(2), .model-slider__item-price ul li:nth-child(1), .radio-btn__label, .model-card__desc ul li:last-child, .btn-rs-30, .btn, .text-tmp.txt-16 p, .text-tmp.txt-16 li, .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) {
  .wrapper__header-name ul li:last-child, .header-mob__contacts > ul > li:nth-child(2), .model-slider__item-price ul li:nth-child(1), .radio-btn__label, .model-card__desc ul li:last-child, .btn-rs-30, .btn, .text-tmp.txt-16 p, .text-tmp.txt-16 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.header-mob__nav ul li a, .text-tmp.txt-18 p, .text-tmp.txt-18 li, .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) {
  .header-mob__nav ul li a, .text-tmp.txt-18 p, .text-tmp.txt-18 li, .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(18px + 0 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.footer__contacts > ul > li:nth-child(2), .header__drop-contacts > ul > li:nth-child(2), .header__drop-list ul li:nth-child(1), .model-slider__item-price ul li:last-child, .text-tmp.txt-20 p, .text-tmp.txt-20 li, .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) {
  .footer__contacts > ul > li:nth-child(2), .header__drop-contacts > ul > li:nth-child(2), .header__drop-list ul li:nth-child(1), .model-slider__item-price ul li:last-child, .text-tmp.txt-20 p, .text-tmp.txt-20 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-22 p, .text-tmp.txt-22 li, .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) {
  .text-tmp.txt-22 p, .text-tmp.txt-22 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.donate__sum-item, .intro__desc-price ul li:nth-child(1), .accard-new__btn, .text-tmp.txt-24 p, .text-tmp.txt-24 li, .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) {
  .donate__sum-item, .intro__desc-price ul li:nth-child(1), .accard-new__btn, .text-tmp.txt-24 p, .text-tmp.txt-24 li, .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(20px + 4 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-26 p, .text-tmp.txt-26 li, .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.txt-26 li, .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(20px + 6 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-28 p, .text-tmp.txt-28 li, .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.txt-28 li, .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(20px + 8 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-30 p, .text-tmp.txt-30 li, .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.txt-30 li, .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(20px + 10 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.character__content-list ul li:nth-child(1), .intro__desc-price ul li:last-child, .text-tmp.txt-32 p, .text-tmp.txt-32 li, .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) {
  .character__content-list ul li:nth-child(1), .intro__desc-price ul li:last-child, .text-tmp.txt-32 p, .text-tmp.txt-32 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-34 p, .text-tmp.txt-34 li, .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.txt-34 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-36 p, .text-tmp.txt-36 li, .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) {
  .text-tmp.txt-36 p, .text-tmp.txt-36 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-38 p, .text-tmp.txt-38 li, .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.txt-38 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-40 p, .text-tmp.txt-40 li, .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.txt-40 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-42 p, .text-tmp.txt-42 li, .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.txt-42 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-44 p, .text-tmp.txt-44 li, .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.txt-44 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-46 p, .text-tmp.txt-46 li, .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.txt-46 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.history__item-number p, .text-tmp.txt-48 p, .text-tmp.txt-48 li, .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) {
  .history__item-number p, .text-tmp.txt-48 p, .text-tmp.txt-48 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-50 p, .text-tmp.txt-50 li, .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.txt-50 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-52 p, .text-tmp.txt-52 li, .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.txt-52 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-54 p, .text-tmp.txt-54 li, .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.txt-54 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-56 p, .text-tmp.txt-56 li, .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.txt-56 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-58 p, .text-tmp.txt-58 li, .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.txt-58 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-60 p, .text-tmp.txt-60 li, .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.txt-60 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-62 p, .text-tmp.txt-62 li, .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.txt-62 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-64 p, .text-tmp.txt-64 li, .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.txt-64 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-66 p, .text-tmp.txt-66 li, .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.txt-66 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-68 p, .text-tmp.txt-68 li, .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.txt-68 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-70 p, .text-tmp.txt-70 li, .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.txt-70 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-72 p, .text-tmp.txt-72 li, .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.txt-72 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-74 p, .text-tmp.txt-74 li, .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.txt-74 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-76 p, .text-tmp.txt-76 li, .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.txt-76 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-78 p, .text-tmp.txt-78 li, .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.txt-78 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-80 p, .text-tmp.txt-80 li, .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.txt-80 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-82 p, .text-tmp.txt-82 li, .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.txt-82 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-84 p, .text-tmp.txt-84 li, .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.txt-84 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-86 p, .text-tmp.txt-86 li, .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.txt-86 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-88 p, .text-tmp.txt-88 li, .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.txt-88 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-90 p, .text-tmp.txt-90 li, .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.txt-90 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-92 p, .text-tmp.txt-92 li, .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.txt-92 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-94 p, .text-tmp.txt-94 li, .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.txt-94 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-96 p, .text-tmp.txt-96 li, .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.txt-96 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-98 p, .text-tmp.txt-98 li, .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.txt-98 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-100 p, .text-tmp.txt-100 li, .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.txt-100 li, .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));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-102 p, .text-tmp.txt-102 li, .text-tmp.title-dec-102 > h1:not(:first-child), .text-tmp.title-dec-102 > h2:not(:first-child), .text-tmp.title-dec-102 > h3:not(:first-child), .text-tmp.title-dec-102 > h4:not(:first-child), .text-tmp.title-dec-102 > h5:not(:first-child), .text-tmp.title-dec-102 > h6:not(:first-child), .text-tmp.title-102 > h1, .text-tmp.title-102 > h2, .text-tmp.title-102 > h3, .text-tmp.title-102 > h4, .text-tmp.title-102 > h5, .text-tmp.title-102 > h6 {
  font-size: 102px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-102 p, .text-tmp.txt-102 li, .text-tmp.title-dec-102 > h1:not(:first-child), .text-tmp.title-dec-102 > h2:not(:first-child), .text-tmp.title-dec-102 > h3:not(:first-child), .text-tmp.title-dec-102 > h4:not(:first-child), .text-tmp.title-dec-102 > h5:not(:first-child), .text-tmp.title-dec-102 > h6:not(:first-child), .text-tmp.title-102 > h1, .text-tmp.title-102 > h2, .text-tmp.title-102 > h3, .text-tmp.title-102 > h4, .text-tmp.title-102 > h5, .text-tmp.title-102 > h6 {
    font-size: calc(56.6666666667px + 45.3333333333 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-104 p, .text-tmp.txt-104 li, .text-tmp.title-dec-104 > h1:not(:first-child), .text-tmp.title-dec-104 > h2:not(:first-child), .text-tmp.title-dec-104 > h3:not(:first-child), .text-tmp.title-dec-104 > h4:not(:first-child), .text-tmp.title-dec-104 > h5:not(:first-child), .text-tmp.title-dec-104 > h6:not(:first-child), .text-tmp.title-104 > h1, .text-tmp.title-104 > h2, .text-tmp.title-104 > h3, .text-tmp.title-104 > h4, .text-tmp.title-104 > h5, .text-tmp.title-104 > h6 {
  font-size: 104px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-104 p, .text-tmp.txt-104 li, .text-tmp.title-dec-104 > h1:not(:first-child), .text-tmp.title-dec-104 > h2:not(:first-child), .text-tmp.title-dec-104 > h3:not(:first-child), .text-tmp.title-dec-104 > h4:not(:first-child), .text-tmp.title-dec-104 > h5:not(:first-child), .text-tmp.title-dec-104 > h6:not(:first-child), .text-tmp.title-104 > h1, .text-tmp.title-104 > h2, .text-tmp.title-104 > h3, .text-tmp.title-104 > h4, .text-tmp.title-104 > h5, .text-tmp.title-104 > h6 {
    font-size: calc(57.7777777778px + 46.2222222222 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-106 p, .text-tmp.txt-106 li, .text-tmp.title-dec-106 > h1:not(:first-child), .text-tmp.title-dec-106 > h2:not(:first-child), .text-tmp.title-dec-106 > h3:not(:first-child), .text-tmp.title-dec-106 > h4:not(:first-child), .text-tmp.title-dec-106 > h5:not(:first-child), .text-tmp.title-dec-106 > h6:not(:first-child), .text-tmp.title-106 > h1, .text-tmp.title-106 > h2, .text-tmp.title-106 > h3, .text-tmp.title-106 > h4, .text-tmp.title-106 > h5, .text-tmp.title-106 > h6 {
  font-size: 106px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-106 p, .text-tmp.txt-106 li, .text-tmp.title-dec-106 > h1:not(:first-child), .text-tmp.title-dec-106 > h2:not(:first-child), .text-tmp.title-dec-106 > h3:not(:first-child), .text-tmp.title-dec-106 > h4:not(:first-child), .text-tmp.title-dec-106 > h5:not(:first-child), .text-tmp.title-dec-106 > h6:not(:first-child), .text-tmp.title-106 > h1, .text-tmp.title-106 > h2, .text-tmp.title-106 > h3, .text-tmp.title-106 > h4, .text-tmp.title-106 > h5, .text-tmp.title-106 > h6 {
    font-size: calc(58.8888888889px + 47.1111111111 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-108 p, .text-tmp.txt-108 li, .text-tmp.title-dec-108 > h1:not(:first-child), .text-tmp.title-dec-108 > h2:not(:first-child), .text-tmp.title-dec-108 > h3:not(:first-child), .text-tmp.title-dec-108 > h4:not(:first-child), .text-tmp.title-dec-108 > h5:not(:first-child), .text-tmp.title-dec-108 > h6:not(:first-child), .text-tmp.title-108 > h1, .text-tmp.title-108 > h2, .text-tmp.title-108 > h3, .text-tmp.title-108 > h4, .text-tmp.title-108 > h5, .text-tmp.title-108 > h6 {
  font-size: 108px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-108 p, .text-tmp.txt-108 li, .text-tmp.title-dec-108 > h1:not(:first-child), .text-tmp.title-dec-108 > h2:not(:first-child), .text-tmp.title-dec-108 > h3:not(:first-child), .text-tmp.title-dec-108 > h4:not(:first-child), .text-tmp.title-dec-108 > h5:not(:first-child), .text-tmp.title-dec-108 > h6:not(:first-child), .text-tmp.title-108 > h1, .text-tmp.title-108 > h2, .text-tmp.title-108 > h3, .text-tmp.title-108 > h4, .text-tmp.title-108 > h5, .text-tmp.title-108 > h6 {
    font-size: calc(60px + 48 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-110 p, .text-tmp.txt-110 li, .text-tmp.title-dec-110 > h1:not(:first-child), .text-tmp.title-dec-110 > h2:not(:first-child), .text-tmp.title-dec-110 > h3:not(:first-child), .text-tmp.title-dec-110 > h4:not(:first-child), .text-tmp.title-dec-110 > h5:not(:first-child), .text-tmp.title-dec-110 > h6:not(:first-child), .text-tmp.title-110 > h1, .text-tmp.title-110 > h2, .text-tmp.title-110 > h3, .text-tmp.title-110 > h4, .text-tmp.title-110 > h5, .text-tmp.title-110 > h6 {
  font-size: 110px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-110 p, .text-tmp.txt-110 li, .text-tmp.title-dec-110 > h1:not(:first-child), .text-tmp.title-dec-110 > h2:not(:first-child), .text-tmp.title-dec-110 > h3:not(:first-child), .text-tmp.title-dec-110 > h4:not(:first-child), .text-tmp.title-dec-110 > h5:not(:first-child), .text-tmp.title-dec-110 > h6:not(:first-child), .text-tmp.title-110 > h1, .text-tmp.title-110 > h2, .text-tmp.title-110 > h3, .text-tmp.title-110 > h4, .text-tmp.title-110 > h5, .text-tmp.title-110 > h6 {
    font-size: calc(61.1111111111px + 48.8888888889 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-112 p, .text-tmp.txt-112 li, .text-tmp.title-dec-112 > h1:not(:first-child), .text-tmp.title-dec-112 > h2:not(:first-child), .text-tmp.title-dec-112 > h3:not(:first-child), .text-tmp.title-dec-112 > h4:not(:first-child), .text-tmp.title-dec-112 > h5:not(:first-child), .text-tmp.title-dec-112 > h6:not(:first-child), .text-tmp.title-112 > h1, .text-tmp.title-112 > h2, .text-tmp.title-112 > h3, .text-tmp.title-112 > h4, .text-tmp.title-112 > h5, .text-tmp.title-112 > h6 {
  font-size: 112px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-112 p, .text-tmp.txt-112 li, .text-tmp.title-dec-112 > h1:not(:first-child), .text-tmp.title-dec-112 > h2:not(:first-child), .text-tmp.title-dec-112 > h3:not(:first-child), .text-tmp.title-dec-112 > h4:not(:first-child), .text-tmp.title-dec-112 > h5:not(:first-child), .text-tmp.title-dec-112 > h6:not(:first-child), .text-tmp.title-112 > h1, .text-tmp.title-112 > h2, .text-tmp.title-112 > h3, .text-tmp.title-112 > h4, .text-tmp.title-112 > h5, .text-tmp.title-112 > h6 {
    font-size: calc(62.2222222222px + 49.7777777778 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-114 p, .text-tmp.txt-114 li, .text-tmp.title-dec-114 > h1:not(:first-child), .text-tmp.title-dec-114 > h2:not(:first-child), .text-tmp.title-dec-114 > h3:not(:first-child), .text-tmp.title-dec-114 > h4:not(:first-child), .text-tmp.title-dec-114 > h5:not(:first-child), .text-tmp.title-dec-114 > h6:not(:first-child), .text-tmp.title-114 > h1, .text-tmp.title-114 > h2, .text-tmp.title-114 > h3, .text-tmp.title-114 > h4, .text-tmp.title-114 > h5, .text-tmp.title-114 > h6 {
  font-size: 114px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-114 p, .text-tmp.txt-114 li, .text-tmp.title-dec-114 > h1:not(:first-child), .text-tmp.title-dec-114 > h2:not(:first-child), .text-tmp.title-dec-114 > h3:not(:first-child), .text-tmp.title-dec-114 > h4:not(:first-child), .text-tmp.title-dec-114 > h5:not(:first-child), .text-tmp.title-dec-114 > h6:not(:first-child), .text-tmp.title-114 > h1, .text-tmp.title-114 > h2, .text-tmp.title-114 > h3, .text-tmp.title-114 > h4, .text-tmp.title-114 > h5, .text-tmp.title-114 > h6 {
    font-size: calc(63.3333333333px + 50.6666666667 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-116 p, .text-tmp.txt-116 li, .text-tmp.title-dec-116 > h1:not(:first-child), .text-tmp.title-dec-116 > h2:not(:first-child), .text-tmp.title-dec-116 > h3:not(:first-child), .text-tmp.title-dec-116 > h4:not(:first-child), .text-tmp.title-dec-116 > h5:not(:first-child), .text-tmp.title-dec-116 > h6:not(:first-child), .text-tmp.title-116 > h1, .text-tmp.title-116 > h2, .text-tmp.title-116 > h3, .text-tmp.title-116 > h4, .text-tmp.title-116 > h5, .text-tmp.title-116 > h6 {
  font-size: 116px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-116 p, .text-tmp.txt-116 li, .text-tmp.title-dec-116 > h1:not(:first-child), .text-tmp.title-dec-116 > h2:not(:first-child), .text-tmp.title-dec-116 > h3:not(:first-child), .text-tmp.title-dec-116 > h4:not(:first-child), .text-tmp.title-dec-116 > h5:not(:first-child), .text-tmp.title-dec-116 > h6:not(:first-child), .text-tmp.title-116 > h1, .text-tmp.title-116 > h2, .text-tmp.title-116 > h3, .text-tmp.title-116 > h4, .text-tmp.title-116 > h5, .text-tmp.title-116 > h6 {
    font-size: calc(64.4444444444px + 51.5555555556 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-118 p, .text-tmp.txt-118 li, .text-tmp.title-dec-118 > h1:not(:first-child), .text-tmp.title-dec-118 > h2:not(:first-child), .text-tmp.title-dec-118 > h3:not(:first-child), .text-tmp.title-dec-118 > h4:not(:first-child), .text-tmp.title-dec-118 > h5:not(:first-child), .text-tmp.title-dec-118 > h6:not(:first-child), .text-tmp.title-118 > h1, .text-tmp.title-118 > h2, .text-tmp.title-118 > h3, .text-tmp.title-118 > h4, .text-tmp.title-118 > h5, .text-tmp.title-118 > h6 {
  font-size: 118px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-118 p, .text-tmp.txt-118 li, .text-tmp.title-dec-118 > h1:not(:first-child), .text-tmp.title-dec-118 > h2:not(:first-child), .text-tmp.title-dec-118 > h3:not(:first-child), .text-tmp.title-dec-118 > h4:not(:first-child), .text-tmp.title-dec-118 > h5:not(:first-child), .text-tmp.title-dec-118 > h6:not(:first-child), .text-tmp.title-118 > h1, .text-tmp.title-118 > h2, .text-tmp.title-118 > h3, .text-tmp.title-118 > h4, .text-tmp.title-118 > h5, .text-tmp.title-118 > h6 {
    font-size: calc(65.5555555556px + 52.4444444444 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-120 p, .text-tmp.txt-120 li, .text-tmp.title-dec-120 > h1:not(:first-child), .text-tmp.title-dec-120 > h2:not(:first-child), .text-tmp.title-dec-120 > h3:not(:first-child), .text-tmp.title-dec-120 > h4:not(:first-child), .text-tmp.title-dec-120 > h5:not(:first-child), .text-tmp.title-dec-120 > h6:not(:first-child), .text-tmp.title-120 > h1, .text-tmp.title-120 > h2, .text-tmp.title-120 > h3, .text-tmp.title-120 > h4, .text-tmp.title-120 > h5, .text-tmp.title-120 > h6 {
  font-size: 120px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-120 p, .text-tmp.txt-120 li, .text-tmp.title-dec-120 > h1:not(:first-child), .text-tmp.title-dec-120 > h2:not(:first-child), .text-tmp.title-dec-120 > h3:not(:first-child), .text-tmp.title-dec-120 > h4:not(:first-child), .text-tmp.title-dec-120 > h5:not(:first-child), .text-tmp.title-dec-120 > h6:not(:first-child), .text-tmp.title-120 > h1, .text-tmp.title-120 > h2, .text-tmp.title-120 > h3, .text-tmp.title-120 > h4, .text-tmp.title-120 > h5, .text-tmp.title-120 > h6 {
    font-size: calc(66.6666666667px + 53.3333333333 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.txt-122 p, .text-tmp.txt-122 li, .text-tmp.title-dec-122 > h1:not(:first-child), .text-tmp.title-dec-122 > h2:not(:first-child), .text-tmp.title-dec-122 > h3:not(:first-child), .text-tmp.title-dec-122 > h4:not(:first-child), .text-tmp.title-dec-122 > h5:not(:first-child), .text-tmp.title-dec-122 > h6:not(:first-child), .text-tmp.title-122 > h1, .text-tmp.title-122 > h2, .text-tmp.title-122 > h3, .text-tmp.title-122 > h4, .text-tmp.title-122 > h5, .text-tmp.title-122 > h6 {
  font-size: 122px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-122 p, .text-tmp.txt-122 li, .text-tmp.title-dec-122 > h1:not(:first-child), .text-tmp.title-dec-122 > h2:not(:first-child), .text-tmp.title-dec-122 > h3:not(:first-child), .text-tmp.title-dec-122 > h4:not(:first-child), .text-tmp.title-dec-122 > h5:not(:first-child), .text-tmp.title-dec-122 > h6:not(:first-child), .text-tmp.title-122 > h1, .text-tmp.title-122 > h2, .text-tmp.title-122 > h3, .text-tmp.title-122 > h4, .text-tmp.title-122 > h5, .text-tmp.title-122 > h6 {
    font-size: calc(67.7777777778px + 54.2222222222 * ((100vw - 320px) / 1216));
  }
}
.custom-balloon__list ul li, .wrapper__header-name ul li:nth-child(1), .donate__all-sum, .bradcrumbs ul li > *, .model-card__desc ul li:nth-child(1) {
  font-size: 14px;
}

.text-tmp.txt-14 p, .text-tmp.txt-14 li {
  font-size: 14px;
}

.text-tmp.mar-all-10 > *:not(:last-child) {
  margin-bottom: 10px;
}
.text-tmp.mar-all-30 > *:not(:last-child) {
  margin-bottom: 30px;
}
.text-tmp.color-white * {
  color: #fff;
}
.text-tmp.all-center > * {
  text-align: center;
}
.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.title-center > h1, .text-tmp.title-center > h2, .text-tmp.title-center > h3, .text-tmp.title-center > h4, .text-tmp.title-center > h5, .text-tmp.title-center > h6 {
  text-align: center;
}
.text-tmp.txt-fw-500 p, .text-tmp.txt-fw-500 li {
  font-weight: var(--weight-m-500);
}
.text-tmp.txt-fw-600 p, .text-tmp.txt-fw-600 li {
  font-weight: var(--weight-m-600);
}
.text-tmp.txt-fw-700 p, .text-tmp.txt-fw-700 li {
  font-weight: var(--weight-m-700);
}
.text-tmp.txt-color-accent p, .text-tmp.txt-color-accent li {
  color: #0b457f;
}
.text-tmp.txt-color-accent-1 p, .text-tmp.txt-color-accent-1 li {
  color: #3c4650;
}
.text-tmp.list-check ul {
  list-style: none;
}
.text-tmp.list-check ul li {
  position: relative;
  padding-left: 32px;
}
.text-tmp.list-check ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 18px;
  height: 14px;
  background-image: url('data:image/svg+xml,                     <svg width="18" height="14" viewBox="0 0 18 14" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.25847 10.7332L15.6336 0.859023C16.077 0.391975 16.8213 0.391974 17.2648 0.859023C17.6768 1.29304 17.6768 1.97376 17.2648 2.40778L6.25847 14L0.735237 8.18273C0.323155 7.74871 0.323155 7.06799 0.735238 6.63397C1.17868 6.16692 1.923 6.16692 2.36645 6.63397L6.25847 10.7332Z" fill="%233C4650"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}

.text-tmp {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.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 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 ol {
  list-style: decimal;
}
.text-tmp ol:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp ol li {
  width: 100%;
  list-style-position: inside;
}
.text-tmp ol li > a {
  color: #000;
  text-decoration: underline;
}
.text-tmp ol li > a:hover {
  text-decoration: none;
}
.text-tmp ol li:not(:last-child) {
  margin-bottom: 8px;
}
.text-tmp ul {
  list-style: disc;
}
.text-tmp ul:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp ul li {
  width: 100%;
  list-style-position: inside;
}
.text-tmp ul li > a {
  color: #000;
  text-decoration: underline;
}
.text-tmp ul li > a:hover {
  text-decoration: none;
}
.text-tmp ul li:not(:last-child) {
  margin-bottom: 8px;
}
.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: 1400px;
  border-collapse: collapse;
}
.text-tmp .table-wrapper table tr:nth-child(even) {
  background-color: #f5f8fa;
}
.text-tmp .table-wrapper table td {
  padding: 20px 20px;
  background: transparent !important;
  font-family: var(--font-m);
  font-weight: var(--weight-m-500);
}
.text-tmp .table-wrapper table td * {
  font-family: var(--font-m);
  background: transparent !important;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .items {
    gap: 10px;
  }
}

.btn {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  min-height: 48px;
  padding: 0.4rem 1.4em;
  border: 2px solid transparent;
  will-change: transform;
  font-weight: var(--weight-m-600);
  color: #fff;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-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: 600px) {
  .btn {
    min-height: 40px;
    border: 1px solid transparent;
    font-size: 14px;
  }
}
.btn svg {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  transition: 0.3s fill ease;
}

.btn.icon-m-0 svg {
  margin-left: 0;
}
.btn.small {
  padding: 0.4rem 0.8em;
}
.btn.medium {
  padding: 0.4rem 1.8em;
}
.btn.large {
  padding: 0.4rem 4em;
}
@media screen and (max-width: 600px) {
  .btn.large {
    padding: 0.4rem 1.8em;
  }
}
.btn.full {
  width: 100%;
}

.btn.transparent {
  background: transparent !important;
  color: inherit;
  border-color: inherit;
}
.btn.white {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
.btn.white svg {
  fill: #fff;
}
@media (hover) {
  .btn.white:hover {
    background: #fff !important;
    border-color: #fff;
    color: #000;
  }
  .btn.white:hover svg {
    fill: #000;
  }
}
.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;
  }
}
.btn.black {
  background: #000;
  border-color: #000;
  color: #000;
}
.btn.black svg {
  fill: #000;
}
@media (hover) {
  .btn.black:hover {
    background: #000 !important;
    border-color: #000;
    color: #fff;
  }
  .btn.black:hover svg {
    fill: #fff;
  }
}
.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;
  }
}

.btn-arrow {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0b457f;
  font-weight: var(--weight-m-500);
}
@media (hover) {
  .btn-arrow:hover::after {
    transform: translateX(10px);
  }
}
.btn-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,         <svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.7396 4.23864L18.8125 9.42386C19.0625 9.74205 19.0625 10.2579 18.8125 10.5761L14.7396 15.7614C14.4897 16.0795 14.0845 16.0795 13.8345 15.7614C13.5846 15.4432 13.5846 14.9273 13.8345 14.6091L16.8149 10.8148H3V9.18522H16.8149L13.8345 5.39091C13.5846 5.07272 13.5846 4.55683 13.8345 4.23864C14.0845 3.92045 14.4897 3.92045 14.7396 4.23864Z" fill="%230B457F"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}

.btn-line {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: var(--weight-m-500);
  color: #3c4650;
}
.btn-line::after {
  content: "";
  display: flex;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: #0b457f;
  opacity: 0;
}
.btn-line.active {
  color: #0b457f;
}
.btn-line.active::after {
  content: "";
  display: flex;
  width: 100%;
  height: 1px;
  background: #0b457f;
  opacity: 1;
}

.btn-rs-30 {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 0.875rem 4rem;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-weight: var(--weight-m-600);
  transition: 0.3s all ease;
}
@media (hover) {
  .btn-rs-30:hover {
    background: #fff;
    color: #0b457f;
  }
}
.btn-rs-30.black {
  border-color: #000;
  color: #000;
  background: transparent;
}
@media (hover) {
  .btn-rs-30.black:hover {
    background: #000;
    color: #fff;
  }
}

.pagination {
  display: flex;
}
.pagination > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  font-weight: var(--weight-m-500);
  color: #000;
  transition: 0.3s all ease;
}
.pagination > *:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 420px) {
  .pagination > *:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 420px) {
  .pagination > * {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
  }
}
.pagination > * svg {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: 0.3s all ease;
}
.pagination > *.active {
  background: #0b457f;
  border-color: #0b457f;
  color: #fff;
}
.pagination:not(button, a) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (hover) {
  .pagination button:hover, .pagination a:hover {
    background: #0b457f;
    border-color: #0b457f;
    color: #fff;
  }
  .pagination button:hover svg, .pagination a:hover svg {
    fill: #fff;
  }
}

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

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

.news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media (hover) {
  .news-card:hover img {
    transform: scale(1.02);
  }
  .news-card:hover .btn-arrow::after {
    transform: translateX(10px);
  }
}
.news-card__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.news-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.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__desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
  gap: 14px;
}
.news-card__desc .btn-arrow {
  margin-top: auto;
}

.news-large {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 40px;
}
@media screen and (max-width: 1170px) {
  .news-large {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-large__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.news-large__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.news-large__img img, .news-large__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-large__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.media-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  cursor: pointer;
}
@media (hover) {
  .media-card:hover img {
    transform: scale(1.02);
  }
}
.media-card__img-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.media-card__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.media-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 90%;
}
.media-card__img img, .media-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-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.media-card__img-box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 60px;
  height: 60px;
}
.media-card__img-box-icon svg {
  width: 100%;
  height: 100%;
}
.media-card__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.model-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding: 20px;
  transition: 0.3s all ease;
}
@media (hover) {
  .model-card:hover {
    background: #f5f8fa;
  }
}
.model-card__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.model-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.model-card__img img, .model-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.model-card__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 14px;
}
.model-card__desc ul li {
  text-align: center;
}
.model-card__desc ul li:nth-child(1) {
  color: #3c4650;
  text-decoration: line-through;
  font-weight: var(--weight-m-500);
}
.model-card__desc ul li:last-child {
  color: #0b457f;
  text-decoration: none;
  font-weight: var(--weight-m-600);
}

.common-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.common-card__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.common-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.common-card__img img, .common-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.common-card__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.spec-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (hover) {
  .spec-card:hover img {
    transform: scale(1.02);
  }
}
.spec-card__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.spec-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.spec-card__img img, .spec-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.spec-card__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(11, 69, 127, 0.1), #0b457f);
}
.spec-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.spec-card__desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 30px 20px;
  background: linear-gradient(to bottom, #0b457f, #00316b);
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  gap: 20px;
  background: #fff;
}
.service-card__img {
  position: relative;
  width: 60px;
  height: -moz-max-content;
  height: max-content;
}
.service-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.service-card__img img, .service-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.card-manual {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.card-manual__img-wrap {
  display: flex;
  width: 100%;
  padding: 40px;
  background: #f5f8fa;
}
@media screen and (max-width: 600px) {
  .card-manual__img-wrap {
    padding: 20px;
  }
}
.card-manual__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.card-manual__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.card-manual__img img, .card-manual__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.card-manual__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.card-manual__desc a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: var(--weight-m-500);
  color: #0b457f;
}
.card-manual__desc a::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,                 <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M11 14.4728L7.08652 10.5593L8.05269 9.56519L10.3125 11.825V4.125H11.6875V11.825L13.9473 9.56519L14.9135 10.5593L11 14.4728ZM5.7821 17.875C5.31903 17.875 4.92708 17.7146 4.60625 17.3938C4.28542 17.0729 4.125 16.681 4.125 16.2179V13.7324H5.5V16.2179C5.5 16.2885 5.52941 16.3531 5.58823 16.4118C5.6469 16.4706 5.71152 16.5 5.7821 16.5H16.2179C16.2885 16.5 16.3531 16.4706 16.4118 16.4118C16.4706 16.3531 16.5 16.2885 16.5 16.2179V13.7324H17.875V16.2179C17.875 16.681 17.7146 17.0729 17.3938 17.3938C17.0729 17.7146 16.681 17.875 16.2179 17.875H5.7821Z" fill="%230B457F"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
@media (hover) {
  .card-manual__desc a:hover {
    text-decoration: underline;
  }
}

.card-download {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  gap: 30px;
  background: #0b457f;
  border-radius: 30px;
}
.card-download__desc {
  display: flex;
  width: 100%;
  gap: 10px;
}
.card-download__desc .text-tmp {
  width: auto;
}
@media screen and (max-width: 768px) {
  .card-download__desc {
    flex-direction: column;
  }
}
.card-download__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 78px;
  height: 78px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.card-download__icon svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.card-download .btn-rs-30 {
  margin-left: auto;
  margin-top: auto;
}

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

.checkbox__label {
  display: flex;
}
.checkbox__label p {
  margin-left: 10px;
  font-size: 16px;
  color: #000;
  transition: 0.3s all ease;
}
.checkbox__label p a {
  color: #0b457f;
  text-decoration: underline;
}
.checkbox__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.checkbox__input:checked + .checkbox__content {
  background: #0b457f;
  border-color: #0b457f;
}
.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 #3c4650;
  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 #3c4650;
  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: #0b457f;
  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 {
  border-color: #0b457f;
}
.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 #3c4650;
  transition: 0.3s all ease;
}
.radio__round::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0b457f;
  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;
}

.radio-btn__label {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  min-height: 48px;
  padding: 0.4rem 1.4em;
  will-change: transform;
  font-weight: var(--weight-m-600);
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.3s all ease;
  color: #fff;
}
.radio-btn__label svg {
  fill: #fff;
}
@media (hover) {
  .radio-btn__label:hover .radio-btn__round {
    background: #0b457f;
    border-color: #0b457f;
    color: #000;
  }
  .radio-btn__label:hover .radio-btn__round svg {
    fill: #000;
  }
  .radio-btn__label:hover p {
    color: #fff;
  }
}
.radio-btn__input {
  display: none !important;
}
.radio-btn__input:checked + .radio-btn__round {
  background: #0b457f;
  border-color: #0b457f;
}
.radio-btn__input:checked ~ p {
  color: #fff;
}
.radio-btn__round {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  transition: 0.3s all ease;
}

.select-custom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 10px 30px 10px 20px;
  outline: none;
  border: 1px solid #3c4650;
  border-radius: 0;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.select-custom.rs-30 {
  border-radius: 30px;
}
.select-custom.rs-30 .select-custom__list {
  border-radius: 30px;
}
.select-custom.input-error {
  border-color: #eb4d4b;
  background: rgba(11, 69, 127, 0.1);
}
.select-custom.input-error::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="%23eb4d4b"></path>             </svg>');
}
.select-custom.input-error .select-custom__field {
  color: #eb4d4b;
}
.select-custom.active {
  border-color: #0b457f;
}
.select-custom.active::after {
  transform: rotate(90deg);
}
@media (hover) {
  .select-custom:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }
}
.select-custom::after {
  content: "";
  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="black"></path>         </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.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%;
  height: -moz-max-content;
  height: max-content;
  max-height: 240px;
  padding: 14px 10px;
  background: #fff;
  border: 1px solid #3c4650;
  border-radius: 0;
  box-shadow: 0 5px 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;
  overscroll-behavior: contain;
  scrollbar-color: #0b457f 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: #0b457f;
  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: #0b457f;
}
.select-custom__list ul li:hover:not(.active) {
  color: #fff;
  background: rgba(11, 69, 127, 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: -moz-max-content;
  height: max-content;
  transition: 0.3s all ease;
}
.input.rs-30 input {
  border-radius: 30px;
}
.input label {
  margin-bottom: 10px;
  font-weight: var(--weight-m-500);
  font-size: 16px;
  color: #3c4650;
}
.input input, .input textarea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #3c4650;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-size: 16px;
  transition: 0.3s all ease;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #000;
}
.input input::placeholder, .input textarea::placeholder {
  color: #000;
}
@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: #0b457f;
}
.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: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #3c4650;
  border-radius: 0;
  transition: 0.3s all ease;
}
.file__label:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.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: #3c4650;
  color: #fff;
}
.file__card-img {
  position: relative;
  width: 100%;
  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::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;
  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;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.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%;
  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 {
  animation: animTextAnsver 0.4s both ease;
}
.form-preloader__text.ansver-enter-success > * {
  color: #27ae60;
}
.form-preloader__text.ansver-enter-error > * {
  color: #eb4d4b;
}

@keyframes animTextAnsver {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.captcha {
  position: relative;
  display: flex;
  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 #3c4650;
  border-radius: 0;
  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 #3c4650;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-size: 16px;
  transition: 0.3s all ease;
}
.captcha__field::-moz-placeholder {
  color: #000;
}
.captcha__field::placeholder {
  color: #000;
}
@media (hover) {
  .captcha__field:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }
}
.captcha__field:focus, .captcha__field.active {
  border-color: #0b457f;
}
.captcha__field:focus .input__fake-field-icon, .captcha__field.active .input__fake-field-icon {
  transform: rotate(90deg);
}

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

.media-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #000;
}
.media-slider__ui {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
.media-slider__ui-inner {
  display: flex;
  width: 100%;
  padding: 0 0 50px 0;
}
.media-slider__pagination {
  display: flex;
  width: 100%;
  gap: 10px;
}
.media-slider__pagination-dot {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.media-slider__pagination-dot.active::after {
  opacity: 1;
}
.media-slider__pagination-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50%;
  height: 50%;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all ease;
}

.model-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  gap: 20px;
}
.model-slider .swiper {
  overflow: visible !important;
}
@media screen and (max-width: 600px) {
  .model-slider .swiper {
    overflow: hidden !important;
  }
}
.model-slider .swiper-slide {
  transform: scale(0.8);
  opacity: 0.8;
  will-change: transform;
  transition: 0.6s all ease;
}
.model-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.model-slider__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 20px;
}
.model-slider__item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-bottom: auto;
}
.model-slider__item-price {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.model-slider__item-price ul li {
  text-align: center;
}
.model-slider__item-price ul li:nth-child(1) {
  color: #3c4650;
  text-decoration: line-through;
  font-weight: var(--weight-m-500);
}
.model-slider__item-price ul li:last-child {
  color: #0b457f;
  text-decoration: none;
  font-weight: var(--weight-m-600);
}
.model-slider__item-img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.model-slider__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 45%;
}
.model-slider__item-img img, .model-slider__item-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.model-slider__pagination {
  display: flex;
  width: -moz-max-content !important;
  width: max-content !important;
  gap: 10px;
}
.model-slider__pagination-dot {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
}
.model-slider__pagination-dot.active::after {
  opacity: 1;
}
.model-slider__pagination-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50%;
  height: 50%;
  border: 2px solid #000;
  border-radius: 50%;
  opacity: 0;
  transition: 0.6s all ease;
}

.video-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.video-slider .swiper {
  overflow: visible !important;
}
@media screen and (max-width: 1170px) {
  .video-slider .swiper {
    overflow: hidden !important;
  }
}

.history {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.history__item {
  display: flex;
  width: 100%;
  gap: 100px;
}
@media screen and (max-width: 1170px) {
  .history__item {
    flex-direction: column;
    gap: 20px;
  }
}
.history__item-img {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 600px;
  height: -moz-max-content;
  height: max-content;
}
.history__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.history__item-img img, .history__item-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: 1170px) {
  .history__item-img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .history__item-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40%;
  }
  .history__item-img img, .history__item-img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.history__item-desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
}
.history__item-number {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.history__item-number p {
  color: #0b457f;
  font-weight: var(--weight-m-700);
}
.history__thumb {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.history__thumb::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  display: flex;
  width: 100%;
  height: 2px;
  background: #0b457f;
}
.history__thumb .swiper .swiper-slide {
  width: 100px;
}
.history__thumb .swiper .swiper-slide-thumb-active .history__thumb-item-dot {
  transform: translateX(-50%) scale(2.2);
}
.history__thumb .swiper .swiper-slide-thumb-active .history__thumb-item-dot::after {
  opacity: 1;
}
.history__thumb-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  cursor: pointer;
}
.history__thumb-item-dot {
  position: absolute;
  left: 50%;
  top: calc(100% - 30px);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  background: #0b457f;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.history__thumb-item-dot::after {
  content: "";
  display: flex;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all ease;
}
.history__ui {
  display: flex;
  width: 100%;
  gap: 10px;
}

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

.slider-gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.slider-gallery .swiper {
  overflow: visible !important;
}
.slider-gallery__item {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  border-radius: 20px;
}
.slider-gallery__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 98%;
}
.slider-gallery__item img, .slider-gallery__item svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.arrows {
  display: flex;
  gap: 10px;
}

.arrow-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  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 svg {
  width: 100%;
  height: 100%;
  fill: #000;
  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: #0b457f;
    border-color: #0b457f;
  }
  .arrow-slider:hover svg {
    fill: #fff;
  }
}
.arrow-slider.arrow-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.social {
  display: flex;
}
.social.small a {
  width: 28px;
  height: 28px;
}
.social ul {
  display: flex;
}
.social li {
  display: flex;
}
.social li:not(:last-child) {
  margin-right: 10px;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  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: #0b457f;
    border-color: #0b457f;
    box-shadow: 0 6px 8px 1px rgba(0, 0, 0, 0.3);
  }
  .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);
}

.accard-new {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.accard-new__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .accard-new__item {
    border-radius: 20px;
  }
}
.accard-new__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  gap: 10px;
  text-align: left;
  font-weight: var(--weight-m-700);
  color: #fff;
  transition: 0.3s all ease;
}
@media screen and (max-width: 768px) {
  .accard-new__btn {
    padding: 20px;
  }
}
.accard-new__btn::after {
  content: "";
  flex-shrink: 0;
  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="white"></path>             </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: rotate(90deg);
  will-change: transform;
  transition: 0.3s all ease;
}
.accard-new__btn.active {
  background: #fff;
  color: #0b457f;
}
.accard-new__btn.active::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="%230b457f"></path>                 </svg>');
  transform: rotate(-90deg);
}
.accard-new__drop {
  display: block;
  max-height: 0;
  transition: 0.3s all ease;
}
.accard-new__drop.active {
  background: #fff;
}
.accard-new__drop-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 30px 30px 30px;
  transition: 0.3s all ease;
}
@media screen and (max-width: 768px) {
  .accard-new__drop-inner {
    padding: 0 20px 20px 20px;
  }
}

.bradcrumbs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 140px 0 0 0;
}
.bradcrumbs.white-theme ul {
  display: flex;
  flex-wrap: wrap;
}
.bradcrumbs.white-theme ul li:not(:last-child)::after {
  background-image: url('data:image/svg+xml,                         <svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.82915 0.186387C7.05695 0.434902 7.05695 0.837825 6.82915 1.08634L1.40829 7L6.82915 12.9137C7.05695 13.1622 7.05695 13.5651 6.82915 13.8136C6.60134 14.0621 6.23199 14.0621 6.00419 13.8136L0.170854 7.44998C-0.0569515 7.20146 -0.0569515 6.79854 0.170854 6.55002L6.00419 0.186387C6.23199 -0.0621289 6.60134 -0.0621289 6.82915 0.186387Z" fill="white"/></svg>');
}
.bradcrumbs.white-theme ul li > * {
  color: #ecf0f1;
}
.bradcrumbs.white-theme ul li > *:not(a) {
  color: #fff;
}
@media screen and (max-width: 1170px) {
  .bradcrumbs {
    padding: 100px 0 0 0;
  }
}
.bradcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.bradcrumbs ul li {
  display: flex;
  align-items: center;
  flex-wrap: var(--weight-m-500);
}
.bradcrumbs ul li:not(:last-child)::after {
  content: "";
  width: 7px;
  height: 14px;
  margin: 0 6px;
  background-image: url('data:image/svg+xml,                     <svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.82915 0.186387C7.05695 0.434902 7.05695 0.837825 6.82915 1.08634L1.40829 7L6.82915 12.9137C7.05695 13.1622 7.05695 13.5651 6.82915 13.8136C6.60134 14.0621 6.23199 14.0621 6.00419 13.8136L0.170854 7.44998C-0.0569515 7.20146 -0.0569515 6.79854 0.170854 6.55002L6.00419 0.186387C6.23199 -0.0621289 6.60134 -0.0621289 6.82915 0.186387Z" fill="black"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.bradcrumbs ul li > * {
  font-style: normal;
  color: #3c4650;
}
@media (hover) {
  .bradcrumbs ul li > a:hover {
    text-decoration: underline;
  }
}
.bradcrumbs ul li > *:not(a) {
  color: #000;
}

.modal-spam {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 850px;
  padding: 0 !important;
}
.modal-spam__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (max-width: 979px) {
  .modal-spam__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-spam__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.modal-spam__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 120%;
}
.modal-spam__img img, .modal-spam__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: 979px) {
  .modal-spam__img {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .modal-spam__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 120%;
  }
  .modal-spam__img img, .modal-spam__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.modal-spam__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .modal-spam__desc {
    padding: 20px 20px;
  }
}

.text-hide {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.text-hide__btns {
  display: none;
}
@media screen and (max-width: 600px) {
  .text-hide__btns {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .text-hide .text-tmp > * {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .text-hide.active .text-tmp > * {
    -webkit-line-clamp: 1000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.text-hide__btn {
  display: none;
  align-items: center;
  gap: 6px;
  color: #0b457f;
  font-weight: var(--weight-m-500);
}
.text-hide__btn.visible {
  display: flex;
}
.text-hide__btn.active::after {
  transform: rotate(180deg);
}
.text-hide__btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.8615 7.77783L16.6668 8.49637L10.0002 14.4445L3.3335 8.49637L4.13883 7.77783L10.0002 13.0071L15.8615 7.77783Z" fill="%230B457F"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}

.cookie {
  z-index: 18;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 640px;
  padding: 20px;
  background: linear-gradient(92deg, rgba(60, 70, 80, 0.5) 0.07%, rgba(11, 69, 127, 0.9) 100.07%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
@media screen and (max-width: 600px) {
  .cookie {
    width: calc(100% - 40px);
  }
}
.cookie.active {
  display: flex;
}
.cookie__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 420px) {
  .cookie__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.cookie__inner .text-tmp {
  width: auto;
}
.cookie__inner .btn {
  flex-shrink: 0;
}

.both {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.both.reverse > *:nth-child(1) {
  order: 2;
}
.both.reverse > *:nth-child(2) {
  order: 1;
}
.both.cont-center > * {
  align-items: center;
  justify-content: center;
}
@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%;
}

.intro {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  max-height: 980px;
}
.intro__desc {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), transparent);
}
.intro__desc > * {
  height: 100%;
}
.intro__desc-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 100px 0 140px 0;
  gap: 14px;
}
@media screen and (max-width: 600px) {
  .intro__desc-inner {
    padding: 100px 0 100px 0;
  }
}
.intro__desc-inner > * {
  max-width: 600px;
}
.intro__desc-price {
  display: flex;
  flex-direction: column;
}
.intro__desc-price ul li {
  color: #fff;
}
.intro__desc-price ul li:nth-child(1) {
  text-decoration: line-through;
  font-weight: var(--weight-m-500);
}
.intro__desc-price ul li:last-child {
  text-decoration: none;
  font-weight: var(--weight-m-500);
}
.intro__media {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.intro__media picture, .intro__media img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__media video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 20px;
}
@media screen and (max-width: 600px) {
  .feedback {
    padding: 0;
  }
}
.feedback__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 60px 120px;
  background: #fff;
}
@media screen and (max-width: 979px) {
  .feedback__form {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 600px) {
  .feedback__form {
    padding: 50px 20px;
  }
}
.feedback__img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .feedback__img {
    display: none;
  }
}
.feedback__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.links {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .links {
    flex-direction: column;
  }
}
.links__item {
  z-index: 1;
  position: relative;
  display: flex;
  width: 100%;
}
.links__item:not(.links__item:first-child, .links__item:last-child) {
  max-width: 350px;
}
@media screen and (max-width: 1366px) {
  .links__item:not(.links__item:first-child, .links__item:last-child) {
    max-width: 100%;
  }
}
@media (hover) {
  .links__item:not(.links__item:first-child, .links__item:last-child):hover .links__item-img img {
    transform: scale(1.04);
  }
}
@media screen and (max-width: 1366px) {
  .links__item:first-child, .links__item:last-child {
    display: none;
  }
}
.links__item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.links__item-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}
@media screen and (max-width: 850px) {
  .links__item-img::after {
    height: 100%;
  }
}
.links__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease;
}
.links__item-desc {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .links__item-desc {
    padding: 60px 20px;
  }
}
.links__item-desc-icon {
  position: relative;
  width: 60px;
  height: -moz-max-content;
  height: max-content;
}
.links__item-desc-icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.links__item-desc-icon img, .links__item-desc-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.links__bg {
  position: absolute;
  top: 0;
  display: flex;
  width: 50%;
  height: 100%;
}
.links__bg:nth-of-type(1) {
  left: 0;
}
.links__bg:nth-of-type(2) {
  right: 0;
}
.links__bg-img {
  display: flex;
  width: 100%;
  height: 100%;
}
.links__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .contacts {
    flex-direction: column;
  }
}
.contacts__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  gap: 40px;
}
@media screen and (max-width: 1366px) {
  .contacts__info {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts__info {
    max-width: 100%;
  }
}
.contacts__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 14px;
}
.contacts__list > ul > li {
  color: #000;
}
.contacts__list > ul > li > a {
  color: #000;
}
@media (hover) {
  .contacts__list > ul > li > a:hover {
    text-decoration: underline;
  }
}
.contacts__map {
  flex-grow: 1;
  height: 600px;
}
@media screen and (max-width: 1024px) {
  .contacts__map {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .contacts__map {
    height: 320px;
  }
}
.contacts__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.contacts__cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.contacts__card {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 24px);
  min-width: 400px;
  flex-grow: 1;
  padding: 24px;
  gap: 20px;
  background: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .contacts__card {
    width: 100%;
    min-width: 100%;
  }
}
.contacts__card > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.contacts__card > ul li {
  color: #000;
}
.contacts__card > ul a {
  color: #000;
}
@media (hover) {
  .contacts__card > ul a:hover {
    color: #0b457f;
    text-decoration: underline;
  }
}

.page-error {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 980px;
  padding: 100px 20px;
}
.page-error__desc {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  gap: 40px;
}
.page-error__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.page-error__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 50.08%, rgba(0, 0, 0, 0) 100%);
}
.page-error__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.character {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 40px;
}
.character__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
.character__btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #3c4650;
  font-weight: var(--weight-m-500);
  transition: 0.3s all ease;
}
@media (hover) {
  .character__btn:hover {
    color: #0b457f;
  }
}
.character__btn::after {
  content: "";
  display: flex;
  width: 100%;
  height: 1px;
  background: #0b457f;
  opacity: 0;
  transition: 0.3s all ease;
}
.character__btn.active {
  color: #0b457f;
}
.character__btn.active::after {
  opacity: 1;
}
.character__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.character__content-drop {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.character__content-drop.active {
  display: flex;
}
.character__content-head {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 20px 80px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .character__content-head {
    padding: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .character__content-head {
    padding: 10px;
    gap: 10px;
  }
}
.character__content-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.character__content-list ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.character__content-list ul li {
  text-align: center;
}
.character__content-list ul li:nth-child(1) {
  font-weight: var(--weight-m-600);
}
@media screen and (max-width: 600px) {
  .character__content-list ul li:nth-child(1) {
    font-size: 16px;
  }
}
.character__content-list ul li:last-child {
  font-size: 16px;
  font-weight: var(--weight-m-500);
}
@media screen and (max-width: 600px) {
  .character__content-list ul li:last-child {
    font-size: 12px;
  }
}
.character__content-bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 20px 80px;
  gap: 40px;
  background: #f5f8fa;
}
@media screen and (max-width: 768px) {
  .character__content-bot {
    padding: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .character__content-bot {
    padding: 10px;
    gap: 10px;
  }
}

.model-colors {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.model-colors__colors {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
}
.model-colors__img {
  display: none;
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.model-colors__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 46%;
}
.model-colors__img img, .model-colors__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.model-colors__img.active {
  display: flex;
}
.model-colors__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.model-colors__name {
  color: #000;
}
.model-colors__btns {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.model-colors__btn {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.model-colors__btn.active::after {
  opacity: 1;
}
.model-colors__btn::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  display: flex;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #000;
  opacity: 0;
  transition: 0.3s all ease;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  gap: 10px;
}
.gallery__video {
  display: flex;
  width: 100%;
  height: auto;
}
.gallery__video * {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, auto);
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .gallery__item {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(auto, auto);
  }
}
.gallery__img {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (hover) {
  .gallery__img:hover img {
    transform: scale(1.02);
  }
}
@media screen and (max-width: 480px) {
  .gallery__img {
    grid-row-start: auto !important;
    grid-row-end: auto !important;
    grid-column-start: auto !important;
    grid-column-end: auto !important;
  }
}
.gallery__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  transition: 0.3s all ease;
}
.gallery__img:nth-child(1) {
  display: flex;
  grid-row-start: 1;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 7;
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.gallery__img:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.gallery__img:nth-child(1) img, .gallery__img:nth-child(1) svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__img:nth-child(2) {
  display: flex;
  grid-row-start: 1;
  grid-row-end: 5;
  grid-column-start: 7;
  grid-column-end: 13;
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.gallery__img:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.gallery__img:nth-child(2) img, .gallery__img:nth-child(2) svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__img:nth-child(3) {
  display: flex;
  grid-row-start: 5;
  grid-row-end: 9;
  grid-column-start: 1;
  grid-column-end: 8;
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.gallery__img:nth-child(3)::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.gallery__img:nth-child(3) img, .gallery__img:nth-child(3) svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__img:nth-child(4) {
  display: flex;
  grid-row-start: 5;
  grid-row-end: 7;
  grid-column-start: 8;
  grid-column-end: 13;
}
.gallery__img:nth-child(5) {
  display: flex;
  grid-row-start: 7;
  grid-row-end: 9;
  grid-column-start: 8;
  grid-column-end: 13;
}
.gallery__img:nth-child(6) {
  display: flex;
  grid-row-start: 9;
  grid-row-end: 13;
  grid-column-start: 1;
  grid-column-end: 7;
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.gallery__img:nth-child(6)::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.gallery__img:nth-child(6) img, .gallery__img:nth-child(6) svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__img:nth-child(7) {
  display: flex;
  grid-row-start: 9;
  grid-row-end: 13;
  grid-column-start: 7;
  grid-column-end: 13;
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.gallery__img:nth-child(7)::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.gallery__img:nth-child(7) img, .gallery__img:nth-child(7) svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.drop {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.drop > * {
  display: none;
}
.drop > *.active {
  display: flex;
}

.intro-large {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.intro-large::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 69, 127, 0) 58.82%, #0b457f 100%);
}
@media screen and (max-width: 768px) {
  .intro-large::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 58.82%, #0b457f 100%);
  }
}
.intro-large__img {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.intro-large__img * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media screen and (max-width: 979px) {
  .intro-large__img * {
    -o-object-position: top right;
    object-position: top right;
  }
}
.intro-large__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 200px 0;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .intro-large__content {
    padding: 200px 0 40px 0;
  }
}
.intro-large__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 20px;
}
@media screen and (max-width: 979px) {
  .intro-large__block {
    grid-template-columns: 1fr;
  }
}
.intro-large__form {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  width: 100%;
  grid-gap: 20px;
}
@media screen and (max-width: 1170px) {
  .intro-large__form {
    grid-template-columns: 1fr;
  }
}
.intro-large__form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  gap: 30px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1170px) {
  .intro-large__form-item {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .intro-large__form-item {
    padding: 20px;
  }
}
.intro-large__form-item-info {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .intro-large__form-item-info {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.intro-large__form-item-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .intro-large__form-item-part {
    padding: 10px;
  }
}
.intro-large__form-item-part-logo {
  position: relative;
  width: 100%;
  max-width: 176px;
  height: -moz-max-content;
  height: max-content;
}
.intro-large__form-item-part-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 28%;
}
.intro-large__form-item-part-logo img, .intro-large__form-item-part-logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.intro-large__form-item-img {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .intro-large__form-item-img {
    height: 350px;
  }
}
.intro-large__form-item-img * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.donate {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  padding: 4px;
  border-radius: 29px 29px 50px 50px;
  background: rgba(11, 69, 127, 0.8);
}
.donate__sum {
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
}
.donate__sum-item {
  border-radius: 30px;
  padding: 10px 30px;
  background: #0b457f;
  font-weight: var(--weight-m-700);
  color: #fff;
}
.donate__all-sum {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

/**
 * 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);
  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 {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  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 {
  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 {
  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 {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@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;
  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;
  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;
  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;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

.not-selectable {
  -moz-user-select: none;
  -webkit-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: grab;
}

.carousel.is-dragging {
  cursor: move;
  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;
  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;
  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;
  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 {
  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;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@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 {
  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 {
  animation: 0.15s ease both fancybox-fadeOut;
}

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

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

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

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

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

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

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@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-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  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: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  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: grab;
}

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

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
  -moz-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 {
  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, #0b457f);
  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;
  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-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 {
  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;
  user-select: none;
}

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

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

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

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

.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover,
.air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty,
.air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 320px;
  --adp-z-index: 2;
  --adp-padding: 4px;
  --adp-grid-areas: "buttons" "nav" "body" "timepicker";
  --adp-transition-duration: 0.3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 50px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 40px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #0b457f;
  --adp-cell-background-color-selected-hover: #3c4650;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, 0.3);
  --adp-overlay-transition-duration: 0.3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}
@media screen and (max-width: 480px) {
  .air-datepicker {
    width: 280px;
  }
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.air-datepicker--buttons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-bottom: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
  grid-auto-flow: row;
}

.air-datepicker-button {
  border: 1px solid var(--adp-border-color-inner);
  color: #ecf0f1;
  font-weight: 500;
}
.air-datepicker-button > span {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px;
}

.-inline- {
  width: 100%;
  max-width: 500px;
}

.air-datepicker-nav--title {
  pointer-events: none;
}

.header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
.header.trigger {
  transform: translateY(-100%);
}
.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}
.header__logo {
  position: relative;
  width: 100%;
  max-width: 260px;
  height: -moz-max-content;
  height: max-content;
}
.header__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 15%;
}
.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__item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
.header__nav {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1366px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1500px) {
  .header__nav ul {
    gap: 20px;
  }
}
.header__nav ul a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: var(--weight-m-500);
  color: #000;
  transition: 0.3s all ease;
}
.header__nav ul a.menu-has_js::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,                         <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.2752 7L15 7.64668L9 13L3 7.64668L3.7248 7L9 11.7063L14.2752 7Z" fill="%233C4650"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.header__nav ul a.menu-has_js.active::after {
  transform: rotate(180deg);
}
@media (hover) {
  .header__nav ul a:hover {
    color: #0b457f;
  }
}
.header__contacts {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts > ul > li > * {
  display: flex;
  align-items: center;
}
.header__contacts > ul > li > * > span {
  display: flex;
  width: 24px;
  height: 24px;
}
.header__contacts > ul > li > * > span svg {
  width: 100%;
  height: 100%;
  fill: #3c4650;
  transition: 0.3s all ease;
}
@media (hover) {
  .header__contacts > ul > li > * > span:hover svg {
    fill: #0b457f;
  }
}
.header__lang {
  z-index: 10;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .header__lang {
    display: none;
  }
}
.header__lang > ul > li {
  position: relative;
}
.header__lang > ul > li:hover > ul {
  opacity: 1;
  pointer-events: painted;
  visibility: visible;
  transform: translateY(0);
}
.header__lang > ul > li:hover > span::after {
  transform: rotate(180deg);
}
.header__lang > ul > li > span {
  display: flex;
  align-items: center;
  gap: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.header__lang > ul > li > span::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,                         <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.2752 7L15 7.64668L9 13L3 7.64668L3.7248 7L9 11.7063L14.2752 7Z" fill="%233C4650"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.header__lang > ul > li > span > span {
  display: flex;
  width: 24px;
  height: 24px;
}
.header__lang > ul > li > span > span svg {
  width: 100%;
  height: 100%;
}
.header__lang > ul > li ul {
  position: absolute;
  top: 100%;
  left: 9;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 30px;
  gap: 14px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s all ease;
}
.header__lang > ul > li ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #3c4650;
}
@media (hover) {
  .header__lang > ul > li ul a:hover {
    color: #0b457f;
  }
}
.header__btn {
  z-index: 12;
  display: none;
  flex-direction: column;
  padding: 2px;
}
@media screen and (max-width: 1366px) {
  .header__btn {
    display: flex;
  }
}
.header__drop {
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
  background: #fff;
  border-top: 1px solid #ecf0f1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-50px);
  transition: 0.3s all ease;
}
.header__drop.active {
  opacity: 1;
  pointer-events: painted;
  visibility: visible;
  transform: translateY(0);
}
.header__drop-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 500px;
  padding: 40px 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.header__drop-inner::-webkit-scrollbar {
  width: 8px;
}
.header__drop-inner::-webkit-scrollbar-track {
  background-color: #ecf0f1;
}
.header__drop-inner::-webkit-scrollbar-thumb {
  background: #0b457f;
}
@supports not selector(::-webkit-scrollbar) {
  .header__drop-inner {
    scrollbar-color: #0b457f #ecf0f1;
    scrollbar-width: thin;
  }
}
.header__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 20px;
  border-top: 1px solid #ecf0f1;
}
.header__links ul {
  display: flex;
  width: 100%;
  gap: 60px;
}
.header__links ul a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: var(--weight-m-500);
  color: #3c4650;
  transition: 0.3s all ease;
}
.header__links ul a > span {
  display: flex;
  width: 24px;
  height: 24px;
  filter: invert(100%);
  opacity: 0.6;
  transition: 0.3s all ease;
}
.header__links ul a > span svg {
  width: 100%;
  height: 100%;
}
@media (hover) {
  .header__links ul a:hover {
    color: #000;
  }
  .header__links ul a:hover > span {
    opacity: 1;
  }
}
.header__drop-item {
  display: none;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.header__drop-item.active {
  display: flex;
}
.header__drop-item-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.header__drop-list {
  display: flex;
  gap: 40px;
}
.header__drop-list ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.header__drop-list ul li:nth-child(1) {
  font-weight: var(--weight-m-600);
  color: #000;
}
.header__drop-list ul a {
  color: #000;
  font-weight: var(--weight-m-500);
}
@media (hover) {
  .header__drop-list ul a:hover {
    text-decoration: underline;
  }
}
.header__drop-contacts {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  gap: 20px;
}
.header__drop-contacts > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.header__drop-contacts > ul > li {
  text-align: right;
}
.header__drop-contacts > ul > li:nth-child(1) {
  font-weight: var(--weight-m-500);
  color: #3c4650;
}
.header__drop-contacts > ul > li:nth-child(2) {
  font-weight: var(--weight-m-700);
  color: #000;
}
.header__drop-contacts > ul > li > a {
  color: #000;
}

.header-mob {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(60, 70, 80, 0.3);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all ease;
}
.header-mob.active {
  opacity: 1;
  pointer-events: painted;
  visibility: visible;
}
.header-mob__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding: 16px 20px 40px 20px;
  gap: 40px;
  background: #fff;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.header-mob__inner::-webkit-scrollbar {
  width: 8px;
}
.header-mob__inner::-webkit-scrollbar-track {
  background-color: #ecf0f1;
}
.header-mob__inner::-webkit-scrollbar-thumb {
  background: #0b457f;
}
@supports not selector(::-webkit-scrollbar) {
  .header-mob__inner {
    scrollbar-color: #0b457f #ecf0f1;
    scrollbar-width: thin;
  }
}
.header-mob__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.header-mob__head .header__logo {
  position: relative;
  width: 100%;
  max-width: 260px;
  height: -moz-max-content;
  height: max-content;
}
.header-mob__head .header__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 15%;
}
.header-mob__head .header__logo img, .header-mob__head .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: 350px) {
  .header-mob__head .header__logo {
    max-width: 200px;
  }
}
.header-mob__lang {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-mob__lang ul {
  display: flex;
  gap: 10px;
}
.header-mob__lang ul li span {
  background: #0b457f;
  color: #fff;
}
.header-mob__lang ul li > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-weight: var(--weight-m-600);
  color: #000;
  font-size: 14px;
}
.header-mob__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.header-mob__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-mob__nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.header-mob__nav ul li a {
  font-weight: var(--weight-m-600);
  color: #000;
}
.header-mob__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-top: auto;
}
.header-mob__contacts {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.header-mob__contacts > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header-mob__contacts > ul > li:nth-child(1) {
  font-weight: var(--weight-m-500);
  color: #3c4650;
  font-size: 14px;
}
.header-mob__contacts > ul > li:nth-child(2) {
  font-weight: var(--weight-m-700);
  color: #000;
}
.header-mob__contacts > ul > li > a {
  color: #000;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 0;
  border-top: 1px solid #ecf0f1;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 60px;
}
.footer__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid #ecf0f1;
}
.footer__content {
  display: flex;
  width: 100%;
  gap: 60px;
}
@media screen and (max-width: 600px) {
  .footer__content {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 60px;
}
@media screen and (max-width: 850px) {
  .footer__nav {
    gap: 40px;
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 220px;
  gap: 20px;
}
.footer__list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 14px;
}
.footer__list ul a {
  font-weight: var(--weight-m-500);
  color: #3c4650;
}
@media (hover) {
  .footer__list ul a:hover {
    color: #0b457f;
    text-decoration: underline;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  gap: 20px;
}
.footer__contacts > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .footer__contacts > ul {
    align-items: flex-start;
  }
}
.footer__contacts > ul > li {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .footer__contacts > ul > li {
    text-align: left;
  }
}
.footer__contacts > ul > li:nth-child(1) {
  font-weight: var(--weight-m-500);
  color: #3c4650;
}
.footer__contacts > ul > li:nth-child(2) {
  font-weight: var(--weight-m-700);
  color: #000;
}
.footer__contacts > ul > li > a {
  color: #000;
}
.footer__footer {
  display: flex;
  width: 100%;
  gap: 20px;
}
.footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__logo {
  display: flex;
  width: auto;
  height: 50px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__copy {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding-top: 60px;
  border-top: 1px solid #ecf0f1;
}
@media screen and (max-width: 850px) {
  .footer__copy {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__copy > * {
  width: auto;
}
.footer__copy a {
  color: #3c4650;
}
@media (hover) {
  .footer__copy a:hover > * {
    text-decoration: underline;
  }
}
.footer__copy a > * {
  font-style: normal;
}

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

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wrapper__header {
  z-index: 10;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f8fa;
  border-bottom: 1px solid #ecf0f1;
}
@media screen and (max-width: 1366px) {
  .wrapper__header {
    display: none;
  }
}
.wrapper__header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  gap: 20px;
  padding: 14px 20px;
}
.wrapper__header-name {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wrapper__header-name .text-tmp {
  width: auto;
}
.wrapper__header-name ul li:nth-child(1) {
  color: #3c4650;
  text-decoration: line-through;
  font-weight: var(--weight-m-500);
}
.wrapper__header-name ul li:last-child {
  color: #0b457f;
  text-decoration: none;
  font-weight: var(--weight-m-600);
}
.wrapper__header-nav {
  display: flex;
  flex-direction: column;
}
.wrapper__header-nav ul {
  display: flex;
  gap: 40px;
}
.wrapper__header-nav ul a {
  font-weight: var(--weight-m-500);
  color: #3c4650;
}
@media (hover) {
  .wrapper__header-nav ul a:hover {
    color: #0b457f;
    text-decoration: underline;
  }
}

.dealers {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 30px;
  background: #ecf0f1;
}
.dealers__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 120px 0 40px 0;
}
@media screen and (max-width: 1366px) {
  .dealers__content {
    padding: 80px 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .dealers__content {
    padding: 50px 0 20px 0;
  }
}
.dealers__aside {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  gap: 20px;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.dealers__cities {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dealers__cities-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
@media (hover) {
  .dealers__cities-btn:hover::after {
    transform: rotate(45deg);
  }
}
.dealers__cities-btn::after {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="0.416667" y="0.416667" width="19.1667" height="19.1667" rx="9.58333" stroke="black" stroke-width="0.833333"/><path d="M9.6527 10.3472H5.83325V9.65279H9.6527V5.83334H10.3471V9.65279H14.1666V10.3472H10.3471V14.1667H9.6527V10.3472Z" fill="black"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.dealers__cities-drop {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 300px;
  background: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow-y: auto;
  transition: 0.3s all ease;
}
.dealers__cities-drop::-webkit-scrollbar {
  width: 8px;
}
.dealers__cities-drop::-webkit-scrollbar-track {
  background-color: transparent;
}
.dealers__cities-drop::-webkit-scrollbar-thumb {
  background: #0b457f;
}
@supports not selector(::-webkit-scrollbar) {
  .dealers__cities-drop {
    scrollbar-color: #0b457f transparent;
    scrollbar-width: thin;
  }
}
.dealers__cities-drop.active {
  opacity: 1;
  pointer-events: painted;
  visibility: visible;
}
.dealers__cities-drop ul button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  transition: 0.3s all ease;
}
.dealers__cities-drop ul button.active {
  color: #0b457f;
  text-decoration: underline;
}
@media (hover) {
  .dealers__cities-drop ul button:hover {
    text-decoration: underline;
  }
}
.dealers__map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.dealers__map .ymaps-2-1-79-map-copyrights-promo, .dealers__map .ymaps-2-1-79-copyright__wrap {
  display: none !important;
}

.custom-balloon {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: 300px;
  padding: 20px;
  background: #fff;
}
.custom-balloon__close {
  display: flex;
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.custom-balloon__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.custom-balloon__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.custom-balloon__list ul li {
  font-weight: var(--weight-m-700);
}
.custom-balloon__list ul a {
  color: #000;
}
@media (hover) {
  .custom-balloon__list ul a:hover {
    color: #0b457f;
  }
}
.custom-balloon__list > a {
  display: flex;
  font-weight: var(--weight-m-500);
  color: #0b457f;
}
.custom-balloon__list > a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,                 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.028 6.46728L19.5605 12L14.028 17.5328L13.0548 16.5213L16.874 12.702L4.43955 12.702L4.43955 11.303L16.874 11.303L13.0548 7.48378L14.028 6.46728Z" fill="%230B457F"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
@media (hover) {
  .custom-balloon__list > a:hover::after {
    transform: translateX(5px);
  }
}
.custom-balloon__list-name {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.custom-balloon__list-name > * {
  font-size: 12px;
  font-weight: var(--weight-m-500);
  color: #000;
}
/*# sourceMappingURL=main.css.map */
