@charset "UTF-8";
:root {
  --clr-base: #000000;
  --clr-base-white: #fff;
  --clr-base-light: #e4e4e;
  --clr-att: #050388;
  --clr-att-second: #615ee3;
  --clr-alert: #F55760;
  --clr-succefull: #32B782;
  --clr-bg-white: #fff;
  --fsize: 16px;
  --lhsize: 1.2;
  --mbsize: 1.2em;
  --mainRadius: 24px;
  --mainRadius: 2.4rem;
  --icoSize: 24px;
  --gapMain: 16px;
  --gapMainHalf: 8px;
  --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;
}
.ftext {
  font-family: 'Helvetica', sans-serif;
}
.ftext * {
  font-family: 'Helvetica', sans-serif;
}
.ftitle {
  font-family: 'Code Pro', sans-serif;
}
.ftitle * {
  font-family: 'Code Pro', sans-serif;
}
.fsecond {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.fsecond * {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
/* ----------------------------------- *\
			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;
}
li {
  position: relative;
}
.menu,
.list {
  margin: 0;
  padding: 0;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
}
.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);
}
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;
}
.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;
}
.page-title {
  font-size: 41.6px;
  font-size: 4.16rem;
  line-height: 1.06451613;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Code Pro', sans-serif;
}
.page-title * {
  font-family: 'Code Pro', sans-serif;
}
.text-light {
  color: var(--clr-light);
}
.text-base {
  color: var(--clr-base);
}
.text-att {
  color: var(--clr-att);
}
.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: 8px;
    --fsize: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
  }
}
/* ----------------------------------- *\
			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;
}
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;
}
.inner-wrap {
  position: relative;
  z-index: 2;
}
.page-full {
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav,
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
  display: none;
}
.nav a,
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  transition: all ease 0.2s;
}
.footer {
  padding: 30px 0;
}
.footer .inner-wrap {
  min-height: 150px;
  min-height: 15rem;
}
.footer .info-wrap {
  display: block;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.18181818;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.footer .info-wrap * {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.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%;
}
@media (max-width: 1023px) {
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
:is([class^="item-tile"]):hover .elm-photo.photo-cover img,
:is([class^="item-tile"]):hover .tile-photo.photo-cover img {
  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;
  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;
  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;
  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%;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:hover img {
  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%;
  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 [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.lbl-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-overlay {
  display: none;
  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-info {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--clr-base-white);
  text-transform: uppercase;
}
.item-tile-info .elm-ico {
  height: 175px;
  height: 17.5rem;
  width: 100%;
  position: absolute;
  top: -90px;
  top: -9rem;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-tile-info .tile-content-wrap {
  display: block;
  position: relative;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  padding: 70px 10px 20px 10px;
  padding: 7rem 10px 20px 10px;
  border-radius: 3.2rem;
  background: rgba(5, 3, 136, 0.63);
}
.item-tile-info .tile-title {
  display: block;
  margin: 0 auto;
}
.item-tile-info b {
  font-weight: 500;
}
.item-tile-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 451/138;
  background: url(../img/001.png) center no-repeat;
  background-size: 100% auto;
  width: 17.48062016em;
  font-size: 25.8px;
  color: var(--clr-base-white);
}
.item-tile-title:hover {
  color: var(--clr-base-white);
}
.item-tile-title.title01 {
  padding-left: 4em;
  padding-top: 0.5em;
}
.item-tile-title.title01 .tile-title {
  transform: rotate(-1deg);
}
.item-tile-title.title02 {
  width: 18.25581395em;
  aspect-ratio: 471/126;
  background-image: url(../img/002.png);
  padding-left: 4em;
}
.item-tile-title.title02 .tile-title {
  transform: rotate(1deg);
}
.item-tile-title.title03 {
  width: 20.03875969em;
  aspect-ratio: 517/141;
  background-image: url(../img/003.png);
  padding-bottom: 0.5em;
  padding-left: 4em;
}
.item-tile-title.title03 .tile-title span {
  font-size: 0.69767442em;
}
.item-tile-title.title04 {
  width: 17.01550388em;
  aspect-ratio: 439/160;
  background-image: url(../img/004.png);
  padding-left: 4em;
}
.item-tile-title.title04 .tile-title {
  transform: rotate(2deg);
}
.item-tile-title .tile-title {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  font-family: 'Code Pro', sans-serif;
}
.item-tile-title .tile-title * {
  font-family: 'Code Pro', sans-serif;
}
.item-tile-title .tile-title span {
  display: block;
  font-size: 0.55813953em;
}
.item-tile-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 18px;
  color: var(--clr-base);
  text-align: center;
  line-height: 1.16;
  transition: all ease 0.2s;
}
.item-tile-catalog + .item-tile-catalog {
  margin-top: 50px;
  margin-top: 5rem;
}
.item-tile-catalog:nth-child(:only-child) {
  min-height: 100%;
}
.item-tile-catalog:hover {
  color: var(--clr-att);
}
.item-tile-catalog .tile-content-wrap {
  display: block;
  position: relative;
  border-radius: 2.8rem;
  border: 2px solid #a4a4a4;
  padding: 10px;
}
.item-tile-catalog .tile-head-wrap {
  margin-bottom: 10px;
}
.item-tile-catalog .tile-title-wrap {
  display: block;
  padding: 8px 0 0 0;
}
.item-tile-catalog .tile-title {
  display: block;
  padding: 0 10px;
  max-height: 2.32em;
  height: 2.32em;
  position: relative;
  overflow: hidden;
}
.item-tile-catalog .tile-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 44px;
  padding: 0 10px 0 72px;
  border-radius: 40px;
  background: #ff009c;
  color: var(--clr-base-white);
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
.item-tile-catalog .tile-head:before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 60/55;
  position: absolute;
  background: url(../img/icons/1.png) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}
.item-tile-catalog .tile-head-title {
  display: block;
  max-height: 39px;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.item-tile-catalog .elm-photo {
  aspect-ratio: 180/210;
}
.item-tile-discount {
  display: block;
  position: relative;
  min-height: 100%;
  border-radius: 4rem;
  background: var(--clr-bg-white);
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 0.9;
  color: var(--clr-att);
}
.item-tile-discount:hover {
  color: var(--clr-att);
}
.item-tile-discount .tile-photo-wrap {
  margin: 0 -10px 0 -10px;
  position: relative;
  top: -20px;
  top: -2rem;
}
.item-tile-discount .tile-title-wrap {
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
  margin-top: -60px;
  margin-top: -6rem;
}
.item-tile-discount .tile-info-wrap {
  padding: 0 10px 30px 10px;
}
.item-tile-discount .tile-title {
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
  color: var(--clr-base-white);
  padding: 0 12px;
  height: 60px;
  height: 6rem;
  line-height: 60px;
  line-height: 6rem;
  background: #ff009c;
  border-radius: 40px;
  font-weight: 900;
  font-family: 'Code Pro', sans-serif;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-tile-discount .tile-title * {
  font-family: 'Code Pro', sans-serif;
}
.item-tile-discount .elm-photo {
  aspect-ratio: 316/165;
}
.item-tile-discount b {
  font-weight: 500;
}
.item-tile-action {
  position: relative;
  background: #b90071;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  min-height: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--clr-base-white);
  text-align: left;
  padding: 82px 10px 22px 1.3em;
  border-radius: 4.5rem;
  max-width: 13.5625em;
  margin: 0 auto;
}
.item-tile-action.tile-second {
  padding-left: 20px;
  padding-left: 2rem;
}
.item-tile-action.tile-second .elm-photo {
  aspect-ratio: 176/190;
  width: 176px;
  width: 17.6rem;
  margin-bottom: -95px;
  left: 30px;
}
.item-tile-action .elm-photo {
  display: block;
  aspect-ratio: 261/155;
  width: 261px;
  width: 26.1rem;
  position: absolute;
  bottom: 100%;
  left: 20px;
  margin-bottom: -70px;
}
.item-tile-action .tile-title {
  font-family: 'Code Pro', sans-serif;
}
.item-tile-action .tile-title * {
  font-family: 'Code Pro', sans-serif;
}
.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;
  transition: all ease 0.2s;
  padding: 0;
}
.item-tile-question:has(.btn-question.active) .tile-content-block {
  height: auto;
  padding-top: 5px;
}
.item-tile-question .tile-content-block {
  padding: 5px 0 0 0;
  display: block;
  position: relative;
}
.item-tile-question .btn-question {
  display: block;
  position: relative;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--clr-base);
  border-radius: 30px;
  line-height: 1.13793103;
  padding: 7px 50px 7px 17px;
  background: #fcd11d;
  transition: all ease 0.2s;
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.item-tile-question .btn-question * {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.item-tile-question .btn-question:before,
.item-tile-question .btn-question:after {
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  border-radius: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 24px;
  margin: -3px -12px 0 0;
  transition: all ease 0.2s;
}
.item-tile-question .btn-question:before {
  transform: rotate(90deg);
}
.item-tile-question .btn-question:hover,
.item-tile-question .btn-question.active {
  background: #ffd83d;
  color: var(--clr-base);
}
.item-tile-question .btn-question.active:before {
  transform: rotate(0deg);
}
@media (max-width: 1023px) {
  .item-tile-catalog {
    font-size: 16px;
  }
  .item-tile-catalog .tile-head {
    padding-left: 55px;
  }
  .item-tile-catalog .tile-head:before {
    width: 40px;
    left: 30px;
  }
  .item-tile-catalog .tile-head-title {
    font-size: 10px;
  }
}
@media (max-width: 479px) {
  .item-tile-catalog .tile-head {
    padding-left: 40px;
  }
  .item-tile-catalog .tile-head:before {
    width: 30px;
    left: 20px;
  }
  .item-tile-catalog .tile-head-title {
    font-size: 9px;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.top-outer-box {
  position: relative;
}
.top-outer-box .bg-full-wrap {
  background: #000 url(../img/main/bg.jpg) center top;
  background-size: 100% auto;

  /*background: #000 center top;*/
  /*!*background-image: url(../img/main/bg.jpg); !* fallback *!*!*/
  /*!*background-image: url(../img/main/bg.jpg), linear-gradient(#7653e5, #fff); !* W3C *!*!*/
  /*background-image: linear-gradient(#2313a0, #fff);*/
  /*background-repeat: no-repeat;*/

}
.tiles-box {
  margin-bottom: 30px;
}
.tiles-box .title-inner-wrap {
  margin-bottom: 90px;
  margin-bottom: 9rem;
  text-align: center;
  color: var(--clr-base-white);
}
.tiles-box .items-inner-wrap {
  margin: 0 auto;
  max-width: 864px;
}
.tiles-box .items-wrap {
  gap: 80px 0;
}
.tiles-box .item-wrap {
  width: 33.33%;
}
.tiles-box .section-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
}
.info-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  min-height: 480px;
}
.info-box .title-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  padding-right: 40px;
  position: relative;
  z-index: 3;
}
.info-box .photo-inner-wrap {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.info-box .photo-inner-wrap .elm-photo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: inherit;
}
.info-box .photo-inner-wrap .info-left {
  z-index: 2;
  width: 130%;
  left: 63%;
  top: 71%;
}
.info-box .photo-inner-wrap .info-right {
  z-index: 1;
  width: 80%;
  left: 145%;
  top: 80%;
}
.info-box .photo-inner-wrap .info-center {
  z-index: 3;
  width: 130%;
  top: 122%;
  left: 90%;
}
.info-box .items-inner-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 4;
}
.info-box .items-wrap {
  margin: 0;
  width: auto;
  min-width: 0;
  display: block;
}
.info-box .item-wrap {
  width: auto;
  margin: 0;
  padding: 0;
  margin-bottom: -30px;
  margin-bottom: -3rem;
  animation: 0.5s ease-out 0s 1 normal forwards running appearAnimation, 3s ease-in-out 0.5s infinite normal none running floatAnimation;
}
.info-box .item-wrap:last-child {
  margin-bottom: 0;
  margin-top: -60px;
  margin-top: -6rem;
}
.info-box .item-wrap:nth-child(1) {
  padding-right: 40px;
  padding-right: 4rem;
}
.info-box .item-wrap:nth-child(1) .item-tile-title {
  margin-left: auto;
}
.info-box .item-wrap:nth-child(2) .item-tile-title {
  margin-left: auto;
}
.info-box .item-wrap:nth-child(3) {
  padding-right: 30px;
}
.info-box .item-wrap:nth-child(4) {
  padding-right: 20px;
  padding-right: 2rem;
}
.info-box .item-wrap:nth-child(4) .item-tile-title {
  margin-left: auto;
}
.info-box .section-title {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff009c;
  text-shadow: 0.347px 1.97px 15.66px rgba(255, 255, 255, 0.94), 0.347px 1.97px 15.66px rgba(255, 255, 255, 0.94), 0.347px 1.97px 15.66px rgba(255, 255, 255, 0.94), 0.347px 1.97px 15.66px rgba(255, 255, 255, 0.94), 0.347px 1.97px 15.66px rgba(255, 255, 255, 0.94), 0.347px 1.97px 15.66px rgba(255, 255, 255, 0.94), 0.347px 1.97px 15.66px rgba(255, 255, 255, 0.94);
}
.result-box {
  margin-bottom: 30px;
  background-color: #0f2496;
  position: relative;
  text-align: center;
  font-size: 22px;
  line-height: normal;
  color: var(--clr-base-white);
  padding: 60px 30px 45px 30px;
  max-width: 933px;
  border-radius: 3.3rem;
  margin: 0 auto 70px auto;
  margin: 0 auto 7rem auto;
  text-transform: uppercase;
}
.result-box .title-inner-wrap {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.result-box .section-title {
  display: inline-block;
  line-height: 1.09090909;
  padding: 8px 20px;
  border-radius: 30px;
  background: #ff009c;
  min-width: 270px;
  font-weight: 400;
  text-transform: uppercase;
}
.lk-box {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 933px;
  position: relative;
  border-radius: 3.3rem;
  background-color: #0f2496;
  padding: 15px 56px 30px 56px;
  padding: 15px 5.6rem 30px 5.6rem;
  color: var(--clr-base-white);
  z-index: 2;
  font-size: 22px;
  line-height: normal;
}
.lk-box .title-inner-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.lk-box .box-content-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
  padding-right: 140px;
}
.lk-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  max-width: 325px;
}
.lk-box .form-inner-wrap {
  width: 270px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lk-box .info-action {
  padding-top: 6px;
}
.lk-box .info-action .btn {
  height: 25px;
  padding: 2px 15px 0 15px;
  font-size: 10px;
  font-weight: bold;
  font-family: 'Helvetica', sans-serif;
}
.lk-box .info-action .btn * {
  font-family: 'Helvetica', sans-serif;
}
.lk-box .lk-left {
  width: 269px;
  width: 26.9rem;
  position: absolute;
  left: 100%;
  bottom: 100%;
  pointer-events: none;
  transform: translate(-100%, 80%);
  z-index: -1;
}
.lk-box .lk-center {
  width: 292px;
  width: 29.2rem;
  position: absolute;
  right: 100%;
  bottom: 100%;
  pointer-events: none;
  transform: translate(110%, 65%);
  z-index: -1;
}
.lk-box .section-title,
.lk-box .info-title,
.lk-box .info-cnt {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
}
.lk-box .info-cnt {
  text-transform: none;
  line-height: 1.2;
}
.lk-box .info-cnt a {
  color: var(--clr-base-white);
}
.lk-box table {
  width: 100%;
  margin: 0;
}
.lk-box table thead th,
.lk-box table thead td {
  font-size: 15px;
  padding-bottom: 14px;
}
.lk-box table th,
.lk-box table td {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  padding: 7px 15px 7px 0;
  vertical-align: top;
  border: none;
}
.lk-box table th:last-child,
.lk-box table td:last-child {
  width: 35%;
}
.lk-box table th:last-child,
.lk-box table td:last-child {
  padding-right: 0;
}
.main-box {
  color: var(--clr-base-white);
}
.main-box .box-inner-wrap {
  padding-top: 32px;
  position: relative;
  z-index: 2;
}
.main-box .photos-inner-wrap {
  display: block;
  position: relative;
  aspect-ratio: 1000/250;
}
.main-box .photo-wrap {
  display: none;
  pointer-events: none;
}
.main-box .main-left {
  display: block;
  width: 27%;
  position: absolute;
  top: 0;
  left: 2%;
}
.main-box .main-right {
  display: block;
  width: 22%;
  position: absolute;
  top: 12%;
  right: 2%;
}
.main-box .main-center {
  display: block;
  position: absolute;
  top: 23%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 42%;
}
.menu-content-box {
  margin-bottom: 30px;
  text-align: center;
}
.menu-content-box .menu {
  margin: 0 auto;
  max-width: 800px;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: 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;
  padding: 0 16px;
  border-radius: 30px;
  background: #e3e3e3;
  transition: all ease 0.2s;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  color: var(--clr-base);
}
.menu-content-box .btn-menu:hover,
.menu-content-box .btn-menu.active {
  background: #ff009c;
  color: #fff;
}
.menu-box {
  text-transform: uppercase;
  color: inherit;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.2;
}
.menu-box.menu-small {
  font-size: 18px;
}
.menu-box .menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
  margin: 0 -1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.menu-box .menu li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-box .btn-menu {
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  transition: all ease 0.2s;
  padding: 0 16px;
  padding: 0 1.6rem;
  height: 50px;
  height: 5rem;
  text-shadow: 2.723px 4.193px 13.76px rgba(7, 9, 10, 0.5);
}
.menu-box .btn-menu:hover {
  text-shadow: 4.723px 7.193px 13.76px rgba(7, 9, 10, 0.9);
  color: inherit;
}
.menu-box .btn-menu.active .button-title:before {
  opacity: 0.8;
}
.menu-box .btn-menu .button-title {
  display: block;
  position: relative;
}
.menu-box .btn-menu .button-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  opacity: 0;
  box-shadow: 2.723px 4.193px 13.76px rgba(7, 9, 10, 0.5);
  transition: all ease 0.2s;
}
.menu-box .btn-menu.button-main .button-title:before {
  display: none;
}
.menu-box .btn-menu.button-main a {
  color: inherit;
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
  transition: none;
}
.menu-box .btn-menu.button-main a:hover {
  color: inherit;
  padding-bottom: 0;
  border-bottom: 1px solid;
}
.menu-box .button-main {
  text-shadow: none;
  border-radius: 10px;
  background-color: #ff009c;
  box-shadow: 0px 0px 6.23px 0.77px rgba(0, 1, 3, 0.59);
  font-size: 18px;
  font-size: 1.8rem;
}
.menu-box .button-main:hover {
  text-shadow: none;
  background-color: #c8009c;
}
.logos-box {
  padding: 50px 0 24px 0;
  padding: 5rem 0 24px 0;
  position: relative;
  background: rgba(255, 255, 255, 0.86);
}
.logos-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 30px;
  gap: 3rem;
  margin: 0 auto;
  max-width: 960px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 2;
}
.logos-box .btn-action-ico {
  width: 50px;
  width: 5rem;
  height: 50px;
  height: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logos-box .elm-photo {
  width: auto;
  -ms-flex: 1;
      flex: 1;
  max-width: 830px;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
}
.catalog-slider-box {
  padding: 40px 0 80px 0;
  padding: 40px 0 8rem 0;
  background: var(--clr-bg-white);
  position: relative;
  box-shadow: inset 0px 6px 14.49px 6.51px rgba(0, 0, 0, 0.43);
}
.catalog-slider-box .title-inner-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.catalog-slider-box .slider-inner-wrap {
  padding: 0 80px;
}
.catalog-slider-box .section-title {
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 0.8;
}
.catalog-slider-box .section-title .text-att {
  color: #ff009c;
}
.catalog-slider-box .text-attention {
  display: inline-block;
  max-width: 100%;
  border-radius: 30px;
  background: var(--clr-att);
  color: var(--clr-base-white);
  font-size: 0.47272727em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 0.2em 1em 0.2em 1em;
  font-family: 'Helvetica', sans-serif;
}
.catalog-slider-box .text-attention * {
  font-family: 'Helvetica', sans-serif;
}
.discount-box {
  position: relative;
  overflow: hidden;
  background: #050388;
}
.discount-slider-box {
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.discount-slider-box .title-inner-wrap {
  color: var(--clr-base-white);
  margin-bottom: 30px;
  text-align: center;
}
.discount-slider-box .title-inner-wrap .text-att {
  color: #ff009c;
}
.discount-slider-box .box-inner-wrap {
  padding: 30px 0 40px 0;
}
.discount-slider-box .slider-wrap {
  margin: 0 -12px;
  margin: 0 -1.2rem;
  overflow: visible;
}
.discount-slider-box .sl-wrap {
  padding: 0 12px;
  padding: 0 1.2rem;
  width: 320px;
  width: 32rem;
}
.discount-slider-box .swiper-wrapper {
  transition-timing-function: linear !important;
}
.stars-inner-box {
  position: relative;
  background: #ff009c;
}
.stars-inner-box .box-inner-wrap {
  padding: 48px 0 20px 0;
}
.stars-inner-box .items-inner-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.stars-inner-box .items-inner-wrap:before,
.stars-inner-box .items-inner-wrap:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  left: -18%;
  top: 100%;
  transform: translateY(-30%);
  width: 384px;
  width: 38.4rem;
  aspect-ratio: 384/388;
  background: url(../img/star-left.png) center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.stars-inner-box .items-inner-wrap:after {
  aspect-ratio: 265/258;
  width: 265px;
  width: 26.5rem;
  left: auto;
  right: -10%;
  transform: translateY(-6%) rotate(-20deg);
}
.stars-inner-box .item-wrap {
  width: 50%;
}
.stars-inner-box .item-wrap:nth-child(2):before {
  content: "";
  display: block;
  width: 109px;
  width: 10.9rem;
  aspect-ratio: 109/107;
  background: url(../img/star.png) center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
  left: 100%;
  bottom: 100%;
  z-index: -1;
  transform: translate(-100%, 40%);
}
.stars-inner-box .button-inner-wrap {
  margin: 26px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 5;
}
.stars-inner-box .info-inner-wrap {
  margin: 26px auto 0 auto;
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--clr-base-white);
  max-width: 32.25em;
}
.stars-inner-box:before,
.stars-inner-box:after {
  content: "";
  display: block;
  background: url(../img/star-main-right.png) center no-repeat;
  background-size: 100% auto;
  width: 282px;
  width: 28.2rem;
  aspect-ratio: 282/544;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 2;
}
.stars-inner-box:before {
  right: auto;
  left: 0;
  bottom: 45%;
  width: 348px;
  width: 34.8rem;
  aspect-ratio: 348/619;
  background-image: url(../img/star-main-left.png);
}
.partenrs-slider-box {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.partenrs-slider-box .slider-inner-wrap {
  position: relative;
  padding: 0 120px;
}
.partenrs-slider-box .elm-photo {
  height: 80px;
  aspect-ratio: inherit;
}
.more-box {
  text-align: center;
  margin-top: 20px;
}
.more-box .btn {
  height: 40px;
  padding: 4px 20px 0 20px;
  font-size: 17px;
}
.map-box {
  margin-bottom: 50px;
}
.map-box .box-inner-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 913px;
  border-radius: 10rem;
  background: #ebebeb;
  height: 532px;
  height: 53.2rem;
}
.map-box .box-inner-wrap.type-border {
  border: 1px solid var(--clr-att);
}
.title-box {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-top: 30px;
}
.questions-box {
  margin-bottom: 30px;
}
.questions-box .title-inner-wrap {
  text-align: center;
  margin-bottom: 24px;
}
.questions-box .items-wrap {
  gap: 20px 0;
  gap: 2rem 0;
}
.questions-box .item-wrap {
  width: 100%;
}
.questions-box .items-inner-wrap {
  margin: 0 auto;
  max-width: 680px;
}
.questions-box .section-title {
  text-transform: uppercase;
  font-size: 39px;
  font-size: 3.9rem;
  margin: 0 0 10px 0;
  font-weight: 500;
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.questions-box .section-title * {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.questions-box .section-title:last-child {
  margin-bottom: 0;
}
.bg-full-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  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);
  transform: translateX(-50%);
  overflow: hidden;
  background: var(--clr-bg-light);
}
.bg-box > *:last-child {
  margin-bottom: 0;
}
body.popup-open {
  overflow: hidden;
}
.popup-outer-box {
  display: none;
  padding: 20px var(--paddingContainer);
  animation: fadein ease 0.2s;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-outer-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-outer-box.active {
  display: -ms-flexbox;
  display: flex;
}
.popup-info-box {
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  font-size: 0.86206897em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}
.popup-info-box .photo-inner-wrap {
  display: none;
}
.popup-info-box .section-title {
  font-size: 1.92em;
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
  font-family: 'Code Pro', sans-serif;
}
.popup-info-box .section-title * {
  font-family: 'Code Pro', sans-serif;
}
.popup-info-box .section-title span {
  display: block;
  font-size: 0.48387097em;
}
.popup-info-box .section-title-main {
  display: block;
  font-size: 3.12em;
  text-transform: none;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
  color: var(--clr-att-second);
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.popup-info-box .section-title-main * {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.popup-info-box .section-action {
  margin-bottom: 56px;
  margin-bottom: 5.6rem;
}
.popup-info-box .section-link {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.popup-info-box .section-link * {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.popup-info-box .section-link a:not(:hover) {
  color: inherit;
}
.popup-succefull .popup-box {
  width: 600px;
  padding: 40px 20px;
}
.popup-succefull .popup-box .popup-title {
  font-size: 32px;
  line-height: 1.1;
}
.popup-box {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 963px;
  width: 96.3rem;
  max-width: 100%;
  max-height: inherit;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5.8rem;
  z-index: 20;
  color: #fff;
  padding: 30px 56px 30px 66px;
  padding: 3rem 5.6rem 3rem 6.6rem;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.20689655;
  text-align: left;
}
.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-box .popup-title-wrap {
  padding: 0 70px;
  padding: 0 7rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  text-align: center;
}
.popup-box .popup-content-wrap {
  width: 100%;
}
.popup-box .popup-title {
  font-size: 1.72413793em;
  line-height: 52px;
  line-height: 5.2rem;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Code Pro', sans-serif;
}
.popup-box .popup-title * {
  font-family: 'Code Pro', sans-serif;
}
.popup-box .btn-popup-close {
  position: absolute;
  top: 30px;
  top: 3rem;
  right: 56px;
  right: 5.6rem;
  z-index: 2;
}
@media (max-width: 1399px) {
  .stars-inner-box:before {
    left: 50%;
    margin-left: -700px;
  }
  .stars-inner-box:after {
    right: 50%;
    margin-right: -700px;
  }
}
@media (max-width: 1023px) {
  .top-outer-box .bg-full-wrap {
    background-size: cover;
  }
  .info-box .item-tile-title {
    font-size: 20px;
  }
  .info-box .photo-inner-wrap {
    transform: translate(-15%, 0);
  }
  .lk-box {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }
  .catalog-slider-box .slider-inner-wrap {
    padding: 0;
  }
  .partenrs-slider-box .slider-inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .stars-inner-box:before,
  .stars-inner-box:after {
    display: none;
  }
  .popup-box {
    width: 400px;
    padding: 30px;
    border-radius: 3rem;
    font-size: 20px;
  }
  .popup-box .popup-title-wrap {
    padding: 0 20px;
  }
  .popup-box .btn-action-ico.ico-close {
    width: 30px;
    height: 30px;
  }
  .popup-box .btn-popup-close {
    top: 10px;
    right: 10px;
  }
  .popup-succefull .popup-box {
    width: 400px;
    padding: 40px 20px;
  }
  .popup-succefull .popup-box .popup-title-wrap {
    padding: 0;
  }
  .popup-succefull .popup-box .popup-title {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media (max-width: 910px) {
  .lk-box .info-inner-wrap {
    text-align: center;
    margin: 0 auto;
  }
  .lk-box .form-inner-wrap {
    margin: 0 auto;
  }
  .info-box {
    min-height: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info-box .title-inner-wrap {
    margin-bottom: 350px;
  }
  .info-box .items-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info-box .photo-inner-wrap {
    left: 50%;
    top: 60px;
    margin-left: -150px;
  }
  .lk-box {
    padding: 60px 24px 24px 24px;
  }
  .lk-box .box-content-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lk-box .info-inner-wrap {
    text-align: center;
    margin: 0 auto;
  }
  .lk-box .form-inner-wrap {
    margin: 0 auto;
  }
  .lk-box .box-content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .info-box .photo-inner-wrap {
    width: 200px;
    height: 200px;
    top: 100px;
  }
  .info-box .item-tile-title {
    font-size: 18px;
  }
  .info-box .title-inner-wrap {
    padding: 0;
    text-align: center;
  }
  .lk-box .box-content-wrap {
    padding-right: 0;
  }
  .lk-box .lk-left {
    transform: translate(-70%, 80%);
  }
  .lk-box .lk-center {
    transform: translate(100%, 65%);
  }

}
@media (max-width: 639px) {
  .tiles-box .items-wrap {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .tiles-box .item-wrap {
    width: 50%;
  }
  .tiles-box .item-wrap:last-child {
    width: 100%;
  }

  .result-box {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }

  .stars-inner-box .items-inner-wrap:before {
    width: 200px;
  }
  .stars-inner-box .items-inner-wrap:after {
    width: 120px;
  }
  .stars-inner-box .item-wrap {
    width: 100%;
  }
  .stars-inner-box .items-wrap {
    gap: 40px;
  }
  .popup-box {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .info-box {
    margin-bottom: 60px;
  }
  .info-box .title-inner-wrap {
    margin-bottom: 300px;
  }
  .info-box .item-tile-title {
    font-size: 15px;
  }
  .lk-box table th,
  .lk-box table td {
    font-size: 13px;
  }
  .lk-box table th:last-child,
  .lk-box table td:last-child {
    width: auto;
  }
  .lk-box table thead th,
  .lk-box table thead td {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .popup-info-box {
    padding: 12rem 2rem 8rem 30rem;
    min-height: 62rem;
  }
  .popup-info-box .info-inner-wrap {
    position: relative;
    z-index: 2;
  }
  .popup-info-box .photo-inner-wrap {
    width: 35rem;
    position: absolute;
    left: 3.8rem;
    bottom: 0;
    display: block;
  }
  .popup-outer-box.popup-cng .popup-box {
    width: 806px;
    overflow: visible;
    padding: 0;
    border-radius: 3.8rem;
  }
  .popup-outer-box.popup-cng .popup-box .btn-action-ico.ico-close {
    width: 44px;
    height: 44px;
    top: 4rem;
    right: 4rem;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
/* autofill icons delete */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
  height: 59px;
  height: 5.9rem;
  font-size: 29px;
  font-size: 2.9rem;
  background: #fff;
  border: none;
  border-radius: 30px;
  padding: 0 1em;
  box-shadow: inset 0px 4px 6.58px 0.42px rgba(0, 0, 0, 0.77);
  color: var(--clr-base);
  text-transform: uppercase;
  font-family: 'PF Din Text Comp Pro', sans-serif !important;
}
.form-input * {
  font-family: 'PF Din Text Comp Pro', sans-serif !important;
}
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-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;
  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-light);
  gap: 10px;
  height: 48px;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 5px 20px 0 20px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  color: var(--clr-base-white);
  font-family: 'Code Pro', sans-serif;
}
.btn * {
  font-family: 'Code Pro', sans-serif;
}
.btn:hover {
  background: var(--clr-att-second);
  border-color: var(--clr-att-second);
  color: var(--clr-base-white);
}
.btn.button-second {
  background-color: #ff009c;
  border-color: #ff009c;
  box-shadow: 1.042px 5.909px 8.64px 0.36px rgba(0, 1, 3, 0.36);
}
.btn.button-second:hover {
  background-color: #c6047c;
  border-color: #c6047c;
}
.btn.button-dark {
  background-color: #000;
  border-color: #000;
}
.btn.button-dark:hover {
  background-color: #666;
  border-color: #666;
}
.btn.button-second {
  background-color: #ff009c;
  border-color: #ff009c;
  box-shadow: 1.042px 5.909px 8.64px 0.36px rgba(0, 1, 3, 0.36);
}
.btn.button-second:hover {
  background-color: #c6047c;
  border-color: #c6047c;
}
.btn .button-ico,
.btn:before,
.btn:after {
  width: var(--icoSize);
  height: var(--icoSize);
  transition: all ease 0.2s;
  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;
  width: auto;
  padding: 0;
}
.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;
  transition: all ease 0.2s;
}
.button-arrow.active .button-title:after {
  transform: rotate(180deg);
}
.btn.active .button-active-toggle:before {
  opacity: 0;
}
.btn.active .button-active-toggle:after {
  opacity: 1;
  filter: none;
}
.btn.active .button-active-toggle.button-ico {
  filter: none;
}
.button-border:not(:hover) {
  color: var(--clr-att);
  background-color: transparent;
}
.button-border:not(:hover) .button-ico {
  filter: none;
}
.button-full {
  width: 100%;
  padding: 0 15px;
}
.button-link {
  width: auto;
  height: auto;
  line-height: 24px;
  color: inherit;
  white-space: normal;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: inherit;
}
.button-link:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.button-link .button-ico {
  filter: none;
}
.button-light {
  border-color: var(--clr-border-light);
  background-color: var(--clr-bg-light);
  color: var(--clr-att);
}
.button-light .button-ico {
  filter: none;
}
.button-light:hover {
  background-color: var(--clr-bg-light);
  border-color: var(--clr-border-light);
  color: var(--clr-base);
}
.button-light:hover .button-ico {
  filter: var(--filterAttToBase);
}
.button-light.button-border:not(:hover) {
  background-color: transparent;
}
.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;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: 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%;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: var(--icoSize);
  max-height: var(--icoSize);
}
.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;
  box-shadow: none;
}
.btn-action-ico.ico-arrow {
  width: 52px;
  width: 5.2rem;
  height: 52px;
  height: 5.2rem;
  margin-top: -26px;
  margin-top: -2.6rem;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 20;
  cursor: pointer;
}
.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.7;
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-prev {
  right: auto;
  left: 10px;
}
.btn-action-ico.ico-arrow-prev:before {
  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;
  transform: rotate(-45deg);
}
.btn-action-ico.ico-menu.active:before {
  transform: rotate(45deg);
}
.btn-action-ico.ico-close {
  width: 52px;
  width: 5.2rem;
  height: 52px;
  height: 5.2rem;
}
.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);
}
.btn-action-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: inherit;
}
.btn-action-icon.button-att {
  color: var(--clr-att);
}
.btn-action-icon.button-att .button-ico {
  filter: none;
}
.btn-action-icon:hover {
  color: var(--clr-att);
}
.btn-action-icon:hover .button-ico {
  filter: none;
}
.btn-action-icon .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  filter: brightness(0) grayscale(1);
}
.btn-action-icon .button-ico + .button-title {
  padding-left: 10px;
}
.btn-action-icon .button-title {
  display: block;
}
@media (max-width: 1023px) {
  .btn {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .btn {
    font-size: 13px;
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-popup {
  margin: 0 auto;
  position: relative;
}
.frm-popup .frm-field {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
  padding: 0 15px;
  padding: 0 1.5rem;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  gap: 46px;
  gap: 4.6rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.frm-popup .frm-row,
.frm-popup .frm-row-submit {
  margin: 0 -15px;
  margin: 0 -1.5rem;
}
.frm-popup .field-content {
  -ms-flex: 1;
      flex: 1;
}
.frm-popup .field-info {
  font-size: 1.17241379em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.frm-popup .field-info * {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.frm-popup .field-title {
  font-size: 1.4137931em;
  line-height: 1;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.frm-popup .field-title * {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.frm-popup .frm-select {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto 30px auto;
  margin: 0 auto 3rem auto;
  max-width: 710px;
  max-width: 71rem;
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.frm-popup .frm-select * {
  font-family: 'PF Din Text Comp Pro', sans-serif;
}
.frm-popup .frm-select:last-child {
  margin-bottom: 0;
}
.frm-popup .field-select {
  width: auto;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.frm-popup .field-select ~ .frm-field {
  width: auto;
  -ms-flex: 1;
      flex: 1;
}
.frm-popup .field-select .field-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px 25px;
  gap: 10px 2.5rem;
}
.frm-popup .field-select .frm-select {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  font-size: 1.4137931em;
}
.frm-popup .field-submit {
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 20px;
  padding-top: 2rem;
  text-align: center;
  margin-bottom: 0;
}
.frm-popup .frm-row-submit .frm-field {
  display: block;
}
.frm-popup .row-login .field-submit {
  padding-top: 0;
}
.frm-popup .row-login + .row-login {
  margin-top: 35px;
  margin-top: 3.5rem;
}
.frm-popup .row-login .btn.button-yellow {
  box-shadow: 0 0 10px rgba(92, 229, 0, 0.6), 0 0 10px rgba(92, 229, 0, 0.6), 0 0 10px rgba(92, 229, 0, 0.6);
}
.frm-main-code {
  display: block;
  position: relative;
  background: var(--clr-base-white);
  z-index: 4;
  border-radius: 20px;
}
.frm-main-code .frm-title-wrap {
  position: relative;
}
.frm-main-code .frm-content-wrap {
  display: block;
  padding: 7px 28px 28px 28px;
}
.frm-main-code .frm-submit-wrap {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.frm-main-code .frm-submit-wrap .btn {
  height: 40px;
  padding: 0 14px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Helvetica', sans-serif;
}
.frm-main-code .frm-submit-wrap .btn * {
  font-family: 'Helvetica', sans-serif;
}
.frm-main-code .frm-row {
  margin: 0 -10px;
}
.frm-main-code .frm-field {
  width: 11.11%;
  padding: 0 10px;
  margin: 0;
}
@media (max-width: 767px) {
  .frm-main-code .frm-field {
    padding: 0 4px;
  }
  .frm-main-code .frm-row {
    margin: 0 -4px;
  }
  .frm-main-code .form-input {
    font-size: 18px;
  }
  .frm-main-code .frm-content-wrap {
    padding: 7px 14px 28px 14px;
  }
}
@media (max-width: 479px) {
  .frm-main-code .frm-field {
    padding: 0 2px;
  }
  .frm-main-code .frm-row {
    margin: 0 -2px;
  }
  .frm-main-code .form-input {
    font-size: 16px;
    height: 35px;
  }
  .frm-main-code .frm-content-wrap {
    padding: 7px 8px 28px 8px;
  }
}
.frm-main-code .frm-title {
  display: block;
  text-align: center;
  color: var(--clr-base-white);
  background: #ff009c;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 36px;
  padding-bottom: 4px;
  border-radius: 20px;
  width: 100%;
}
.frm-main-code .form-input {
  height: 40px;
  border-radius: 0;
  background: none;
  padding: 0;
  text-align: center;
  border: none;
  border-bottom: 4px solid #d3d3d3;
  font-size: 22px;
  font-weight: bold;
  color: var(--clr-base);
}
.frm-row,
.frm-field,
.frm-row-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1;
}
.frm-field {
  display: block;
  width: 100%;
}
.frm-field-file {
  position: relative;
}
.frm-field-file.file-active .file-inner-wrap {
  display: inline-block;
}
.frm-field-file.file-active .button-file-attach {
  display: none;
}
.frm-field-file input {
  display: none;
}
.frm-field-file .file-inner-wrap {
  display: none;
  max-width: 100%;
  padding: 0 30px 0 0;
  font-size: 30px;
  font-size: 3rem;
  text-transform: none;
  position: relative;
  color: #fff;
}
.frm-field-file .file-inner-wrap .file-name {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.frm-field-file .file-inner-wrap .button-file-del {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
.frm-field-file .button-file-attach {
  height: 72px;
  height: 7.2rem;
  width: 100%;
  border-radius: 4rem;
  background: var(--clr-att-second);
  border: none;
  padding: 0 24px;
  font-size: 42px;
  font-size: 4.2rem;
  color: var(--clr-base);
  text-transform: uppercase;
}
.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 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 1.65517241em;
  overflow: visible;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  padding-left: 2.4137931em;
}
.frm-select label:before,
.frm-select label:after {
  width: 1.65517241em;
  height: 1.65517241em;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: inset 0px 4px 6.58px 0.42px rgba(0, 0, 0, 0.77);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.frm-select label:after {
  border-radius: 0;
  border: none;
  background: url(../img/icons/chk.png) center / 100% auto no-repeat;
  opacity: 0;
  box-shadow: none;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
@media (max-width: 479px) {
  .frm-popup .frm-field {
    display: block;
  }
  .frm-popup .field-title {
    margin: 0 0 10px 0;
    padding-left: 8px;
  }
  .frm-popup .field-select {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .frm-popup .frm-row-submit.row-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    gap: 0;
  }
  .frm-popup .frm-row-submit.row-login .frm-field {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .frm-popup .frm-row-submit.row-login .frm-field:first-child {
    -ms-flex: 1;
        flex: 1;
  }
  .frm-popup .frm-row-submit.row-login .field-info {
    text-align: left;
  }
  .frm-popup .frm-row-submit .btn {
    min-width: 270px;
    font-size: 1.13793103em;
    height: 1.81818182em;
  }
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes appearAnimation {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(0deg);
    filter: brightness(10);
  }
  70% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: brightness(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    filter: brightness(1);
  }
}
@keyframes floatAnimation {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(1deg);
  }
}
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    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;
  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 (object-fit: cover) {
  .img-bg-cover {
    height: 100%;
    object-fit: cover;
  }
}
@supports (object-fit: contain) {
  .img-bg-contain {
    height: 100%;
    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 {
  animation: fadein ease 0.3s;
}
.js-tab-block {
  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: -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;
  break-inside: avoid-column;
  display: block;
  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 {
  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;
  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: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 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: #fff;
  border: 2px solid var(--clr-att);
  opacity: 1;
  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);
}
.is-modern .f-thumbs__slide__button {
  -webkit-clip-path: inherit !important;
          clip-path: inherit !important;
}
@media (max-width: 1023px) {
  .button-slider {
    display: none;
  }
  .slider-pagination {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .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: 'PF Din Text Comp Pro';
  src: url('../fonts/PFDinTextCompPro-Medium.woff2') format('woff2'), url('../fonts/PFDinTextCompPro-Medium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PF Din Text Comp Pro';
  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: 'PF Din Text Comp Pro';
  src: url('../fonts/PFDinTextCompPro-Medium.woff2') format('woff2'), url('../fonts/PFDinTextCompPro-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Code Pro';
  src: url('../fonts/Code-Pro-Black.woff2') format('woff2'), url('../fonts/Code-Pro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Code Pro';
  src: url('../fonts/Code-Pro-Black.woff2') format('woff2'), url('../fonts/Code-Pro-Black.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Code Pro';
  src: url('../fonts/Code-Pro-Black.woff2') format('woff2'), url('../fonts/Code-Pro-Black.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Regular.woff2') format('woff2'), url('../fonts/Helvetica-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
