@charset "UTF-8";
:root {
  --clr-base: #000000;
  --clr-att: #6a00b4;
  --clr-att-hover: #cd6be0;
  --clr-light: #e4e4e;
  --fsize: 16px;
  --lhsize: 1.214;
  --mbsize: 1.214em;
  --mainRadius: 24px;
  --mainRadius: 2.4rem;
  --icoSize: 24px;
  --min: 360px;
  --max: 1080px;
  --paddingContainer: 15px;
  --filter-dark: brightness(0) grayscale(1);
  --filter-white: brightness(0) invert(1);
  font-size: 10px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* 
VAGWorld 700
CirceRounded 400
BwModelicaCyrillicSS01DEMO 500
 */
.ftext {
  font-family: 'Montserrat', 'Roboto', sans-serif;
}
.ftext * {
  font-family: 'Montserrat', 'Roboto', sans-serif;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #fff;
  font-size: var(--fsize);
  line-height: var(--lhsize);
  font-weight: 500;
}
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-hover);
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone,
.link-email,
.link-location {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  color: inherit;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-phone.link-text,
.link-email.link-text,
.link-location.link-text {
  display: inline;
  padding: 0;
}
.link-phone.link-text:before,
.link-email.link-text:before,
.link-location.link-text:before {
  display: none;
}
.link-email:before {
  background-image: url(../img/icons/link-email.svg);
}
.link-location {
  white-space: normal;
}
.link-location:before {
  background-image: url(../img/icons/link-location.svg);
}
a.link-phone:hover,
a.link-email:hover,
a.link-location:hover {
  color: var(--clr-att);
}
.page-title,
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;
}
.page-title: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;
}
.page-title: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: 57px;
  font-size: 5.7rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.9;
}
.h1-title,
h1 {
  font-size: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.title-decor {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #ffba0d;
  font-size: 0.64912281em;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 0 24px;
  padding: 0 2.4rem;
}
.title-decor:first-child {
  margin-bottom: 0.5em;
}
.title-decor:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.15em;
  bottom: -0.05em;
  left: 0;
  right: 0;
  background: var(--clr-att);
  border-radius: 1.8rem;
  z-index: -1;
}
.text-light,
.title-light {
  color: var(--clr-light);
}
.text-base,
.title-base {
  color: var(--clr-base);
}
.text-att,
.title-att {
  color: var(--clr-att);
}
.text-line,
.title-line {
  white-space: nowrap;
}
.text-upper,
.title-upper {
  text-transform: uppercase;
}
.text-left,
.title-left {
  text-align: left;
}
.text-right,
.title-right {
  text-align: right;
}
.text-center,
.title-center {
  text-align: center;
}
@media (max-width: 1000px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 8px;
  }
}
@media (max-width: 479px) {
  .title-decor:before {
    left: -0.4em;
    right: -0.4em;
  }
}
@media (min-width: 993px) {
  :root {
    --paddingContainer: 40px;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
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;
}
.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 100px 0;
  padding: 3rem 0 10rem 0;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.18181818;
  text-transform: uppercase;
  font-weight: 500;
}
.footer a:not(:hover) {
  color: inherit;
}
.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
\* ----------------------------------- */
.item-tile-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  min-height: 100%;
  font-size: 35.8px;
  font-size: 3.58rem;
  line-height: 0.94444444;
  border-radius: 3.5rem;
  background: linear-gradient(89deg, rgba(255, 195, 44, 0.99608) 0%, #ffd900 100%);
  text-align: center;
  padding: 70px 10px 28px 10px;
  padding: 7rem 10px 2.8rem 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.item-tile-main.tile-green {
  background-image: linear-gradient(89deg, rgba(163, 211, 0, 0.99608) 0%, #c5ff00 100%);
}
.item-tile-main.tile-blue {
  background-image: linear-gradient(89deg, rgba(0, 174, 239, 0.99608) 0%, #00fffc 99%, #00fffc 100%);
}
.item-tile-main .tile-ico {
  width: 146px;
  width: 14.6rem;
  height: 146px;
  height: 14.6rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -73px;
  margin-left: -7.3rem;
  margin-bottom: -73px;
  margin-bottom: -7.3rem;
  z-index: 2;
}
.item-tile-question .tile-button {
  display: block;
  position: relative;
  font-size: 29px;
  font-size: 2.9rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--clr-base);
  line-height: 1.10344828;
  padding: 10px 60px 6px 18px;
  border-radius: 24px;
  background: #fcd11d;
}
.item-tile-question .tile-button:hover {
  background: #fbd643;
}
.item-tile-question .tile-button:before,
.item-tile-question .tile-button:after {
  content: "";
  display: block;
  width: 24px;
  width: 2.4rem;
  height: 6px;
  border-radius: 2px;
  background: var(--clr-base);
  position: absolute;
  top: 50%;
  right: 24px;
  margin: -3px -12px 0 0;
  margin: -3px -1.2rem 0 0;
  transition: all ease 0.2s;
}
.item-tile-question .tile-button:before {
  rotate: 90deg;
}
.item-tile-question .tile-button.active:before {
  rotate: 0deg;
}
.item-tile-question .tile-content-block {
  display: none;
  padding-top: 10px;
  font-family: 'Montserrat', 'Roboto', sans-serif;
}
.item-tile-question .tile-content-block * {
  font-family: 'Montserrat', 'Roboto', sans-serif;
}
.item-tile-logo {
  display: block;
  position: relative;
}
.item-tile-logo.tile-photo {
  aspect-ratio: inherit;
  height: 160px;
  margin: 0 auto;
  max-width: 170px;
  width: 100%;
}
.item-tile-catalog {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  min-height: 100%;
  color: var(--clr-base);
  font-weight: bold;
  text-align: center;
  text-transform: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 0.83333333;
  margin-top: 40px;
  margin-top: 4rem;
}
.item-tile-catalog:first-child {
  margin-top: 0;
}
.item-tile-catalog:hover {
  color: var(--clr-base);
}
.item-tile-catalog:hover .tile-content-wrap {
  border-color: var(--clr-base);
}
.item-tile-catalog .tile-title-wrap {
  margin-top: 10px;
}
.item-tile-catalog .tile-content-wrap {
  display: block;
  position: relative;
  border: 2px solid #a4a4a4;
  border-radius: 2.8rem;
  padding: 7px;
  transition: all ease 0.2s;
  line-height: 1;
  background: #fff;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
.item-tile-catalog .tile-total-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: var(--clr-att);
  color: #fff;
  border-radius: 50px;
  padding: 3px 0 3px 6px;
  margin-bottom: 10px;
  gap: 0;
  text-align: left;
}
.item-tile-catalog .tile-total {
  font-size: 49px;
  font-size: 4.9rem;
  background: var(--clr-att);
  display: block;
  letter-spacing: -0.2em;
  font-weight: bold;
  line-height: 1em;
  height: 1.08163265em;
  border-radius: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0 4px;
  text-align: center;
  min-width: 1.08163265em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-catalog .tile-ico {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}
.item-tile-catalog .tile-ico img,
.item-tile-catalog .tile-ico svg {
  width: 82px;
  width: 8.2rem;
  height: 82px;
  height: 8.2rem;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  max-width: 82px;
  max-width: 8.2rem;
  max-height: 82px;
  max-height: 8.2rem;
  margin: 0;
  transform: translate(-50%, -50%);
}
.item-tile-catalog .tile-total-title {
  padding-left: 4px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 -10px 0 0;
  letter-spacing: -0.01em;
  max-width: calc(100% - 40px + 0px);
  color: #fff;
}
.item-tile-catalog .tile-total-title .title-att {
  color: #ffba0d;
}
.item-tile-catalog .tile-title {
  margin: 0 auto;
  max-width: 100px;
  max-width: 10rem;
}
.item-tile-catalog .tile-photo {
  aspect-ratio: inherit;
  height: 196px;
}
:is([class^="item-tile"]):hover .elm-photo img,
:is([class^="item-tile"]):hover .tile-photo img {
  transform: scale(1.03);
}
.elm-photo,
.tile-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-photo.photo-collection,
.tile-photo.photo-collection {
  overflow: visible;
}
.elm-photo.photo-collection:before,
.tile-photo.photo-collection:before {
  padding-bottom: 140%;
  padding-top: 0;
  display: block !important;
}
.elm-photo.photo-collection img,
.tile-photo.photo-collection img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: inherit;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 10px 30px #9600ff) drop-shadow(0px 10px 30px #9600ff) drop-shadow(0px 10px 30px #9600ff);
}
.elm-photo.photo-zoom:after,
.tile-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,
.tile-photo.photo-zoom:hover:after {
  opacity: 1;
}
.elm-photo:before,
.tile-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img,
.tile-photo img {
  display: block;
  position: relative;
  width: 100%;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img,
.tile-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),
  .tile-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,
.tile-price {
  white-space: nowrap;
}
.elm-price.price-old,
.tile-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,
.tile-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,
.tile-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-"],
.tile-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-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,
.tile-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;
}
@media (max-width: 992px) {
  .item-tile-main {
    font-size: 2.6rem;
  }
  .elm-decor {
    width: 24rem;
  }
}
@media (max-width: 639px) {
  .elm-decor {
    display: none;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.items-partners-box {
  display: block;
  position: relative;
}
.items-partners-box:before {
  content: "";
  display: block;
  padding-top: 38%;
}
.items-partners-box .item-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  z-index: 5;
  overflow: hidden;
  line-height: 1;
}
.items-partners-box .item-photo img {
  display: block;
  width: 100%;
}
.items-partners-box .item04 {
  width: 20.2%;
  top: 44%;
  left: 16%;
}
.items-partners-box .item05 {
  width: 30.8%;
  left: 39%;
  top: 35%;
}
.items-partners-box .item06 {
  width: 31.9%;
  top: 32%;
  left: 72%;
}
.items-partners-box .main-logo {
  width: 67.7%;
  top: 86%;
  left: 49%;
}
.items-box {
  display: block;
  position: relative;
}
.items-box:before {
  content: "";
  display: block;
  padding-top: 67%;
}
.items-box .item-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  z-index: 5;
  overflow: hidden;
  line-height: 1;
}
.items-box .item-photo img {
  display: block;
  width: 100%;
}
.items-box .item01 {
  width: 29%;
  left: 18%;
  top: 29%;
  z-index: 7;
}
.items-box .item02 {
  width: 59%;
  left: 52%;
  top: 60%;
  z-index: 6;
}
.items-box .item03 {
  width: 21%;
  left: 77%;
  top: 13%;
}
.items-box .item07 {
  width: 22%;
  left: 7%;
  top: 73%;
}
.items-box .item08 {
  width: 21%;
  left: 93%;
  top: 39%;
}
.items-box .item09 {
  width: 14%;
  left: 88%;
  top: 74%;
}
.items-box .main-logo {
  width: 65%;
  z-index: 8;
  left: 50%;
  top: 70%;
}
.tiles-box {
  margin: 0 auto 20px auto;
  max-width: 962px;
  padding-bottom: 20px;
  position: relative;
  z-index: 6;
}
.tiles-box:last-child {
  margin-bottom: 0;
}
.tiles-box .items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  gap: 16px 0;
}
.tiles-box .item-wrap {
  padding: 0 8px;
  width: 33.33%;
  margin: 0;
}
.section-questions-box {
  position: relative;
  padding: 30px 0;
  padding: 3rem 0;
}
.section-questions-box .items-inner-wrap {
  margin: 0 auto;
  max-width: 680px;
}
.section-questions-box .items-wrap {
  margin: 0;
}
.section-questions-box .item-wrap {
  padding: 0;
  width: 100%;
  margin-bottom: 16px;
}
.section-questions-box .item-wrap:last-child {
  margin-bottom: 0;
}
.section-map-box {
  position: relative;
  padding: 0 0 20px 0;
}
.section-map-box .map-inner-wrap {
  height: 532px;
  height: 53.2rem;
  border-radius: 9.8rem;
  margin: 0 auto;
  max-width: 913px;
  background-color: #ebebeb;
}
.section-map-box .title-inner-wrap {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.section-tiles-box {
  position: relative;
}
.section-tiles-box .slider-inner-wrap {
  margin: 0 auto;
  max-width: 930px;
}
.section-tiles-box .slider-pagination {
  display: none;
  padding-top: 20px;
  padding-bottom: 10px;
}
.section-tiles-box .ico-arrow-prev {
  margin-left: -15px;
}
.section-tiles-box .ico-arrow-next {
  margin-right: -15px;
}
.section-tiles-box .slider-partners {
  padding-bottom: 30px;
  padding-bottom: 3rem;
  overflow: visible;
}
.section-tiles-box .slider-partners .sl-wrap {
  width: 290px;
  width: 29rem;
  opacity: 1;
}
.section-tiles-box .item-tile-catalog {
  margin-top: 0;
  min-height: 0;
}
.section-tiles-box .item-tile-catalog + .item-tile-catalog {
  margin-top: 40px;
  margin-top: 4rem;
}
.section-tiles-box .box-inner-wrap {
  padding: 30px 0 80px 0;
  padding: 3rem 0 8rem 0;
}
.section-tiles-box .title-inner-wrap {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.section-tiles-box .slider-wrap {
  overflow: visible;
  padding: 0 40px;
  padding: 0 4rem;
}
.section-tiles-box:has(.more-inner-wrap:last-child) .box-inner-wrap {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
.section-slider-box {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  min-width: var(--min);
  overflow: hidden;
}
.section-slider-box .slider-inner-wrap {
  position: relative;
  z-index: 4;
}
.section-slider-box .slider-collections .swiper-wrapper,
.section-slider-box .slider-photos .swiper-wrapper,
.section-tiles-box .slider-partners .swiper-wrapper {
  transition-timing-function: linear !important;
  overflow: visible;
}
.section-slider-box .slider-collections .slider-wrap {
  overflow: visible;
}
.section-slider-box .slider-collections .sl-wrap {
  width: 270px;
  width: 27rem;
  padding: 0 10px;
  padding: 0 1rem;
}
.section-slider-box .slider-photos .elm-photo {
  aspect-ratio: 296/365;
  border-radius: 3.5rem;
}
.section-slider-box .slider-photos .slider-wrap {
  margin: 0 -8px;
}
.section-slider-box .slider-photos .sl-wrap {
  width: 316px;
  padding: 0 8px;
}
.section-slider-box .box-inner-wrap {
  padding: 20px var(--paddingContainer) 40px var(--paddingContainer);
  padding: 2rem var(--paddingContainer) 4rem var(--paddingContainer);
  position: relative;
}
.section-slider-box .slider-wrap {
  overflow: visible;
}
.section-main-box {
  position: relative;
}
.section-main-box + .section-slider-box {
  z-index: 10;
}
.section-main-box + .section-tiles-box {
  position: relative;
}
.section-main-box + .section-tiles-box .box-inner-wrap {
  padding-top: 70px;
  padding-top: 7rem;
}
.section-main-box:has(.slider-outer-wrap) {
  padding-bottom: 55px;
  padding-bottom: 5.5rem;
}
.section-main-box .box-inner-wrap {
  position: relative;
}
.section-main-box .tiles-box {
  margin: -110px auto 0 auto;
  max-width: 900px;
}
.section-main-box .tiles-box .elm-photo {
  margin: 0 auto;
  max-width: 300px;
}
.section-main-box .menu-inner-wrap {
  position: relative;
  z-index: 7;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.8;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
}
.section-main-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  margin: 0 -1.2rem;
  padding: 16px 0;
  padding: 1.6rem 0;
}
.section-main-box .menu li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.section-main-box .btn-menu {
  display: block;
  position: relative;
  padding: 0 16px;
  padding: 0 1.6rem;
  color: inherit;
  white-space: nowrap;
  overflow: visible;
  text-shadow: 2.723px 4.193px 13.76px rgba(7, 9, 10, 0.5);
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  line-height: 1;
  font-weight: 400;
}
.section-main-box .btn-menu:hover,
.section-main-box .btn-menu.active {
  text-shadow: 2.723px 4.193px 13.76px rgba(7, 9, 10, 0.5);
  color: inherit;
}
.section-main-box .btn-menu:hover:before,
.section-main-box .btn-menu.active:before {
  opacity: 1;
}
.section-main-box .btn-menu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
  left: 1.6rem;
  right: 16px;
  right: 1.6rem;
  height: 2px;
  background: #fff;
  transition: all ease 0.2s;
  box-shadow: 2.723px 4.193px 13.76px rgba(7, 9, 10, 0.5);
  opacity: 0;
}
.section-main-box .btn-menu * {
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
}
.section-main-box .slider-inner-wrap {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.section-main-box .ico-arrow-prev {
  margin-left: -15px;
}
.section-main-box .ico-arrow-next {
  margin-right: -15px;
}
.box-inner-wrap {
  position: relative;
  z-index: 2;
}
.bg-full-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-full-wrap.bg-shadow {
  box-shadow: inset 0px 6px 14.49px 6.51px rgba(0, 0, 0, 0.43);
}
.bg-full-wrap.bg-pink {
  background-color: #f0e1f3;
}
.bg-full-wrap.bg-violet {
  background: #6a00b4;
  background-size: cover;
}
.bg-full-wrap.bg-violet ~ .box-inner-wrap {
  color: #ffba0d;
}
.bg-full-wrap.bg-yellow {
  background-color: #ffd412;
}
.bg-full-wrap.bg-orange {
  background: #ffba0d url(../img/bg.jpg) center bottom repeat-x;
  background-size: 1920px auto;
}
.bg-full-wrap.bg-orange ~ .box-inner-wrap {
  color: #fff;
}
.bg-full-wrap.bg-orange-main {
  background: #ffba0d url(../img/bg.jpg) center 27% repeat-x;
  background-size: 1920px auto;
}
.bg-full-wrap.bg-orange-main ~ .box-inner-wrap {
  color: #6a00b4;
}
.bg-full-wrap.bg-red {
  background-color: #f80029;
}
.bg-full-wrap.bg-red ~ .box-inner-wrap {
  color: #fff;
}
.header-box {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 40px 0 40px 0;
  padding: 4rem 0 4rem 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header-box .logos-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-right: 0px;
  padding-right: 0rem;
  min-height: 10px;
  max-width: 850px;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
}
.header-box .action-inner-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 10px;
  padding-right: 30px;
  padding-right: 3rem;
  margin-left: 20px;
  margin-left: 2rem;
}
.header-box .bg-full-wrap {
  background: #fff5dd;
}
.header-box .btn-action-ico {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-box .btn-action-ico:last-child {
  margin-right: 0;
}
.title-inner-wrap {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 6;
}
.title-main-wrap {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 50px;
  margin-top: 5rem;
}
.title-main-wrap:first-child {
  margin-top: 0;
}
.title-main-wrap .title-decor:before {
  left: -0.4em;
  right: -0.4em;
}
.tabs-inner-wrap {
  display: block;
  position: relative;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  padding-top: 10px;
  padding-top: 1rem;
}
.tabs-inner-wrap .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 1.2rem;
}
.tabs-inner-wrap .menu li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.more-inner-wrap {
  text-align: center;
  padding-top: 10px;
  padding-top: 1rem;
}
@media (max-width: 1099px) {
  .section-main-box {
    padding: 0 0 0 0;
  }
  .section-main-box .header-box {
    margin: 0 0 0 0;
  }
  .section-main-box .menu-inner-wrap,
  .section-main-box .title-main-wrap,
  .section-main-box .tabs-inner-wrap,
  .section-main-box .slider-outer-wrap {
    margin-left: 0;
    margin-right: -20px;
  }
}
@media (max-width: 1079px) {
  .header-box .action-inner-wrap {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .section-slider-box .slider-collections .sl-wrap {
    width: 18rem;
  }
  .section-slider-box .slider-photos .sl-wrap {
    width: 24rem;
  }
  .section-tiles-box .slider-pagination,
  .section-main-box .slider-pagination {
    display: -ms-flexbox;
    display: flex;
  }
  .section-tiles-box .ico-arrow,
  .section-main-box .ico-arrow {
    display: none;
  }
  .section-main-box .slider-outer-wrap {
    border-radius: 0;
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1 - 20px);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
  }
}
@media (max-width: 767px) {
  .section-main-box .menu-inner-wrap {
    font-size: 3rem;
  }
  .section-main-box .menu-inner-wrap .btn-menu {
    padding: 0 10px;
  }
  .section-main-box .menu-inner-wrap .menu {
    margin: 0 -10px;
  }
  .tiles-box {
    padding-top: 6rem;
  }
  .title-main-wrap.mobile-bg-full .page-title:has(.title-decor) {
    padding: 0.3em;
    border-radius: 5rem;
    background: var(--clr-att);
  }
  .title-main-wrap.mobile-bg-full .page-title:has(.title-decor) .title-decor {
    padding: 0;
  }
  .title-main-wrap.mobile-bg-full .page-title:has(.title-decor) .title-decor:before {
    display: none;
  }
}
@media (max-width: 639px) {
  .section-main-box .menu-inner-wrap {
    font-size: 16px;
  }
  .section-main-box .menu-inner-wrap .btn-menu {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .section-main-box .tiles-box .items-wrap {
    gap: 0px 0;
  }
  .tiles-box .items-wrap {
    gap: 50px 0;
  }
  .tiles-box .item-wrap {
    width: 100%;
  }
  .bg-full-wrap.bg-violet {
    background-image: url(../img/bg-m.jpg);
  }
}
@media (min-width: 993px) {
  .section-tiles-box .sl-wrap,
  .section-main-box .sl-wrap {
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.2s;
  }
  .section-tiles-box .sl-wrap.swiper-slide-active,
  .section-main-box .sl-wrap.swiper-slide-active,
  .section-tiles-box .sl-wrap.swiper-slide-active + .sl-wrap,
  .section-main-box .sl-wrap.swiper-slide-active + .sl-wrap,
  .section-tiles-box .sl-wrap.swiper-slide-active + .sl-wrap + .sl-wrap,
  .section-main-box .sl-wrap.swiper-slide-active + .sl-wrap + .sl-wrap,
  .section-tiles-box .sl-wrap.swiper-slide-active + .sl-wrap + .sl-wrap + .sl-wrap,
  .section-main-box .sl-wrap.swiper-slide-active + .sl-wrap + .sl-wrap + .sl-wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .section-tiles-box .slider-pagination,
  .section-main-box .slider-pagination {
    display: none;
  }
}
@media (min-width: 1920px) {
  .bg-full-wrap.bg-orange {
    background-size: cover;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
}
select.form-input {
  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 {
  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: #ADADAD;
}
.btn {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  box-shadow: 1.042px 5.909px 8.64px 0.36px rgba(0, 1, 3, 0.36);
  height: 40px;
  height: 4rem;
  border-radius: 3rem;
  padding: 4px 30px 0 30px;
  padding: 4px 3rem 0 3rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffba0d;
  background: var(--clr-att);
  border: 1px solid var(--clr-att);
}
.btn:hover {
  background: var(--clr-att-hover);
  border-color: var(--clr-att-hover);
  color: #ffba0d;
}
.btn.button-tab {
  height: 44px;
  height: 4.4rem;
  border-radius: 3rem;
  border: 2px solid #000;
  padding: 6px 20px 0 20px;
  padding: 6px 2rem 0 2rem;
  background: #fff;
  font-size: 31.5px;
  font-size: 3.15rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  box-shadow: none;
  min-width: 0;
}
.btn.button-tab:hover,
.btn.button-tab.active {
  background-color: #bff800;
}
.btn.button-clear {
  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;
}
.btn.button-clear:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.btn.button-clear .button-ico {
  filter: none;
}
.btn.button-border:not(:hover) {
  background-color: transparent;
  color: #231f20;
}
.btn.button-border:hover,
.btn.button-border.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.btn.button-border:hover .button-ico,
.btn.button-border.active .button-ico {
  filter: brightness(0) invert(1);
}
.btn .button-ico {
  width: var(--icoSize);
  height: var(--icoSize);
  margin: 0 10px;
  transition: all ease 0.2s;
}
.btn .button-ico:last-child {
  margin-right: 0;
}
.btn .button-ico:first-child {
  margin-left: 0;
}
.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-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 {
  z-index: 20;
  cursor: pointer;
  width: 50px;
  width: 5rem;
  height: 50px;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  margin-top: -2.5rem;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.png);
  background-size: 100% auto;
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-next {
  left: auto;
  right: 0;
}
.btn-action-ico.ico-arrow-next:before {
  transform: scaleX(-1);
}
.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:after,
.btn-action-ico.ico-close:before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -10px;
  background: var(--clr-base);
}
.btn-action-ico.ico-close:before {
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after {
  transform: rotate(-45deg);
}
.btn-action-ico.button-soc {
  width: 50px;
  width: 5rem;
  height: 50px;
  height: 5rem;
}
.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;
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.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-select {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select label:after {
  opacity: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label:after {
  border-radius: 0;
  border: none;
  background: url(../img/icons/chk.svg) center / 24px auto no-repeat;
  opacity: 0;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes leftright {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animation01 {
  0% {
    top: 8%;
    left: -0.2%;
    width: 28.80434783%;
  }
  27% {
    top: -0.2%;
    left: 57.5%;
    width: 38.91304348%;
  }
  54% {
    top: 24%;
    left: 83%;
    width: 34.13043478%;
  }
  80% {
    top: 28%;
    left: 27%;
    width: 38.47826087%;
  }
  100% {
    top: 8%;
    left: -0.2%;
    width: 28.80434783%;
  }
}
@keyframes animation02 {
  0% {
    top: -0.2%;
    left: 57.5%;
    width: 38.91304348%;
  }
  27% {
    top: 24%;
    left: 83%;
    width: 34.13043478%;
  }
  54% {
    top: 28%;
    left: 27%;
    width: 38.47826087%;
  }
  80% {
    top: 8%;
    left: -0.2%;
    width: 28.80434783%;
  }
  100% {
    top: -0.2%;
    left: 57.5%;
    width: 38.91304348%;
  }
}
@keyframes animation03 {
  0% {
    top: 24%;
    left: 83%;
    width: 34.13043478%;
  }
  27% {
    top: 28%;
    left: 27%;
    width: 38.47826087%;
  }
  54% {
    top: 8%;
    left: -0.2%;
    width: 28.80434783%;
  }
  80% {
    top: -0.2%;
    left: 57.5%;
    width: 38.91304348%;
  }
  100% {
    top: 24%;
    left: 83%;
    width: 34.13043478%;
  }
}
@keyframes animation04 {
  0% {
    top: 28%;
    left: 27%;
    width: 38.47826087%;
  }
  27% {
    top: 8%;
    left: -0.2%;
    width: 28.80434783%;
  }
  54% {
    top: -0.2%;
    left: 57.5%;
    width: 38.91304348%;
  }
  80% {
    top: 24%;
    left: 83%;
    width: 34.13043478%;
  }
  100% {
    top: 28%;
    left: 27%;
    width: 38.47826087%;
  }
}
@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);
  }
}
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;
}
.items-wrap,
.tile-items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.item-wrap,
.tile-item-wrap {
  width: 100%;
  position: relative;
  break-inside: avoid-column;
  display: block;
  animation: fadein ease 0.2s;
}
.tile-many-lines,
.text-many-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 

add to head box

<style>
	.tile-many-lines, .text-many-lines {
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
</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;
}
.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;
}
.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;
}
.slider-inner-wrap {
  position: relative;
}
.slider-wrap {
  position: relative;
  margin: 0 -10px;
  margin: 0 -1rem;
}
.sl-wrap {
  padding: 0 10px;
  padding: 0 1rem;
}
.slider-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -5px 0 -5px;
  gap: 5px 0;
  position: relative;
  width: auto;
}
.slider-pagination.type-light .swiper-pagination-bullet {
  border-color: var(--clr-light);
}
.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 5px 5px 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.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) {
  .elm-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    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: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PF Din Text Comp Pro';
  src: url('../fonts/PFDinTextCompPro-Regular.woff2') format('woff2'), url('../fonts/PFDinTextCompPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PF Din Text Comp Pro';
  src: url('../fonts/PFDinTextCompPro-Bold.woff2') format('woff2'), url('../fonts/PFDinTextCompPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
/* ----------------------------------- *\
			animation
\* ----------------------------------- */
.item-animation {
  opacity: 0;
  transform: scale(0.1);
  animation: jumpPerspective 0.5s ease-out forwards, pulseRotate 3s ease-in-out infinite 0.5s;
}
@keyframes appearAnimation {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(0deg) translate(-50%, -50%);
    filter: brightness(10);
  }
  70% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg) translate(-50%, -50%);
    filter: brightness(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg) translate(-50%, -50%);
    filter: brightness(1);
  }
}
@keyframes floatAnimation {
  0%,
  100% {
    transform: rotate(0deg) translate(-50%, -50%);
    margin-top: 0;
  }
  25% {
    transform: rotate(-1deg) translate(-50%, -50%);
    margin-top: -5px;
  }
  50% {
    transform: rotate(0deg) translate(-50%, -50%);
    margin-top: 0;
  }
  75% {
    transform: rotate(1deg) translate(-50%, -50%);
    margin-top: -3px;
  }
}
@keyframes pulseRotate {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    filter: brightness(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.06) rotate(2deg);
    filter: brightness(1.05);
  }
}
@keyframes jumpPerspective {
  0% {
    opacity: 0;
    transform: skewX(15deg) translate(-50%, -50%);
    translate: 0 100px;
    filter: hue-rotate(90deg);
  }
  50% {
    opacity: 1;
    transform: skewX(-5deg) translate(-50%, -50%);
    translate: 0 -10px;
    filter: hue-rotate(0deg);
  }
  75% {
    transform: skewX(2deg) translate(-50%, -50%);
    translate: 0 5px;
  }
  100% {
    opacity: 1;
    transform: skewX(0) translate(-50%, -50%);
    translate: 0 0;
  }
}
