@charset "UTF-8";
:root {
  --clr-base: #000000;
  --clr-base-white: #fff;
  --clr-base-light: #e4e4e4;
  --clr-att: #e31e25;
  --clr-att-second: #fcd059;
  --clr-att-third: #344999;
  --clr-alert: #f55760;
  --clr-succefull: #32b782;
  --clr-bg-white: #fff;
  --clr-bg-light: #ebebeb;
  --fsize: 18px;
  --lhsize: 1.12;
  --mbsize: 1.12em;
  --mainRadius: 2.4rem;
  --icoSize: 24px;
  --gapMain: 20px;
  --gapMainHalf: 10px;
  --min: 360px;
  --max: 1060px;
  --paddingContainer: 15px;
  --filterBlack: brightness(0) grayscale(1);
  --filterWhite: brightness(0) invert(1);
  --filterAttToBase: brightness(0) grayscale(1);
  --filterAttToLight: brightness(0) invert(1);
  font-size: 10px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #fff;
  font-size: var(--fsize);
  line-height: var(--lhsize);
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: var(--mbsize);
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
p,
li,
th,
td {
  text-wrap: pretty;
}
li {
  position: relative;
}
li:last-child {
  margin-bottom: 0;
}
ul {
  list-style-type: disc;
  padding-left: 20px;
}
ol {
  all: revert;
  padding-left: 20px;
}
ol li {
  padding: 0;
}
ol li:before {
  display: none;
}
.menu,
.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu li:before,
.list li:before {
  display: none;
}
a {
  text-decoration: none;
  color: var(--clr-att);
}
a:hover {
  text-decoration: none;
  color: var(--clr-att-second);
}
[href^="tel"],
[href^="mailto"] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone,
.link-email {
  display: inline;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.link-phone:hover,
a.link-email:hover,
a.link-location:hover {
  color: var(--clr-att);
}
.section-title,
.page-title,
.page-subtitle,
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  display: block;
  position: relative;
  font-weight: bold;
  margin: 1em 0;
  text-wrap: balance;
  word-wrap: break-word;
  line-height: 1.16;
}
.section-title:first-child,
.page-title:first-child,
.page-subtitle:first-child,
h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
  margin-top: 0;
}
.section-title:last-child,
.page-title:last-child,
.page-subtitle:last-child,
h1:last-child,
.h1-title:last-child,
h2:last-child,
.h2-title:last-child,
h3:last-child,
.h3-title:last-child,
h4:last-child,
.h4-title:last-child,
h5:last-child,
.h5-title:last-child,
h6:last-child,
.h6-title:last-child {
  margin-bottom: 0;
}
.section-title + *,
.page-title + *,
.page-subtitle + *,
h1 + *,
.h1-title + *,
h2 + *,
.h2-title + *,
h3 + *,
.h3-title + *,
h4 + *,
.h4-title + *,
h5 + *,
.h5-title + *,
h6 + *,
.h6-title + * {
  margin-top: 0;
}
h1,
.h1-title {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: bold;
}
h3,
.h3-title {
  font-size: 3.1rem;
  text-transform: uppercase;
  font-weight: 500;
}
.text-base {
  color: var(--clr-base) !important;
}
.text-base-white {
  color: var(--clr-base-white) !important;
}
.text-base-light {
  color: var(--clr-base-light) !important;
}
.text-att {
  color: var(--clr-att) !important;
}
.text-att-second {
  color: var(--clr-att-second) !important;
}
.text-alert {
  color: var(--clr-alert) !important;
}
.text-succefull {
  color: var(--clr-succefull) !important;
}
.text-line {
  white-space: nowrap;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media (max-width: 1023px) {
  :root {
    font-size: 9px;
  }
  h1,
  .h1-title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 8px;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: var(--min);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
html {
  scrollbar-gutter: stable;
  text-rendering: optimizeLegibility;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html {
    -webkit-font-smoothing: antialiased;
  }
}
@supports (-moz-osx-font-smoothing: grayscale) {
  html {
    -moz-osx-font-smoothing: grayscale;
  }
}
html.with-fancybox body.hide-scrollbar {
  overflow: inherit !important;
  overflow-x: hidden !important;
  margin-right: 0 !important;
}
.cnt-full-wrap {
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
}
.inner-wrap,
.page-full {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
  min-width: var(--min);
  max-width: var(--max);
  width: 100%;
}
.inner-wrap .inner-wrap,
.page-full .inner-wrap {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.inner-wrap .cnt-section,
.page-full .cnt-section {
  min-width: 0;
}
.page-full {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: var(--min);
  width: 100%;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header,
.footer,
.nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.header ul,
.footer ul,
.nav ul,
.header li,
.footer li,
.nav li,
.header p,
.footer p,
.nav p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header ul:before,
.footer ul:before,
.nav ul:before,
.header li:before,
.footer li:before,
.nav li:before,
.header p:before,
.footer p:before,
.nav p:before {
  display: none;
}
.header a,
.footer a,
.nav a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.footer {
  padding: 0 0 30px 0;
}
.footer .inner-wrap {
  min-height: 15rem;
}
.footer .info-wrap {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.18181818;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 43.18181818em;
}
.logo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  letter-spacing: normal;
  font-weight: 400;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  display: block;
  width: 100%;
}
.content-outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.content-wrap,
.side-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.side-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 1023px) {
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
}
@media (min-width: 1024px) {
  .content-outer-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6.4rem;
  }
  .content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: calc(100% - 6.4rem - 42rem);
  }
  .side-wrap {
    width: 42rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .side-fix-panel {
    position: sticky;
    top: 30px;
    z-index: 20;
  }
  .wrap:has(.side-fix-panel) {
    overflow: visible;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
:is([class^="item-tile"]):hover .elm-photo.photo-cover img,
:is([class^="item-tile"]):hover .tile-photo.photo-cover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.elm-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elm-photo.photo-play:hover:after {
  background-color: var(--clr-att-second);
}
.elm-photo.photo-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../../img/icons/play.svg) center no-repeat;
  background-size: 24px auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin: auto;
}
.elm-photo.photo-play:before {
  display: block !important;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 2;
}
.elm-photo.photo-zoom:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../../img/icons/zoom.svg);
  background-size: 24px auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.elm-photo.photo-zoom:hover:after {
  opacity: 1;
}
.elm-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.elm-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.elm-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports (aspect-ratio: 1) {
  .elm-photo:not(.photo-cover, .photo-contain) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-price {
  white-space: nowrap;
}
.elm-price.price-old {
  text-decoration: line-through;
}
[data-unit]:after {
  content: attr(data-unit);
  font-family: "Arial", "Roboto", "Open Sans", sans-serif;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.lbl-ico img,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.lbl-ico svg,
.elm-ico .icon,
.button-ico .icon,
.menu-ico .icon,
.frm-ico .icon,
.tab-ico .icon,
.lbl-ico .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.elm-overlay {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.elm-overlay.active {
  display: block;
}
.elm-sticker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #000;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-question {
  display: block;
  position: relative;
}
.item-tile-question:has(.btn-question) .tile-content-block {
  position: relative;
  height: 0;
  overflow: hidden;
  interpolate-size: allow-keywords;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 0 17px;
}
.item-tile-question:has(.btn-question.active) .tile-content-block {
  height: auto;
  padding-top: 15px;
}
.item-tile-question .tile-content-block {
  padding: 0 17px;
  display: block;
  position: relative;
}
.item-tile-question .btn-question {
  display: block;
  position: relative;
  font-size: 2.9rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--clr-base-white);
  border-radius: 30px;
  line-height: 1.13793103;
  padding: 10px 50px 4px 17px;
  background: var(--clr-att);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.item-tile-question .btn-question:before,
.item-tile-question .btn-question:after {
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  border-radius: 3px;
  background: var(--clr-bg-white);
  position: absolute;
  top: 50%;
  right: 24px;
  margin: -3px -12px 0 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.item-tile-question .btn-question:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.item-tile-question .btn-question:hover,
.item-tile-question .btn-question.active {
  background: var(--clr-att-second);
  color: var(--clr-base);
}
.item-tile-question .btn-question.active:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.item-tile-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  color: var(--clr-base);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: relative;
  overflow: hidden;
}
.item-tile-catalog:hover {
  color: var(--clr-att);
}
.item-tile-catalog:hover .tile-content-wrap {
  border-color: var(--clr-att);
}
.item-tile-catalog .tile-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  gap: 15px;
  border-radius: 2.4rem;
  border: 2px solid #a4a4a4;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 8px;
  width: 100%;
}
.item-tile-catalog .tile-photo-wrap {
  margin: 0 -8px;
}
.item-tile-catalog .tile-title-wrap {
  padding: 10px 0 0 0;
  text-align: center;
  width: 100%;
}
.item-tile-catalog .tile-head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 100px;
  background: var(--clr-att);
  padding: 8px 8px 8px 52px;
  min-height: 48px;
  color: var(--clr-base-white);
  position: relative;
}
.item-tile-catalog .tile-head-wrap:before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  background: url(../img/icons/plus.png) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 8px;
  margin-top: -1.8rem;
}
.item-tile-catalog .tile-head-title {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
.item-tile-catalog .elm-photo {
  aspect-ratio: 194/204;
}
.item-tile-catalog .tile-title {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  min-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-tile-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.item-tile-star .elm-ico {
  width: 8.7rem;
  height: 8.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-star .tile-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 4.4rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.item-tile-buy {
  color: var(--clr-att-third);
  text-align: center;
  display: block;
  position: relative;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.item-tile-buy .elm-photo {
  height: 283px;
  overflow: visible;
  margin-bottom: -3rem;
}
.item-tile-buy .elm-photo img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff)
    drop-shadow(0 0 29px rgba(255, 255, 255, 0.6));
  filter: drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff)
    drop-shadow(0 0 29px rgba(255, 255, 255, 0.6));
}
.item-tile-buy .tile-info-wrap {
  margin-bottom: 15px;
}
.item-tile-buy .tile-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-tile-buy .tile-info {
  font-size: 4.8rem;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--clr-base-white);
  display: inline-block;
  max-width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  min-width: 3.125em;
  white-space: nowrap;
}
.item-tile-buy .tile-info:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.2em;
  bottom: 0;
  left: -0.3em;
  right: -0.3em;
  background: var(--clr-att);
  z-index: -1;
}
.item-tile-buy .tile-title {
  margin: 0;
  line-height: 1;
  width: 100%;
}
.item-tile-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 5.5rem 0 0 0;
  color: var(--clr-base-white);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align: center;
  z-index: 10;
}
.item-tile-action:hover {
  -webkit-animation: pulseRotate ease 1s infinite;
  animation: pulseRotate ease 1s infinite;
}
.item-tile-action .elm-ico {
  width: 11rem;
  height: 11rem;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  margin-left: -5.5rem;
  z-index: 2;
  border: 2px solid var(--clr-bg-white);
  background: var(--clr-att-third);
}
.item-tile-action .elm-ico img,
.item-tile-action .elm-ico svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.item-tile-action .tile-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  line-height: 0.94594595;
}
.item-tile-action .tile-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 7rem 1.5rem 3rem 1.5rem;
  background: var(--clr-att-third);
  border-radius: 3.6rem;
  border: 2px solid var(--clr-bg-white);
}
.item-tile-action .tile-total {
  text-align: left;
  font-size: 10.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.7;
}
.item-tile-action .tile-total-subvalue {
  display: block;
  font-size: 0.37962963em;
  line-height: 0.3;
}
.item-tile-action .tile-totla-unit {
  font-size: 0.25925926em;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
}
.item-tile-action:has(.tile-total) {
  text-align: left;
}
.item-tile-action:has(.tile-total) .tile-info-wrap {
  gap: 10px;
}
@media (max-width: 1023px) {
  .item-tile-star .tile-title {
    font-size: 3.6rem;
  }
  .item-tile-buy .elm-photo {
    height: 200px;
  }
  .item-tile-buy .tile-title {
    font-size: 3rem;
  }
  .item-tile-action .tile-total {
    font-size: 8rem;
  }
  .item-tile-action .tile-title {
    font-size: 3.4rem;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.tiles-box {
  position: relative;
  z-index: 10;
}
.tiles-box .item-wrap {
  width: 33.33%;
}
.tiles-slider-box {
  padding: 30px 0;
  background: var(--clr-bg-white);
  -webkit-box-shadow: inset 0 6px 14.49px 6.51px rgba(0, 0, 0, 0.43);
  box-shadow: inset 0 6px 14.49px 6.51px rgba(0, 0, 0, 0.43);
  overflow: hidden;
  z-index: 6;
}
.tiles-slider-box .more-box {
  margin-top: 15px;
}
.tiles-slider-box .slider-inner-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 50px;
}
.tiles-slider-box .slider-wrap {
  margin: 0 -12px;
}
.tiles-slider-box .sl-wrap {
  width: 25%;
  padding: 0 12px;
}
.tiles-slider-box .title-box {
  margin-bottom: 24px;
}
.tiles-slider-box .title-box .section-title {
  font-size: 5.7rem;
  line-height: 0.9;
}
.tiles-slider-box .button-slider {
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -40px;
}
.tiles-slider-box .button-slider-next {
  left: auto;
  right: -5px;
}
.tiles-slider-box .slider-pagination {
  display: none;
}
.tiles-slider-box:has(.item-tile-catalog + .item-tile-catalog) .item-tile-catalog {
  min-height: 0;
  margin-bottom: 30px;
}
.tiles-slider-box:has(.item-tile-catalog + .item-tile-catalog) .item-tile-catalog:last-child {
  margin-bottom: 0;
}
.collections-slider-box {
  background: var(--clr-bg-white);
  z-index: 8;
  padding: 30px 0;
  overflow: hidden;
}
.collections-slider-box .title-box {
  position: relative;
  z-index: 5;
}
.collections-slider-box .title-box .section-title {
  margin-bottom: 0;
}
.collections-slider-box .button-slider {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3.1rem;
}
.collections-slider-box .button-slider-next {
  left: auto;
  right: 0;
}
.collections-slider-box .slider-pagination {
  display: none;
}
.collections-slider-box .slider-inner-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 994px;
  padding: 0 40px;
}
.collections-slider-box .sl-wrap {
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  pointer-events: none;
}
.collections-slider-box .sl-wrap.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}
.collections-slider-box .btn-action-ico.ico-arrow {
  width: 6.2rem;
  height: 6.2rem;
}
.collections-slider-box .items-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.collections-slider-box .elm-photo {
  aspect-ratio: 2/1.6;
}
.collections-slider-box .item-wrap {
  width: 33.33%;
}
.collections-slider-box .item-wrap:nth-child(4),
.collections-slider-box .item-wrap:nth-child(5),
.collections-slider-box .item-wrap:nth-child(6),
.collections-slider-box .item-wrap:nth-child(7) {
  width: 25%;
}
.collections-slider-box .item-wrap:nth-child(8),
.collections-slider-box .item-wrap:nth-child(9),
.collections-slider-box .item-wrap:nth-child(10) {
  max-width: 260px;
}
.collections-slider-box .slider-wrap {
  overflow: visible;
}
.collections-slider-box .sl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.collections-slider-box .action-inner-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: -2.7rem;
}
.collections-slider-box .action-inner-wrap .btn {
  pointer-events: none;
  z-index: 3;
  min-width: 41rem;
  font-size: 3.7rem;
  height: 5.8rem;
}
.collections-slider-box .box-inner-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border-radius: 4.7rem;
  background: #ffcac9;
  position: relative;
  z-index: inherit;
  padding: 4rem 3rem 4rem 3rem;
}
.collections-slider-box .box-inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/bg01.jpg) center no-repeat;
  background-size: 100% auto;
  z-index: -1;
  width: 136.5%;
  aspect-ratio: 1245/718;
}
.collections-slider-box .bg02 .box-inner-wrap {
  background-color: #d2dbff;
}
.collections-slider-box .bg02 .box-inner-wrap:before {
  background-image: url(../img/bg02.jpg);
}
.collections-slider-box .bg02 .action-inner-wrap .btn {
  background-color: #344999;
  border-color: #344999;
}
.collections-slider-box .bg03 .box-inner-wrap {
  background-color: #f8dbff;
}
.collections-slider-box .bg03 .box-inner-wrap:before {
  background-image: url(../img/bg03.jpg);
}
.collections-slider-box .bg03 .action-inner-wrap .btn {
  background-color: #853499;
  border-color: #853499;
}
.collections-slider-box .bg04 .box-inner-wrap {
  background-color: #d0ffcc;
}
.collections-slider-box .bg04 .box-inner-wrap:before {
  background-image: url(../img/bg04.jpg);
}
.collections-slider-box .bg04 .action-inner-wrap .btn {
  background-color: #3b9934;
  border-color: #3b9934;
}
.collections-slider-box .bg05 .box-inner-wrap {
  background-color: #ffcac9;
}
.collections-slider-box .bg05 .box-inner-wrap:before {
  background-image: url(../img/bg05.jpg);
}
.collections-slider-box .bg05 .action-inner-wrap .btn {
  background-color: #e31e25;
  border-color: #e31e25;
}
.collections-slider-box .bg06 .box-inner-wrap {
  background-color: #d2dbff;
}
.collections-slider-box .bg06 .box-inner-wrap:before {
  background-image: url(../img/bg06.jpg);
}
.collections-slider-box .bg06 .action-inner-wrap .btn {
  background-color: #344999;
  border-color: #344999;
}
.map-info-box {
  padding: 6rem 0 3rem 0;
}
.map-info-box .title-box {
  margin-bottom: 24px;
}
.map-info-box .box-inner-wrap {
  background: #ebebeb;
  border-radius: 9.8rem;
  position: relative;
  overflow: hidden;
  max-width: 913px;
  margin: 0 auto;
  height: 53rem;
}
.questions-box {
  padding: 3rem 0 6rem 0;
}
.questions-box .items-inner-wrap {
  margin: 0 auto;
  max-width: 680px;
}
.questions-box .title-box {
  margin-bottom: 24px;
}
.questions-box .item-wrap {
  width: 100%;
}
.questions-box .items-wrap {
  row-gap: 2rem;
}
.partners-slider-box,
.section-tiles-box:has(.slider-partners) {
  padding: 30px 0;
  overflow: hidden;
}
.section-tiles-box:has(.slider-partners) > .bg-full-wrap {
  display: none;
}
.section-tiles-box:has(.slider-partners) > .box-inner-wrap {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
  min-width: var(--min);
  max-width: var(--max);
  width: 100%;
}
.partners-slider-box .title-box,
.section-tiles-box:has(.slider-partners) .title-inner-wrap {
  margin-bottom: 20px;
  text-align: center;
}
.partners-slider-box .sl-wrap,
.slider-partners .sl-wrap {
  width: 25rem;
  padding: 0 1.5rem;
}
.partners-slider-box .slider-wrap,
.slider-partners .slider-wrap {
  overflow: visible;
  margin: 0 -1.5rem;
}
.partners-slider-box .elm-photo,
.slider-partners .item-tile-logo {
  display: block;
  aspect-ratio: auto;
  height: 11rem;
  overflow: hidden;
}
.partners-slider-box .elm-photo img,
.slider-logos .elm-photo img,
.slider-partners .item-tile-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.title-box {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.title-box .title-decor {
  font-size: 0.64912281em;
  display: inline-block;
  position: relative;
  z-index: 2;
  color: var(--clr-base-white);
}
.title-box .title-decor:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.2em;
  bottom: -0.15em;
  left: -0.5em;
  right: -0.5em;
  border-radius: 1.8rem;
  background: var(--clr-att-third);
  z-index: -1;
}
.more-box {
  text-align: center;
  margin-top: 4rem;
}
.buy-info-box {
  padding: 30px 0 10px 0;
  background: var(--clr-att-third);
  overflow: hidden;
}
.buy-info-box .title-box {
  color: var(--clr-base-white);
  margin-bottom: 10px;
  z-index: 4;
}
.buy-info-box .title-box .section-title {
  font-size: 7.5rem;
  text-shadow: 1.042px 5.909px 8.64px rgba(0, 1, 3, 0.36);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.buy-info-box .title-box .h3-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 21.16129032em;
}
.buy-info-box .box-inner-wrap {
  background: var(--clr-bg-white);
  border-radius: 4.4rem;
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 944px;
  z-index: 3;
}
.buy-info-box .inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  aspect-ratio: 1194/688;
  -webkit-transform: translate(-53%, -40%);
  transform: translate(-53%, -40%);
  background: url(../img/bg-main.png) center no-repeat;
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
  z-index: 2;
}
.buy-info-box .item-wrap {
  width: 30%;
}
.buy-info-box .item-wrap:first-child {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.buy-info-box .h3-title {
  font-size: 3.4rem;
}
.buy-info-box .box-title {
  margin-bottom: 10px;
  text-align: center;
}
.buy-action-box {
  background: #e31e25;
  color: var(--clr-base-white);
  padding: 30px 0;
}
.buy-action-box .info-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  margin-top: 30px;
}
.buy-action-box .info-inner-wrap .h3-title {
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 0;
}
.buy-action-box .info-inner-wrap .info-subtitle {
  font-size: 2.6rem;
  margin-top: 4rem;
}
.buy-action-box .info-inner-wrap .elm-ico {
  width: 18.4rem;
  height: 19.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.buy-action-box .info-inner-wrap .elm-ico:last-child {
  width: 18.5rem;
  height: 18.5rem;
}
.buy-action-box .info-inner-wrap .info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.buy-action-box .title-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 900px;
}
.buy-action-box .title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.buy-action-box .title-info-wrap {
  width: 50%;
  border-radius: 3.5rem;
  background-color: #ba0c12;
  display: block;
  position: relative;
  padding: 20px 20px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.buy-action-box .title-info-wrap .h3-title {
  font-size: 3.2rem;
  margin-bottom: 20px;
  text-align: center;
}
.buy-action-box .title-info-wrap .item-wrap {
  width: 100%;
}
.buy-action-box .title-info-wrap .items-wrap {
  row-gap: 3rem;
}
.buy-action-box .section-title {
  font-size: 7.2rem;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}
.buy-action-box .h3-title {
  font-size: 3.6rem;
  line-height: 1.1;
}
.buy-action-box .balance-note {
  max-width: 900px;
  margin: 30px auto 0;
  padding: 20px 30px;
  border: 2px solid var(--clr-att-second);
  border-radius: 3rem;
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
}
.buy-action-box .balance-note strong {
  color: var(--clr-att-second);
}
.videos-box {
  padding: 6rem 0;
}
.videos-box .title-box {
  margin-bottom: 3.5rem;
}
.videos-box .h3-title {
  color: var(--clr-att-third);
}
.videos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.video-card {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 4px solid var(--clr-att-third);
  border-radius: 3rem;
  background: var(--clr-att-third);
  color: #fff;
  isolation: isolate;
}
.video-card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 35%, transparent 55%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}
.video-card__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.video-card__label,
.video-card__title,
.video-card__play {
  position: absolute;
  z-index: 2;
}
.video-card__label {
  top: 18px;
  left: 18px;
  padding: 6px 12px;
  border-radius: 20px;
  background: var(--clr-att-third);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.video-card__title {
  right: 20px;
  bottom: 24px;
  left: 20px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.video-card__play {
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--clr-att);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  transition: background-color 0.2s;
}
.video-card__play:before {
  content: "";
  margin-left: 6px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
}
.video-card:hover,
.video-card:focus-visible {
  color: #fff;
  border-color: var(--clr-att);
}
.video-card:focus-visible {
  outline: 3px solid var(--clr-att-third);
  outline-offset: 4px;
}
.video-card:hover .video-card__preview {
  transform: scale(1.04);
}
.video-card:hover .video-card__play,
.video-card:focus-visible .video-card__play {
  background: var(--clr-att-third);
}
.rutube-modal .fancybox__slide {
  padding: 55px 20px 20px;
}
.rutube-modal .f-html {
  padding: 0;
  background: #000;
  border-radius: 20px;
}
.rutube-modal .f-iframe {
  border-radius: inherit;
}
@media (max-width: 1023px) {
  .videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .buy-action-box .balance-note {
    padding: 18px;
  }
}
@media (max-width: 479px) {
  .videos-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 330px;
    margin: 0 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .video-card__preview,
  .video-card__play {
    transition: none;
  }
}
.slider-box {
  padding: 13rem 0 4rem 0;
  background: url(../img/bg-slider.jpg) center no-repeat;
  overflow: hidden;
  background-size: cover;
}
.slider-box .slider-wrap {
  margin: 0 -30px;
  overflow: visible;
}
.slider-box .sl-wrap {
  padding: 0 30px;
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slider-box img {
  display: block;
  width: auto;
  height: auto;
}
.slider-line .elm-photo.photo-contain {
  aspect-ratio: auto;
}
.slider-line .elm-photo.photo-contain:before {
  display: none;
}
.slider-line .elm-photo.photo-contain img {
  position: static;
}
.logos-box {
  background: #fbdfe0;
  padding: 45px 0 25px 0;
}
.logos-box .box-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  margin: 0 auto;
  max-width: 965px;
  z-index: 5;
}
.logos-box .elm-photo {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 83rem;
}
.logos-box .button-soc {
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 6;
}
.main-box {
  padding: 30px 0 0 0;
  background: #e31e25;
  color: var(--clr-base-white);
}
.main-box:has(.tiles-box):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16.4rem;
  background: #9e2826;
  pointer-events: none;
}
.main-box .tiles-box {
  margin: -5rem auto -11rem auto;
  z-index: 6;
  max-width: 960px;
}
.main-box .tiles-box .items-wrap {
  row-gap: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-box .tiles-box .item-wrap {
  width: 33.33%;
}
.info-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 920px;
  padding: 3rem 0 0 0;
}
.info-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  aspect-ratio: 1194/688;
  -webkit-transform: translate(-50%, -59%);
  transform: translate(-50%, -59%);
  background: url(../img/bg-main.png) center no-repeat;
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
.info-box .elm-photo {
  z-index: 2;
}
.info-box.type-second .photo-main img {
  height: auto;
}
.info-box .main-glow-figure {
  overflow: visible;
  isolation: isolate;
  aspect-ratio: 937/430 !important;
}
.main-glow-figure > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-glow {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.main-glow__path {
  fill: none;
  stroke: #fff6a2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: main-glow-reveal 4.8s 0.45s cubic-bezier(0.45, 0, 0.25, 1) forwards;
}
.main-glow__path--halo {
  stroke: #ffd43b;
  stroke-width: 34;
  opacity: 0.95;
  filter: url(#main-glow-blur);
}
.main-glow__path--line {
  stroke-width: 5;
  filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 6px #ffd43b);
}
.main-glow__runner {
  fill: #fff;
  opacity: 0;
  filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 9px #ffd43b) drop-shadow(0 0 14px #ffb300);
}
.main-glow__star {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: main-glow-star-burst 1.05s 5.05s cubic-bezier(0.17, 0.89, 0.32, 1.35) forwards;
}
.main-glow__star-aura,
.main-glow__star-shape {
  stroke-linejoin: round;
}
.main-glow__star-aura {
  fill: #ffd43b;
  stroke: #ffd43b;
  stroke-width: 8;
  opacity: 0.9;
  filter: url(#main-glow-star-blur);
}
.main-glow__star-shape {
  fill: #fffbe0;
  stroke: #ffd43b;
  stroke-width: 3;
  animation: main-glow-star-pulse 2.4s 6.1s ease-in-out infinite;
}
@keyframes main-glow-reveal {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes main-glow-star-burst {
  0% {
    opacity: 0;
    transform: scale(0.05) rotate(-35deg);
  }
  55% {
    opacity: 1;
    transform: scale(1.35) rotate(8deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes main-glow-star-pulse {
  0%,
  100% {
    filter: drop-shadow(0 0 4px #fff) drop-shadow(0 0 9px #ffd43b);
  }
  50% {
    filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 17px #ffd43b) drop-shadow(0 0 25px #ffb300);
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-glow__path {
    animation: none;
    stroke-dashoffset: 0;
  }
  .main-glow__runner {
    display: none;
  }
  .main-glow__star {
    animation: none;
    opacity: 1;
  }
  .main-glow__star-shape {
    animation: none;
  }
}
.info-box .photo-left {
  width: 31%;
  position: absolute;
  top: 1rem;
  left: 7%;
  z-index: 4;
}
.info-box .photo-right {
  width: 30%;
  position: absolute;
  top: 1rem;
  right: 9%;
  z-index: 1;
}
.menu-content-box {
  margin-bottom: 30px;
  text-align: center;
}
.menu-content-box .menu {
  margin: 0 auto;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-content-box .menu li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.menu-content-box .btn-menu {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 24px;
  padding: 2px 16px 0 16px;
  border-radius: 30px;
  background: #e3e3e3;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-weight: 400;
  font-size: 19px;
  color: var(--clr-base);
}
.menu-content-box .btn-menu:hover,
.menu-content-box .btn-menu.active {
  background: var(--clr-att);
  color: var(--clr-base-white);
}
.menu-box {
  margin-bottom: 3rem;
  position: relative;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0.695px 3.939px 7.68px rgba(0, 0, 0, 0.22);
  z-index: 5;
}
.menu-box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 3.6rem;
}
.menu-box .btn-menu {
  text-decoration-style: solid;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: inherit;
  white-space: nowrap;
}
.menu-box .btn-menu:hover,
.menu-box .btn-menu.active {
  text-decoration: underline;
  color: var(--clr-base-white);
}
.menu-box .btn-menu,
.menu-box .button-title {
  font-family: "Roboto", sans-serif;
}
.interactiv-box {
  padding: 4rem 0;
  background: #00c6f6 url(../img/bg-interactiv.jpg) center;
  background-size: cover;
}
.interactiv-box .title-box {
  color: var(--clr-base-white);
  margin-bottom: 5px;
}
.interactiv-box .box-inner-wrap {
  position: relative;
  margin: 0 auto;
  line-height: 1;
  overflow: hidden;
  max-width: 960px;
  -webkit-box-shadow: 0 6px 9px rgba(0, 1, 3, 0.36);
  box-shadow: 0 6px 9px rgba(0, 1, 3, 0.36);
}
.box-inner-wrap {
  position: relative;
  z-index: 2;
}
.bg-inner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
.bg-inner-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.bg-full-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.bg-box {
  position: relative;
  z-index: 2;
}
.bg-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  background: var(--clr-bg-light);
}
.bg-box > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .collections-slider-box .slider-inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .collections-slider-box .button-slider-prev {
    margin-left: 10px;
  }
  .collections-slider-box .button-slider-next {
    margin-right: 10px;
  }
  .collections-slider-box .btn-action-ico.ico-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .tiles-slider-box .slider-inner-wrap {
    padding: 0;
  }
  .tiles-slider-box .slider-wrap {
    margin: 0 -5px;
  }
  .tiles-slider-box .sl-wrap {
    padding: 0 5px;
  }
  .tiles-slider-box .button-slider-prev {
    margin-left: 10px;
  }
  .tiles-slider-box .button-slider-next {
    margin-right: 10px;
  }
  .tiles-slider-box .btn-action-ico.ico-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .buy-action-box .section-title {
    font-size: 6rem;
  }
  .buy-action-box .info-inner-wrap .elm-ico {
    width: 15rem;
    height: 15rem;
  }
  .buy-action-box .info-inner-wrap .elm-ico:last-child {
    width: 15rem;
    height: 15rem;
  }
  .buy-info-box .title-box .h1-title {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .collections-slider-box .slider-inner-wrap {
    padding: 0;
  }
  .collections-slider-box .action-inner-wrap {
    margin-bottom: -20px;
  }
  .collections-slider-box .action-inner-wrap .btn {
    min-width: 30rem;
    font-size: 20px;
    height: 40px;
  }
  .tiles-slider-box .sl-wrap {
    width: 33.33%;
  }
}
@media (max-width: 639px) {
  .tiles-slider-box .title-box .section-title {
    font-size: 5rem;
  }
  .tiles-slider-box .sl-wrap {
    width: 50%;
  }
  .buy-action-box .info-inner-wrap .elm-ico {
    width: 10rem;
    height: 10rem;
  }
  .buy-action-box .info-inner-wrap .elm-ico:last-child {
    width: 10rem;
    height: 10rem;
  }
  .buy-action-box .title-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .buy-action-box .title-wrap {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .buy-action-box .title-info-wrap {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .buy-action-box .section-title {
    font-size: 5rem;
  }
  .buy-info-box .item-wrap {
    width: 100%;
  }
  .logos-box {
    padding: 20px 0;
  }
  .main-box .tiles-box .item-wrap {
    width: 100%;
  }
  .main-box:has(.tiles-box):before {
    height: 50%;
  }
}
@media (max-width: 479px) {
  .buy-action-box .info-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .info-box.type-second {
    padding-top: 0;
    max-width: 960px;
    margin-top: -3rem;
  }
  .info-box.type-second .photo-main {
    margin: 0 0 -15px auto;
    max-width: 62%;
  }
  .info-box.type-second .photo-left {
    top: 8rem;
    left: 4rem;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .collections-slider-box .title-box .section-title {
    font-size: 6.1rem;
  }
  .collections-slider-box .title-box .h3-title {
    font-size: 3.4rem;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
/* autofill icons delete */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
}
select.form-input,
input.form-input-select {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 30px;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 20px center;
  background-size: 24px auto;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none !important;
  line-height: 1em;
  text-indent: 0.01px;
  outline: none;
  cursor: pointer;
}
select.form-input.form-input-clear,
input.form-input-select.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 0 16px 0 0;
  color: inherit;
  font-weight: bold;
  background-image: url(../../img/icons/arrow-select.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
select.form-input:required:invalid {
  color: var(--clr-light);
}
.btn {
  background: var(--clr-att);
  border: 1px solid var(--clr-att);
  color: var(--clr-base-white);
  height: 5rem;
  border-radius: 3rem;
  font-size: 4.2rem;
  font-weight: bold;
  padding: 0.8rem 3rem 0 3rem;
  min-width: 22rem;
  text-transform: uppercase;
  gap: 10px;
}
.btn:hover {
  background: var(--clr-att-second);
  border-color: var(--clr-att-second);
  color: var(--clr-base-white);
}
.btn .button-ico,
.btn:before,
.btn:after {
  width: var(--icoSize);
  height: var(--icoSize);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.btn .button-title-border {
  border-bottom: 1px solid;
  line-height: 1;
}
.btn .button-title[data-title]:before {
  content: attr(data-title);
}
.btn .button-title[data-show]:before {
  content: attr(data-show);
}
.btn.active .button-title[data-title-active]:before {
  content: attr(data-title-active);
}
.btn.active .button-title[data-hide]:before {
  content: attr(data-hide);
}
.btn .button-active-add .button-title:before,
.btn .button-active-toggle .button-title:before {
  content: attr(data-title);
}
.btn .button-active-add .button-ico-active,
.btn .button-active-toggle .button-ico-active {
  display: none;
}
.btn .button-active-add.active .button-title:before,
.btn .button-active-toggle.active .button-title:before {
  content: attr(data-title-active);
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico {
  display: none;
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico-active,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico-active {
  display: block;
}
.btn .button-ico:only-child {
  margin: 0 auto;
}
.btn:has(.button-ico:only-child) {
  aspect-ratio: 1;
  padding: 0;
}
.button-second {
  height: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  -webkit-box-shadow: 1.042px 5.909px 8.64px 0.36px rgba(0, 1, 3, 0.36);
  box-shadow: 1.042px 5.909px 8.64px 0.36px rgba(0, 1, 3, 0.36);
}
.button-second:hover {
  -webkit-box-shadow: 1.042px 5.909px 8.64px 0.36px rgba(0, 1, 3, 0.36);
  box-shadow: 1.042px 5.909px 8.64px 0.36px rgba(0, 1, 3, 0.36);
}
.button-arrow .button-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 4px;
  width: 24px;
  height: 24px;
  background: url(../../img/icons/arrow-toggle.svg) center no-repeat;
  background-size: 24px auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.button-arrow.active .button-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn.active .button-active-toggle:before {
  opacity: 0;
}
.btn.active .button-active-toggle:after {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.btn.active .button-active-toggle.button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-border:not(:hover) {
  color: var(--clr-att);
  background-color: transparent;
}
.button-border:not(:hover) .button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-full {
  width: 100%;
  padding: 0 15px;
}
.btn.button-text {
  height: auto;
  line-height: 1.2;
  min-height: 50px;
}
.button-text {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.button-text .button-title {
  white-space: normal;
}
.button-link.btn {
  height: auto;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
.button-link {
  width: auto;
  line-height: 24px;
  color: inherit;
  white-space: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.button-link:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.button-link .button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-att-second {
  background-color: var(--clr-att-second);
  border-color: var(--clr-att-second);
}
.button-att-second:hover {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.button-att-second.button-border:not(:hover) {
  color: var(--clr-att-second);
}
.button-att-second.button-border:not(:hover) .button-ico,
.button-att-second.button-border:not(:hover):before,
.button-att-second.button-border:not(:hover):after {
  -webkit-filter: var(--filterAttToSecond);
  filter: var(--filterAttToSecond);
}
.button-att-second.button-border:not(:hover) .button-title:after {
  -webkit-filter: var(--filterAttToSecond);
  filter: var(--filterAttToSecond);
}
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img,
.btn-action-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: var(--icoSize);
  max-height: var(--icoSize);
  width: auto;
  height: auto;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--icoSize) auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-action-ico.ico-fav-toggle:before {
  background-image: url(../img/icons/fav.svg);
}
.btn-action-ico.ico-fav-toggle:after {
  background-image: url(../img/icons/fav-active.svg);
  opacity: 0;
}
.btn-action-ico.ico-fav-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.ico-fav-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.ico-cart-toggle:before {
  background-image: url(../img/icons/cart.svg);
}
.btn-action-ico.ico-cart-toggle:after {
  background-image: url(../img/icons/cart-active.svg);
  opacity: 0;
}
.btn-action-ico.ico-cart-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.ico-cart-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.ico-password-toggle:before {
  background-image: url(../img/icons/password.svg);
}
.btn-action-ico.ico-password-toggle:after {
  background-image: url(../img/icons/password-active.svg);
  opacity: 0;
}
.btn-action-ico.ico-password-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.ico-password-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
  width: 43px;
  height: 43px;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.png);
  background-size: 100% auto;
}
.btn-action-ico.ico-arrow:hover {
  opacity: 0.8;
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
  width: 24px;
  height: 18px;
  border-top: 2px solid var(--clr-base);
  border-bottom: 2px solid var(--clr-base);
  margin: -9px 0 0 -12px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.btn-action-ico.ico-menu:before {
  height: 2px;
  margin-top: -1px;
  border-top: none;
}
.btn-action-ico.ico-menu.active:after {
  height: 2px;
  margin-top: -1px;
  border-top: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-ico.ico-menu.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.ico-close {
  width: 38px;
  height: 38px;
}
.btn-action-ico.ico-close:before {
  background-image: url(../img/icons/close.png);
  background-size: 100% auto;
}
.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
  max-width: 100%;
  max-height: 100%;
}
.btn-action-ico.button-soc:hover {
  opacity: 0.8;
}
.btn-action-ico.button-active-close:after,
.btn-action-ico.button-active-toggle:after {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:after,
.btn-action-ico.button-active-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.button-active-close:after {
  background-image: url(../../img/icons/close.svg);
}
[data-count] {
  overflow: visible;
}
[data-count]:after {
  content: attr(data-count);
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 4px;
  border-radius: 10px;
  min-width: 20px;
  background: var(--clr-att);
  color: var(--clr-base-white);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: normal;
  z-index: 4;
  position: absolute;
  bottom: 50%;
  left: 50%;
  top: auto;
  right: auto;
  margin: 0;
  -webkit-filter: none !important;
  filter: none !important;
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-field-input {
  display: block;
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.frm-field-input:has(input:user-invalid:not(:-moz-placeholder)) .field-input-title:after {
  float: right;
  font-size: 12px;
  color: var(--clr-alert);
  text-transform: none;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}
.frm-field-input:has(input:user-invalid:not(:-ms-input-placeholder)) .field-input-title:after {
  float: right;
  font-size: 12px;
  color: var(--clr-alert);
  text-transform: none;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}
.frm-field-input:has(input:user-invalid:not(:placeholder-shown)) .field-input-title:after {
  float: right;
  font-size: 12px;
  color: var(--clr-alert);
  text-transform: none;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}
.frm-field-input:has(input:user-invalid:not(:-moz-placeholder)) .form-input {
  border-color: var(--clr-alert);
}
.frm-field-input:has(input:user-invalid:not(:-ms-input-placeholder)) .form-input {
  border-color: var(--clr-alert);
}
.frm-field-input:has(input:user-invalid:not(:placeholder-shown)) .form-input {
  border-color: var(--clr-alert);
}
.frm-field-input:has(input:user-invalid:-moz-placeholder) .field-input-title:after {
  float: right;
  font-size: 12px;
  color: var(--clr-warning);
  text-transform: none;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}
.frm-field-input:has(input:user-invalid:-ms-input-placeholder) .field-input-title:after {
  float: right;
  font-size: 12px;
  color: var(--clr-warning);
  text-transform: none;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}
.frm-field-input:has(input:user-invalid:placeholder-shown) .field-input-title:after {
  float: right;
  font-size: 12px;
  color: var(--clr-warning);
  text-transform: none;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}
.frm-field-input:has(input:user-invalid:-moz-placeholder) .form-input {
  border-color: var(--clr-warning);
}
.frm-field-input:has(input:user-invalid:-ms-input-placeholder) .form-input {
  border-color: var(--clr-warning);
}
.frm-field-input:has(input:user-invalid:placeholder-shown) .form-input {
  border-color: var(--clr-warning);
}
.frm-field-input .field-input-content {
  position: relative;
}
.frm-field-input:has([required]) .field-input-title:after {
  content: "*";
  color: #e31b1b;
}
.frm-field-input select ~ .elm-ico {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: var(--clr-bg-white);
  position: absolute;
  top: 50%;
  left: 34px;
  margin: -16px 0 0 -16px;
  z-index: 3;
  pointer-events: none;
}
.frm-field-input select ~ .elm-ico.active {
  display: block;
}
.frm-field-input select:has(~ .elm-ico) {
  padding-left: 59px;
}
.frm-field-input .field-input-title {
  font-size: 14px;
  display: block;
  position: relative;
  margin: 0 0 6px 0;
}
.frm-row,
.frm-row-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  line-height: 1;
  gap: var(--gapMainHalf) 0;
  margin: 0 calc(-1 * var(--gapMainHalf));
  width: calc(100% + var(--gapMain));
  margin-bottom: var(--gapMainHalf);
}
.frm-row:last-child,
.frm-row-submit:last-child {
  margin-bottom: 0;
}
.frm-field {
  display: block;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 0 var(--gapMainHalf);
}
.frm-field {
  display: block;
  width: 100%;
}
.frm-select {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select label:after {
  opacity: 0;
}
.frm-select input[type="radio"] ~ label:before {
  border-radius: 50%;
}
.frm-select input[type="radio"] ~ label:after {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #000;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label:after {
  border-radius: 0;
  border: none;
  background: url(../../img/icons/chk.svg) center / 24px auto no-repeat;
  opacity: 0;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@-webkit-keyframes pulseRotate {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  50% {
    -webkit-transform: scale(1.06) rotate(2deg);
    transform: scale(1.06) rotate(2deg);
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
  }
}
@keyframes pulseRotate {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  50% {
    -webkit-transform: scale(1.06) rotate(2deg);
    transform: scale(1.06) rotate(2deg);
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinslide {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
.border-style-dashed {
  border-style: dashed !important;
}
.border-style-dotted {
  border-style: dotted !important;
}
.border-style-solid {
  border-style: solid !important;
}
table:has(col.text-line:nth-child(1)) th:nth-child(1),
table:has(col.text-line:nth-child(1)) td:nth-child(1) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(2)) th:nth-child(2),
table:has(col.text-line:nth-child(2)) td:nth-child(2) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(3)) th:nth-child(3),
table:has(col.text-line:nth-child(3)) td:nth-child(3) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(4)) th:nth-child(4),
table:has(col.text-line:nth-child(4)) td:nth-child(4) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(5)) th:nth-child(5),
table:has(col.text-line:nth-child(5)) td:nth-child(5) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(6)) th:nth-child(6),
table:has(col.text-line:nth-child(6)) td:nth-child(6) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(7)) th:nth-child(7),
table:has(col.text-line:nth-child(7)) td:nth-child(7) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(8)) th:nth-child(8),
table:has(col.text-line:nth-child(8)) td:nth-child(8) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(9)) th:nth-child(9),
table:has(col.text-line:nth-child(9)) td:nth-child(9) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(10)) th:nth-child(10),
table:has(col.text-line:nth-child(10)) td:nth-child(10) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(11)) th:nth-child(11),
table:has(col.text-line:nth-child(11)) td:nth-child(11) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(12)) th:nth-child(12),
table:has(col.text-line:nth-child(12)) td:nth-child(12) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(13)) th:nth-child(13),
table:has(col.text-line:nth-child(13)) td:nth-child(13) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(14)) th:nth-child(14),
table:has(col.text-line:nth-child(14)) td:nth-child(14) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(15)) th:nth-child(15),
table:has(col.text-line:nth-child(15)) td:nth-child(15) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(16)) th:nth-child(16),
table:has(col.text-line:nth-child(16)) td:nth-child(16) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(17)) th:nth-child(17),
table:has(col.text-line:nth-child(17)) td:nth-child(17) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(18)) th:nth-child(18),
table:has(col.text-line:nth-child(18)) td:nth-child(18) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(19)) th:nth-child(19),
table:has(col.text-line:nth-child(19)) td:nth-child(19) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(20)) th:nth-child(20),
table:has(col.text-line:nth-child(20)) td:nth-child(20) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(21)) th:nth-child(21),
table:has(col.text-line:nth-child(21)) td:nth-child(21) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(22)) th:nth-child(22),
table:has(col.text-line:nth-child(22)) td:nth-child(22) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(23)) th:nth-child(23),
table:has(col.text-line:nth-child(23)) td:nth-child(23) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(24)) th:nth-child(24),
table:has(col.text-line:nth-child(24)) td:nth-child(24) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(25)) th:nth-child(25),
table:has(col.text-line:nth-child(25)) td:nth-child(25) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(26)) th:nth-child(26),
table:has(col.text-line:nth-child(26)) td:nth-child(26) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(27)) th:nth-child(27),
table:has(col.text-line:nth-child(27)) td:nth-child(27) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(28)) th:nth-child(28),
table:has(col.text-line:nth-child(28)) td:nth-child(28) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(29)) th:nth-child(29),
table:has(col.text-line:nth-child(29)) td:nth-child(29) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(30)) th:nth-child(30),
table:has(col.text-line:nth-child(30)) td:nth-child(30) {
  white-space: nowrap;
}
table:has(col.col-att:nth-child(1)) th:nth-child(1),
table:has(col.col-att:nth-child(1)) td:nth-child(1) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(2)) th:nth-child(2),
table:has(col.col-att:nth-child(2)) td:nth-child(2) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(3)) th:nth-child(3),
table:has(col.col-att:nth-child(3)) td:nth-child(3) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(4)) th:nth-child(4),
table:has(col.col-att:nth-child(4)) td:nth-child(4) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(5)) th:nth-child(5),
table:has(col.col-att:nth-child(5)) td:nth-child(5) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(6)) th:nth-child(6),
table:has(col.col-att:nth-child(6)) td:nth-child(6) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(7)) th:nth-child(7),
table:has(col.col-att:nth-child(7)) td:nth-child(7) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(8)) th:nth-child(8),
table:has(col.col-att:nth-child(8)) td:nth-child(8) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(9)) th:nth-child(9),
table:has(col.col-att:nth-child(9)) td:nth-child(9) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(10)) th:nth-child(10),
table:has(col.col-att:nth-child(10)) td:nth-child(10) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(11)) th:nth-child(11),
table:has(col.col-att:nth-child(11)) td:nth-child(11) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(12)) th:nth-child(12),
table:has(col.col-att:nth-child(12)) td:nth-child(12) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(13)) th:nth-child(13),
table:has(col.col-att:nth-child(13)) td:nth-child(13) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(14)) th:nth-child(14),
table:has(col.col-att:nth-child(14)) td:nth-child(14) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(15)) th:nth-child(15),
table:has(col.col-att:nth-child(15)) td:nth-child(15) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(16)) th:nth-child(16),
table:has(col.col-att:nth-child(16)) td:nth-child(16) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(17)) th:nth-child(17),
table:has(col.col-att:nth-child(17)) td:nth-child(17) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(18)) th:nth-child(18),
table:has(col.col-att:nth-child(18)) td:nth-child(18) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(19)) th:nth-child(19),
table:has(col.col-att:nth-child(19)) td:nth-child(19) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(20)) th:nth-child(20),
table:has(col.col-att:nth-child(20)) td:nth-child(20) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(21)) th:nth-child(21),
table:has(col.col-att:nth-child(21)) td:nth-child(21) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(22)) th:nth-child(22),
table:has(col.col-att:nth-child(22)) td:nth-child(22) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(23)) th:nth-child(23),
table:has(col.col-att:nth-child(23)) td:nth-child(23) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(24)) th:nth-child(24),
table:has(col.col-att:nth-child(24)) td:nth-child(24) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(25)) th:nth-child(25),
table:has(col.col-att:nth-child(25)) td:nth-child(25) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(26)) th:nth-child(26),
table:has(col.col-att:nth-child(26)) td:nth-child(26) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(27)) th:nth-child(27),
table:has(col.col-att:nth-child(27)) td:nth-child(27) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(28)) th:nth-child(28),
table:has(col.col-att:nth-child(28)) td:nth-child(28) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(29)) th:nth-child(29),
table:has(col.col-att:nth-child(29)) td:nth-child(29) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(30)) th:nth-child(30),
table:has(col.col-att:nth-child(30)) td:nth-child(30) {
  background: var(--clr-bg);
}
table:has(col.text-left:nth-child(1)) th:nth-child(1),
table:has(col.text-left:nth-child(1)) td:nth-child(1) {
  text-align: left;
}
table:has(col.text-right:nth-child(1)) th:nth-child(1),
table:has(col.text-right:nth-child(1)) td:nth-child(1) {
  text-align: right;
}
table:has(col.text-center:nth-child(1)) th:nth-child(1),
table:has(col.text-center:nth-child(1)) td:nth-child(1) {
  text-align: center;
}
table:has(col.text-left:nth-child(2)) th:nth-child(2),
table:has(col.text-left:nth-child(2)) td:nth-child(2) {
  text-align: left;
}
table:has(col.text-right:nth-child(2)) th:nth-child(2),
table:has(col.text-right:nth-child(2)) td:nth-child(2) {
  text-align: right;
}
table:has(col.text-center:nth-child(2)) th:nth-child(2),
table:has(col.text-center:nth-child(2)) td:nth-child(2) {
  text-align: center;
}
table:has(col.text-left:nth-child(3)) th:nth-child(3),
table:has(col.text-left:nth-child(3)) td:nth-child(3) {
  text-align: left;
}
table:has(col.text-right:nth-child(3)) th:nth-child(3),
table:has(col.text-right:nth-child(3)) td:nth-child(3) {
  text-align: right;
}
table:has(col.text-center:nth-child(3)) th:nth-child(3),
table:has(col.text-center:nth-child(3)) td:nth-child(3) {
  text-align: center;
}
table:has(col.text-left:nth-child(4)) th:nth-child(4),
table:has(col.text-left:nth-child(4)) td:nth-child(4) {
  text-align: left;
}
table:has(col.text-right:nth-child(4)) th:nth-child(4),
table:has(col.text-right:nth-child(4)) td:nth-child(4) {
  text-align: right;
}
table:has(col.text-center:nth-child(4)) th:nth-child(4),
table:has(col.text-center:nth-child(4)) td:nth-child(4) {
  text-align: center;
}
table:has(col.text-left:nth-child(5)) th:nth-child(5),
table:has(col.text-left:nth-child(5)) td:nth-child(5) {
  text-align: left;
}
table:has(col.text-right:nth-child(5)) th:nth-child(5),
table:has(col.text-right:nth-child(5)) td:nth-child(5) {
  text-align: right;
}
table:has(col.text-center:nth-child(5)) th:nth-child(5),
table:has(col.text-center:nth-child(5)) td:nth-child(5) {
  text-align: center;
}
table:has(col.text-left:nth-child(6)) th:nth-child(6),
table:has(col.text-left:nth-child(6)) td:nth-child(6) {
  text-align: left;
}
table:has(col.text-right:nth-child(6)) th:nth-child(6),
table:has(col.text-right:nth-child(6)) td:nth-child(6) {
  text-align: right;
}
table:has(col.text-center:nth-child(6)) th:nth-child(6),
table:has(col.text-center:nth-child(6)) td:nth-child(6) {
  text-align: center;
}
table:has(col.text-left:nth-child(7)) th:nth-child(7),
table:has(col.text-left:nth-child(7)) td:nth-child(7) {
  text-align: left;
}
table:has(col.text-right:nth-child(7)) th:nth-child(7),
table:has(col.text-right:nth-child(7)) td:nth-child(7) {
  text-align: right;
}
table:has(col.text-center:nth-child(7)) th:nth-child(7),
table:has(col.text-center:nth-child(7)) td:nth-child(7) {
  text-align: center;
}
table:has(col.text-left:nth-child(8)) th:nth-child(8),
table:has(col.text-left:nth-child(8)) td:nth-child(8) {
  text-align: left;
}
table:has(col.text-right:nth-child(8)) th:nth-child(8),
table:has(col.text-right:nth-child(8)) td:nth-child(8) {
  text-align: right;
}
table:has(col.text-center:nth-child(8)) th:nth-child(8),
table:has(col.text-center:nth-child(8)) td:nth-child(8) {
  text-align: center;
}
table:has(col.text-left:nth-child(9)) th:nth-child(9),
table:has(col.text-left:nth-child(9)) td:nth-child(9) {
  text-align: left;
}
table:has(col.text-right:nth-child(9)) th:nth-child(9),
table:has(col.text-right:nth-child(9)) td:nth-child(9) {
  text-align: right;
}
table:has(col.text-center:nth-child(9)) th:nth-child(9),
table:has(col.text-center:nth-child(9)) td:nth-child(9) {
  text-align: center;
}
table:has(col.text-left:nth-child(10)) th:nth-child(10),
table:has(col.text-left:nth-child(10)) td:nth-child(10) {
  text-align: left;
}
table:has(col.text-right:nth-child(10)) th:nth-child(10),
table:has(col.text-right:nth-child(10)) td:nth-child(10) {
  text-align: right;
}
table:has(col.text-center:nth-child(10)) th:nth-child(10),
table:has(col.text-center:nth-child(10)) td:nth-child(10) {
  text-align: center;
}
table:has(col.text-left:nth-child(11)) th:nth-child(11),
table:has(col.text-left:nth-child(11)) td:nth-child(11) {
  text-align: left;
}
table:has(col.text-right:nth-child(11)) th:nth-child(11),
table:has(col.text-right:nth-child(11)) td:nth-child(11) {
  text-align: right;
}
table:has(col.text-center:nth-child(11)) th:nth-child(11),
table:has(col.text-center:nth-child(11)) td:nth-child(11) {
  text-align: center;
}
table:has(col.text-left:nth-child(12)) th:nth-child(12),
table:has(col.text-left:nth-child(12)) td:nth-child(12) {
  text-align: left;
}
table:has(col.text-right:nth-child(12)) th:nth-child(12),
table:has(col.text-right:nth-child(12)) td:nth-child(12) {
  text-align: right;
}
table:has(col.text-center:nth-child(12)) th:nth-child(12),
table:has(col.text-center:nth-child(12)) td:nth-child(12) {
  text-align: center;
}
table:has(col.text-left:nth-child(13)) th:nth-child(13),
table:has(col.text-left:nth-child(13)) td:nth-child(13) {
  text-align: left;
}
table:has(col.text-right:nth-child(13)) th:nth-child(13),
table:has(col.text-right:nth-child(13)) td:nth-child(13) {
  text-align: right;
}
table:has(col.text-center:nth-child(13)) th:nth-child(13),
table:has(col.text-center:nth-child(13)) td:nth-child(13) {
  text-align: center;
}
table:has(col.text-left:nth-child(14)) th:nth-child(14),
table:has(col.text-left:nth-child(14)) td:nth-child(14) {
  text-align: left;
}
table:has(col.text-right:nth-child(14)) th:nth-child(14),
table:has(col.text-right:nth-child(14)) td:nth-child(14) {
  text-align: right;
}
table:has(col.text-center:nth-child(14)) th:nth-child(14),
table:has(col.text-center:nth-child(14)) td:nth-child(14) {
  text-align: center;
}
table:has(col.text-left:nth-child(15)) th:nth-child(15),
table:has(col.text-left:nth-child(15)) td:nth-child(15) {
  text-align: left;
}
table:has(col.text-right:nth-child(15)) th:nth-child(15),
table:has(col.text-right:nth-child(15)) td:nth-child(15) {
  text-align: right;
}
table:has(col.text-center:nth-child(15)) th:nth-child(15),
table:has(col.text-center:nth-child(15)) td:nth-child(15) {
  text-align: center;
}
table:has(col.text-left:nth-child(16)) th:nth-child(16),
table:has(col.text-left:nth-child(16)) td:nth-child(16) {
  text-align: left;
}
table:has(col.text-right:nth-child(16)) th:nth-child(16),
table:has(col.text-right:nth-child(16)) td:nth-child(16) {
  text-align: right;
}
table:has(col.text-center:nth-child(16)) th:nth-child(16),
table:has(col.text-center:nth-child(16)) td:nth-child(16) {
  text-align: center;
}
table:has(col.text-left:nth-child(17)) th:nth-child(17),
table:has(col.text-left:nth-child(17)) td:nth-child(17) {
  text-align: left;
}
table:has(col.text-right:nth-child(17)) th:nth-child(17),
table:has(col.text-right:nth-child(17)) td:nth-child(17) {
  text-align: right;
}
table:has(col.text-center:nth-child(17)) th:nth-child(17),
table:has(col.text-center:nth-child(17)) td:nth-child(17) {
  text-align: center;
}
table:has(col.text-left:nth-child(18)) th:nth-child(18),
table:has(col.text-left:nth-child(18)) td:nth-child(18) {
  text-align: left;
}
table:has(col.text-right:nth-child(18)) th:nth-child(18),
table:has(col.text-right:nth-child(18)) td:nth-child(18) {
  text-align: right;
}
table:has(col.text-center:nth-child(18)) th:nth-child(18),
table:has(col.text-center:nth-child(18)) td:nth-child(18) {
  text-align: center;
}
table:has(col.text-left:nth-child(19)) th:nth-child(19),
table:has(col.text-left:nth-child(19)) td:nth-child(19) {
  text-align: left;
}
table:has(col.text-right:nth-child(19)) th:nth-child(19),
table:has(col.text-right:nth-child(19)) td:nth-child(19) {
  text-align: right;
}
table:has(col.text-center:nth-child(19)) th:nth-child(19),
table:has(col.text-center:nth-child(19)) td:nth-child(19) {
  text-align: center;
}
table:has(col.text-left:nth-child(20)) th:nth-child(20),
table:has(col.text-left:nth-child(20)) td:nth-child(20) {
  text-align: left;
}
table:has(col.text-right:nth-child(20)) th:nth-child(20),
table:has(col.text-right:nth-child(20)) td:nth-child(20) {
  text-align: right;
}
table:has(col.text-center:nth-child(20)) th:nth-child(20),
table:has(col.text-center:nth-child(20)) td:nth-child(20) {
  text-align: center;
}
table:has(col.text-left:nth-child(21)) th:nth-child(21),
table:has(col.text-left:nth-child(21)) td:nth-child(21) {
  text-align: left;
}
table:has(col.text-right:nth-child(21)) th:nth-child(21),
table:has(col.text-right:nth-child(21)) td:nth-child(21) {
  text-align: right;
}
table:has(col.text-center:nth-child(21)) th:nth-child(21),
table:has(col.text-center:nth-child(21)) td:nth-child(21) {
  text-align: center;
}
table:has(col.text-left:nth-child(22)) th:nth-child(22),
table:has(col.text-left:nth-child(22)) td:nth-child(22) {
  text-align: left;
}
table:has(col.text-right:nth-child(22)) th:nth-child(22),
table:has(col.text-right:nth-child(22)) td:nth-child(22) {
  text-align: right;
}
table:has(col.text-center:nth-child(22)) th:nth-child(22),
table:has(col.text-center:nth-child(22)) td:nth-child(22) {
  text-align: center;
}
table:has(col.text-left:nth-child(23)) th:nth-child(23),
table:has(col.text-left:nth-child(23)) td:nth-child(23) {
  text-align: left;
}
table:has(col.text-right:nth-child(23)) th:nth-child(23),
table:has(col.text-right:nth-child(23)) td:nth-child(23) {
  text-align: right;
}
table:has(col.text-center:nth-child(23)) th:nth-child(23),
table:has(col.text-center:nth-child(23)) td:nth-child(23) {
  text-align: center;
}
table:has(col.text-left:nth-child(24)) th:nth-child(24),
table:has(col.text-left:nth-child(24)) td:nth-child(24) {
  text-align: left;
}
table:has(col.text-right:nth-child(24)) th:nth-child(24),
table:has(col.text-right:nth-child(24)) td:nth-child(24) {
  text-align: right;
}
table:has(col.text-center:nth-child(24)) th:nth-child(24),
table:has(col.text-center:nth-child(24)) td:nth-child(24) {
  text-align: center;
}
table:has(col.text-left:nth-child(25)) th:nth-child(25),
table:has(col.text-left:nth-child(25)) td:nth-child(25) {
  text-align: left;
}
table:has(col.text-right:nth-child(25)) th:nth-child(25),
table:has(col.text-right:nth-child(25)) td:nth-child(25) {
  text-align: right;
}
table:has(col.text-center:nth-child(25)) th:nth-child(25),
table:has(col.text-center:nth-child(25)) td:nth-child(25) {
  text-align: center;
}
table:has(col.text-left:nth-child(26)) th:nth-child(26),
table:has(col.text-left:nth-child(26)) td:nth-child(26) {
  text-align: left;
}
table:has(col.text-right:nth-child(26)) th:nth-child(26),
table:has(col.text-right:nth-child(26)) td:nth-child(26) {
  text-align: right;
}
table:has(col.text-center:nth-child(26)) th:nth-child(26),
table:has(col.text-center:nth-child(26)) td:nth-child(26) {
  text-align: center;
}
table:has(col.text-left:nth-child(27)) th:nth-child(27),
table:has(col.text-left:nth-child(27)) td:nth-child(27) {
  text-align: left;
}
table:has(col.text-right:nth-child(27)) th:nth-child(27),
table:has(col.text-right:nth-child(27)) td:nth-child(27) {
  text-align: right;
}
table:has(col.text-center:nth-child(27)) th:nth-child(27),
table:has(col.text-center:nth-child(27)) td:nth-child(27) {
  text-align: center;
}
table:has(col.text-left:nth-child(28)) th:nth-child(28),
table:has(col.text-left:nth-child(28)) td:nth-child(28) {
  text-align: left;
}
table:has(col.text-right:nth-child(28)) th:nth-child(28),
table:has(col.text-right:nth-child(28)) td:nth-child(28) {
  text-align: right;
}
table:has(col.text-center:nth-child(28)) th:nth-child(28),
table:has(col.text-center:nth-child(28)) td:nth-child(28) {
  text-align: center;
}
table:has(col.text-left:nth-child(29)) th:nth-child(29),
table:has(col.text-left:nth-child(29)) td:nth-child(29) {
  text-align: left;
}
table:has(col.text-right:nth-child(29)) th:nth-child(29),
table:has(col.text-right:nth-child(29)) td:nth-child(29) {
  text-align: right;
}
table:has(col.text-center:nth-child(29)) th:nth-child(29),
table:has(col.text-center:nth-child(29)) td:nth-child(29) {
  text-align: center;
}
table:has(col.text-left:nth-child(30)) th:nth-child(30),
table:has(col.text-left:nth-child(30)) td:nth-child(30) {
  text-align: left;
}
table:has(col.text-right:nth-child(30)) th:nth-child(30),
table:has(col.text-right:nth-child(30)) td:nth-child(30) {
  text-align: right;
}
table:has(col.text-center:nth-child(30)) th:nth-child(30),
table:has(col.text-center:nth-child(30)) td:nth-child(30) {
  text-align: center;
}
.i,
[class*="icon-"] {
  display: block;
  -webkit-transition: none;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .img-bg-cover {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .img-bg-contain {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.js-btn-popup-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.js-tab-block {
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.js-tab-block:not(.active) {
  display: none;
}
.js-tab-block.tab-slider:not(.active) {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0;
  position: relative;
  overflow: hidden;
}
.slider-wrap {
  margin: 0 calc(-1 * var(--gapMainHalf));
}
.sl-wrap {
  padding: 0 var(--gapMainHalf);
}
.items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  gap: var(--gapMain) 0;
  margin: 0 calc(-1 * var(--gapMainHalf));
}
.item-wrap {
  width: 100%;
  position: relative;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  padding: 0 var(--gapMainHalf);
}
.items-wrap:has(.item-wrap:nth-child(4)) + .items-actions-wrap {
  display: block;
}
.items-wrap:has(+ .items-actions-wrap) .item-wrap {
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.items-wrap:has(+ .items-actions-wrap) .item-wrap:nth-child(3) ~ .item-wrap {
  display: none;
}
.items-wrap:has(+ .items-actions-wrap .active) .item-wrap:nth-child(3) ~ .item-wrap {
  display: block;
}
.items-actions-wrap {
  display: none;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: var(--clr-base);
}
.items-actions-wrap .btn {
  padding: 0 30px 0 0;
}
.items-actions-wrap .btn.active:before {
  rotate: -180deg;
}
.items-actions-wrap .btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../../img/icons/arrow-menu.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 0;
  margin-top: -12px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
/* 

<style>
	.lines-dots {
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
</style>

*/
.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
  display: block;
  position: relative;
}
.tile-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
.mb-section {
  margin-bottom: var(--sectionMargin) !important;
}
.mb-section-small {
  margin-bottom: var(--sectionMarginSmall) !important;
}
.mt-section {
  margin-top: var(--sectionMargin) !important;
}
.mt-section-small {
  margin-top: var(--sectionMarginSmall) !important;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.no-pbottom {
  padding-bottom: 0 !important;
}
.no-ptop {
  padding-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
input.form-clear-autofill::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.slider-wrap,
.slider-inner-wrap,
.sl-wrap {
  position: relative;
}
.sl-wrap.swiper-slide {
  height: auto;
}
.swiper,
.swiper-wrapper {
  position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto;
  bottom: auto;
}
[class*="button-slider-"]:not([aria-label]) {
  display: none;
}
.slider-inner-wrap:has(.swiper-button-disabled ~ .swiper-button-disabled) .swiper-button-disabled {
  display: none;
}
.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4rem 0 0 0;
  gap: 10px;
  position: relative;
  width: auto;
}
.slider-pagination:not(.swiper-pagination-bullets) {
  display: none;
}
.slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e4e4e4;
  border: 2px solid var(--clr-light);
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
  padding: 0;
  margin: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 15;
}
.slider-pagination .swiper-pagination-bullet:hover,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.slider-pagination.type-lines {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.slider-pagination.type-lines .swiper-pagination-bullet {
  width: auto;
  height: 4px;
  border-radius: 0;
  border: none;
  background: var(--clr-att);
  opacity: 0.5;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.slider-pagination.type-lines .swiper-pagination-bullet:hover,
.slider-pagination.type-lines .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-att);
  opacity: 1;
}
.is-modern .f-thumbs__slide__button {
  clip-path: inherit !important;
}
.content-more-toggle {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  line-height: 1.28;
  height: 5.12em;
  interpolate-size: allow-keywords;
  transition: all ease 0.2s;
}
.content-more-toggle p {
  margin: 0;
}
.content-more-toggle:has(+ .content-more-action > .active) {
  height: auto;
  -webkit-line-clamp: initial;
}
.content-more-action {
  margin-top: 5px;
  font-weight: 500;
}
.content-more-action .btn {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .item-wrap,
  .sl-wrap {
    container-type: inline-size;
    container-name: desktop universal;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-wrap,
  .sl-wrap {
    container-type: inline-size;
    container-name: tablet universal;
  }
}
@media (max-width: 767px) {
  .item-wrap,
  .sl-wrap {
    container-type: inline-size;
    container-name: mobile universal;
  }
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(1)) th:nth-child(1),
  table:has(col.col-mobile-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-mobile-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-mobile-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-mobile-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-mobile-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-mobile-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-mobile-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-mobile-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-mobile-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-mobile-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-mobile-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-mobile-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-mobile-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-mobile-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-mobile-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-mobile-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-mobile-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-mobile-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-mobile-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-mobile-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-mobile-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-mobile-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-mobile-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-mobile-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-mobile-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-mobile-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-mobile-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-mobile-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-mobile-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-mobile-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(1)) th:nth-child(1),
  table:has(col.col-desktop-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-desktop-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-desktop-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-desktop-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-desktop-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-desktop-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-desktop-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-desktop-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-desktop-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-desktop-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-desktop-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-desktop-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-desktop-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-desktop-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-desktop-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-desktop-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-desktop-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-desktop-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-desktop-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-desktop-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-desktop-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-desktop-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-desktop-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-desktop-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-desktop-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-desktop-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-desktop-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-desktop-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-desktop-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-desktop-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: "PFDinTextCompPro";
  src:
    url("../fonts/PFDinTextCompPro-Bold.woff2") format("woff2"),
    url("../fonts/PFDinTextCompPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFDinTextCompPro";
  src:
    url("../fonts/PFDinTextCompPro-Medium.woff2") format("woff2"),
    url("../fonts/PFDinTextCompPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFDinTextCondPro";
  src:
    url("../fonts/PFDinTextCondPro-Regular.woff2") format("woff2"),
    url("../fonts/PFDinTextCondPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Базовый класс для SVG-иконок из спрайта (symbols).
   Использование в HTML: <svg class="icon" aria-hidden="true"><use href="/__spritemap#icon-ИМЯ_ФАЙЛА"></use></svg>
   Пример: <svg class="icon"><use href="/__spritemap#icon-check"></use></svg>
   Имена символов = prefix + имя файла без расширения (prefix: icon-). */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}
body.popup-open {
  overflow: hidden;
}
.popup-outer-box {
  display: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 20px var(--paddingContainer);
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.55);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  opacity: 0;
  visibility: hidden;
}
.popup-outer-box.slider-active {
  opacity: 1;
  visibility: visible;
}
.popup-outer-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-outer-box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
  width: 550px;
  border-radius: 48px;
  max-width: 100%;
  max-height: inherit;
  background-color: #fff;
  z-index: 20;
}
.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.popup-box .popup-content-wrap {
  width: 100%;
  padding: 0 10px;
}
.popup-box .btn-popup-close {
  position: absolute;
  top: 2.4rem;
  right: 2.6rem;
  z-index: 20;
}
.popup-box .slider-wrap {
  margin: 0 -10px;
  overflow: visible;
}
.popup-box .sl-wrap {
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  pointer-events: none;
  padding: 0 10px;
}
.popup-box .sl-wrap.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}
.popup-box .sl-inner-wrap {
  font-size: 2.3rem;
  text-align: center;
  font-weight: 400;
  margin-top: -90px;
  padding: 0 15px 30px 15px;
}
.popup-box .sl-inner-wrap .elm-photo {
  aspect-ratio: 2/1.65;
  margin: 0 auto;
  max-width: 400px;
  overflow: visible;
}
.popup-box .sl-inner-wrap .elm-photo img {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff)
    drop-shadow(0 0 29px rgba(255, 255, 255, 0.6));
  filter: drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff)
    drop-shadow(0 0 29px rgba(255, 255, 255, 0.6));
}
.popup-box .sl-title {
  margin-bottom: 2rem;
  margin-top: 10px;
  font-size: 3.7rem;
}
.popup-box .button-slider {
  position: absolute;
  top: 50%;
  left: -22rem;
  margin-top: -3.1rem;
}
.popup-box .button-slider-next {
  left: auto;
  right: -22rem;
}
.popup-box .btn-action-ico.ico-arrow {
  width: 6.2rem;
  height: 6.2rem;
}
@media (max-width: 1023px) {
  .popup-box .button-slider-prev {
    left: -100px;
  }
  .popup-box .button-slider-next {
    right: -100px;
  }
}
@media (max-width: 767px) {
  .popup-outer-box {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .popup-box .button-slider-prev {
    left: 50%;
    margin-left: -7rem;
    margin-top: 15px;
    top: 100%;
  }
  .popup-box .button-slider-next {
    right: 50%;
    margin-right: -7rem;
    margin-top: 15px;
    top: 100%;
  }
}
