@import url(https://fonts.googleapis.com/css?family=Mulish:regular,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Infant:italic&display=swap);
@charset "UTF-8";
.icon-svg {
  width: 100px;
}
.container {
    padding-top: 100px;
}
[class*=__big-container] {
  max-width: 95rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Mulish";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Mulish";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  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;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  max-width: 73rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[data-showmore] {
  text-align: center;
}
@media (min-width: 74.875em) {
  [data-showmore] {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    [data-showmore] {
      margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    [data-showmore] {
      margin-top: calc(1.5rem + 1 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  [data-showmore] {
    margin-top: 1.5rem;
  }
}

[data-showmore-content] {
  position: relative;
  line-height: 25.2px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (min-width: 74.875em) {
  [data-showmore-content] {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (font-size: clamp( 1rem , 0.9544419134rem  +  0.2277904328vw , 1.125rem )) {
    [data-showmore-content] {
      font-size: clamp( 1rem , 0.9544419134rem  +  0.2277904328vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9544419134rem  +  0.2277904328vw , 1.125rem )) {
    [data-showmore-content] {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  [data-showmore-content] {
    font-size: 1rem;
  }
}
[data-showmore-content]::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  transition: opacity 0.3s ease;
}
._showmore-active [data-showmore-content]::after {
  opacity: 0;
}

[data-showmore-button] {
  line-height: 20.08px;
  letter-spacing: 0.02em;
  color: #8c8c8c;
  text-transform: uppercase;
  border-bottom: 1px solid #8c8c8c;
}
@media (min-width: 74.875em) {
  [data-showmore-button] {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    [data-showmore-button] {
      margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    [data-showmore-button] {
      margin-top: calc(1.5rem + 1 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  [data-showmore-button] {
    margin-top: 1.5rem;
  }
}
[data-showmore-button] span:last-child {
  display: none;
}
._showmore-active [data-showmore-button] span {
  display: none;
}
._showmore-active [data-showmore-button] span:last-child {
  display: block;
}

.spollers {
  display: grid;
  gap: 15px;
}

.spollers__item {
  font-size: 1.25rem;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  position: relative;
}
._spoller-init .spollers__title {
  cursor: pointer;
}
._spoller-init .spollers__title::before, ._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  transition: transform 0.5s ease 0s;
}
._spoller-init .spollers__title::before {
  transform: translate(-75%, -50%) rotate(40deg);
}
._spoller-init .spollers__title::after {
  transform: translate(0, -50%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::before {
  transform: translateX(-75%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::after {
  transform: rotate(40deg);
}

.spollers__body {
  padding: 1.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #eee;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__item:not(:last-child) {
  margin-bottom: 0.3125em;
}
.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.options__input:focus + .options__label:before {
  box-shadow: 0 0 5px #000;
}
.options__input:checked + .options__label:after {
  transform: scale(1);
}
.options__label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.options__label:before {
  content: "";
  align-self: flex-start;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  border: 1px solid #a7a9ac;
}
.options__label:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 5px;
}
.quantity {
  width: 88px;
  height: 24px;
  display: flex;
}
@media (min-width: 74.875em) {
  .quantity {
    margin-top: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 0.5rem , 0.3177676538rem  +  0.9111617312vw , 1rem )) {
    .quantity {
      margin-top: clamp( 0.5rem , 0.3177676538rem  +  0.9111617312vw , 1rem );
    }
  }
  @supports not (margin-top: clamp( 0.5rem , 0.3177676538rem  +  0.9111617312vw , 1rem )) {
    .quantity {
      margin-top: calc(0.5rem + 0.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .quantity {
    margin-top: 0.5rem;
  }
}
.quantity__button {
  border: 1px solid rgba(166, 166, 166, 0.45);
  flex: 0 0 24px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #000;
  width: 9px;
  height: 1px;
}
@media (any-hover: hover) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #000;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

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 p {
  font-family: Cormorant Infant;
  font-style: italic;
  line-height: 43.6px;
  text-align: center;
}
@media (min-width: 74.875em) {
  .popup p {
    font-size: 2.25rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (font-size: clamp( 1.5rem , 1.2266514806rem  +  1.3667425968vw , 2.25rem )) {
    .popup p {
      font-size: clamp( 1.5rem , 1.2266514806rem  +  1.3667425968vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.2266514806rem  +  1.3667425968vw , 2.25rem )) {
    .popup p {
      font-size: calc(1.5rem + 0.75 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .popup p {
    font-size: 1.5rem;
  }
}
.popup table,
.popup td,
.popup th {
  border: 1px solid #e5e7e9;
  border-collapse: collapse;
}
.popup table {
  width: 100%;
  margin-top: 1.5rem;
}
.popup th {
  width: 20%;
  background-color: #f9f9f9;
  font-weight: 500;
  line-height: 19.2px;
}
.popup th,
.popup td {
  text-align: center;
  padding: 1.1563rem 0;
}
@media (min-width: 74.875em) {
  .popup th,
  .popup td {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (font-size: clamp( 0.75rem , 0.6588838269rem  +  0.4555808656vw , 1rem )) {
    .popup th,
    .popup td {
      font-size: clamp( 0.75rem , 0.6588838269rem  +  0.4555808656vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6588838269rem  +  0.4555808656vw , 1rem )) {
    .popup th,
    .popup td {
      font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .popup th,
  .popup td {
    font-size: 0.75rem;
  }
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
}
@media (min-width: 74.875em) {
  .popup__content {
    padding: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem )) {
    .popup__content {
      padding: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem );
    }
  }
  @supports not (padding: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem )) {
    .popup__content {
      padding: calc(1.25rem + 1.25 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .popup__content {
    padding: 1.25rem;
  }
}
.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
}

@media (max-width: 47.99875em) {
  .popup__close {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.grid-cards {
  display: grid;
  gap: 64px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@media (min-width: 74.875em) {
  .grid-cards {
    gap: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (gap: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .grid-cards {
      gap: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem );
    }
  }
  @supports not (gap: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .grid-cards {
      gap: calc(1.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .grid-cards {
    gap: 1.5rem;
  }
}
.grid-cards img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  /*&:nth-child(2) {
    height: 100%;
    max-height: 600px;
  }*/
}

h2 {
  font-family: "Cormorant Infant";
  font-style: italic;
  line-height: 1.16;
  text-align: center;
}
@media (min-width: 74.875em) {
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (font-size: clamp( 1.5rem , 0.9533029613rem  +  2.7334851936vw , 3rem )) {
    h2 {
      font-size: clamp( 1.5rem , 0.9533029613rem  +  2.7334851936vw , 3rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 0.9533029613rem  +  2.7334851936vw , 3rem )) {
    h2 {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  h2 {
    font-size: 1.5rem;
  }
}

.title-decor {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 74.875em) {
  .title-decor {
    gap: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (gap: clamp( 0.625rem , 0.3060933941rem  +  1.5945330296vw , 1.5rem )) {
    .title-decor {
      gap: clamp( 0.625rem , 0.3060933941rem  +  1.5945330296vw , 1.5rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , 0.3060933941rem  +  1.5945330296vw , 1.5rem )) {
    .title-decor {
      gap: calc(0.625rem + 0.875 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .title-decor {
    gap: 0.625rem;
  }
}
.title-decor svg {
  flex-shrink: 0;
}
@media (min-width: 74.875em) {
  .title-decor svg {
    width: 4.75rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (width: clamp( 2rem , 0.9977220957rem  +  5.0113895216vw , 4.75rem )) {
    .title-decor svg {
      width: clamp( 2rem , 0.9977220957rem  +  5.0113895216vw , 4.75rem );
    }
  }
  @supports not (width: clamp( 2rem , 0.9977220957rem  +  5.0113895216vw , 4.75rem )) {
    .title-decor svg {
      width: calc(2rem + 2.75 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .title-decor svg {
    width: 2rem;
  }
}
.title-decor h1 {
  text-align: center;
}

h6 {
  font-size: 24px;
  line-height: 30.12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h5 {
  font-weight: 500;
  line-height: 22.4px;
  color: #8c8c8c;
  text-transform: uppercase;
}

.full-btn {
  display: inline-block;
  padding: 1.0625rem 2.5rem;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
}

.opacity-btn {
  padding: 1.0625rem;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.toggle-like._active svg {
  fill: #000;
}

.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 74.875em) {
  .grid-two {
    column-gap: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (column-gap: clamp( 1.5rem , 0.2243735763rem  +  6.3781321185vw , 5rem )) {
    .grid-two {
      column-gap: clamp( 1.5rem , 0.2243735763rem  +  6.3781321185vw , 5rem );
    }
  }
  @supports not (column-gap: clamp( 1.5rem , 0.2243735763rem  +  6.3781321185vw , 5rem )) {
    .grid-two {
      column-gap: calc(1.5rem + 3.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .grid-two {
    column-gap: 1.5rem;
  }
}
@media (min-width: 74.875em) {
  .grid-two {
    row-gap: 3.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (row-gap: clamp( 1.5rem , 0.771070615rem  +  3.6446469248vw , 3.5rem )) {
    .grid-two {
      row-gap: clamp( 1.5rem , 0.771070615rem  +  3.6446469248vw , 3.5rem );
    }
  }
  @supports not (row-gap: clamp( 1.5rem , 0.771070615rem  +  3.6446469248vw , 3.5rem )) {
    .grid-two {
      row-gap: calc(1.5rem + 2 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .grid-two {
    row-gap: 1.5rem;
  }
}

@media (max-width: 29.99875em) {
  .grid-two {
    grid-template-columns: 1fr;
  }
}
.img-text {
  line-height: 1.38;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
.img-text span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}

.socials-svg a:hover svg path {
  fill: rgba(0, 0, 0, 0.6156862745) !important;
}

.top-site {
  padding-top: 2.5rem;
}
.top-site .title-decor {
  margin-top: 1.5rem;
}

.count {
  line-height: 20.08px;
  letter-spacing: 0.02em;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7e9;
}
.count div {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.count div p {
  text-transform: uppercase;
}
.count span {
  color: #8c8c8c;
}
.count button {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}
.count button svg path {
  stroke: #8c8c8c;
}
.count button span {
  text-transform: uppercase;
  font-weight: 500;
}

.clear-product {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  width: auto;
}
.clear-product svg path {
  stroke: #000;
}
.clear-product span {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20.08px;
  letter-spacing: 0.02em;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.breadcrumbs--left {
  justify-content: start;
}
.breadcrumbs li {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 0.02em;
}
.breadcrumbs li:not(:first-child)::before {
  content: "-";
  margin-right: 8px;
}
.breadcrumbs a {
  color: #000;
}

h1 {
  font-family: "Cormorant Infant";
  font-style: italic;
  line-height: 1.19;
  color: #000;
}
@media (min-width: 74.875em) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (font-size: clamp( 2.375rem , 1.964977221rem  +  2.0501138952vw , 3.5rem )) {
    h1 {
      font-size: clamp( 2.375rem , 1.964977221rem  +  2.0501138952vw , 3.5rem );
    }
  }
  @supports not (font-size: clamp( 2.375rem , 1.964977221rem  +  2.0501138952vw , 3.5rem )) {
    h1 {
      font-size: calc(2.375rem + 1.125 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  h1 {
    font-size: 2.375rem;
  }
}

@media (min-width: 47.99875em) {
  .hover-underline a {
    position: relative;
  }
  .hover-underline a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #000;
    transition: width 0.3s ease;
  }
  .hover-underline a:hover::after {
    width: 100%;
  }
}
.header {
  background-color: transparent;
  z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header__big-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 74.875em) {
  .header__big-container {
    padding-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem )) {
    .header__big-container {
      padding-top: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem )) {
    .header__big-container {
      padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .header__big-container {
    padding-top: 1.25rem;
  }
}
@media (min-width: 74.875em) {
  .header__big-container {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem )) {
    .header__big-container {
      padding-bottom: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem )) {
    .header__big-container {
      padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .header__big-container {
    padding-bottom: 1.25rem;
  }
}
.header__menu {
  flex: 1;
}
.header__logo {
  flex: auto;
  text-align: center;
}
.header__logo img:last-child {
  display: none;
}
.header__items {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header__socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 2.5rem;
}
.header__socials a {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__mobile {
  margin-right: 1.5rem;
}
.header__heart {
  margin-right: 1.375rem;
  position: relative;
}
.header__heart:hover svg path {
  stroke: rgba(0, 0, 0, 0.6156862745) !important;
}
.header__heart span {
  display: block;
  background-color: #000;
  border-radius: 50%;
  padding: 2px 6px;
  right: 0;
  top: -50%;
  transform: translateX(50%);
  position: absolute;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.02em;
}
.header__basket {
  position: relative;
}
.header__basket:hover svg path {
  stroke: rgba(0, 0, 0, 0.6156862745) !important;
}
.header__basket span {
  display: block;
  background-color: #000;
  border-radius: 50%;
  padding: 2px 6px;
  right: 0;
  top: -50%;
  transform: translateX(50%);
  position: absolute;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.02em;
}
.header__basket--no-empty span {
  background-color: #e88832;
}

.mobile {
  font-weight: 700;
  color: #fff;
  text-wrap: nowrap;
  position: relative;
}
.mobile::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: #000;
  transition: width 0.3s ease;
}
.mobile:hover::after {
  width: 100%;
}

.menu {
  align-self: flex-start;
  position: relative;
}
.menu__icon {
  display: flex;
  gap: 1rem;
  z-index: 5;
  color: #fff;
  font-weight: 700;
  position: absolute;
}
.menu__body {
  position: absolute;
  display: none;
  z-index: 2;
}
.menu__list {
  flex: 1;
}
.menu__mobile {
  color: #000;
}
.menu__socials {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.menu__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: #000 1px solid;
  width: 2.5rem;
  height: 2.5rem;
}
.menu__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  gap: 80px;
}

.call {
  display: inline-block;
  margin-top: 4rem;
}
.call p {
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
  line-height: 20.08px;
  letter-spacing: 0.02em;
}

.menu-open .header__logo {
  flex: auto;
  text-align: end;
}
.menu-open .menu {
  left: 0;
  top: 0;
  padding-top: 40px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 480px;
}
.menu-open .menu__body {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 8rem 2.5rem 2.5rem 2.5rem;
}
.menu-open .menu__item {
  font-weight: 500;
  line-height: 1.2rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.menu-open .menu__item:not(:first-child) {
  margin-top: 2.5rem;
}
.menu-open .menu__icon {
  position: absolute;
  right: 2.5rem;
}
.menu-open .menu__icon p {
  display: none;
}

.dropdown-menu {
  display: none;
}

.dropdown-toggle__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.dropdown-toggle._active svg {
  transform: rotate(90deg);
}
.dropdown-toggle._active .dropdown-menu {
  display: block;
}
.dropdown-toggle._active .dropdown-menu li {
  color: #535353;
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

.loaded .header__big-container {
  transition: padding 0.3s;
  transition: padding 0.3s ease;
}

.header.--black {
  transition: background-color 0.3s ease;
  background-color: #fff;
}
.header.--black .icon-menu span, .header.--black .icon-menu::after, .header.--black .icon-menu::before {
  background-color: #000;
}
.header.--black .menu__icon {
  color: #000;
}
.header.--black .header__logo img:first-child {
  display: none;
}
.header.--black .header__logo img:last-child {
  display: unset;
}
.header.--black .header__socials svg path {
  fill: #000;
}
.header.--black .header__mobile {
  color: #000;
}
.header.--black .header__heart svg path, .header.--black .header__basket svg path {
  stroke: #000;
}

@media (max-width: 47.99875em) {
  .menu__icon p {
    display: none;
  }
  .header__socials {
    display: none;
  }
  .header__mobile {
    display: none;
  }
}
.icon-menu {
  display: block;
  position: relative;
  width: 1.25rem;
  height: 1rem;
  cursor: pointer;
  z-index: 5;
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
  content: "";
  transition: all 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
}
.icon-menu::before {
  top: 0;
}
.icon-menu::after {
  bottom: 0;
}
.icon-menu span {
  top: calc(50% - 0.0625rem);
}
.menu-open .icon-menu span {
  width: 0;
}
.menu-open .icon-menu::before, .menu-open .icon-menu::after {
  background-color: #000;
}
.menu-open .icon-menu::before {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}
.menu-open .icon-menu::after {
  bottom: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}

.dropdown-menu {
  display: none;
}

.dropdown-toggle__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.dropdown-toggle._active svg {
  transform: rotate(90deg);
}
.dropdown-toggle._active .dropdown-menu {
  display: block;
}
.dropdown-toggle._active .dropdown-menu li {
  color: #535353;
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

@media (min-width: 74.875em) {
  .footer {
    margin-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .footer {
      margin-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (margin-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .footer {
      margin-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .footer {
    margin-top: 2.5rem;
  }
}
@media (min-width: 74.875em) {
  .footer {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .footer {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .footer {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .footer {
    padding-top: 2.5rem;
  }
}
@media (min-width: 74.875em) {
  .footer__copy {
    margin-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .footer__copy {
      margin-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (margin-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .footer__copy {
      margin-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .footer__copy {
    margin-top: 2.5rem;
  }
}

.footer-nav__grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-nav__logo {
  flex: 1;
}
@media (min-width: 74.875em) {
  .footer-nav__socials {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .footer-nav__socials {
      margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .footer-nav__socials {
      margin-top: calc(1.5rem + 1 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .footer-nav__socials {
    margin-top: 1.5rem;
  }
}
.footer-nav__item {
  flex: 1;
}
.footer-nav__item h5 {
  margin-bottom: 1rem;
}
.footer-nav__item li {
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
}
.footer-nav__item li:not(:first-child) {
  margin-top: 1rem;
}

.copy {
  border-top: 1px solid #f6f7f9;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.copy p {
  font-size: 14px;
  line-height: 19.6px;
  color: #8c8c8c;
}
.copy__cards {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("../img/maingirls.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.banner__bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.3019607843);
  width: 100%;
  height: 100%;
}

.wrapper {
  position: relative;
}

.loaded .banner__video-bg {
  display: block;
}

@media (min-width: 74.875em) {
  .about {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .about {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .about {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .about {
    padding-top: 2.5rem;
  }
}
.about__container {
  text-align: center;
}
.about__text {
  line-height:1.38;
  max-width: 932px;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.about__text p:not(:first-child) {
  margin-top: 1.5rem;
}
@media (min-width: 74.875em) {
  .about__grid {
    padding-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .about__grid {
      padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .about__grid {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .about__grid {
    padding-top: 2.5rem;
  }
}

@media (min-width: 74.875em) {
  .why {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .why {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .why {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .why {
    padding-top: 2.5rem;
  }
}
.why__img {
  width: 100%;
}
@media (min-width: 74.875em) {
  .why__img {
    margin-top: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .why__img {
      margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .why__img {
      margin-top: calc(1.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .why__img {
    margin-top: 1.5rem;
  }
}
@media (min-width: 74.875em) {
  .why__grid {
    margin-top: 3.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 0.771070615rem  +  3.6446469248vw , 3.5rem )) {
    .why__grid {
      margin-top: clamp( 1.5rem , 0.771070615rem  +  3.6446469248vw , 3.5rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 0.771070615rem  +  3.6446469248vw , 3.5rem )) {
    .why__grid {
      margin-top: calc(1.5rem + 2 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .why__grid {
    margin-top: 1.5rem;
  }
}

@media (min-width: 74.875em) {
  .product {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .product {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .product {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .product {
    padding-top: 2.5rem;
  }
}
.product--40pt {
  padding-top: 2.5rem;
}
.product__grid {
  margin-top: 1.5rem;
}
.product__grid--mt0 {
  margin-top: 0rem;
}

.title-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-transform: uppercase;
  letter-spacing: 2%;
}
.title-btn a {
  color: #999999;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 2%;
}

@media (min-width: 47.99875em) {
  .title-btn a {
    position: relative;
  }
  .title-btn a::after {
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    margin-right: 24px;
    width: 0;
    transition: width 0.3s ease;
  }
  .title-btn a:hover::after {
    width: 90%;
    background-color: #999999;
  }
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.25rem;
  row-gap: 2.5rem;
}

@media (max-width: 61.99875em) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-product {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: flex-start;
}
.card-product__clear {
  margin-bottom: 1.5rem;
}
.card-product__img {
  position: relative;
}
.card-product__img img {
  width: 100%;
}
.card-product__rotate {
  overflow: hidden;
  transition: 0.3s ease-in-out;
  transform-style: preserve-3d;
}
.card-product__rotate img {
  object-fit: cover;
}
.card-product__rotate:hover .card-product__front {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.card-product__rotate:hover .card-product__back {
  opacity: 1;
}
.card-product__front {
  position: relative;
  padding-top: 140%;
}
.card-product__front img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.card-product__back {
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  backface-visibility: hidden;
  object-fit: cover;
  opacity: 0;
}
.card-product__back img {
  height: 100%;
  object-fit: cover;
}
.card-product .like {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  z-index: 1;
}
.card-product .like:hover svg path {
  stroke: rgba(0, 0, 0, 0.6156862745) !important;
}
.card-product__inf {
  display: block;
  text-align: center;
  align-items: center;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.card-product__inf p {
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 47.99875em) {
  .card-product__inf p {
    letter-spacing: 0em;
    font-size: 12px;
  }
}
.card-product__inf span {
  display: inline-block;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
}
.card-product__link {
  position: relative;
  display: flex;
  justify-content: start;
  margin-top: 1rem;
  flex: 1;
}
.card-product .border-btn {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

.card-product:hover .card-product__inf div {
  position: relative;
}
.card-product:hover .card-product__inf div p,
.card-product:hover .card-product__inf div span {
  opacity: 0;
  z-index: -1;
}
.card-product:hover .border-btn {
  display: block;
}

.border-btn {
  z-index: 1;
  display: block;
  border: 1px solid #000;
  background-color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 74.875em) {
  .border-btn {
    padding: 1.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding: clamp( 0.5rem , 0.2949886105rem  +  1.0250569476vw , 1.0625rem )) {
    .border-btn {
      padding: clamp( 0.5rem , 0.2949886105rem  +  1.0250569476vw , 1.0625rem );
    }
  }
  @supports not (padding: clamp( 0.5rem , 0.2949886105rem  +  1.0250569476vw , 1.0625rem )) {
    .border-btn {
      padding: calc(0.5rem + 0.5625 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .border-btn {
    padding: 0.5rem;
  }
}

@media (min-width: 74.875em) {
  .collection {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .collection {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .collection {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .collection {
    padding-top: 2.5rem;
  }
}
@media (min-width: 74.875em) {
  .collection--80pt {
    padding-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .collection--80pt {
      padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .collection--80pt {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .collection--80pt {
    padding-top: 2.5rem;
  }
}
.collection__img {
  position: relative;
}
@media (min-width: 74.875em) {
  .collection__img {
    margin-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .collection__img {
      margin-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem );
    }
  }
  @supports not (margin-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .collection__img {
      margin-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .collection__img {
    margin-top: 2.5rem;
  }
}
.collection__img img {
  width: 100%;
}
.collection__blur-title {
  color: #fff;
  font-family: "Cormorant Infant";
  font-style: italic;
  line-height: 1;
  z-index: 1;
  bottom: 0;
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 169.17%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 74.875em) {
  .collection__blur-title {
    font-size: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (font-size: clamp( 1.5rem , 1.3177676538rem  +  0.9111617312vw , 2rem )) {
    .collection__blur-title {
      font-size: clamp( 1.5rem , 1.3177676538rem  +  0.9111617312vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.3177676538rem  +  0.9111617312vw , 2rem )) {
    .collection__blur-title {
      font-size: calc(1.5rem + 0.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .collection__blur-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 74.875em) {
  .collection__blur-title {
    padding: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem )) {
    .collection__blur-title {
      padding: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem );
    }
  }
  @supports not (padding: clamp( 1.25rem , 0.7944191344rem  +  2.277904328vw , 2.5rem )) {
    .collection__blur-title {
      padding: calc(1.25rem + 1.25 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .collection__blur-title {
    padding: 1.25rem;
  }
}
.collection__text {
	line-height:1.38;
  text-align: center;
  max-width: 932px;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.collection__text p:not(:first-child) {
  margin-top: 1.5rem;
}
.collection__text--mt0 {
  margin-top: 0rem;
}
.collection__grid {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
@media (min-width: 74.875em) {
  .collection__grid {
    padding-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .collection__grid {
      padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .collection__grid {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .collection__grid {
    padding-top: 2.5rem;
  }
}
.collection__grid img {
  width: 100%;
}

@media (min-width: 47.99875em) {
  .collection__blur-title:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.886) 169.17%);
  }
}
@media (min-width: 74.875em) {
  .adress {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .adress {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .adress {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .adress {
    padding-top: 2.5rem;
  }
}
.adress--pt24 {
  padding-top: 1.5rem;
}
.adress__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (min-width: 74.875em) {
  .adress__grid {
    margin-top: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .adress__grid {
      margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .adress__grid {
      margin-top: calc(1.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .adress__grid {
    margin-top: 1.5rem;
  }
}
.adress__item {
  text-align: center;
}
.adress__item ul {
  margin-top: 0.75rem;
}
.adress__item ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
}
.adress__item ul li:not(:first-child) {
  margin-top: 0.25rem;
}
.adress__socials {
  margin-top: 1rem;
  justify-content: center;
}
@media (min-width: 74.875em) {
  .adress__map {
    margin-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .adress__map {
      margin-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem );
    }
  }
  @supports not (margin-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .adress__map {
      margin-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .adress__map {
    margin-top: 2.5rem;
  }
}

@media (min-width: 74.875em) {
  .text-more {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .text-more {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .text-more {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .text-more {
    padding-top: 2.5rem;
  }
}
.just-img {
  padding-top: 2.5rem;
}
.just-img__big-container img {
  max-width: 100%;
}

@media (min-width: 74.875em) {
  .typical-information-page {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .typical-information-page {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .typical-information-page {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .typical-information-page {
    padding-top: 2.5rem;
  }
}
.typical-information-page__container {
  text-align: center;
}
.typical-information-page h2 {
  margin-top: 1.5rem;
}
.typical-information-page .full-btn {
  margin-top: 2.5rem;
}
.typical-information-page p {
  margin-top: 1rem;
  line-height: 25.6px;
  letter-spacing: 0.02em;
}

.typical-information-page__container ul {
  display: inline-block;
}

.typical-information-page__container ul li {
  position: relative;
}

.typical-information-page__container ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background: #000;
  margin-right: .8rem;
}

@media (min-width: 74.875em) {
  .send-section {
    padding-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .send-section {
      padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .send-section {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .send-section {
    padding-top: 2.5rem;
  }
}
.main-product__big-container {
  padding-top: 2.5rem;
}
.main-product__stiky-content {
  display: flex;
  position: relative;
}
@media (min-width: 74.875em) {
  .main-product__stiky-content {
    gap: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (gap: clamp( 1.5rem , 0.2243735763rem  +  6.3781321185vw , 5rem )) {
    .main-product__stiky-content {
      gap: clamp( 1.5rem , 0.2243735763rem  +  6.3781321185vw , 5rem );
    }
  }
  @supports not (gap: clamp( 1.5rem , 0.2243735763rem  +  6.3781321185vw , 5rem )) {
    .main-product__stiky-content {
      gap: calc(1.5rem + 3.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .main-product__stiky-content {
    gap: 1.5rem;
  }
}
.main-product__line {
  max-width: 42.5rem;
  flex: 1;
  text-align: center;
}
.main-product__line img {
  max-width: 100%;
}
.main-product__line img:not(:first-child) {
  margin-top: 1.5rem;
}
.main-product__stiky {
  align-self: flex-start;
  flex: 1;
}
.main-product__description {
  line-height: 23.68px;
  letter-spacing: 0.02em;
  color: #535353;
}
@media (min-width: 74.875em) {
  .main-product__description {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .main-product__description {
      margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .main-product__description {
      margin-top: calc(1.5rem + 1 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .main-product__description {
    margin-top: 1.5rem;
  }
}
.main-product__description p:not(:first-child) {
  margin-top: 1rem;
}
.main-product .opacity-btn {
  margin-top: 0.5rem;
}

.con-stiky {
  flex: 1;
}

.property-form__art {
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0.02em;
  color: #8c8c8c;
display: inline-block;
margin-bottom: 1rem;
}

.property-form__price {
  margin-top: 1.5rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.1px;
  letter-spacing: 0.02em;
}
.property-form__size {
  margin-top: 1.5rem;
}
.property-form__title-option {
  letter-spacing: 0.02em;
  display: flex;
  justify-content: space-between;
}
.property-form__title-option button {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.property-form__color {
  margin-top: 1.5rem;
}
.property-form .full-btn {
  width: 100%;
}
@media (min-width: 74.875em) {
  .property-form .full-btn {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .property-form .full-btn {
      margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .property-form .full-btn {
      margin-top: calc(1.5rem + 1 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .property-form .full-btn {
    margin-top: 1.5rem;
  }
}

.options-size {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
.options-size__item {
  cursor: pointer;
}
.options-size__input:checked + .options-size__label:before {
  background-color: #000;
}
.options-size__label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  position: relative;
}
.options-size__label:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
}
.options-size__text {
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.02em;
}

.options-color {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}
.options-color__item {
  cursor: pointer;
}
.options-color__input:checked + .options-color__label:after {
  border: #000 1px solid;
}
.options-color__label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  position: relative;
}
.options-color__label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color);
}

.options-color__label::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

@media (min-width: 74.875em) {
  .spollers-main-product {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .spollers-main-product {
      margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .spollers-main-product {
      margin-top: calc(1.5rem + 1 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .spollers-main-product {
    margin-top: 1.5rem;
  }
}
.spollers-main-product__item {
  border-bottom: 1px solid #e9e9e9;
}
.spollers-main-product__item:not(:first-child) {
  margin-top: 1rem;
}
.spollers-main-product__title {
  width: 100%;
  line-height: 23.68px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}
.spollers-main-product__title._spoller-active svg {
  transform: rotate(-180deg);
}
.spollers-main-product__item p {
  font-weight: 600;
}
.spollers-main-product__body {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  font-size: 14px;
  line-height: 20.72px;
  letter-spacing: 0.02em;
  color: #535353;
  position: relative;
}

@media (max-width: 47.99875em) {
  .main-product__line {
    max-width: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .main-product__line img:not(:first-child) {
    margin-top: 0rem;
  }
  .main-product__stiky-content {
    flex-direction: column;
  }
}
.form-send {
  max-width: 46.875rem;
  margin: 0 auto;
}
@media (min-width: 74.875em) {
  .form-send {
    margin-top: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .form-send {
      margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .form-send {
      margin-top: calc(1.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .form-send {
    margin-top: 1.5rem;
  }
}
.form-send__flex-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form-send__input-item {
  flex: 1;
}
.form-send .border-btn {
  margin-top: 1rem;
}
.form-send__textarea-wrapper {
  margin-top: 1rem;
}
.form-send .accept-polityc {
  margin-top: 1rem;
}

.textarea-wrapper {
  display: block;
  width: 100%;
  position: relative;
}
.textarea-wrapper__textarea {
  outline: none;
  padding: 0.75rem 2.25rem 1.5rem 0.5rem;
  border-bottom: 1px solid #d8d9d9;
  height: 6.5rem;
  width: 100%;
  resize: none;
}
.textarea-wrapper__textarea::placeholder {
  color: #8c8c8c;
}
.textarea-wrapper svg {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 16.25rem;
}
.input-wrapper__label {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.input-wrapper__text {
  font-size: 16px;
  line-height: 23.68px;
  color: #8c8c8c;
}
.input-wrapper__text span {
  margin-left: 4px;
  color: #ea8831;
}
.input-wrapper__input {
  margin-top: 1rem;
  outline: none;
  padding: 0.5rem 3.5rem 0.5rem 0.5rem;
  border-bottom: 1px solid #d8d9d9;
  width: 100%;
}
.input-wrapper__input:focus, .input-wrapper__input:not(:placeholder-shown) {
  border-bottom: 1px solid #000;
}
.input-wrapper__input:focus + .input-wrapper__label, .input-wrapper__input:not(:placeholder-shown) + .input-wrapper__label {
  top: 0.5rem;
  transform: translateY(0);
}
.input-wrapper__input:focus + .input-wrapper__label .input-wrapper__text, .input-wrapper__input:not(:placeholder-shown) + .input-wrapper__label .input-wrapper__text {
  font-size: 12px;
  line-height: 17.76px;
}
.input-wrapper__input:focus + .input-wrapper__label .input-wrapper__text span, .input-wrapper__input:not(:placeholder-shown) + .input-wrapper__label .input-wrapper__text span {
  margin-left: 2px;
}
.input-wrapper__input:not(:placeholder-shown) .input-wrapper__clear {
  display: flex;
}
.input-wrapper__clear {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.accept-polityc {
  text-align: center;
  font-size: 12px;
}
.accept-polityc a {
  color: #ea8831;
}

.bascket__title {
  font-size: 20px;
  line-height: 25.1px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.bascket__content {
  max-width: unset;
  display: flex;
}
@media (min-width: 74.875em) {
  .bascket__content {
    gap: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (gap: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .bascket__content {
      gap: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem );
    }
  }
  @supports not (gap: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .bascket__content {
      gap: calc(2.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .bascket__content {
    gap: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .bascket__content {
    flex-direction: column;
  }
}
.bascket__inputs {
  flex: 1.25;
}
.bascket__inputs > .form-send__input-item:not(:first-child) {
  margin-top: 1rem;
}
.bascket__inputs .form-send__flex-inputs {
  margin-top: 1rem;
}
.bascket__products {
  flex: 1;
}
.bascket__products .full-btn {
  margin-top: 1.5rem;
  width: 100%;
}
.bascket__count {
  margin-top: 1.5rem;
  line-height: 23.68px;
  border-bottom: 1px solid #e5e7e9;
  padding-bottom: 1.5rem;
}
.bascket__all-price {
  margin-top: 1.5rem;
  font-weight: 700;
  line-height: 23.68px;
}
.bascket__count, .bascket__all-price {
  display: flex;
  justify-content: space-between;
}
.bascket__time-delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 1px dashed #d8d9d9;
  padding: 1rem;
  width: 100%;
  margin-top: 1.5rem;
}

.bascket-item {
  display: flex;
  align-items: center;
}
@media (min-width: 74.875em) {
  .bascket-item:first-child {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .bascket-item:first-child {
      margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .bascket-item:first-child {
      margin-top: calc(1.5rem + 1 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .bascket-item:first-child {
    margin-top: 1.5rem;
  }
}
.bascket-item:not(:first-child) {
  margin-top: 0.5rem;
}
.bascket-item__price-del {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
@media (min-width: 74.875em) {
  .bascket-item__price-del {
    padding-left: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-left: clamp( 1rem , 0.4533029613rem  +  2.7334851936vw , 2.5rem )) {
    .bascket-item__price-del {
      padding-left: clamp( 1rem , 0.4533029613rem  +  2.7334851936vw , 2.5rem );
    }
  }
  @supports not (padding-left: clamp( 1rem , 0.4533029613rem  +  2.7334851936vw , 2.5rem )) {
    .bascket-item__price-del {
      padding-left: calc(1rem + 1.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .bascket-item__price-del {
    padding-left: 1rem;
  }
}
.bascket-item__price-del .clear-product {
  margin-bottom: 1rem;
  margin-left: auto;
}
.bascket-item__price-del .clear-product span {
  font-size: 0.75rem;
}
.bascket-item__img {
  display: block;
  height: 5rem;
  width: 3.3125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bascket-item__info {
  flex: 1;
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
}
.bascket-item__text p {
  line-height: 20.08px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.bascket-item__text span {
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 0.02em;
  color: #8c8c8c;
}
.bascket-item__price {
  text-wrap: nowrap;
  text-align: right;
}
.bascket-item__price p:not(:last-child) {
  color: #ea8831;
  text-decoration: unset;
}
.bascket-item__price p:not(:first-child) {
  color: #000;
  font-size: 0.75rem;
  text-decoration: line-through;
}

@media (min-width: 74.875em) {
  .img-text__container {
    padding-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .img-text__container {
      padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .img-text__container {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .img-text__container {
    padding-top: 2.5rem;
  }
}
.img-text__container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 74.875em) {
  .img-text__container > div:not(:first-child) {
    margin-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .img-text__container > div:not(:first-child) {
      margin-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem );
    }
  }
  @supports not (margin-top: clamp( 2.5rem , 1.5888382688rem  +  4.555808656vw , 5rem )) {
    .img-text__container > div:not(:first-child) {
      margin-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .img-text__container > div:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media (min-width: 74.875em) {
  .img-text__container > div {
    gap: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (gap: clamp( 1.5rem , 0.2243735763rem  +  6.3781321185vw , 5rem )) {
    .img-text__container > div {
      gap: clamp( 1.5rem , 0.2243735763rem  +  6.3781321185vw , 5rem );
    }
  }
  @supports not (gap: clamp( 1.5rem , 0.2243735763rem  +  6.3781321185vw , 5rem )) {
    .img-text__container > div {
      gap: calc(1.5rem + 3.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .img-text__container > div {
    gap: 1.5rem;
  }
}
@media (max-width: 47.99875em) {
  .img-text__container > div {
    flex-wrap: wrap;
  }
}
.img-text__container > div img {
  max-width: 25rem;
  width: 100%;
}
.img-text__container > div p {
  flex: 1;
  line-height: 25.6px;
  letter-spacing: 0.02em;
}
.img-text__container > div div {
  text-align: left;
}
.img-text__container > div div h2 {
  text-align: left;
  margin-bottom: 1.5rem;
}

@media (min-width: 74.875em) {
  .table {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .table {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .table {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .table {
    padding-top: 2.5rem;
  }
}
.table table,
.table td,
.table th {
  border: 1px solid #e5e7e9;
  border-collapse: collapse;
}
.table table {
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 74.875em) {
  .table table {
    margin-top: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .table table {
      margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .table table {
      margin-top: calc(1.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .table table {
    margin-top: 1.5rem;
  }
}
.table th {
  background-color: #f9f9f9;
  font-weight: 500;
  line-height: 19.2px;
}
.table th,
.table td {
  text-align: center;
  padding: 1.1563rem 0.5rem;
}
@media (min-width: 74.875em) {
  .table th,
  .table td {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (font-size: clamp( 0.75rem , 0.6588838269rem  +  0.4555808656vw , 1rem )) {
    .table th,
    .table td {
      font-size: clamp( 0.75rem , 0.6588838269rem  +  0.4555808656vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6588838269rem  +  0.4555808656vw , 1rem )) {
    .table th,
    .table td {
      font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .table th,
  .table td {
    font-size: 0.75rem;
  }
}

@media (min-width: 74.875em) {
  .section-gallery {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .section-gallery {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .section-gallery {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .section-gallery {
    padding-top: 2.5rem;
  }
}
.gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (min-width: 74.875em) {
  .gallery {
    margin-top: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .gallery {
      margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .gallery {
      margin-top: calc(1.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .gallery {
    margin-top: 1.5rem;
  }
}
.gallery img {
  width: 100%;
}
@media (min-width: 74.875em) {
  .download-docx {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .download-docx {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .download-docx {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .download-docx {
    padding-top: 2.5rem;
  }
}
@media (min-width: 74.875em) {
  .download-docx__items {
    margin-top: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .download-docx__items {
      margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .download-docx__items {
      margin-top: calc(1.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .download-docx__items {
    margin-top: 1.5rem;
  }
}

.docx {
  letter-spacing: 0.02em;
}
.docx:not(:last-child) {
  border-bottom: 1px solid #e5e7e9;
}
@media (min-width: 74.875em) {
  .docx:not(:last-child) {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-bottom: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .docx:not(:last-child) {
      padding-bottom: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .docx:not(:last-child) {
      padding-bottom: calc(1.5rem + 1 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .docx:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 74.875em) {
  .docx:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-bottom: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .docx:not(:last-child) {
      margin-bottom: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5rem , 1.1355353075rem  +  1.8223234624vw , 2.5rem )) {
    .docx:not(:last-child) {
      margin-bottom: calc(1.5rem + 1 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .docx:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.docx__date {
  font-size: 14px;
  line-height: 22.4px;
}
.docx__date span {
  margin-left: 4px;
  color: #ea8831;
}
.docx__name {
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.59px;
  text-transform: uppercase;
}
.docx__desc {
  margin-top: 1rem;
  line-height: 25.6px;
}
.docx .border-btn {
  margin-top: 1rem;
  width: fit-content;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 74.875em) {
  .view-docx {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .view-docx {
      padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.6776765376rem  +  9.1116173121vw , 7.5rem )) {
    .view-docx {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .view-docx {
    padding-top: 2.5rem;
  }
}
@media (min-width: 74.875em) {
  .view-docx__items {
    margin-top: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .view-docx__items {
      margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem );
    }
  }
  @supports not (margin-top: clamp( 1.5rem , 0.5888382688rem  +  4.555808656vw , 4rem )) {
    .view-docx__items {
      margin-top: calc(1.5rem + 2.5 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .view-docx__items {
    margin-top: 1.5rem;
  }
}
.view-docx__items div:not(:first-child) {
  margin-top: 1.5rem;
}
.view-docx__items a {
  font-weight: 500;
  line-height: 22.59px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  transition: 0.3s gap ease;
}
@media (min-width: 74.875em) {
  .view-docx__items a {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 74.875em) {
  @supports (font-size: clamp( 1rem , 0.9544419134rem  +  0.2277904328vw , 1.125rem )) {
    .view-docx__items a {
      font-size: clamp( 1rem , 0.9544419134rem  +  0.2277904328vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9544419134rem  +  0.2277904328vw , 1.125rem )) {
    .view-docx__items a {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 54.875);
    }
  }
}
@media (max-width: 20em) {
  .view-docx__items a {
    font-size: 1rem;
  }
}
.view-docx__items a:hover {
  gap: 1rem;
}
.view-docx__items a svg {
  flex-shrink: 0;
}

/*
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
*/
@font-face {
  font-family: "lg";
  src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -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: none;
  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: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-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;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-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;
  -o-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;
  -o-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;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  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: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.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-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-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;
  -moz-transition: -moz-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;
  -o-transition: -o-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;
}

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;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-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) !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;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 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: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-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;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  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: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-prev-slide, .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-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-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;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  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 transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap: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;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-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-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-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;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: 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-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-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;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  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: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
