@font-face {
  font-family: Inter_18pt;
  font-display: swap;
  src: url(../fonts/Inter_18pt-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter_18pt;
  font-display: swap;
  src: url(../fonts/Inter_18pt-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Inter_18pt", sans-serif;
  --third-family: "Roboto", sans-serif;
}
* {
  padding: 2px;
  margin: 0;
  border: 0;
  line-height: 180%;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #0b2740;
  line-height: 1;
  font-family: var(--font-family);
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: var(--font-family);
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9375rem 1fr minmax(auto, 88.125rem) 1fr 0.9375rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  appearance: none;
}
.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0 20px;
  border: 1px solid #eee;
  caret-color: inherit;
}
.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus::-webkit-input-placeholder {
  opacity: 0;
}
.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus:-ms-input-placeholder {
  opacity: 0;
}
.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus::-ms-input-placeholder {
  opacity: 0;
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
textarea.input {
  resize: none;
  padding: 0 0;
}
.checkbox {
  position: relative;
}
.checkbox:not(:last-child) {
  margin-bottom: em(5);
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__label:before {
  background: #fff
    url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2720%27 height=%2720%27 viewBox=%270 0 13 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.0838 2.85362L11.3416 2.25624C10.9757 1.96219 10.7631 1.96559 10.4498 2.3525L5.05516 9.01004L2.54461 6.92416C2.19825 6.63321 1.98159 6.64869 1.69682 7.00464L1.1239 7.75059C0.833252 8.11645 0.870395 8.32414 1.21397 8.61107L4.79206 11.5707C5.16039 11.8803 5.36778 11.8484 5.65254 11.502L12.177 3.74505C12.4834 3.37671 12.4648 3.15664 12.0838 2.85362Z%27 fill=%27%230B5397%27 /%3e%3c/svg%3e")
    center/12px 12px no-repeat;
}
.checkbox__label {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  gap: 10px;
}
.checkbox__label:before {
  content: "";
  align-self: flex-start;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #A5AFB9;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.checkbox__text {
  align-self: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #8fa1b2;
}
.checkbox__text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.select {
  min-width: 0;
  width: 100%;
}
.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.625rem;
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M7.43235 3.1356L5.20235 6.9981C5.11245 7.1538 4.88765 7.1538 4.79775 6.9981L2.56775 3.1356C2.47785 2.9799 2.59025 2.7852 2.77005 2.7852L7.23005 2.7852C7.40985 2.7852 7.52225 2.9798 7.43235 3.1356Z%27 fill=%27%238FA1B3%27 /%3e%3cpath d=%27M5.20235 6.9981L7.43235 3.1356C7.44575 3.1123 7.45335 3.0882 7.45825 3.064L5.30235 6.7981C5.21245 6.9538 4.98765 6.9538 4.89775 6.7981L2.66775 2.9356C2.64765 2.9007 2.63895 2.864 2.63765 2.8278C2.54385 2.8934 2.50335 3.0239 2.56775 3.1356L4.79775 6.9981C4.88765 7.1538 5.11245 7.1538 5.20235 6.9981Z%27 fill=%27%238FA1B3%27 /%3e%3cpath d=%27M7.43235 3.1356L5.20235 6.9981C5.11245 7.1538 4.88765 7.1538 4.79775 6.9981L2.56775 3.1356C2.47785 2.9799 2.59025 2.7852 2.77005 2.7852L7.23005 2.7852C7.40985 2.7852 7.52225 2.9798 7.43235 3.1356Z%27 stroke=%27%238FA1B3%27 stroke-miterlimit=%2710%27 /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  align-self: stretch;
  flex: 0 0 10px;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.select__content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #8fa1b2;
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 101%;
  border-radius: 20px 20px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #f1f4f6;
  padding: 20px 0 20px 0;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px 46px;
  color: inherit;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #8fa1b2;
}
.select__option._select-selected {
  background-color: #eee;
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.0625rem);
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 5px 0 10px 0;
}
._select-tag {
  cursor: pointer;
}
.qs-datepicker-container {
  margin: 5px;
  font-size: 14px;
  font-family: var(--second-family);
  position: absolute;
  width: 520px;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 30px;
}
.qs-datepicker-container * {
  box-sizing: border-box;
}
.qs-datepicker-container.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qs-datepicker-container.qs-hidden {
  display: none;
}
.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}
.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qs-datepicker .qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 0.26392em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}
.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed;
}
.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.qs-datepicker .qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}
.qs-datepicker .qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: #fff;
  color: #fff;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  height: 46px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition:
    filter 0.3s,
    -webkit-filter 0.3s;
  transition:
    filter 0.3s,
    -webkit-filter 0.3s;
  margin-bottom: 12px;
}
.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.qs-datepicker .qs-arrow {
  height: 46px;
  width: 46px;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  transition: background 0.15s;
}
.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}
.qs-left {
  order: 2;
}
.qs-month-year {
  order: 1;
  flex: 0 1 100%;
}
.qs-right {
  order: 3;
}
.qs-datepicker .qs-arrow.qs-left:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.00163 0.71811C9.37537 0.32692 10 0.32692 10.3738 0.71811C10.7242 1.08485 10.7242 1.6623 10.3738 2.02904L5.62459 7L10.3738 11.971C10.7242 12.3377 10.7242 12.9152 10.3738 13.2819C10 13.6731 9.37537 13.6731 9.00163 13.2819L3 7L9.00163 0.71811Z%27 fill=%27black%27 /%3e%3c/svg%3e");
}
.qs-datepicker .qs-arrow.qs-right:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4.99837 0.71811C4.62463 0.32692 3.99996 0.32692 3.62622 0.71811C3.27584 1.08485 3.27584 1.6623 3.62622 2.02904L8.37541 7L3.62622 11.971C3.27584 12.3377 3.27584 12.9152 3.62622 13.2819C3.99996 13.6731 4.62463 13.6731 4.99837 13.2819L11 7L4.99837 0.71811Z%27 fill=%27black%27 /%3e%3c/svg%3e");
}
.qs-datepicker .qs-arrow:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
.qs-datepicker .qs-arrow.qs-left:after {
  display: block;
  width: 46px;
  height: 46px;
}
.qs-datepicker .qs-arrow.qs-right:after {
  display: block;
  width: 46px;
  height: 46px;
}
.qs-datepicker .qs-month-year {
  font-weight: 700;
  transition: border 0.2s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid gray;
}
.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
  outline: 0;
}
.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}
.qs-datepicker .qs-year {
  padding-left: 0.5ex;
}
.qs-datepicker .qs-squares {
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition:
    filter 0.3s,
    -webkit-filter 0.3s;
  transition:
    filter 0.3s,
    -webkit-filter 0.3s;
}
.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.qs-datepicker .qs-square {
  border: 0.5px solid #d5d4df;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.1s;
}
.qs-datepicker .qs-square.qs-current span {
  text-decoration: underline;
}
.qs-datepicker .qs-square.qs-active {
  background: #ee5d12;
  border: 0.5px solid #ee5d12;
  color: #fff;
}
.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-datepicker .qs-square.qs-range-date-middle {
  background: #d4ebf2;
}
.qs-datepicker
  .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
  border-radius: 0;
}
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qs-datepicker .qs-square.qs-disabled span {
  opacity: 0.2;
}
.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}
.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed;
}
.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #000;
  border: none;
}
.qs-datepicker
  .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(
    .qs-active
  ):hover {
  background: #ee5d12;
  border: 0.5px solid #ee5d12;
  color: #fff;
}
.qs-datepicker .qs-event {
  position: relative;
}
.qs-datepicker .qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}
.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
  background: #cce4ff;
}
.menu__list {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.menu__link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #fff;
  transition: all 0.3s ease 0s;
  padding: 10px 0;
  white-space: nowrap;
}
.icon-menu {
  display: none;
}
body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
.popup-show body::after {
  opacity: 1;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition:
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 330px;
  border-radius: 15px;
}
.lock .popup__content {
  visibility: visible;
}
.popup__content h3 {
  margin-bottom: 20px;
  text-align: center;
}
.popup__content .btn {
  width: 100%;
  justify-content: center;
}
.popup__close {
  margin-left: auto;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.01em;
  display: block;
  color: #8fa1b2;
  margin-bottom: 30px;
}
.spollers {
  display: grid;
  gap: 30px;
}
.spollers__item {
  border: 1px solid #f1f4f6;
  border-radius: 20px;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
  padding: 32px 30px;
}
.spollers__title {
  width: 100%;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  position: relative;
  list-style: none;
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none;
}
._spoller-init .spollers__title {
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
._spoller-init .spollers__title::after {
  content: "";
  transition: all 0.3s ease 0s;
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M14.9999 3.58545L5.9998 12.5855V3.99967H3.9998V15.9997H15.9999V13.9997H7.4141L16.4141 4.99967L14.9999 3.58545Z%27 fill=%27%230B2740%27 /%3e%3c/svg%3e");
}
.spollers__title._spoller-active::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M14.9999 16.4146L5.9998 7.41454V16.0003H3.9998V4.00034H15.9999V6.00034H7.4141L16.4141 15.0003L14.9999 16.4146Z%27 fill=%27%23FFAE00%27 /%3e%3c/svg%3e");
}
.spollers__body {
  padding-top: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.02em;
  max-width: 1050px;
}
.tabs__navigation {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.tabs__title {
  border: 1px solid #def;
  border-radius: 20px;
  padding: 15px 25px;
  flex: 0 1 210px;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #0b5397;
  transition: all 0.3s ease 0s;
  outline: 0;
}
.tabs__title._tab-active {
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #ffae00;
}
.tabs__inner {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.tabs__inner-2 .catalog-item {
  flex: 0 0 calc(50% - 12.5px);
  display: flex;
  gap: 50px;
  min-height: 320px;
}
.tabs__inner-2 .catalog-item__title {
  max-width: 100%;
}
.tabs__inner-2 .catalog-item__bottom {
  display: flex;
  flex-direction: column;
}
.tabs__inner-1 .catalog-item {
  flex: 0 0 100%;
  display: flex;
  gap: 50px;
  min-height: 320px;
}
.tabs__inner-1 .catalog-item__img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  aspect-ratio: auto;
  height: 100%;
  margin-bottom: 0;
  flex: 0 0 480px;
}
.tabs__inner-1 .catalog-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.tabs__inner-1 .catalog-item__title {
  max-width: 100%;
}
.tabs__inner-1 .catalog-item__bottom {
  display: flex;
  flex-direction: column;
}
.tabs__inner-1 .btn {
  margin-left: 0 !important;
}
.tabs__inner-3 .catalog-item {
  flex: 0 0 calc(33.33% - 16.6666666667px);
  flex-direction: column;
  gap: 20px;
  padding: 25px 20px;
  display: flex;
}
.tabs__inner-3 h3 {
  max-width: 100%;
}
.tabs__inner-3 .catalog-item__footer .btn {
  margin-top: 0;
}
.tabs__inner-3 .catalog-item__footer .catalog-item__price {
  margin-bottom: 0;
}
.tabs__inner-3 .catalog-item__bottom {
  display: flex;
  flex-direction: column;
  flex: 0 1 100%;
}
.tabs__inner-3 .catalog-item__img {
  margin-bottom: 0;
  aspect-ratio: auto;
  height: 300px;
  max-width: 100%;
}
.tabs__inner-3 .catalog-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.tabs__inner-3 p {
  flex: 0 1 100%;
}
.tabs__body:hidden {
  display: none;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
body {
  background: #fff;
}
section {
  padding: 45px 0;
  background: #fafafa;
}
h1 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #0b2740;
}
h2 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #0b2740;
  margin-bottom: 20px;
}
h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
}
p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #1c3349;
}
p:not(:last-of-type) {
  margin-bottom: 10px;
}
.article ul {
  padding-left: 20px;
}
.article ul li {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #1c3349;
  list-style: disc;
}
.article ul:not(:last-child) {
  margin-bottom: 20px;
}
.img-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #ddd;
}
.img-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.yellou {
  color: #ffae00;
}
.blue {
  color: #0b5397;
}
.btn {
  border: 1px solid #ffae00;
  border-radius: 20px;
  padding: 18px 13px;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #ffae00;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #0b5397;
  transition: all 0.3s ease 0s;
}
.btn_border {
  border: 1px solid #def;
  background: #fff;
}
.info__inner {
  display: flex;
  gap: 30px;
}
.info__inner .img-link {
  flex: 0 0 calc(25% - 22.5px);
  aspect-ratio: 1/1;
}
.img-link {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.img-link_grey .img-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.img-link_blue .img-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(11, 39, 64, 0) 0,
    rgba(3, 26, 46, 0.5) 60%,
    #011629 100%
  );
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.img-link .img-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-link .img-link__content {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 32px 30px;
}
.img-link .img-link__content h3 {
  margin-bottom: 20px;
  color: #fff;
  max-width: 174px;
}
.img-link .img-link__content a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease 0s;
}
.img-link .img-link__content a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease 0s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M1.91663 8.75L5.74996 5L1.91663 1.16667L3.08329 0L8.08329 5L3.08329 10L1.91663 8.75Z%27 fill=%27white%27 /%3e%3c/svg%3e");
}
.stars {
  display: flex;
  gap: 10px;
}
.stars span {
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg clip-path=%27url%28%23clip0_4002_342%29%27%3e%3cpath d=%27M12 4.71291C12 4.53501 11.8654 4.42445 11.5961 4.38113L7.97599 3.85478L6.35341 0.573465C6.26213 0.376343 6.14424 0.277832 6.00004 0.277832C5.85586 0.277832 5.73805 0.376343 5.64669 0.573465L4.02404 3.85478L0.403793 4.38113C0.134631 4.42445 0 4.53501 0 4.71291C0 4.81392 0.0601168 4.92931 0.180325 5.05911L2.80536 7.61201L2.18517 11.2177C2.17555 11.2851 2.17077 11.3333 2.17077 11.362C2.17077 11.463 2.19598 11.5483 2.24645 11.618C2.29689 11.6879 2.37257 11.7227 2.47358 11.7227C2.56017 11.7227 2.65628 11.6939 2.76204 11.6362L5.99996 9.93408L9.23811 11.6362C9.33925 11.6939 9.43539 11.7227 9.52647 11.7227C9.62293 11.7227 9.69609 11.6879 9.74655 11.618C9.79687 11.5484 9.8221 11.463 9.8221 11.362C9.8221 11.2996 9.81968 11.2515 9.81485 11.2177L9.19462 7.61201L11.8124 5.05911C11.9376 4.93411 12 4.81867 12 4.71291Z%27 fill=%27%23FFAE00%27 /%3e%3c/g%3e%3cdefs%3e%3cclipPath id=%27clip0_4002_342%27%3e%3crect width=%2712%27 height=%2712%27 fill=%27white%27 /%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.bredcumbers {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 3;
}
.bredcumbers__container ul {
  display: flex;
  gap: 10px;
}
.bredcumbers__container ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bredcumbers__container ul li::after {
  content: "";
  margin-right: 10px;
  display: block;
  flex: 0 0 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2710%27 height=%2711%27 viewBox=%270 0 10 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M1.25065 5.91667L7.74482 5.91667L5.5394 8.12208C5.37669 8.28479 5.37669 8.54854 5.5394 8.71125C5.70211 8.87396 5.96596 8.87396 6.12867 8.71125L9.04534 5.79458C9.20805 5.63188 9.20805 5.36802 9.04534 5.20542L6.12867 2.28875C6.04732 2.2074 5.94065 2.16667 5.83398 2.16667C5.72742 2.16667 5.62075 2.2074 5.5394 2.28875C5.37669 2.45146 5.37669 2.71531 5.5394 2.87792L7.74482 5.08333L1.25065 5.08333C1.02065 5.08333 0.833984 5.2699 0.833984 5.5C0.833984 5.73011 1.02055 5.91667 1.25065 5.91667Z%27 fill=%27%237A7A7A%27 /%3e%3c/svg%3e");
  background-position: center;
}
.bredcumbers__container ul li:last-of-type {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #7a7a7a;
}
.bredcumbers__container ul a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #7a7a7a;
  transition: all 0.3s ease 0s;
}
.bredcumbers__container li:last-of-type::after {
  display: none;
}
._bg_grey {
  background: #fafafa;
}
.white {
  background: #fff;
}
.list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.list li {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #1c3349;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.list li::before {
  content: "";
  display: block;
  width: 30px;
  flex: 0 0 30px;
  height: 30px;
  background: url(../img/list.png) center/contain no-repeat;
}
.header {
  background: #fff;
}
.header__top .header__container {
  padding-top: 10px;
  padding-bottom: 16px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: flex;
  max-width: 229px;
  width: 100%;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top right;
  object-position: top right;
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  flex: 0 1 100%;
}
.header__inner a,
.header__inner p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #0b5397;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.header__inner P:not(:last-of-type) {
  margin-bottom: 0;
}
.header__inner a {
  transition: all 0.3s ease 0s;
}
.header__inner span {
  background: #f4faff;
  display: flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.header__inner span img {
  display: block;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.header .btn {
  white-space: nowrap;
  height: 40px;
}
.header__menu {
  background: #0b5397;
  padding: 11.5px 0;
}
.footer__top {
  background: #0b2740;
  padding: 45px 0 35px;
}
.footer__nav {
  display: flex;
  gap: 57px;
  align-items: start;
}
.footer__nav ul {
  flex: 0 1 935px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 50px;
}
.footer__nav ul li {
  flex: 0 0 calc(25% - 37.5px);
}
.footer__nav ul a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
.footer__logo {
  display: flex;
  flex: 0 0 185px;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__social {
  display: flex;
  gap: 90px;
  justify-content: space-between;
  padding-top: 35px;
}
.footer__social .btn {
  height: 44px;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #153c60;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  border: 1px solid #153c60;
  white-space: nowrap;
  padding-left: 38px;
  padding-right: 38px;
}
.footer__inner {
  display: flex;
  gap: 20px 32px;
  justify-content: space-between;
  flex: 0 1 100%;
  flex-wrap: wrap;
}
.footer__inner a,
.footer__inner p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #fff;
  gap: 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.footer__inner P:not(:last-of-type) {
  margin-bottom: 0;
}
.footer__inner a {
  transition: all 0.3s ease 0s;
}
.footer__inner span {
  background: #153c60;
  display: flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.footer__inner span img {
  display: block;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.footer__bottom {
  background: #051b2e;
  padding: 15px 0;
}
.footer__bottom .footer__container {
  display: flex;
  justify-content: space-between;
  gap: 52px;
}
.footer__bottom .footer__container p {
  flex: 0 1 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #f0f3f5;
  opacity: 0.5;
}
.footer__bottom .footer__container a {
  white-space: nowrap;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-align: right;
  color: #f0f3f5;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}
.hero-main {
  position: relative;
  z-index: 2;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
}
.hero-main_page {
  position: relative;
  padding-top: 45px;
}
.hero-main_page .hero-main__bg {
  right: 0;
  bottom: 0;
  aspect-ratio: auto;
  height: auto;
  max-width: none;
  width: 55%;
}
.hero-main__container {
  display: flex;
  gap: 40px;
  position: relative;
}
.hero-main__form {
  flex: 0 0 330px;
  margin-bottom: 45px;
}
.hero-main__content {
  padding-top: 23px;
  position: relative;
  z-index: 2;
}
.hero-main__content h1 {
  margin-bottom: 20px;
}
.hero-main__content p {
  margin-bottom: 20px;
}
.hero-main__content .btn {
  padding: 15px 25px;
}
.hero-main__bg {
  position: absolute;
  aspect-ratio: 888/507;
  display: block;
  width: 150%;
  bottom: -17%;
  right: -109%;
  max-width: 888px;
}
.form-main {
  min-width: 330px;
  flex: 0 0 330px;
  border: 1px solid #f1f4f6;
  border-radius: 20px;
  padding: 23px 10px 28px;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
}
.form-main_page {
  flex: 0 0 450px;
  border: 0 solid #f1f4f6;
  padding: 0;
}
.form-main_page h1 {
  margin-bottom: 20px;
}
.form-main_page p {
  max-width: 352px;
  margin-bottom: 20px;
}
.form-main_page .form-main__item {
  border-radius: 5px;
  padding: 15px 10px;
}
.form-main_page .checkbox {
  margin-top: 30px;
}
.form-main_page .btn {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.form-main h3 {
  margin-bottom: 18px;
  text-align: center;
}
.form-main__item {
  border: 1px solid #f1f4f6;
  border-radius: 20px;
  padding: 8px 13px 10px 8px;
  position: relative;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
  display: flex;
  gap: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form-main__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.form-main input {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.form-main input::-webkit-input-placeholder {
  color: #8fa1b2;
}
.form-main input:-ms-input-placeholder {
  color: #8fa1b2;
}
.form-main input::-ms-input-placeholder {
  color: #8fa1b2;
}
.form-main input::placeholder {
  color: #8fa1b2;
}
.form-main__controls {
  display: flex;
  gap: 13px;
  margin-bottom: 25px;
}
.form-main__controls .btn {
  white-space: nowrap;
  font-size: 12px;
  border-radius: 20px;
  padding: 18px 13px;
}
.form-main__icon {
  background: #f4faff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.form-main .select {
  display: flex;
  align-items: center;
  width: 100%;
}
.form-main .select__body {
  width: 100%;
}
.rewievs__slide {
  border: 1px solid #f1f4f6;
  border-radius: 20px;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
  padding: 32px 30px;
}
.rewievs__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}
.item-photo__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.item-photo .img-item {
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #ddd;
  position: relative;
}
.item-photo .img-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.item-photo .img-item:nth-of-type(1) {
  grid-area: 1/1/3/2;
}
.item-photo .img-item:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.item-photo .img-item:nth-of-type(3) {
  grid-area: 2/2/3/3;
}
.item-photo .img-item:nth-of-type(4) {
  grid-area: 1/3/3/5;
}
.about__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.about .img-item {
  flex: 0 0 calc(50% + 15px);
}
.about__right {
  max-width: 600px;
}
.about__right .benifits {
  margin-top: 30px;
}
.benifits__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.benifits__item {
  flex: 0 0 calc(50% - 15px);
  display: flex;
  gap: 20px;
  align-items: center;
}
.benifits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.05);
  background: #fafafa;
  overflow: hidden;
  border-radius: 20px;
  padding: 20px;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}
.catalog__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 315px);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.catalog__inner .img-link:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.catalog__inner .img-link:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.catalog__inner .img-link:nth-of-type(3) {
  grid-area: 1/3/3/4;
}
.catalog__inner .img-link:nth-of-type(4) {
  grid-area: 2/1/3/2;
}
.catalog__inner .img-link:nth-of-type(5) {
  grid-area: 2/2/3/3;
}
.block-benifits__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.block-benifits__left {
  max-width: 570px;
}
.block-benifits .benifits {
  flex: 0 0 630px;
}
.powder-painting__inner {
  display: flex;
  gap: 32px;
}
.powder-painting__pallet {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.powder-painting__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.powder-painting__item span:nth-of-type(1) {
  border-radius: 20px;
  width: 50px;
  height: 20px;
  overflow: hidden;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
}
.powder-painting__item span:nth-of-type(2) {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #8fa1b2;
}
.powder-painting__img {
  aspect-ratio: 408/380;
}
.powder-painting__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.block-form__container {
  border-radius: 20px;
  padding: 50px 60px;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: linear-gradient(90deg, #0b2740 0, #0b5397 100%);
}
.block-form__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.block-form__left {
  max-width: 443px;
}
.block-form__left h2 {
  color: #fff;
  margin-bottom: 20px;
}
.block-form__left p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #fff;
}
.block-form .form-main__item:not(:last-of-type) {
  margin-bottom: 0;
}
.block-form .form-main {
  flex: 0 0 660px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block-form .form-main .checkbox,
.block-form .form-main h3 {
  flex: 0 0 100%;
}
.block-form .form-main__item {
  flex: 0 0 calc(50% - 10px);
}
.block-form .form-main__controls {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 0;
}
.sertificats__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.list-catalog__container h2 {
  text-align: start;
}
.list-catalog .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.catalog-item {
  flex: 0 0 calc(25% - 18.75px);
  border: 1px solid #f1f4f6;
  border-radius: 20px;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
  overflow: hidden;
  padding: 30px;
}
.catalog-item .btn {
  white-space: nowrap;
}
.catalog-item__img {
  margin-bottom: 20px;
  aspect-ratio: 142/215;
  margin-left: auto;
  margin-right: auto;
  max-width: 142px;
}
.catalog-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.catalog-item__img_w-100 {
  max-width: 100%;
  aspect-ratio: 1/1;
}
.catalog-item__label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #8fa1b2;
  margin-bottom: 10px;
}
.catalog-item__title {
  margin-bottom: 15px;
  max-width: 243px;
}
.catalog-item__price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #1c3349;
  margin-bottom: 20px;
  white-space: nowrap;
}
.catalog-item__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #8fa1b2;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease 0s;
}
.catalog-item__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease 0s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M1.91663 8.75L5.74996 5L1.91663 1.16667L3.08329 0L8.08329 5L3.08329 10L1.91663 8.75Z%27 fill=%27%238FA1B3%27 /%3e%3c/svg%3e");
}
.catalog-item__note {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #8fa1b2;
  flex: 0 1 100%;
}
.catalog-item__sroki {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1c3349;
  margin-bottom: 15px;
}
.catalog-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.catalog-item ul li {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #1c3349;
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  gap: 15px;
}
.catalog-item ul li::before {
  content: "";
  display: block;
  width: 30px;
  flex: 0 0 30px;
  height: 30px;
  background: url(../img/list.png) center/contain no-repeat;
}
.catalog-item__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}
.catalog-item__footer .btn {
  flex: 0 1 100%;
  justify-content: center;
}
.big-galerya__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 250px);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.big-galerya__item {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #ddd;
}
.big-galerya__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 0, #03070b 100%);
}
.big-galerya__item img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.big-galerya__item:nth-of-type(1) {
  grid-area: 1/1/3/5;
}
.big-galerya__item:nth-of-type(2) {
  grid-area: 3/1/5/2;
}
.big-galerya__item:nth-of-type(3) {
  grid-area: 3/2/4/3;
}
.big-galerya__item:nth-of-type(4) {
  grid-area: 4/2/5/3;
}
.big-galerya__item:nth-of-type(5) {
  grid-area: 3/3/5/5;
}
.big-galerya__item:nth-of-type(6) {
  grid-area: 5/1/7/3;
}
.big-galerya__item:nth-of-type(7) {
  grid-area: 5/3/7/4;
}
.big-galerya__item:nth-of-type(8) {
  grid-area: 5/4/6/5;
}
.big-galerya__item:nth-of-type(9) {
  grid-area: 6/4/7/5;
}
.big-galerya__item:nth-of-type(10) {
  grid-area: 7/1/9/5;
}
.big-galerya__item:nth-of-type(11) {
  grid-area: 9/1/11/2;
}
.big-galerya__item:nth-of-type(12) {
  grid-area: 9/2/10/3;
}
.big-galerya__item:nth-of-type(13) {
  grid-area: 10/2/11/3;
}
.big-galerya__item:nth-of-type(14) {
  grid-area: 9/3/11/5;
}
.big-galerya__item:nth-of-type(15) {
  grid-area: 11/1/13/3;
}
.big-galerya__item:nth-of-type(16) {
  grid-area: 11/3/13/4;
}
.big-galerya__item:nth-of-type(17) {
  grid-area: 11/4/12/5;
}
.big-galerya__item:nth-of-type(18) {
  grid-area: 12/4/13/5;
}
.big-galerya__content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
}
.big-galerya__content h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 10px;
}
.big-galerya__street {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: 0.7;
}
.big-galerya__street:not(:last-of-type) {
  margin-bottom: 10px;
}
.big-galerya__label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #fff;
}
.error {
  padding: 150px 0;
}
.error__container img {
  display: block;
  width: 25%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.error__inner {
  max-width: 435px;
  margin-left: auto;
  margin-right: auto;
}
.error__inner h2 {
  text-align: center;
  margin-bottom: 15px;
}
.error__inner p {
  text-align: center;
  margin-bottom: 30px;
}
.error__inner .btn {
  max-width: 339px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.maps__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.maps__left {
  flex: 0 0 335px;
}
.maps__block {
  flex: 0 0 931px;
  border-radius: 20px;
  overflow: hidden;
  background: #eee;
}
.maps .benifits__item {
  flex: 0 0 100%;
}
.article_reverse .article__inner {
  flex-direction: row-reverse;
}
.article__inner {
  display: flex;
  gap: 50px;
}
.article__img {
  flex: 0 0 50%;
}
.article__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
  overflow: hidden;
}
.article__img_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.article__img_grid img:nth-of-type(1) {
  grid-area: 1/1/3/2;
}
.article__img_grid img:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.article__img_grid img:nth-of-type(3) {
  grid-area: 2/2/3/3;
}
.hero-product {
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
  padding-bottom: 110px;
  position: relative;
}
.hero-product__text {
  margin-bottom: 20px;
}
.hero-product__inner {
  width: 100%;
  position: relative;
}
.hero-product__left {
  max-width: 823px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.hero-product__left_big-size {
  max-width: 938px;
}
.hero-product__left h1 {
  margin-bottom: 20px;
}
.hero-product__labels {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.hero-product__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}
.hero-product__list li {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #1c3349;
  flex: 0 0 calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero-product__list li::before {
  content: "";
  display: block;
  width: 30px;
  flex: 0 0 30px;
  height: 30px;
  background: url(../img/list.png) center/contain no-repeat;
}
.hero-product__list_duble li {
  align-items: start;
}
.hero-product__list_duble li h3 {
  margin-bottom: 5px;
}
.hero-product__img {
  position: absolute;
  width: 65%;
  height: calc(100% + 40px);
  display: block;
  bottom: 0;
  right: 0;
}
.hero-product .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.hero-product .btn_border {
  padding-left: 25px;
  padding-right: 25px;
}
.hero-product__img_doors {
  position: absolute;
  height: calc(100% + 85px + 110px);
  display: block;
  bottom: -110px;
  right: 0;
  aspect-ratio: 654/560;
  width: 46%;
}
.hero-product__img_window {
  aspect-ratio: 451/591;
  max-width: 451px;
  height: calc(100% + 45px + 110px);
  bottom: -90px;
  z-index: 3;
}
.installation__inner {
  display: flex;
  gap: 30px;
}
.installation__item {
  flex: 0 0 calc(16.6666666667% - 36px);
}
.installation__item h3 {
  margin-bottom: 20px;
  position: relative;
}
.installation__item h3::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  width: 41px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2741%27 height=%278%27 viewBox=%270 0 41 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M40.3536 4.35355C40.5488 4.15829 40.5488 3.84171 40.3536 3.64645L37.1716 0.464466C36.9763 0.269204 36.6597 0.269204 36.4645 0.464466C36.2692 0.659728 36.2692 0.976311 36.4645 1.17157L39.2929 4L36.4645 6.82843C36.2692 7.02369 36.2692 7.34027 36.4645 7.53553C36.6597 7.7308 36.9763 7.7308 37.1716 7.53553L40.3536 4.35355ZM0 4.5H3.33333V3.5H0V4.5ZM10 4.5H16.6667V3.5H10V4.5ZM23.3333 4.5H30V3.5H23.3333V4.5ZM36.6667 4.5H40V3.5H36.6667V4.5ZM40.3536 4.35355C40.5488 4.15829 40.5488 3.84171 40.3536 3.64645L37.1716 0.464466C36.9763 0.269204 36.6597 0.269204 36.4645 0.464466C36.2692 0.659728 36.2692 0.976311 36.4645 1.17157L39.2929 4L36.4645 6.82843C36.2692 7.02369 36.2692 7.34027 36.4645 7.53553C36.6597 7.7308 36.9763 7.7308 37.1716 7.53553L40.3536 4.35355ZM0 4.5H3.33333V3.5H0V4.5ZM10 4.5H16.6667V3.5H10V4.5ZM23.3333 4.5H30V3.5H23.3333V4.5ZM36.6667 4.5H40V3.5H36.6667V4.5Z%27 fill=%27%238FA1B2%27 /%3e%3c/svg%3e");
}
.installation__num {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  margin-bottom: 20px;
}
.garantii h2 {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.garantii__container {
  position: relative;
}
.garantii__img {
  width: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 50px;
  aspect-ratio: 624/424;
  max-width: 624px;
}
.garantii__img_fasade {
  height: 100%;
  aspect-ratio: 882/420;
  right: 15px;
}
.garantii__wrapper {
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  padding: 70px 50px;
}
.garantii__inner {
  display: flex;
  gap: 30px;
}
.garantii__item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #f4faff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
  flex: 0 0 165px;
}
.garantii__num {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #ffae00;
}
.types__inner {
  display: flex;
  gap: 15px;
}
.types__item {
  flex: 1 0 calc(16.6666666667% - 12.5px);
  border: 1px solid #f1f4f6;
  border-radius: 20px;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}
.types__item:nth-of-type(1) img {
  width: 123px;
  height: 60px;
}
.types__item:nth-of-type(2) img {
  width: 123px;
  height: 80px;
}
.types__item:nth-of-type(3) img {
  width: 183px;
  height: 60px;
}
.types__item:nth-of-type(4) img {
  width: 122px;
  height: 70px;
}
.types__item:nth-of-type(5) img {
  width: 153px;
  height: 80px;
}
.types__item:nth-of-type(6) img {
  width: 153px;
  height: 80px;
}
.types__item img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.types__item p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1c3349;
}
.full-tab__inner {
  display: flex;
  gap: 30px;
}
.full-tab__img {
  flex: 0 0 calc(40% - 20px);
  align-self: center;
}
.full-tab__img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 344px;
}
.full-tab__item {
  flex: 0 0 calc(30% - 20px);
  padding-top: 83px;
}
.full-tab__item .btn {
  width: 100%;
  justify-content: center;
}
.full-tab__item h3 {
  margin-bottom: 10px;
}
.full-tab__item h4 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #0b2740;
  margin-bottom: 10px;
}
.full-tab .powder-painting__pallet {
  margin-top: 0;
  margin-bottom: 60px;
}
.full-tab__label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #8fa1b2;
  margin-bottom: 20px;
}
.full-tab__prise {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #0b5397;
  margin-bottom: 10px;
}
.full-tab__note {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #8fa1b2;
  margin-bottom: 30px;
}
.full-tab .tabs {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.full-tab .tabs__wrapper {
  padding: 45px 119px;
  border: 1px solid #f1f4f6;
  border-radius: 20px;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.02);
  background: #fff;
}
.full-tab .tabs__navigation {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(66.66% - 75px);
  justify-content: space-between;
}
.full-tab .tabs__body:nth-of-type(1) .full-tab__img img {
  max-width: 209px;
  aspect-ratio: 209/344;
  margin-left: auto;
  margin-right: auto;
}
.full-tab .form-main__item {
  border-radius: 5px;
  padding: 12px;
}
.full-tab .select__options {
  border-radius: 5px;
  padding: 5px 0;
}
.full-tab .select__option {
  padding: 5px 12px;
}
.fasade-sistem__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.fasade-sistem__left {
  max-width: 838px;
}
.fasade-sistem__img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 407px;
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  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;
  padding-bottom: 50px;
  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: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-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:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-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:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0.05);
  background: #fff;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: #ffae00;
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  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 10px;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  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%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 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-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.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;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@font-face {
  font-family: lg;
  src:
    url(data:font/woff2;base64,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)
      format("woff2"),
    url(data:font/woff;base64,d09GRgABAAAAABLgAAsAAAAAEpQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGIGNtYXAAAAFoAAAApAAAAKSI7DN0Z2FzcAAAAgwAAAAIAAAACAAAABBnbHlmAAACFAAADjgAAA44V8bBEWhlYWQAABBMAAAANgAAADYbqSuuaGhlYQAAEIQAAAAkAAAAJAeuA91obXR4AAAQqAAAAHAAAABwZgALDmxvY2EAABEYAAAAOgAAADonfiQgbWF4cAAAEVQAAAAgAAAAIAAmAI5uYW1lAAARdAAAAUoAAAFKqFVCHnBvc3QAABLAAAAAIAAAACAAAwAAAAMD7AGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QoDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAIgAAAAeABAAAwAOAAEAIOAa4B3gM+Bw4JXg8uH/4g3jEugN6Qr//f//AAAAAAAg4BrgHeAz4HDglODy4f/iDOMR6A3pAP/9//8AAf/jH+of6B/TH5cfdB8YHgweABz9GAMXEQADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAFYAAQOqA1UAAwATACMAJwAAAREzEQcyNzY1NCcmIyIHBhUUFxYTMhcWFRQHBiMiJyY1NDc2ExEzEQIqVoCMZWVlZYyMZWVlZYywfX19fbCwfX19fTBWAQEBVP6srGVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/awBVP6sAAMAVgABA6oDVQAPAB8AIgAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTEQUCAIxlZWVljIxlZWVljLB9fX19sLB9fX19WgEAVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/ZYBgMAAAAAAAwBVAAADqwNVABQAKQA+AAABITIXFhURFAcGIyEiJyY1ETQ3NjMHERQXFjMhBgcGIyEiJyY1ETQ3NjclISIHBhURFBcWMyEyNzY1ETQnJiMBgAGrNSUmJiU1/lU1JiUlJjXVDA0RAiQOISEp/lU1JSYYGCYCgP5VEgwNDQwSAasRDQwMDREDVSUmNf5WNSYlJSY1Aao1JiWy/d0SDA0lGBgmJTUBqykhIQ1dDA0S/lYSDQwMDRIBqhIMDQABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQBVAFUDqwMAACIAAAEyFxYVFA8BITIXFhUUBwYjIRcWFRQHBiMiJwEmNTQ3ATYzAasRDQwM4gKZEgwNDQwS/WfiDAwNERIN/tYNDQEqDRIDAAwNEhIM4gwNERINDOIMEhIMDQ0BKg0SEQ0BKwwAAAEAVQBVA6sDAAAiAAABMhcBFhUUBwEGIyInJjU0PwEhIicmNTQ3NjMhJyY1NDc2MwJVEg0BKg0N/tYNEhIMDAzi/WcSDA0NDBICmeIMDAwSAwAM/tUMEhIN/tYNDQwSEgziDQwSEQ0M4gwSEwwMAAACAKoAKwNWAysAAwAKAAA3IRUhAQcnMxEzEaoCrP1UAgCqqoBUgVYBVqysAar+VgAJAKoAVQNWAwEAAwAHAAsADwATABcAGwAfACMAACU1MxUDNTMVATUzFTczFSMBNTMVITUzFQM1MxUzNTMVATUzFQKqrKys/lSsVKys/wCs/lSsrKxUrP5UrFWsrAEArKwBAKysrKz/AKysrKz/AKysrKwCAKysAAAEANYAgQMqAtUABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQC1dSA/lSA1FQBLNRUgKyAVNQABADWAIEDKgLVAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAlVU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAQQNqAysACwAbADIAAAEjFSM1IzUzNTMVMwcyNzY1NCcmIyIHBhUUFxYhFwcnNScGIyInJjU0NzYzMhcWFRQHFwIAVipWVipWalA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFBCDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAwCAAEEDagMrAAMAEwAqAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcXASrW1mxQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQQgwCKyqsODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAQCAAAMDgANVADMAACUyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLP1JMzNLSzMHDwawERFLNTRMEhCuBw8INExMNDVLExGwCA8HCA8HsA8RAAAEAK4AWQNWA4EAFAAaACAAJgAAARYXFhUUBwYHNTY3NjU0JyYnFSc3AzcWFxUmAxYXByYnNwYHIzY3Aip+V1dXV35cPT09PVzCwvw+LjxgcgogPDgMgiQIVgw6Av0QYGCCgmBgEFYQR0deXkdHEKa+wv0cPiIKVgwBHDowPEpcvjQ2WkwAAAAABACqAFkDUgOBAAUACwARACYAAAE2NzMGBwc2NxcGBwEjJic3FicHNQYHBhUUFxYXFSYnJjU0NzY3NQLQIgpWDDjkPC4+SGABKFYKIj46sMJcPT09PVx+V1dXV34BFy48XEosCiI+OAwBfDwuPEiMvqYQR0deXkdHEFYQYGCCgmBgEIQAAgCAAIEDgALVAAYADQAAAQc1ITUhNQEVIRUhFScDgKr+1AEs/lQBLP7UqgIrqoBUgP8AgFSAqgACANYAKwMqAysABgANAAABFyMRIxEjATMHJzMRMwGAqoBUgAHUgKqqgFQDK6r+1AEs/lSqqgEsAAIAFP/hA+wDuAAcADEAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjEyMiBh0BMwcjFSM1IzUzNTQ2OwEVAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWZ0SQcMXA1PV09PPC5JA7gmJ4VaWWZmWlmFJycnJ4VZWmZmWVqFJyb+rRALNkzk5EwtMEVRAAUAFP/hA+wDuAAcAFYAYgB1AIsAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAw4BIyoBMTAiIyImNTQ2OwEuATEqASMiJicuATU0NjczFRQGBw4BBx4BFRQGBw4BFRQWFx4BFRQGByUjFSM1IzUzNTMVMwUqASMOAQcOARUeATc+AScuASM3LgEjKgEHDgEHDgEXHgEzOgE3PgEnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYcFy0JAgICAQ9pdRkBDgEBBAIKIBATE3cBdxwMBA4CFwwVDQkLDwsQJR4eAQJMNExMNEz+vwIEAhEfCwsLAjQjIysCAikhLQoeGAIFAwoPBQQBBAcjEwIFAxUWCQO4JieFWllmZlpZhScnJyeFWVpmZllahScm/UILBhxEQx0TIQUKDCodUh8BAwoHAQEBAgwnHCAlDAgNBwgQCQ8rIyMzDtNNTTNNTW4CDAoLGQ0bHQIDJRsZI8YgGAEDEA0NGg8bIwEGNx8AAAACABT/4QPsA7gAHABRAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxMuAScOAQcmNjcmNhcWBw4BBwYXFjc+AScmJyYnJgYHBhceAQcuATc+ATc2FhcWBw4BBwYnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYiGBsTCiAlDCYOFyovHAUFFQICJCYaGhcFBRciLS1NGBkIBBwSLB8CA2xAUoQLBgkJKyEiKwO4JieFWllmZlpZhScnJyeFWVpmZllahScm/aACFAs1XxtRgUAmaxMLHx9DHR0HBxsbUSsrGCIDAykoJzEYHSEKQC1LYQcJS0wsKitDFBMDAAAAAAIAFP/hA+wDuAAcAF4AAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjExwBFRQHDgEHBiMiJicyFjMyNjcuASceATMyNjcuAT0BHgEXLgE1NDY3HgEXLgE1NDYzMhYXPgE3DgEHPgE3DgEHAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWbIEhJGMzNDKUshBgwGIj0ZIDEKBQkEBw0GIS0KFgwTGAcGJGc9AgE5KBUkDhAfDgUWDw4cDQkZDgO4JieFWllmZlpZhScnJyeFWVpmZllahScm/m4DBwMwMTFPGRkXFAEWEwEmHQEBAgEHNSMBBQYBDSsZDRkLLDcDBgsFKDkQDgMMCBEbCgIIBg8ZCgAAAAACAFgAAgOrA1UALgBWAAABNTwBNS4BJy4BJzAiMSMmBgcOAQcOARUUFhcHBhQXHgE/AR4BMzI2Nz4BNz4BNSMUBgcOAQcOASMiJicuAQ8BNzYmJy4BNTQ2Nz4BNz4BOwEeARceARcDqwU7MTOKUAIVLV0sJ0QbKjAREksDAwUgEeIlVC0sVSc9ZCEUF1YREBpPMR9DIydIHwgRCKM3AgEEEhAmIRY1ICJJIxM/bSgnLwMBwBUBAQFLhDM1QgQBFRcUNiI0gkgoVCnjBg4HEQ8FTBESExIcXkAoXTEnSR8zSxYODxIQBAEDNqIJEQcjSSM5ZikbKxASEAM0KihoOwAAAgBVAAADqwNVACYAQQAAAQcGFBcWMj8BFRQWMzI2NRE0JicuASc4ATEuAScuASMhIgYVFBYzATc2NCcmIg8BNTQmIyIGFREUFjMhMjY1NCYjAxniDAwNIwziGRISGQICAQUDAwcEAwkE/wASGRkS/mfiDAwNIwziGRISGRkSAQASGRkSAwDiDCQMDQ3imRIZGRIBAAQIBAQHAwMEAgIBGRESGf1V4g0jDA0N4ZkRGRkR/wASGRkSERkAAAACAGIADAOeA0kAJgBOAAABNzY0JyYiDwE1NCYjIgYVERQWFx4BFzgBMR4BFx4BMyEyNjU0JiMBNxUUFjMyNjURNCYnLgEnMDQxLgEnLgEjISIGFRQWOwEHBhQXFjI3ArziDQ0MJAziGRIRGQECAQUDAwcEBAgEAQASGRkS/UniGRIRGQECAQUDAwcEBAgE/wASGRkSmeINDQwkDAIr4gwjDQwM4pkSGRkS/wAECQMEBwMDBQECAhkSEhn94uGZERkZEQEABQgEAwcDAQMEAgECGRIRGeINIw0MDAAAAQAAAAIAAKwEdEFfDzz1AAsEAAAAAADcTnOMAAAAANxOc4wAAP/hA+wDuAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD7AABAAAAAAAAAAAAAAAAAAAAHAQAAAAAAAAAAAAAAAIAAAAEAABWBAAAVgQAAFUEAADWBAAAVQQAAFUEAACqBAAAqgQAANYEAADWBAAAgAQAAIAEAACABAAArgQAAKoEAACABAAA1gQAABQEAAAUBAAAFAQAABQEAABYBAAAVQQAAGIAAAAAAAoAFAAeAF4AmAD2ARABSAGAAZgB1AH6AiICbAKuAvoDPgOAA5wDuAQABMIFRAXQBlAGrgccAAAAAQAAABwAjAAJAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAIAAAABAAAAAAACAAcAgQABAAAAAAADAAIAdQABAAAAAAAEAAIAlgABAAAAAAAFAAsAVAABAAAAAAAGAAIAewABAAAAAAAKABoABgADAAEECQABAAQAAgADAAEECQACAA4AiAADAAEECQADAAQAdwADAAEECQAEAAQAmAADAAEECQAFABYAXwADAAEECQAGAAQAfQADAAEECQAKADQAIGxnAGwAZ0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlZlcnNpb24gMi4wAFYAZQByAHMAaQBvAG4AIAAyAC4AMGxnAGwAZ2xnAGwAZ1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmxnAGwAZwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: 0 0;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "";
}
.lg-toolbar .lg-download:after {
  content: "";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition:
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.08 linear,
    -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition:
    transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.08 linear;
  transition:
    transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.08 linear,
    -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition:
    opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition:
    transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition:
    transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: 0;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  transition:
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition:
    transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition:
    transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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)
    no-repeat scroll center center rgba(0, 0, 0, 0);
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition:
    transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s,
    -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition:
    transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition:
    opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition:
    transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition:
    transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "";
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition:
    transform 0.35s ease-out 0s,
    -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 1380px) {
  .header__inner p:last-of-type {
    display: none;
  }
}
@media (max-width: 1250px) {
  .menu__list {
    gap: 16px;
  }
}
@media (max-width: 1236px) {
  .full-tab .tabs__wrapper {
    padding: 45px 30px;
  }
  .full-tab .tabs__navigation {
    gap: 5px;
  }
}
@media (max-width: 1200px) {
  .catalog-item__footer {
    flex-wrap: wrap;
  }
  .catalog-item__footer .btn {
    width: 100%;
  }
  .types__inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 1140px) {
  .menu__body {
    position: fixed;
    width: 35%;
    height: calc(100% - 54px);
    left: -100%;
    top: 54px;
    overflow: auto;
    padding: 3.125rem 0.9375rem 3.125rem 1.875rem;
    transition: left 0.3s;
    z-index: 4;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  .menu__body::after {
    content: "";
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: 34px;
    display: block;
    left: -100%;
    z-index: 3;
    background: linear-gradient(
      180deg,
      #fff 45%,
      rgba(255, 255, 255, 0.8015581232) 74%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::after,
  .menu-open .menu__body::before {
    left: 0;
  }
  .menu__list {
    flex-direction: column;
    align-items: center;
  }
  .menu__link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #0b5397;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 24px;
    height: 17.5px;
    z-index: 25;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #0b5397;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
    width: 22px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
    width: 14px;
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    width: 24px;
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__top {
    position: relative;
    z-index: 5;
  }
  .header__inner {
    flex-direction: column;
    align-items: center;
  }
  .header__inner p:last-of-type {
    display: flex;
  }
  .header__menu {
    padding: 0;
  }
}
@media (max-width: 1140px) and (max-width: 47.99875em) {
  .menu__body {
    width: 100%;
  }
}
@media (max-width: 1140px) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 1125px) {
  .menu__list {
    flex-wrap: wrap;
    justify-content: start;
    gap: 4px 16px;
  }
}
@media (max-width: 767.8px) {
  .swiper {
    padding-bottom: 40px;
  }
}
@media (max-width: 61.99875em) {
  .tabs__inner-3 .catalog-item {
    flex: 0 0 calc(50% - 12.5px);
  }
  .info__inner .img-link {
    flex: 0 0 calc(50% - 15px);
    aspect-ratio: 340/320;
  }
  .info__inner {
    flex-wrap: wrap;
  }
  .footer__nav ul {
    gap: 15px 25px;
  }
  .footer__nav ul li {
    flex: 0 0 calc(33.33% - 16.6666666667px);
  }
  .footer__social {
    gap: 25px;
  }
  .footer__inner {
    justify-content: start;
    gap: 20px;
  }
  .footer__inner a,
  .footer__inner p {
    flex: 0 0 calc(33.33% - 35px);
  }
  .hero-main_page .hero-main__bg {
    width: calc(100% - 30px);
    left: 15px;
    margin-top: -45px;
    margin-bottom: 45px;
  }
  .hero-main__container {
    flex-direction: column-reverse;
  }
  .hero-main__form {
    margin-bottom: 0;
  }
  .hero-main__content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-main__bg {
    width: 596px;
    height: 340px;
    aspect-ratio: 596/340;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .about .img-item {
    margin-top: 20px;
  }
  .about__right {
    max-width: 100%;
  }
  .block-benifits__inner {
    flex-wrap: wrap;
  }
  .block-benifits__left {
    max-width: 100%;
    flex: 0 1 100%;
  }
  .block-benifits .benifits {
    max-width: 100%;
    flex: 0 1 100%;
  }
  .block-form__inner {
    flex-wrap: wrap;
  }
  .block-form__left {
    margin-left: auto;
    margin-right: auto;
  }
  .block-form__left h2 {
    text-align: center;
  }
  .block-form__left p {
    text-align: center;
  }
  .block-form .form-main {
    flex: 0 0 100%;
  }
  .catalog-item {
    flex: 0 0 calc(33.33% - 16.6666666667px);
  }
  .big-galerya__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .big-galerya__item {
    flex: 0 0 calc(50% - 15px);
    height: 250px;
  }
  .installation__inner {
    flex-wrap: wrap;
  }
  .installation__item {
    flex: 0 0 calc(33.3333333333% - 45px);
  }
  .garantii__img {
    width: calc(100% + 50px);
    position: static;
    margin-top: 20px;
    margin-left: -25px;
    margin-bottom: -30px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .garantii__img_fasade {
    width: calc(100% + 50px);
    margin-top: 20px;
    margin-left: -20px;
    margin-bottom: -30px;
    position: relative;
    right: auto;
    bottom: auto;
    aspect-ratio: 340/186;
    border-radius: 25px;
  }
  .garantii__wrapper {
    position: relative;
  }
  .garantii__inner {
    position: relative;
    z-index: 3;
  }
  .garantii__mob {
    flex-direction: column;
    display: flex;
  }
  .garantii__mob::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(
      358deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.06) 0.01%,
      #fff 100%
    );
  }
  .full-tab__inner {
    flex-direction: column;
    gap: 20px;
  }
  .full-tab__img {
    flex: 0 0 auto;
    height: 300px;
    margin-bottom: 77px;
    display: flex;
    align-items: center;
  }
  .full-tab__img img {
    max-height: 300px;
  }
  .full-tab__item {
    padding-top: 0;
    flex: 0 0 auto;
  }
  .full-tab__item .btn {
    margin-top: 20px;
  }
  .full-tab .powder-painting__pallet {
    margin-bottom: 0;
  }
  .full-tab .tabs__wrapper {
    padding: 30px 10px;
  }
  .full-tab .tabs__navigation {
    width: 100%;
    gap: 10px;
    justify-content: center;
    top: 331px;
  }
  .fasade-sistem__img img {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 47.99875em) {
  .qs-datepicker-container {
    width: 320px;
    padding: 10px;
  }
  .qs-datepicker .qs-square {
    width: 40px;
    height: 40px;
  }
  .spollers {
    gap: 10px;
  }
  .spollers__item {
    padding: 25px 20px;
  }
  .spollers__title {
    font-size: 12px;
  }
  .spollers__body {
    padding-top: 10px;
    font-size: 12px;
  }
  .tabs__navigation {
    gap: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
  }
  .tabs__title {
    font-size: 12px;
    padding: 13px;
    white-space: nowrap;
  }
  .tabs__inner {
    gap: 10px;
  }
  .tabs__inner-2 .catalog-item {
    flex-direction: column;
  }
  .tabs__inner-1 .catalog-item {
    flex-direction: column;
    gap: 20px;
  }
  .tabs__inner-1 .catalog-item__img {
    flex: 0 0 auto;
    aspect-ratio: 300/200;
    height: auto;
  }
  .tabs__inner-3 .catalog-item {
    flex: 0 0 100%;
  }
  .tabs__inner-3 .catalog-item__bottom {
    flex: 0 0 auto;
  }
  .tabs__inner-3 .catalog-item__img {
    border-radius: 20px;
    overflow: hidden;
    max-width: 100%;
  }
  .tabs__inner-mob-100 .catalog-item {
    flex: 0 0 100%;
  }
  section {
    padding: 25px 0;
  }
  h1 {
    font-size: 24px;
    line-height: 120%;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 12px;
    line-height: 180%;
  }
  p {
    font-size: 12px;
    line-height: 180%;
  }
  .article ul li {
    font-size: 12px;
    line-height: 180%;
  }
  .info__inner .img-link {
    flex: 0 0 100%;
  }
  .info__inner {
    gap: 20px;
  }
  .img-link .img-link__content a {
    font-size: 12px;
  }
  .bredcumbers {
    padding: 5px 0;
  }
  .list li {
    flex: 0 0 100%;
    font-size: 12px;
  }
  .list {
    gap: 15px;
  }
  .header__logo {
    width: 153px;
  }
  .footer__top {
    padding: 45px 0;
  }
  .footer__nav {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .footer__nav ul {
    flex: 0 0 auto;
    gap: 17px;
  }
  .footer__nav ul li {
    flex: 0 0 100%;
    text-align: center;
  }
  .footer__nav ul a {
    text-align: center;
  }
  .footer__logo {
    flex: 0 0 auto;
    width: 145px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__social {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .footer__social .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__inner {
    flex: 0 0 100%;
    gap: 25px;
  }
  .footer__inner a,
  .footer__inner p {
    flex: 0 0 100%;
    justify-content: center;
  }
  .footer__bottom {
    padding: 20px 0;
  }
  .footer__bottom .footer__container {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .hero-main__container {
    gap: 35px;
  }
  .hero-main__content {
    padding-top: 6px;
  }
  .item-photo__inner {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .item-photo .img-item {
    aspect-ratio: 340/315;
  }
  .about__right .benifits {
    margin-top: 20px;
  }
  .benifits__item {
    flex-direction: column;
    align-items: start;
  }
  .catalog__inner .img-link {
    aspect-ratio: 330/315;
  }
  .catalog__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .powder-painting__inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .powder-painting__left h2 {
    margin-bottom: 10px;
  }
  .powder-painting__pallet {
    margin-top: 20px;
  }
  .powder-painting__item span:nth-of-type(1) {
    width: 100%;
  }
  .powder-painting__item span:nth-of-type(2) {
    font-size: 10px;
  }
  .powder-painting__item {
    flex: 0 0 calc(20% - 12px);
  }
  .powder-painting__img {
    aspect-ratio: 279/260;
    max-width: 279px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-form__container {
    padding: 50px 10px;
  }
  .block-form__left h2 {
    margin-bottom: 15px;
  }
  .block-form__left p {
    font-size: 12px;
    max-width: 283px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-form .form-main__item {
    flex: 0 0 100%;
  }
  .block-form .form-main__controls {
    flex: 0 0 100%;
  }
  .block-form .form-main__controls .form-main__item {
    flex: 0 1 144px;
  }
  .list-catalog .btn {
    margin-top: 20px;
  }
  .catalog-item {
    flex: 0 0 calc(50% - 5px);
    padding: 20px 15px;
  }
  .catalog-item .btn {
    width: 100%;
    justify-content: center;
  }
  .catalog-item__label {
    font-size: 12px;
  }
  .catalog-item__title {
    margin-bottom: 10px;
  }
  .catalog-item__price {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .catalog-item__link {
    font-size: 12px;
  }
  .catalog-item__sroki {
    font-size: 12px;
  }
  .catalog-item ul li {
    font-size: 12px;
  }
  .catalog-item ul {
    gap: 15px;
  }
  .big-galerya__inner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .big-galerya__item {
    flex: 0 0 100%;
  }
  .big-galerya__content {
    bottom: 20px;
    left: 20px;
  }
  .error__container img {
    width: 100%;
    margin-bottom: 10px;
  }
  .error__inner p {
    margin-bottom: 20px;
  }
  .maps__inner {
    flex-wrap: wrap;
  }
  .maps__left {
    flex: 0 0 100%;
  }
  .maps__block {
    flex: 0 0 100%;
    height: 410px;
  }
  .maps .benifits__item {
    flex: 0 0 calc(50% - 15px);
  }
  .article_reverse .article__inner {
    flex-direction: column;
  }
  .article__inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .article__img_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .hero-product_bg {
    margin-top: -105px;
  }
  .hero-product {
    padding-bottom: 25px;
  }
  .hero-product__inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-product__labels {
    flex-wrap: wrap;
    gap: 10px 30px;
  }
  .hero-product__list li {
    flex: 0 0 100%;
    font-size: 12px;
  }
  .hero-product__list {
    gap: 15px;
  }
  .hero-product__img {
    position: relative;
    width: calc(100% + 30px);
    top: 0;
    left: -15px;
    margin-bottom: 20px;
  }
  .hero-product .btn {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    justify-content: center;
  }
  .hero-product .btn_border {
    font-size: 12px;
  }
  .hero-product__img_doors {
    position: relative;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
  }
  .hero-product__img_window {
    position: relative;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    aspect-ratio: 287/376;
  }
  .installation__inner {
    gap: 10px;
  }
  .installation__item h3 {
    margin-bottom: 10px;
  }
  .installation__item {
    flex: 0 0 calc(50% - 5px);
  }
  .installation__item:nth-of-type(even) h3::after {
    display: none;
  }
  .garantii__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .garantii__wrapper {
    padding: 30px 25px;
  }
  .garantii__inner {
    gap: 10px;
  }
  .garantii__item {
    padding: 0;
    border: 0 solid #f4faff;
    border-radius: 0;
    flex: 0 0 calc(33.33% - 6.6666666667px);
    box-shadow: 0 15px 15px 0 rgba(11, 83, 151, 0);
  }
  .garantii__num {
    font-size: 30px;
  }
  .types__inner {
    gap: 15px 10px;
  }
  .types__item {
    flex: 1 0 calc(16.6666666667% - 8.3333333333px);
    padding: 10px 15px;
  }
  .types__item:nth-of-type(1) img {
    width: 113px;
    height: 45px;
  }
  .types__item:nth-of-type(2) img {
    width: 114px;
    height: 74px;
  }
  .types__item:nth-of-type(3) img {
    width: 128px;
    height: 41px;
  }
  .types__item:nth-of-type(4) img {
    width: 122px;
    height: 70px;
  }
  .types__item:nth-of-type(5) img {
    width: 115px;
    height: 60px;
  }
  .types__item:nth-of-type(6) img {
    width: 113px;
    height: 60px;
  }
  .full-tab__img {
    margin-bottom: 71px;
  }
  .fasade-sistem__inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 29.99875em) {
  .hero-product__img_window {
    max-width: 287px;
  }
  .types__item {
    flex: 0 0 calc(50% - 5px);
  }
  .full-tab__img {
    margin-bottom: 121px;
  }
  .full-tab .tabs__navigation {
    flex-wrap: wrap;
    justify-content: start;
  }
  .full-tab .tabs__title {
    flex: 0 0 calc(50% - 5px);
  }
}
@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }
  .menu__link:hover {
    color: #ffae00;
  }
  a.btn:hover {
    border: 1px solid #def;
    background: #fff;
  }
  a.btn.btn_border:hover {
    background: #ffae00;
    border: 1px solid #ffae00;
  }
  .img-link .img-link__content a:hover {
    color: #ffae00;
  }
  .img-link .img-link__content a:hover::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M1.91675 8.75L5.75008 5L1.91675 1.16667L3.08341 0L8.08341 5L3.08341 10L1.91675 8.75Z%27 fill=%27%23FFAE00%27 /%3e%3c/svg%3e");
  }
  .bredcumbers__container ul a:hover {
    color: #0b5397;
  }
  .header__inner a:hover {
    color: #ffae00;
  }
  .footer__nav ul a:hover {
    color: #ffae00;
  }
  .footer__social .btn:hover {
    background: #ffae00;
    border: 1px solid #ffae00;
    color: #0b5397;
  }
  .footer__inner a:hover {
    color: #ffae00;
  }
  .footer__bottom .footer__container a:hover {
    opacity: 1;
  }
  .catalog-item__link:hover {
    color: #ffae00;
  }
  .catalog-item__link:hover::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M1.91675 8.75L5.75008 5L1.91675 1.16667L3.08341 0L8.08341 5L3.08341 10L1.91675 8.75Z%27 fill=%27%23FFAE00%27 /%3e%3c/svg%3e");
  }
}
