@charset "UTF-8";
:root {
  --clr-base: #000000;
  --clr-att: #ff0000;
  --clr-att-hover: #d50318;
  --clr-att-second: #ffde00;
  --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: 39.24px;
  font-size: 3.924rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.23076923;
}
.h1-title,
h1 {
  font-size: 41.67px;
  font-size: 4.167rem;
  text-transform: uppercase;
  font-weight: 500;
}
.title-decor {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.31472987em;
  line-height: 1;
  min-width: 400px;
  max-width: 100%;
}
.title-decor:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.05em;
  bottom: -0.05em;
  left: -1.2em;
  right: -1.2em;
  background: var(--clr-att);
  border-radius: 50px;
  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-att-second,
.title-att-second {
  color: var(--clr-att-second);
}
.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;
  }
  .title-decor {
    min-width: 0;
  }
}
@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-rule {
  display: block;
  text-align: center;
  position: relative;
  color: var(--clr-base);
}
.item-tile-rule:hover {
  color: var(--clr-base);
}
.item-tile-rule .elm-photo {
  aspect-ratio: 1;
  max-width: 180px;
  margin: 0 auto;
}
.item-tile-rule .tile-title {
  line-height: 1;
  margin: 0px 0 0 0;
}
.item-tile-gift-card {
  margin: 0 auto;
  max-width: 298px;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.item-tile-gift-card .tile-photo-wrap {
  position: relative;
  margin-bottom: 50px;
}
.item-tile-gift-card .tile-photo-wrap:before {
  content: "";
  display: block;
  aspect-ratio: 298/244;
  width: 100%;
  background: url(../img/frame.png) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.item-tile-gift-card .elm-photo {
  aspect-ratio: inherit;
  position: relative;
  z-index: 2;
  height: 200px;
}
.item-tile-gift-card .tile-title {
  position: relative;
  z-index: 2;
  display: block;
}
.item-tile-gift-card .tile-title.text-lower {
  text-transform: none;
}
.item-tile-gift-card:hover {
  color: #fff;
}
.item-tile-gift {
  display: block;
  position: relative;
  min-height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--clr-base);
  background: rgba(255, 255, 255, 0.76);
}
.item-tile-gift:hover {
  color: var(--clr-base);
}
.item-tile-gift .elm-photo {
  border-radius: 2rem;
  box-shadow: 1.042px 5.909px 8.64px 0.36px rgba(0, 1, 3, 0.36);
  aspect-ratio: 286/261;
}
.item-tile-gift .tile-info-wrap {
  display: block;
  padding: 15px 20px;
  padding: 15px 2rem;
  text-align: center;
}
.item-tile-gift .tile-title {
  font-size: 1.61904762em;
  color: var(--clr-att);
  margin-bottom: 0.4em;
}
.item-tile-photo {
  display: block;
  position: relative;
  text-align: center;
}
.item-tile-photo.type-card .elm-photo {
  aspect-ratio: 246/340;
}
.item-tile-photo .tile-action-wrap {
  margin-top: 28px;
  margin-top: 2.8rem;
}
.item-tile-photo .elm-photo {
  border-radius: 2rem;
  aspect-ratio: 212/301;
  background: cdcdcd;
}
.item-tile-photo .btn {
  font-size: 33px;
  font-size: 3.3rem;
  height: 1.18181818em;
  border-radius: 20px;
  padding: 0 0.5em;
  border: none;
  text-transform: uppercase;
}
.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: bold;
  color: var(--clr-base);
  line-height: 1.10344828;
  padding: 6px 60px 10px 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: 140px;
  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: 20px;
  font-size: 2rem;
  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: 10px;
  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;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: -8px;
  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: 53px;
  width: 5.3rem;
  height: 53px;
  height: 5.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-catalog .tile-total-title {
  padding-left: 10px;
  font-size: 22px;
  line-height: 0.9;
  text-transform: uppercase;
}
.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: 130%;
  padding-top: 0;
  display: block !important;
}
.elm-photo.photo-collection img,
.tile-photo.photo-collection img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 155%;
  height: auto;
  max-width: inherit;
  transform: translateX(-50%);
  filter: drop-shadow(13px 10px 14px rgba(0, 1, 3, 0.48));
}
.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-second-box {
  margin: 0 auto;
  position: relative;
}
.items-second-box:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 72%;
}
.items-second-box .elm-photo {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 40%;
}
.items-second-box .photo01 {
  width: 47.3%;
  top: 16%;
  left: 26%;
  z-index: 9;
}
.items-second-box .photo02 {
  width: 63.3%;
  z-index: 8;
  top: 60%;
}
.items-second-box .photo03 {
  width: 34.3%;
  top: 88%;
  left: 85%;
  z-index: 7;
}
.items-second-box .photo04 {
  width: 24%;
  top: 10%;
  left: 105%;
}
.items-second-box .photo05 {
  width: 22.2%;
  left: 3%;
  top: 79%;
  z-index: 3;
}
.items-second-box .photo06 {
  width: 59.8%;
  left: 84%;
  top: 52%;
}
.items-second-box .photo07 {
  width: 54.2%;
  left: 17%;
  top: 66%;
}
.items-second-box .photo08 {
  width: 95.6%;
  top: 50%;
  left: 48%;
  z-index: 1;
}
.items-second-box .photo09 {
  width: 56.9%;
  top: 14%;
  left: 24%;
  z-index: 1;
}
.items-second-box .elm-button {
  z-index: 9;
  position: absolute;
  top: 58%;
  left: 89%;
  transform: translate(-50%, -50%);
}
.items-second-box .elm-button .btn {
  font-size: 50px;
  font-size: 5rem;
  height: 1.4em;
  padding: 0 0.76em;
  border: none;
  border-radius: 40px;
  box-shadow: 0px 0px 8.32px 4.68px rgba(0, 1, 3, 0.39);
}
.items-second-box .elm-info {
  display: inline-block;
  font-size: 31px;
  font-size: 3.1rem;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.639);
  padding: 0.6em 0.8em 0.6em 0.8em;
  line-height: 0.9;
  z-index: 9;
  position: absolute;
  top: 20px;
  top: 2rem;
  left: 55%;
}
.items-second-box .elm-info .text-att {
  color: var(--clr-att-second);
}
.items-box {
  margin: 0 auto;
  position: relative;
}
.items-box:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 53%;
}
.items-box .elm-photo {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 40%;
}
.items-box .photo01 {
  width: 58.6%;
  top: 84%;
  z-index: 9;
}
.items-box .photo02 {
  width: 24.3%;
  top: 22%;
  left: 83%;
}
.items-box .photo03 {
  width: 57.6%;
  top: 63%;
  left: 48%;
  z-index: 7;
}
.items-box .photo04 {
  width: 23.7%;
  top: 75%;
  left: 85%;
}
.items-box .photo05 {
  width: 21.6%;
  top: 75%;
  left: 15%;
  z-index: 8;
}
.items-box .photo06 {
  width: 57.7%;
  top: 23%;
  left: 45.5%;
  z-index: 6;
}
.items-box .photo07 {
  width: 47.4%;
  z-index: 5;
  top: 44.5%;
  left: 48%;
}
.items-box .photo08 {
  width: 36.5%;
  transform: translate(-50%, -50%) rotate(-10deg);
  top: 37%;
  left: 20%;
}
.items-box .photo09 {
  width: 79%;
  top: 24%;
}
.items-box .elm-info {
  display: inline-block;
  font-size: 31px;
  font-size: 3.1rem;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.639);
  padding: 0.6em 0.8em 0.6em 0.8em;
  line-height: 0.9;
  z-index: 9;
  position: absolute;
  top: 33%;
  right: 30px;
  right: 3rem;
}
.items-box .elm-info .text-att {
  color: var(--clr-att-second);
}
.section-winners-box {
  position: relative;
  color: #fff;
  padding: 80px 0 140px 0;
  padding: 8rem 0 14rem 0;
  text-align: center;
}
.section-winners-box .title-inner-wrap {
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.section-winners-box .items-inner-wrap {
  margin: 0 auto;
}
.section-winners-box .items-wrap {
  margin: 0 -15px;
}
.section-winners-box .item-wrap {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.1;
}
.section-portrait-box {
  position: relative;
  padding: 60px 0 70px 0;
  padding: 6rem 0 7rem 0;
  color: #fff;
}
.section-portrait-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-align: center;
      align-items: center;
}
.section-portrait-box .info-inner-wrap {
  width: 400px;
  width: 40rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-portrait-box .photos-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-top: 60px;
  padding-top: 6rem;
  margin-bottom: -60px;
  margin-bottom: -6rem;
}
.section-portrait-box .section-title {
  font-size: 60px;
  font-size: 6rem;
  line-height: 0.9;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
.section-portrait-box .section-subtitle {
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  margin: 0 0 3rem 0;
}
.section-portrait-box .btn {
  height: 50px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 30px;
}
.section-portrait-box .items-wrap {
  margin: 0;
}
.section-portrait-box .item-wrap {
  width: 50%;
  z-index: 3;
}
.section-portrait-box .item-wrap:last-child {
  z-index: 2;
}
.section-portrait-box .item-wrap:last-child .elm-photo {
  transform: rotate(7deg);
  top: -130px;
  top: -13rem;
  left: -80px;
  left: -8rem;
}
.section-portrait-box .elm-photo {
  border-radius: 2rem;
  aspect-ratio: 280/416;
  transform: rotate(-5deg);
}
.section-rules-box {
  padding: 40px 0;
  padding: 4rem 0;
  position: relative;
}
.section-rules-box .items-wrap {
  -ms-flex-pack: center;
      justify-content: center;
  gap: 30px 0;
  margin: 0 -15px;
}
.section-rules-box .item-wrap {
  padding: 0 15px;
  width: 33.33%;
}
.section-rules-box .items-inner-wrap {
  margin: 0 auto;
  max-width: 930px;
}
.gifts-slider-box {
  position: relative;
  z-index: 10;
}
.gifts-slider-box .slider-inner-wrap.slider-full {
  width: 100dvw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: inherit;
  padding: 0;
  margin: 0;
}
.gifts-slider-box .title-inner-wrap {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.gifts-slider-box .title-inner-wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-bottom: 5rem;
}
.gifts-slider-box .section-title {
  display: inline-block;
  max-width: 100%;
  position: relative;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  min-width: 0;
}
.gifts-slider-box .section-title:before {
  background: #000;
  top: 0.15em;
  bottom: -0.05em;
  left: -1em;
  right: -0.2em;
  border-radius: 15px;
}
.gifts-slider-box .section-subtitle {
  display: block;
  font-size: 41px;
  font-size: 4.1rem;
  text-transform: uppercase;
  margin-top: 0.8em;
}
.gifts-slider-box .title-total {
  position: relative;
  z-index: 2;
  font-size: 1.58695652em;
  color: var(--clr-base);
  padding: 0 0.3em 0 1em;
  min-width: 0;
  width: auto;
  white-space: nowrap;
}
.gifts-slider-box .title-total:before {
  background-color: #ffea00;
  box-shadow: 0px 0px 8.32px 4.68px rgba(0, 1, 3, 0.39);
  border-radius: 15px;
  top: 0.05em;
  bottom: -0.02em;
  left: 0em;
  right: -0.4em;
}
.gifts-slider-box .title-main {
  margin-right: 1em;
}
.gifts-slider-box .slider-wrap {
  margin: 0 -10px;
}
.gifts-slider-box .sl-wrap {
  padding: 0 10px;
  width: 320px;
  width: 32rem;
}
.gifts-slider-box .swiper-wrapper {
  transition-timing-function: linear !important;
}
.gifts-slider-box .slider-wrap {
  overflow: visible;
}
.section-gifts-list-box {
  position: relative;
  padding: 30px 0 100px 0;
  padding: 3rem 0 10rem 0;
}
.section-gifts-box {
  padding: 55px 0;
  padding: 5.5rem 0;
  position: relative;
}
.section-gifts-box .slider-inner-wrap {
  margin: 0 auto;
  max-width: 940px;
}
.section-gifts-box .slider-pagination:empty {
  display: none;
}
.section-gifts-box .slider-wrap {
  margin: 0 -16px;
  margin: 0 -1.6rem;
  overflow: visible;
}
.section-gifts-box .sl-wrap {
  padding: 0 16px;
  padding: 0 1.6rem;
}
.section-gifts-box .slider-pagination {
  margin-top: 40px;
  margin-top: 4rem;
}
.section-gifts-box .page-title {
  font-size: 38px;
  font-size: 3.8rem;
}
.section-gifts-box .page-title .title-decor {
  font-size: 1.07894737em;
  margin-bottom: 0.4em;
}
.section-gifts-box .page-title .title-decor:before {
  top: -0.2em;
  bottom: -0.2em;
  left: -0.6em;
  right: -0.6em;
  border-radius: 20px;
}
.section-gifts-box .more-inner-wrap,
.section-photos-box .more-inner-wrap {
  margin-top: 40px;
  margin-top: 4rem;
}
.section-gifts-box .more-inner-wrap .btn,
.section-photos-box .more-inner-wrap .btn {
  background: var(--clr-att);
  color: #fff;
  box-shadow: none;
  height: 47px;
  padding: 0 45px;
  font-size: 41px;
  font-size: 4.1rem;
}
.section-gifts-box .more-inner-wrap .btn:hover,
.section-photos-box .more-inner-wrap .btn:hover {
  background: var(--clr-att-second);
  color: var(--clr-base);
}
.section-tiles-box {
  padding: 30px 0;
  padding: 3rem 0;
  position: relative;
}
.section-tiles-box:has(.item-tile-logo) .slider-inner-wrap {
  max-width: 1000px;
}
.section-tiles-box:has(.item-tile-logo) .btn-action-ico.ico-arrow {
  margin-top: -26px;
  margin-top: -2.6rem;
}
.section-tiles-box:has(.item-tile-logo) .button-slider-prev {
  margin-left: -80px;
  margin-left: -8rem;
}
.section-tiles-box:has(.item-tile-logo) .button-slider-next {
  margin-right: -80px;
  margin-right: -8rem;
}
.section-tiles-box .slider-inner-wrap {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 50px;
}
.section-tiles-box .btn-action-ico.ico-arrow {
  margin-top: -40px;
  margin-top: -4rem;
}
.section-tiles-box .button-slider-prev {
  margin-left: -20px;
  margin-left: -2rem;
}
.section-tiles-box .button-slider-next {
  margin-right: -20px;
  margin-right: -2rem;
}
.section-tiles-box .slider-pagination {
  display: none;
}
.section-bg-box {
  position: relative;
}
.section-bg-box > *:last-child {
  margin-bottom: 0;
}
.section-photos-box {
  padding: 20px 0 40px 0;
  padding: 2rem 0 4rem 0;
}
.section-photos-box:has(.type-card) .slider-inner-wrap {
  max-width: 900px;
}
.section-photos-box .slider-wrap {
  margin: 0 -9px;
}
.section-photos-box .sl-wrap {
  padding: 0 9px;
}
.section-photos-box .slider-inner-wrap {
  margin: 0 auto;
  padding: 0 50px;
  padding: 0 5rem;
}
.section-photos-box .slider-pagination {
  display: none;
}
.section-photos-box .title-inner-wrap {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.section-photos-box .button-slider.ico-arrow {
  top: calc(50% - 3rem);
}
.section-photos-box .button-slider-prev {
  margin-left: 20px;
  margin-left: 2rem;
}
.section-photos-box .button-slider-next {
  margin-right: 20px;
  margin-right: 2rem;
}
.section-photos-box .h1-title,
.section-photos-box .section-title {
  margin-bottom: 0;
}
.section-photos-box .section-subtitle {
  font-size: 37.5px;
  font-size: 3.75rem;
  text-transform: uppercase;
  color: var(--clr-base);
}
.section-photos-box .title-large {
  font-size: 58.3px;
  font-size: 5.83rem;
}
.section-create-box {
  padding: 30px 0 20px 0;
  padding: 3rem 0 2rem 0;
  position: relative;
  color: #fff;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.09090909;
  text-align: center;
  text-transform: none;
}
.section-create-box .field-inner-wrap {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.section-create-box .frm-field-file {
  width: 10.3030303em;
  margin: 0 auto;
  max-width: 100%;
}
.section-create-box .file-info-wrap {
  font-size: 0.60606061em;
  color: var(--clr-att-second);
  margin: 8px 0 0 0;
  text-transform: uppercase;
}
.section-create-box .info-inner-wrap {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 22.82282282em;
}
.section-create-box .items-inner-wrap {
  margin: 0 auto 40px auto;
  margin: 0 auto 4rem auto;
  max-width: 900px;
}
.section-create-box .items-wrap {
  margin: 0 -8px;
  gap: 15px 0;
}
.section-create-box .item-wrap {
  padding: 0 8px;
  width: 25%;
  margin: 0;
}
.section-create-box .item-wrap .elm-photo {
  border-radius: 20px;
  background: #fff;
  position: relative;
  aspect-ratio: 213/301;
  transition: all ease 0.2s;
  cursor: pointer;
}
.section-create-box .item-wrap .elm-photo.active {
  box-shadow: 0 9px 35px #ffde00, 0 9px 35px #ffde00;
}
.section-create-box .box-inner-wrap {
  position: relative;
  z-index: 2;
}
.section-create-box .step-title-wrap {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.section-create-box .step-title-info {
  font-size: 0.54545455em;
  text-transform: none;
}
.section-create-box .section-title {
  font-size: 1.84848485em;
  text-transform: uppercase;
  margin: 0;
}
.section-create-box .section-subtitle {
  display: block;
  font-size: 1.51515152em;
  text-transform: uppercase;
  margin: 0;
}
.section-create-box .step-title {
  display: block;
  font-size: 1.26272727em;
  text-transform: uppercase;
  max-width: 20.80633549em;
  line-height: 1;
  margin: 0 auto;
}
.action-box {
  margin: 0 auto;
  max-width: 960px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.action-box .photo-inner-wrap {
  width: 63%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.action-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-left: 50px;
  padding-left: 5rem;
  font-size: 31.7px;
  font-size: 3.17rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.88328076;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.action-box .info-inner-wrap:before {
  content: "";
  display: block;
  aspect-ratio: 1059/901;
  width: 298%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -50%);
  background: url(../img/star-violet.png) center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.action-box .section-title {
  font-size: 2.23028391em;
  font-weight: 500;
  color: #bff800;
  margin: 0 0 0.3em 0;
  line-height: 0.89108911;
}
.action-box .elm-photo {
  aspect-ratio: 607/337;
  border-radius: 3.5rem;
}
.section-questions-box {
  position: relative;
  padding: 10px 0  30px 0;
  padding: 1rem 0  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: 48px 0 30px 0;
  padding: 4.8rem 0 3rem 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: 20px;
  margin-bottom: 2rem;
}
.table-box {
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.45);
  padding: 20px 20px 20px 30px;
  padding: 2rem 2rem 2rem 3rem;
  font-size: 24.5px;
  font-size: 2.45rem;
  line-height: 0.9;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 10;
  text-align: left;
  margin: 0 auto;
  max-width: 940px;
}
.table-box .table-inner-wrap {
  display: -ms-flexbox;
  display: flex;
}
.table-box .tbl-section {
  width: 230px;
  width: 23rem;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
  position: relative;
}
.table-box .tbl-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -8px;
  bottom: -0.8rem;
  left: 0;
  width: 3px;
  background: #fff;
  border-radius: 2px;
}
.table-box .tbl-section:first-child {
  padding-left: 0;
  width: auto;
  -ms-flex: 1;
      flex: 1;
}
.table-box .tbl-section:first-child:before {
  display: none;
}
.table-box .tbl-section:first-child .tbl-info {
  font-size: 1.11428571em;
}
.table-box .tbl-section:last-child {
  width: 160px;
  width: 16rem;
  padding-left: 40px;
  padding-left: 4rem;
  padding-right: 0;
}
.table-box .tbl-title {
  margin-bottom: 0.2em;
  font-size: 1.59183673em;
}
.table-box .tbl-total {
  font-size: 2.89795918em;
}
.table-box .tbl-info {
  display: block;
  margin-bottom: 0.2em;
}
.table-box .tbl-info:last-child {
  margin-bottom: 0;
}
.section-main-box {
  position: relative;
}
.section-main-box .box-inner-wrap {
  position: relative;
}
.section-main-box .menu-inner-wrap {
  position: relative;
  z-index: 10;
  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 -20px;
  margin: 0 -2rem;
  padding: 16px 0;
  padding: 1.6rem 0;
}
.section-main-box .menu li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 2px;
  padding: 0 0.2rem;
  max-width: 100%;
}
.section-main-box .btn-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 0 10px;
  padding: 0 1rem;
  height: 50px;
  height: 5rem;
  line-height: 50px;
  line-height: 5rem;
  color: inherit;
  text-shadow: 2.723px 4.193px 13.76px rgba(7, 9, 10, 0.5);
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  border-radius: 10px;
}
.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: 19px;
  left: 1.9rem;
  right: 19px;
  right: 1.9rem;
  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.button-exit {
  background-color: #000000;
  text-shadow: none;
  padding: 0 16px;
  padding: 0 1.6rem;
  font-size: 30px;
  font-size: 3rem;
}
.section-main-box .btn-menu.button-exit:hover {
  text-shadow: none;
  background-color: #505050;
}
.section-main-box .btn-menu.button-exit:hover:before {
  display: none;
}
.section-main-box .btn-menu.button-code,
.section-main-box .btn-menu.button-login {
  background-color: #ffde00;
  text-shadow: none;
  padding: 0 16px;
  padding: 0 1.6rem;
  font-size: 30px;
  font-size: 3rem;
  color: var(--clr-base);
}
.section-main-box .btn-menu.button-code:hover,
.section-main-box .btn-menu.button-login:hover {
  background-color: #ffee80;
  text-shadow: none;
}
.section-main-box .btn-menu.button-code:hover:before,
.section-main-box .btn-menu.button-login:hover:before {
  display: none;
}
.section-main-box .btn-menu.button-code a:not(:hover),
.section-main-box .btn-menu.button-login a:not(:hover) {
  color: inherit;
}
.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.bg01 {
  background-color: #f7142c;
  background-image: url(../img/bg01.webp);
}
.bg-full-wrap.bg02 {
  background-color: #f7142c;
  background-image: url(../img/bg02.webp);
}
.bg-full-wrap.bg05 {
  background-color: #bcf0ff;
  background-image: url(../img/bg05.webp);
}
.bg-full-wrap.bg06 {
  background-color: #24dc00;
  background-image: url(../img/bg06.webp);
}
.bg-full-wrap.bg04 {
  background: #fff;
  background-image: url(../img/bg04.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 1916px auto;
}
.bg-full-wrap.bg-white {
  background: #fff;
}
.bg-full-wrap.bg-shadow {
  box-shadow: inset 0px 6px 14.49px 6.51px rgba(0, 0, 0, 0.43);
}
.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: rgba(255, 255, 255, 0.859);
}
.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;
}
.more-inner-wrap .btn {
  height: 40px;
  border-radius: 20px;
  padding: 0 32px;
  border: none;
  font-size: 27px;
  background: #24dc00;
  box-shadow: 1.042px 5.909px 8.64px 0.36px rgba(0, 1, 3, 0.36);
  color: var(--clr-base);
}
.more-inner-wrap .btn:hover {
  background: #35ed11;
  color: var(--clr-base);
}
.section-gifts-list-box {
  padding: 15px 0 100px 0;
  padding: 1.5rem 0 10rem 0;
  text-align: center;
  font-size: 33px;
  font-size: 3.0rem;
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
}
.section-gifts-list-box .title-inner-wrap {
  margin-bottom: 80px;
  margin-bottom: 8rem;
  position: relative;
  z-index: 4;
}
.section-gifts-list-box .menu {
  position: relative;
  z-index: 4;
}
.section-gifts-list-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  left: 1rem;
  bottom: -30px;
  bottom: -3rem;
  width: 164px;
  width: 16.4rem;
  aspect-ratio: 164/276;
  background: url(../img/belka.png) center no-repeat;
  background-size: 100% auto;
  z-index: 3;
  pointer-events: none;
}
.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: 2.48em;
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
}
.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);
}
.popup-info-box .section-action {
  margin-bottom: 56px;
  margin-bottom: 5.6rem;
}
.popup-info-box .section-action .btn {
  font-size: 1.4em;
  height: 1.4em;
  padding: 0 0.71428571em;
  border-radius: 30px;
}
.popup-info-box .section-link a:not(:hover) {
  color: inherit;
}
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-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;
}
.popup-box .btn-popup-close {
  position: absolute;
  top: 30px;
  top: 3rem;
  right: 56px;
  right: 5.6rem;
  z-index: 2;
}
@media (max-width: 1099px) {
  .section-main-box {
    padding: 0 0 0 0;
  }
  .section-main-box .header-box {
    margin: 0 0 0 0;
  }
}
@media (max-width: 1079px) {
  .header-box .action-inner-wrap {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .items-second-box .elm-button .btn {
    font-size: 4rem;
  }
  .section-tiles-box .button-slider-prev {
    margin-left: 2.8rem;
  }
  .section-tiles-box .button-slider-next {
    margin-right: 2.8rem;
  }
  .section-tiles-box:has(.item-tile-logo) .slider-inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .section-tiles-box:has(.item-tile-logo) .button-slider-prev {
    margin-left: 0rem;
    display: none;
  }
  .section-tiles-box:has(.item-tile-logo) .button-slider-next {
    margin-right: 0rem;
    display: none;
  }
  .section-tiles-box:has(.item-tile-logo) .slider-pagination {
    display: -ms-flexbox;
    display: flex;
  }
  .action-box .photo-inner-wrap {
    width: 50%;
  }
  .action-box .info-inner-wrap {
    padding-left: 3rem;
    font-size: 3rem;
  }
  .action-box .section-title {
    font-size: 2em;
  }
  .section-main-box .slider-pagination {
    display: -ms-flexbox;
    display: flex;
  }
  .section-main-box .ico-arrow {
    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;
  }
}
@media (max-width: 767px) {
  .items-box .elm-info {
    top: 0;
    font-size: 3rem;
    right: auto;
    left: 0;
  }
  .section-rules-box .item-wrap {
    width: 50%;
  }
  .gifts-slider-box .section-title:before {
    display: none;
  }
  .gifts-slider-box .title-main {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    background: #000;
    padding: 0.2em 0.4em;
    border-radius: 1.5rem;
  }
  .gifts-slider-box .title-total:before {
    border-radius: 1.5rem;
    left: -0.2em;
    right: -0.2em;
    top: -0.01em;
    bottom: -0.01em;
  }
  .section-gifts-box .slider-wrap {
    margin: 0 -10px;
  }
  .section-gifts-box .sl-wrap {
    padding: 0 10px;
  }
  .section-create-box .item-wrap {
    width: 50%;
  }
  .section-create-box .items-inner-wrap {
    max-width: 400px;
  }
  .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;
  }
  .action-box .info-inner-wrap:before {
    width: 230%;
  }
  .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) {
  .items-second-box .elm-info {
    left: auto;
    right: 0;
  }
  .items-second-box .elm-button {
    left: 80%;
  }
  .items-second-box .elm-button .btn {
    font-size: 3rem;
  }
  .section-portrait-box .box-inner-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-portrait-box .photos-inner-wrap {
    padding-top: 14rem;
    padding-left: 4rem;
    margin-bottom: 0;
    width: 100%;
  }
  .section-portrait-box .info-inner-wrap {
    width: 100%;
  }
  .section-gifts-box {
    font-size: 2.8rem;
  }
  .section-gifts-box:before {
    display: none;
  }
  .table-box {
    padding: 0;
  }
  .table-box .table-inner-wrap {
    display: block;
    padding: 2rem;
  }
  .table-box .tbl-section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4rem;
  }
  .table-box .tbl-section:last-child {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .table-box .tbl-section:before {
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 3px;
    margin-top: 2rem;
  }
  .action-box {
    display: block;
  }
  .action-box .photo-inner-wrap {
    width: 100%;
  }
  .action-box .info-inner-wrap {
    padding: 5rem 0 0 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .items-second-box .elm-info,
  .items-box .elm-info {
    font-size: 16px;
  }
  .section-winners-box .item-wrap {
    width: 100%;
  }
  .section-rules-box .item-wrap {
    width: 100%;
  }
  .section-create-box {
    font-size: 2.8rem;
  }
  .popup-box {
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .section-gifts-box .sl-wrap:nth-child(2n) {
    top: 6rem;
  }
  .section-gifts-box .more-inner-wrap {
    margin-top: 4.8rem;
  }
}
@media (min-width: 768px) {
  .gifts-slider-box .title-inner-wrap br {
    display: none;
  }
}
@media (min-width: 993px) {
  .section-photos-box:has(.type-card) .button-slider-prev {
    margin-left: -4rem;
  }
  .section-photos-box:has(.type-card) .button-slider-next {
    margin-right: -4rem;
  }
  .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;
  }
  .popup-info-box {
    padding: 8rem 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;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
.form-input[placeholder] {
  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;
}
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: 34px;
  font-size: 3.4rem;
  line-height: 1;
  height: 40px;
  height: 4rem;
  border-radius: 3rem;
  padding: 0 13px;
  padding: 0 1.3rem;
  text-transform: uppercase;
  color: #fff;
  background: var(--clr-att);
  border: 1px solid var(--clr-att);
}
.btn:hover {
  background: var(--clr-att-hover);
  border-color: var(--clr-att-hover);
  color: #fff;
}
.btn.button-tab {
  height: 44px;
  height: 4.4rem;
  border-radius: 3rem;
  border: 2px solid #000;
  padding: 0 20px;
  padding: 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;
}
.button-yellow {
  background: var(--clr-att-second);
  border-color: var(--clr-att-second);
  color: var(--clr-base);
}
.button-yellow:hover {
  background-color: #ffef11;
  border-color: #ffef11;
  color: var(--clr-base);
}
.button-yellow a:not(:hover) {
  color: inherit;
}
.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-del:before {
  background-image: url(../img/icons/trash.svg);
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
  width: 52px;
  width: 5.2rem;
  height: 52px;
  height: 5.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -26px;
  margin-top: -2.6rem;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.png);
  background-size: 100% auto;
  transform: scaleX(-1);
}
.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 {
  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 {
  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-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;
}
.frm-popup .field-title {
  font-size: 1.4137931em;
  line-height: 1;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.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;
}
.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 .field-submit .btn {
  font-size: 1.4137931em;
  height: 1.6097561em;
  padding: 0 1.02439024em;
  border-radius: 30px;
  box-shadow: none;
  text-transform: uppercase;
}
.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-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-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 {
  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: 993px) {
  .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 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: 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;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
/* ----------------------------------- *\
			animation
\* ----------------------------------- */
.item-animation {
  opacity: 0;
  transform: scale(0.1);
  animation: appearAnimation 0.5s ease-out forwards, floatAnimation 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;
  }
}
