@charset "UTF-8";
:root {
  --clr-base: #23241F;
  --clr-base-light: #666;
  --clr-att-base: #23241F;
  --clr-att-main: #D7CEB1;
  --clr-att-light: #F8F4F0;
  --clr-alert: #F55760;
  --clr-succefull: #32B782;
  --clr-bg: #D7CEB1;
  --clr-border: #000;
  --clr-light: #696969;
  /* 12-12-24 */
  --mainRadius: 12px;
  /* 10-10-10 */
  --fixRadius: 10px;
  /* 40-40-70 */
  --sectionPadding: 40px;
  /* 24-32-60 */
  --sectionMargin: 24px;
  /* 14-10-16 */
  --fsize: 14px;
  --lhsize: 1.2;
  --mbsize: 1.2em;
  --icoSize: 24px;
  --min: 320px;
  --max: 1400px;
  --paddingContainer: 16px;
  --filterAllToBlack: brightness(0) grayscale(1);
  --filterAllToWhite: brightness(0) invert(1);
  --filterLightToBase: brightness(0.14) contrast(1.9) sepia(0.25);
  --filterLightToMain: brightness(0.77) contrast(1.12) sepia(0.28) saturate(1.25) hue-rotate(5deg);
  --filterMainToBase: brightness(0.135) contrast(1.45) sepia(0.32) saturate(0.75);
  --filterMainToLight: brightness(1.42) contrast(0.88) saturate(0.65) hue-rotate(-5deg);
  font-size: 10px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: var(--clr-bg);
  font-weight: 300;
  font-size: var(--fsize);
  line-height: var(--lhsize);
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: var(--mbsize);
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
}
.menu,
.list {
  margin: 0;
  padding: 0;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
}
.menu li:before,
.list li:before {
  display: none;
}
a {
  text-decoration: none;
  color: var(--clr-att);
}
a:hover {
  text-decoration: none;
  color: var(--clr-att-second);
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone,
.link-email,
.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);
}
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  display: block;
  position: relative;
  font-weight: bold;
  margin: 1em 0;
  text-wrap: balance;
}
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;
}
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;
}
/* 24-22-40 */
.h1-title,
h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  margin: 32px 0;
}
.bg-att-main {
  background: var(--clr-att-main);
}
.bg-att-light {
  background: var(--clr-att-light);
}
.bg-att-base {
  background: var(--clr-att-base);
}
.text-light,
.title-light {
  color: var(--clr-light);
}
.text-base,
.title-base {
  color: var(--clr-base);
}
.text-att-base,
.title-att-base {
  color: var(--clr-att-base) !important;
}
.text-att-base,
.title-att-base {
  color: var(--clr-att-base) !important;
}
.text-att-main,
.title-att-main {
  color: var(--clr-att-main) !important;
}
.text-att-light,
.title-att-light {
  color: var(--clr-att-light) !important;
}
.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: 1399px) {
  :root {
    font-size: 9.5px;
  }
}
@media (max-width: 1199px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 1023px) {
  :root {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
}
@media (min-width: 768px) {
  :root {
    --fsize: 10px;
    --sectionMargin: 32px;
  }
  .h1-title,
  h1 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 40px;
    --fsize: 15px;
    --sectionPadding: 7rem;
    --sectionMargin: 6rem;
    --mainRadius: 24px;
  }
  .h1-title,
  h1 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --fsize: 16px;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: var(--min);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
html {
  scrollbar-gutter: stable;
}
html.with-fancybox body.hide-scrollbar {
  overflow: inherit !important;
  overflow-x: hidden !important;
  margin-right: 0 !important;
}
.cnt-full-wrap {
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
}
.inner-wrap,
.page-full {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
  min-width: var(--min);
  max-width: var(--max);
  width: 100%;
}
.inner-wrap .inner-wrap,
.page-full .inner-wrap {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.inner-wrap .cnt-section,
.page-full .cnt-section {
  min-width: 0;
}
.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;
  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;
}
.wrap.bg-att-base .header {
  color: var(--clr-att-main);
}
.wrap.bg-att-base .header .logo {
  filter: var(--filterLightToMain);
}
.wrap.bg-att-base .header .btn-phone:hover,
.wrap.bg-att-base .header .btn-menu:hover,
.wrap.bg-att-base .header .btn-phone.active,
.wrap.bg-att-base .header .btn-menu.active {
  color: var(--clr-att-light);
}
.wrap.bg-att-base .popup-menu-wrap .btn-popup {
  filter: var(--filterLightToMain);
}
.header {
  margin-bottom: 15px;
}
.header .inner-wrap {
  padding-top: 16px;
  padding-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.header .inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: var(--paddingContainer);
  right: var(--paddingContainer);
  height: 1px;
  background: currentColor;
}
.header .sitemenu-inner-wrap {
  display: none;
  -ms-flex-order: 2;
      order: 2;
  padding: 0 32px;
  border-right: 1px solid currentColor;
}
.header .sitemenu-inner-wrap .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -8px;
  min-height: 36px;
}
.header .sitemenu-inner-wrap .btn-menu {
  white-space: nowrap;
}
.header .contacts-inner-wrap {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0 0 0 32px;
  -ms-flex: 1;
      flex: 1;
  gap: 8px 16px;
  -ms-flex-order: 3;
      order: 3;
}
.header .logo-inner-wrap {
  -ms-flex-order: 1;
      order: 1;
  width: 91px;
  padding: 0 15px 0 0;
  border-right: 1px solid currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .menu-inner-wrap {
  -ms-flex-order: 4;
      order: 4;
  margin-right: -3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.header .logo {
  filter: var(--filterLightToBase);
}
.header .btn-menu,
.header .btn-phone {
  display: block;
  position: relative;
  padding: 5px 8px;
  color: inherit;
}
.header .btn-menu:hover,
.header .btn-phone:hover,
.header .btn-menu.active,
.header .btn-phone.active {
  color: var(--clr-base-light);
}
.header .btn-phone {
  white-space: nowrap;
  padding: 0;
}
.popup-menu-wrap {
  position: relative;
}
.popup-menu-wrap .popup-content-block {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  border-radius: var(--mainRadius);
  width: 240px;
  text-align: center;
  background: var(--clr-att-main);
  border: 1px solid var(--clr-border);
  margin-top: 30px;
  padding: 15px 0;
}
.popup-menu-wrap .btn-popup {
  width: 30px;
  height: 30px;
  filter: var(--filterLightToBase);
}
.popup-menu-wrap .btn-menu {
  padding: 0.5em 15px;
  color: var(--clr-base);
}
.popup-menu-wrap .btn-menu:hover,
.popup-menu-wrap .btn-menu.active {
  color: var(--clr-base-light) !important;
}
.footer {
  overflow: hidden;
  background: var(--clr-att-base);
  color: var(--clr-att-main);
  padding-top: var(--sectionPadding);
  padding-bottom: var(--sectionPadding);
}
.footer:before {
  content: "";
  display: block;
  width: 356px;
  position: absolute;
  background: url(../img/main/logo-content.svg) center no-repeat;
  background-size: 100% auto;
  aspect-ratio: 443/223;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.05;
  pointer-events: none;
}
.footer .inner-wrap {
  z-index: 2;
}
.footer .footer-top-panel {
  margin-bottom: 40px;
}
.footer .footer-main-panel {
  margin-bottom: 40px;
}
.footer .logo-inner-wrap {
  width: 132px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 16px;
}
.footer .buttons-inner-wrap {
  margin: 0 -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 0;
}
.footer .contacts-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  gap: 24px;
}
.footer .subinfo-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .info-inner-wrap {
  margin-bottom: 40px;
}
.footer .menu-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .info-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .button-wrap {
  width: 50%;
  padding: 0 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .button-wrap .btn {
  width: 100%;
}
.footer .contacts-wrap {
  font-size: 16px;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 40px;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  -ms-flex: 1;
      flex: 1;
}
.footer .soc-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .soc-wrap .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.footer .soc-wrap .btn .button-ico {
  width: 84%;
  height: 84%;
}
.footer .menu-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .menu-title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
}
.footer .btn-menu {
  display: block;
  padding: 4px 0;
  color: var(--clr-att-light);
}
.footer .btn-menu:hover {
  color: var(--clr-att-main);
}
.footer a:not([class]) {
  color: inherit;
}
.footer a:not([class]):hover {
  color: var(--clr-att-light);
}
.footer p {
  margin-bottom: 4px;
}
.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);
  }
}
@media (min-width: 640px) {
  .footer .footer-top-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 32px;
  }
  .footer .footer-main-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 28px;
  }
  .footer .info-inner-wrap {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 32px;
    margin: 0;
  }
  .footer .menu-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    gap: 40px;
  }
  .footer .logo-inner-wrap {
    width: 100px;
    margin: 0;
    padding: 0;
  }
  .footer .subinfo-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    gap: 10px 40px;
  }
  .footer .buttons-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: end;
        justify-content: flex-end;
    gap: 8px 16px;
  }
  .footer .info-wrap {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .footer .menu-wrap {
    width: calc(50% - 20px);
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer .button-wrap {
    width: auto;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .footer .menu-inner-wrap {
    gap: 16px;
  }
  .footer .info-inner-wrap {
    width: 40%;
    padding-right: 16px;
  }
  .footer .contacts-inner-wrap {
    display: block;
  }
  .footer .menu-wrap {
    width: calc(50% - 8px);
  }
  .footer .soc-wrap {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .header {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .header .menu-inner-wrap {
    margin-left: auto;
    padding-left: 32px;
    width: 62px;
  }
  .header .sitemenu-inner-wrap {
    display: block;
  }
  .footer .contacts-wrap {
    font-size: 14px;
    min-height: 27px;
    gap: 4px;
  }
  .footer .soc-wrap .btn {
    width: 27px;
    height: 27px;
  }
  .footer .button-wrap .btn {
    height: 27px;
    padding: 0 23px;
  }
}
@media (min-width: 1024px) {
  .header {
    margin-bottom: 20px;
  }
  .header .inner-wrap {
    padding-top: 20px;
  }
  .header .logo-inner-wrap {
    width: 111px;
  }
  .header .contacts-inner-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .header .sitemenu-inner-wrap .menu {
    margin: 0 -12px;
  }
  .header .btn-menu {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer {
    padding-top: 6rem;
    padding-bottom: 5.5rem;
  }
  .footer:before {
    width: 54.7rem;
    left: 48.5%;
  }
  .footer .footer-top-panel {
    margin-bottom: 48px;
  }
  .footer .footer-main-panel {
    margin-bottom: 44px;
  }
  .footer .logo-inner-wrap {
    width: 19.7rem;
  }
  .footer .buttons-inner-wrap {
    gap: 8px;
  }
  .footer .contacts-inner-wrap {
    gap: 32px;
    margin-bottom: 24px;
  }
  .footer .info-inner-wrap {
    max-width: 52rem;
  }
  .footer .contacts-wrap {
    min-height: 45px;
    font-size: 2rem;
  }
  .footer .soc-wrap .btn {
    width: 45px;
    height: 45px;
  }
  .footer .button-wrap .btn {
    height: 45px;
    min-width: 24rem;
    border-radius: 30px;
  }
  .footer .btn-menu {
    padding: 6px 0;
  }
  .footer .menu-title {
    padding-top: 3px;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-text-toggle {
  display: block;
  position: relative;
  font-size: 12px;
  border-radius: 20px;
  background: var(--clr-att-main);
  color: var(--clr-base);
}
.item-tile-text-toggle .tile-button {
  display: block;
  position: relative;
  padding: 20px 60px 20px 20px;
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.item-tile-text-toggle .tile-button:hover {
  color: inherit;
}
.item-tile-text-toggle .tile-button:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-text-toggle.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  transition: all ease 0.2s;
}
.item-tile-text-toggle .tile-button.active:before {
  rotate: -90deg;
}
.item-tile-text-toggle .tile-button.active ~ .tile-content-block {
  height: auto;
  margin-top: -16px;
  padding-bottom: 20px;
}
.item-tile-text-toggle .tile-content-block {
  opacity: 0.7;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  interpolate-size: allow-keywords;
  transition: all ease 0.2s;
  padding: 0 20px;
}
.item-tile-creator {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  overflow: hidden;
}
.item-tile-creator .tile-info-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
.item-tile-creator .tile-title-wrap {
  width: 106px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-creator .tile-desc-wrap {
  -ms-flex: 1;
      flex: 1;
}
.item-tile-creator .elm-photo {
  border-radius: var(--fixRadius);
  aspect-ratio: 328/280;
}
.item-tile-creator .tile-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
.item-tile-creator .tile-desc-title {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 10px;
}
.item-tile-creator .tile-desc-info {
  opacity: 0.7;
}
.item-tile-info {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  color: rgba(35, 36, 31, 0.7);
  padding: 12px;
  background: var(--clr-att-main);
  border-radius: 14px;
  min-height: 100%;
}
.item-tile-info .tile-title-wrap {
  margin-bottom: 12px;
}
.item-tile-info .tile-title {
  font-size: 14px;
  font-weight: 400;
  color: #191614;
}
.item-tile-info .tile-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 22px;
}
.item-tile-info .elm-ico {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-info .tile-info {
  -ms-flex: 1;
      flex: 1;
}
.item-tile-procedure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  border-radius: var(--mainRadius);
  border: 1px solid var(--clr-border);
  font-size: 12px;
  line-height: 1.2;
  color: var(--clr-base);
}
.item-tile-procedure .tile-photo-wrap {
  margin: -1px -1px -1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-procedure .tile-tags-wrap {
  position: absolute;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 8px;
  z-index: 2;
  padding: 8px;
}
.item-tile-procedure .tile-info-wrap {
  display: block;
  -ms-flex: 1;
      flex: 1;
  padding: 16px 9px 12px 9px;
  border-bottom: 1px solid var(--clr-border);
}
.item-tile-procedure .tile-action-wrap {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 16px 9px 10px 9px;
  text-align: center;
}
.item-tile-procedure .tile-features-wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 0 9px;
  border-bottom: 1px solid var(--clr-border);
}
.item-tile-procedure .tile-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.item-tile-procedure .elm-feature {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 12px;
  padding-left: 12px;
  border-right: 1px solid var(--clr-border);
}
.item-tile-procedure .elm-feature:last-child {
  -ms-flex: 1;
      flex: 1;
  padding-right: 0;
  border-right: none;
}
.item-tile-procedure .elm-feature:first-child {
  padding-left: 0;
}
.item-tile-procedure .elm-photo {
  aspect-ratio: 328/210;
  border-radius: var(--mainRadius);
}
.item-tile-procedure .btn {
  z-index: 10;
}
.item-tile-master {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--clr-light);
  overflow: hidden;
}
.item-tile-master:hover .tile-action-wrap {
  padding-top: 4px;
  height: auto;
}
.item-tile-master .tile-content-wrap {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border-radius: 5px;
  background: rgba(248, 244, 240, 0.8);
  -webkit-backdrop-filter: blur(1.06666672px);
          backdrop-filter: blur(1.06666672px);
  padding: 10px 8px 8px 8px;
}
.item-tile-master .tile-info-wrap,
.item-tile-master .tile-action-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
.item-tile-master .tile-action-wrap {
  height: 0;
  position: relative;
  overflow: hidden;
  interpolate-size: allow-keywords;
  transition: all ease 0.2s;
}
.item-tile-master .tile-title {
  font-size: 16px;
  line-height: 1.1;
  max-height: 33px;
  max-height: 3.3rem;
  position: relative;
  overflow: hidden;
  font-weight: 300;
}
.item-tile-master .tile-info {
  max-height: 3.6em;
  position: relative;
  overflow: hidden;
}
.item-tile-master .tile-pos {
  display: block;
}
.item-tile-master .elm-photo {
  border-radius: var(--mainRadius);
  aspect-ratio: 328/320;
}
.item-tile-master .lines-dots {
  -webkit-line-clamp: 3;
}
.item-tile-master .btn {
  width: 100%;
  z-index: 8;
}
.item-tile-event {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--clr-att-main);
}
.item-tile-event:hover .tile-action-wrap {
  height: auto;
  padding-top: 16px;
}
.item-tile-event:hover .elm-photo:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 39.76%, rgba(0, 0, 0, 0.5) 86.17%);
}
.item-tile-event .tile-tags-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 8px;
}
.item-tile-event .tile-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 16px;
}
.item-tile-event .tile-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.item-tile-event .tile-action-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  position: relative;
  height: 0;
  overflow: hidden;
  interpolate-size: allow-keywords;
  transition: all ease 0.2s;
}
.item-tile-event .tile-action-wrap .btn {
  z-index: 8;
}
.item-tile-event .elm-photo {
  aspect-ratio: 328/320;
  border-radius: var(--mainRadius);
}
.item-tile-event .elm-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.76%, rgba(0, 0, 0, 0.5) 86.17%);
}
.item-tile-event .tile-info {
  max-height: 3.6em;
  position: relative;
  overflow: hidden;
}
.item-tile-event .tile-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
  color: var(--clr-att-light);
  max-height: 3.3em;
  position: relative;
  overflow: hidden;
}
.item-tile-event .tile-date {
  line-height: 1.2;
}
.item-tile-event .lines-dots {
  -webkit-line-clamp: 3;
}
.item-tile-event .btn {
  width: 100%;
  z-index: 8;
}
:is([class^="item-tile"]):hover .elm-photo.photo-cover img {
  transform: scale(1.03);
}
.elm-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-photo:has(.photo-title-wrap):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 70.7%, rgba(0, 0, 0, 0.7) 85.3%);
  z-index: 2;
}
.elm-photo .photo-title-wrap {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 30px;
}
.elm-photo .photo-title {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  color: var(--clr-att-light);
  position: relative;
  padding-left: 32px;
}
.elm-photo .photo-title:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(../img/icons/star.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.elm-photo.photo-play:hover:after {
  background-color: var(--clr-att-second);
}
.elm-photo.photo-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../img/icons/play.svg) center no-repeat;
  background-size: 24px auto;
  transition: all ease 0.2s;
  margin: auto;
}
.elm-photo.photo-play:before {
  display: block !important;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 2;
}
.elm-photo.photo-zoom:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../img/icons/zoom.svg);
  background-size: 24px auto;
  transition: all ease 0.2s;
}
.elm-photo.photo-zoom:hover:after {
  opacity: 1;
}
.elm-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img {
  display: block;
  position: relative;
  width: 100%;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:hover img {
  transform: scale(1.03);
}
.elm-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elm-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports (aspect-ratio: 1) {
  .elm-photo:not(.photo-cover, .photo-contain) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-price {
  white-space: nowrap;
}
.elm-price.price-old {
  text-decoration: line-through;
}
[data-unit]:after {
  content: attr(data-unit);
  font-family: 'Arial', 'Roboto', 'Open Sans', sans-serif;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.lbl-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.lbl-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-overlay {
  display: none;
  animation: fadein ease 0.2s;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.elm-overlay.active {
  display: block;
}
.elm-sticker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: var(--clr-att-main);
  border: 1px solid var(--clr-att-base);
  height: 22px;
  line-height: 20px;
  border-radius: 20px;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 300;
  color: var(--clr-base);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-sticker.bg-att-light {
  background: var(--clr-att-light);
}
.elm-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 50px;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
}
.elm-feature .feature-title-wrap {
  -ms-flex: 1;
      flex: 1;
  display: block;
  padding-left: 12px;
}
.elm-feature .feature-title {
  width: 100%;
}
.elm-feature .feature-value {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
}
.elm-feature .feature-image {
  display: block;
  width: auto;
  height: 34px;
  line-height: 1;
  max-width: inherit;
  filter: var(--filterLightToBase);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-feature .feature-image img,
.elm-feature .feature-image svg {
  height: 34px;
  width: auto;
  max-width: inherit;
}
.elm-event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 78px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-left: 1px solid var(--clr-border);
  padding: 8px;
  font-size: 8px;
  line-height: 1.1;
  font-weight: 400;
  color: #A7A7A7;
  font-family: 'SF Pro Display', sans-serif;
}
.elm-event.type-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.elm-event.type-disabled .event-action-wrap {
  opacity: 0;
}
.elm-event.status-green {
  border-left-color: #4EB410;
}
.elm-event.status-red {
  border-left-color: #C00;
}
.elm-event.status-yellow {
  border-left-color: #F6C344;
}
.elm-event .event-time-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 7px;
  margin-bottom: 11px;
}
.elm-event .event-title {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #000;
}
.elm-event .event-info {
  display: block;
  margin-bottom: 8px;
}
.elm-event .event-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 6px;
  display: block;
  position: relative;
}
.elm-event .event-time:before {
  content: "-";
  display: block;
  width: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.elm-event .event-time:first-child {
  padding-left: 0;
}
.elm-event .event-time:first-child:before {
  display: none;
}
.elm-event .btn {
  width: 100%;
  height: 12px;
  padding: 0 8px;
  font-size: 8px;
  font-weight: 400;
  border-radius: 0;
}
.elm-event * {
  font-family: 'SF Pro Display', sans-serif;
}
.elm-cnt {
  line-height: 1.2;
  color: #666;
  padding-left: 22px;
  display: block;
  position: relative;
  max-width: 100%;
}
.elm-cnt .elm-ico {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 7px;
  margin: -10px 0 0 -10px;
  filter: var(--filterLightToBase) opacity(0.4);
  transition: all ease 0.2s;
}
a.elm-cnt {
  display: inline-block;
}
a.elm-cnt:hover {
  color: var(--clr-base);
}
a.elm-cnt:hover .elm-ico {
  filter: var(--filterLightToBase);
}
@media (min-width: 768px) {
  .item-tile-text-toggle {
    font-size: var(--fsize);
  }
  .item-tile-text-toggle .tile-button {
    font-size: 12px;
  }
  .item-tile-creator {
    font-size: var(--fsize);
  }
  .item-tile-creator .elm-photo {
    aspect-ratio: 360/280;
  }
  .item-tile-info {
    font-size: 10px;
  }
  .item-tile-info .tile-info-wrap {
    gap: 12px;
  }
  .item-tile-info .elm-ico {
    width: 44px;
    height: 44px;
  }
  .item-tile-procedure {
    font-size: 8px;
  }
  .item-tile-procedure .elm-photo {
    aspect-ratio: 240/180;
  }
  .item-tile-procedure .tile-title {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .item-tile-event,
  .item-tile-master {
    font-size: 8px;
  }
  .item-tile-event .btn,
  .item-tile-master .btn {
    height: 27px;
  }
  .item-tile-event .elm-photo,
  .item-tile-master .elm-photo {
    aspect-ratio: 240/260;
  }
  .item-tile-master .tile-title {
    font-size: 14px;
  }
  .item-tile-master .tile-pos {
    font-size: 10px;
  }
  .item-tile-event:hover .tile-action-wrap {
    padding-top: 8px;
  }
  .item-tile-event .tile-tags-wrap {
    padding: 16px;
  }
  .item-tile-event .tile-content-wrap {
    padding: 16px;
  }
  .item-tile-event .tile-info-wrap,
  .item-tile-event .tile-action-wrap {
    gap: 8px;
  }
  .item-tile-event .tile-title {
    font-size: 12px;
  }
  .item-tile-event .tile-date {
    font-size: 12px;
  }
  .elm-sticker {
    height: 20px;
    line-height: 18px;
    font-size: 8px;
  }
  .elm-feature {
    font-size: 8px;
    min-height: 40px;
  }
  .elm-feature .feature-value {
    font-size: 20px;
    line-height: 1;
  }
  .elm-feature .feature-image {
    height: 24px;
  }
  .elm-feature .feature-image img,
  .elm-feature .feature-image svg {
    height: 24px;
  }
  .elm-photo .photo-title {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .item-tile-text-toggle .tile-button {
    font-size: 18px;
  }
  .item-tile-text-toggle .tile-button:before {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .item-tile-creator .elm-photo {
    aspect-ratio: 652/500;
  }
  .item-tile-creator .tile-title {
    font-size: 2.4rem;
  }
  .item-tile-creator .tile-title-wrap {
    width: 22.3rem;
    padding-right: 10px;
  }
  .item-tile-info {
    font-size: 1.8rem;
    padding: 20px;
  }
  .item-tile-info .tile-title {
    font-size: 2rem;
  }
  .item-tile-info .tile-title-wrap {
    margin-bottom: 20px;
  }
  .item-tile-info .tile-info-wrap {
    gap: 2.4rem;
  }
  .item-tile-info .elm-ico {
    width: 8rem;
    height: 8rem;
  }
  .item-tile-procedure {
    font-size: 12px;
  }
  .item-tile-procedure .tile-info-wrap {
    padding: 3.2rem 1.9rem 2rem 1.9rem;
  }
  .item-tile-procedure .tile-features-wrap {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
  .item-tile-procedure .tile-action-wrap {
    padding: 2.4rem;
  }
  .item-tile-procedure .tile-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
  .item-tile-procedure .elm-feature {
    padding: 0 2.3rem;
  }
  .item-tile-procedure .elm-photo {
    aspect-ratio: 400/360;
  }
  .item-tile-event,
  .item-tile-master {
    font-size: 12px;
  }
  .item-tile-event .tile-title,
  .item-tile-master .tile-title {
    font-size: 2rem;
    line-height: 1.2;
    max-height: 3.6em;
  }
  .item-tile-event .btn,
  .item-tile-master .btn {
    height: 42px;
  }
  .item-tile-master {
    font-weight: 300;
  }
  .item-tile-master:hover .tile-action-wrap {
    padding-top: 10px;
  }
  .item-tile-master .tile-content-wrap {
    bottom: 16px;
    left: 16px;
    right: 16px;
    border-radius: 10px;
    padding: 14px 8px 12px 8px;
  }
  .item-tile-master .tile-info-wrap,
  .item-tile-master .tile-action-wrap {
    gap: 10px;
  }
  .item-tile-master .tile-pos {
    font-size: 14px;
    font-weight: 400;
  }
  .item-tile-master .elm-photo {
    aspect-ratio: 317/400;
  }
  .item-tile-event:hover .tile-action-wrap {
    padding-top: 1.8rem;
  }
  .item-tile-event .tile-tags-wrap {
    padding: 3.2rem;
  }
  .item-tile-event .tile-content-wrap {
    padding: 3.2rem;
  }
  .item-tile-event .tile-info-wrap,
  .item-tile-event .tile-action-wrap {
    gap: 1.8rem;
  }
  .item-tile-event .tile-date {
    font-size: 1.8rem;
  }
  .item-tile-event .elm-photo {
    aspect-ratio: 429/546;
  }
  .elm-sticker {
    height: 34px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 16px;
  }
  .elm-feature {
    font-size: 11px;
    min-height: 6rem;
  }
  .elm-feature .feature-value {
    font-size: 2.2rem;
  }
  .elm-feature .feature-image {
    height: 3.2rem;
  }
  .elm-feature .feature-image img,
  .elm-feature .feature-image svg {
    height: 3.2rem;
  }
  .elm-feature .feature-title-wrap {
    padding-left: 1rem;
  }
  .elm-event {
    min-height: 140px;
    border-radius: 5px;
    padding: 15px;
    font-size: 15px;
  }
  .elm-event .event-time-wrap {
    margin-bottom: 20px;
  }
  .elm-event .event-info-wrap {
    margin-bottom: 20px;
  }
  .elm-event .event-time {
    font-size: 13px;
    padding-left: 12px;
  }
  .elm-event .event-time:before {
    width: 12px;
  }
  .elm-event .event-info {
    margin-bottom: 0;
  }
  .elm-event .event-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .elm-event .btn {
    height: 20px;
    font-size: 14px;
  }
  .elm-cnt {
    padding-left: 34px;
  }
  .elm-cnt .elm-ico {
    width: 24px;
    height: 24px;
    left: 9px;
    margin: -12px 0 0 -12px;
  }
  .elm-photo .photo-title {
    font-size: 20px;
    padding-left: 40px;
  }
  .elm-photo .photo-title:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}
@media (min-width: 1200px) {
  .elm-feature {
    font-size: 12px;
    min-height: 8rem;
  }
  .elm-feature .feature-value {
    font-size: 3.2rem;
  }
  .elm-feature .feature-image {
    height: 4.2rem;
  }
  .elm-feature .feature-image img,
  .elm-feature .feature-image svg {
    height: 4.2rem;
  }
  .elm-feature .feature-title-wrap {
    padding-left: 1.4rem;
  }
}
@media (min-width: 1300px) {
  .elm-feature .feature-title-wrap {
    padding-left: 2.4rem;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.terms-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.terms-box:last-child {
  margin-bottom: 0;
}
.terms-box .title-inner-wrap {
  -ms-flex-order: 1;
      order: 1;
}
.terms-box .items-inner-wrap {
  -ms-flex-order: 3;
      order: 3;
}
.terms-box .items-wrap {
  margin: 0;
  gap: 8px;
}
.terms-box .item-wrap {
  padding: 0;
  width: 100%;
}
.terms-box .section-title {
  margin-bottom: 10px;
}
.terms-box .section-title:last-child {
  margin-bottom: 0;
}
.terms-box .action-wrap {
  -ms-flex-order: 4;
      order: 4;
  margin-bottom: 8px;
}
.terms-box .title-wrap {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 30px;
}
.terms-box .photo-wrap {
  margin-bottom: 8px;
  -ms-flex-order: 2;
      order: 2;
}
.terms-box .btn {
  width: 100%;
}
.terms-box .elm-photo {
  aspect-ratio: 328/400;
  border-radius: var(--fixRadius);
}
.lead-slider-box {
  position: relative;
  color: var(--clr-att-light);
  background: #000;
}
.lead-slider-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  min-height: 700px;
  position: relative;
  z-index: 3;
  font-size: 20px;
  line-height: var(--lhsize);
  padding: 140px 0 124px 0;
  font-weight: 300;
  gap: 30px;
  -ms-flex: 1;
      flex: 1;
}
.lead-slider-box .logo-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  padding: 40px 0;
  -ms-flex-pack: center;
      justify-content: center;
}
.lead-slider-box .bg-full-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -16.54%, rgba(0, 0, 0, 0.7) 63.71%), linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 2;
}
.lead-slider-box .info-inner-wrap {
  position: relative;
  z-index: 3;
}
.lead-slider-box .slider-wrap {
  margin: 0;
  line-height: 0;
}
.lead-slider-box .sl-wrap {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.lead-slider-box .info-wrap {
  max-width: 17.29166667em;
  margin-bottom: 12px;
}
.lead-slider-box .logo {
  width: 240px;
  margin: 0 auto;
  filter: none;
}
.lead-slider-box .slider-pagination {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0;
  padding: 0 var(--paddingContainer);
  height: 76px;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.lead-slider-box .slider-pagination .swiper-pagination-bullet:hover:before,
.lead-slider-box .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  filter: var(--filterLightToMain);
}
.lines-slider-box {
  display: block;
  position: relative;
}
.lines-slider-box .swiper-wrapper {
  transition-timing-function: linear !important;
}
.lines-slider-box .slider-wrap {
  overflow: visible;
  margin: 0;
}
.lines-slider-box .sl-wrap {
  padding: 24px 8px;
  width: auto;
}
.lines-slider-box .btn {
  border-radius: var(--fixRadius);
}
.info-select-box {
  position: relative;
}
.info-select-box .bg-full-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.81%, rgba(0, 0, 0, 0.7) 71.34%), linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.info-select-box .box-inner-wrap {
  z-index: 3;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 50px 0 114px 0;
  min-height: 700px;
  font-size: 20px;
  line-height: var(--lhsize);
  font-weight: 300;
  color: var(--clr-att-light);
}
.info-select-box .info-inner-wrap {
  max-width: 25em;
  margin-bottom: 30px;
}
.info-select-box .actions-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.info-select-box .actions-inner-wrap .btn {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  padding: 0;
  min-width: 0;
}
.info-select-box .actions-inner-wrap .btn .butotn-ico {
  width: 32px;
  height: 32px;
}
.info-select-box .actions-inner-wrap .btn:not(:hover) .button-ico {
  filter: var(--filterMainToLight);
  transition: all ease 0.2s;
}
.info-select-box .actions-inner-wrap .btn:hover .button-ico {
  filter: var(--filterMainToBase);
}
.info-select-box .action-inner-wrap {
  margin-top: 32px;
}
.about-club-box {
  position: relative;
}
.about-club-box .bg-full-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.81%, rgba(0, 0, 0, 0.7) 71.34%), linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.about-club-box .box-inner-wrap {
  z-index: 3;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 50px 0;
  min-height: 700px;
  font-size: 20px;
  line-height: var(--lhsize);
  font-weight: 300;
  color: var(--clr-att-light);
}
.about-club-box .info-inner-wrap {
  margin-bottom: 24px;
}
.about-club-box .tags-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.about-club-box .section-title {
  margin-bottom: 15px;
  color: var(--clr-att-light);
  font-size: 40px;
}
.about-club-box .info-wrap {
  max-width: 14.58333333em;
}
.about-club-box .btn {
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-box,
.about-zone-box {
  margin-bottom: var(--sectionMargin);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.about-box:last-child,
.about-zone-box:last-child {
  margin-bottom: 0;
}
.about-box .photo-inner-wrap,
.about-zone-box .photo-inner-wrap {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 32px;
}
.about-box .title-inner-wrap,
.about-zone-box .title-inner-wrap {
  margin-bottom: 20px;
  -ms-flex-order: -1;
      order: -1;
}
.about-box .info-inner-wrap,
.about-zone-box .info-inner-wrap {
  -ms-flex-order: 2;
      order: 2;
  margin-bottom: 32px;
}
.about-box .info-content-wrap,
.about-zone-box .info-content-wrap {
  -ms-flex-order: 2;
      order: 2;
}
.about-box .photos-inner-wrap,
.about-zone-box .photos-inner-wrap {
  -ms-flex-order: 3;
      order: 3;
}
.about-box .photos-inner-wrap .elm-photo,
.about-zone-box .photos-inner-wrap .elm-photo {
  aspect-ratio: 328/192;
}
.about-box .btn,
.about-zone-box .btn {
  width: 100%;
  margin-top: 24px;
}
.about-box .elm-photo,
.about-zone-box .elm-photo {
  aspect-ratio: 328/400;
  border-radius: var(--fixRadius);
}
.about-box .elm-photo + .elm-photo,
.about-zone-box .elm-photo + .elm-photo {
  margin-top: 8px;
}
.about-box .section-title,
.about-zone-box .section-title {
  margin-bottom: 20px;
}
.about-box .section-title:last-child,
.about-zone-box .section-title:last-child {
  margin-bottom: 0;
}
.about-zone-box .photo-inner-wrap {
  -ms-flex-order: 1;
      order: 1;
}
.about-zone-box .photo-inner-wrap:has(+.photo-inner-wrap) {
  margin-bottom: 8px;
}
.about-zone-box .info-inner-wrap {
  -ms-flex-order: 2;
      order: 2;
}
.about-zone-box .elm-photo {
  aspect-ratio: 328/200;
}
.filter-box {
  margin-bottom: 15px;
}
.filter-box .frm-row {
  margin: 0 -5px;
  gap: 15px 0;
  -ms-flex-align: center;
      align-items: center;
}
.filter-box .frm-field {
  width: auto;
  padding: 0 5px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter-box .field-reset {
  width: 100%;
  font-size: 12px;
  color: #C00;
  font-weight: 400;
}
.tabs-buttons-box {
  margin-bottom: 24px;
}
.tabs-buttons-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
  gap: 8px 0;
}
.tabs-buttons-box .menu li {
  padding: 0 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.tabs-buttons-box .btn.active {
  background: var(--clr-att-base);
  border-color: var(--clr-att-base);
  color: var(--clr-att-light);
}
.tabs-box {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 40px;
}
.tabs-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 24px;
}
.tabs-box .btn {
  opacity: 0.5;
  overflow: visible;
  padding: 0;
}
.tabs-box .btn .button-title {
  padding-bottom: 1px;
}
.tabs-box .btn:hover {
  opacity: 1;
}
.tabs-box .btn.active {
  opacity: 1;
}
.tabs-box .btn.active .button-title {
  padding-bottom: 0;
  border-bottom: 1px solid;
}
.title-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px 24px;
}
.title-box .slider-actions-wrap {
  display: none;
}
.title-box:last-child {
  margin-bottom: 0;
}
.title-box .title-wrap,
.title-box .action-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tiles-slider-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.tiles-slider-box .pagenav-box {
  display: none;
}
.tiles-slider-box:last-child {
  margin-bottom: 0;
}
.tiles-slider-box .photo-menu {
  border-radius: var(--mainRadius);
  aspect-ratio: 512/746;
}
.tiles-slider-box .item-wrap {
  width: 100%;
}
.tiles-box {
  margin-bottom: var(--sectionMargin);
}
.tiles-box:last-child {
  margin-bottom: 0;
}
.tiles-box .item-wrap {
  width: 100%;
}
.tiles-box.tiles-gallery .elm-photo {
  aspect-ratio: 328/160;
  border-radius: var(--fixRadius);
}
.tiles-box.tiles-gallery-second .item-wrap:first-child .elm-photo {
  aspect-ratio: 328/400;
}
.tiles-box.tiles-gallery-second .elm-photo {
  aspect-ratio: 328/192;
  border-radius: var(--fixRadius);
}
.pagenav-box {
  margin-top: 40px;
}
.pagenav-box .pages-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
}
.pagenav-box .btn {
  min-width: 32px;
  height: 32px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 8px;
}
.pagenav-box .btn:not(.button-border) {
  cursor: default;
  pointer-events: none;
}
.shedule-box {
  position: relative;
  margin-bottom: var(--sectionMargin);
}
.shedule-box .scroll-inner-wrap {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.shedule-box .scroll-inner-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.shedule-box table {
  width: auto;
  table-layout: fixed;
  margin: 0;
  background: #FAFBFD;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
}
.shedule-box table thead th,
.shedule-box table thead td {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
.shedule-box table th,
.shedule-box table td {
  background: #FAFBFD;
  padding: 3px;
  border: none;
  min-width: 100px;
}
.shedule-box table th:first-child,
.shedule-box table td:first-child {
  min-width: 34px;
  padding-left: 6px;
  vertical-align: middle;
  border-right: 2px solid #fff;
  position: sticky;
  left: 0;
  z-index: 10;
}
.shedule-box table .td-title {
  display: block;
  font-size: 8px;
  line-height: 12px;
  color: #000;
  text-align: left;
}
.shedule-box table .th-title {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 8px;
  font-weight: 400;
}
.shedule-box table .th-title.title-weekend {
  box-shadow: 0 0 6.691px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  color: #C00;
}
.shedule-box .button-shedule-next,
.shedule-box .button-shedule-prev {
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 20;
  position: absolute;
  top: 15px;
  left: -4px;
  margin-top: -15px;
}
.shedule-box .button-shedule-next.button-disabled,
.shedule-box .button-shedule-prev.button-disabled {
  cursor: default;
  pointer-events: all;
  opacity: 0;
}
.shedule-box .button-shedule-next {
  left: auto;
  right: -8px;
}
.article-box {
  position: relative;
  margin-bottom: var(--sectionMargin);
}
.article-box:last-child {
  margin-bottom: 0;
}
.header + .main-map-box {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.header + .main-map-box .inner-wrap {
  -ms-flex: 1;
      flex: 1;
}
.main-map-box {
  position: relative;
  overflow: hidden;
}
.main-map-box .map-inner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.main-map-box .inner-wrap {
  min-height: 560px;
  padding-top: var(--sectionPadding);
  padding-bottom: var(--sectionPadding);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.main-map-box .info-inner-wrap {
  border-radius: var(--fixRadius);
  background: rgba(248, 244, 240, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 24px 30px 30px 30px;
  font-size: 14px;
  max-width: 430px;
  width: 100%;
  position: relative;
  z-index: 6;
}
.main-map-box .actions-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.main-map-box .cnt-wrap {
  margin-bottom: 10px;
}
.main-map-box .cnt-wrap:last-child {
  margin-bottom: 0;
}
.main-map-box .section-title {
  margin-bottom: 16px;
  color: var(--clr-base);
}
.main-map-box .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-map-box .btn .button-ico {
  width: 32px;
  height: 32px;
}
.main-map-box .button-order {
  width: auto;
  -ms-flex: 1;
      flex: 1;
  margin-left: 8px;
}
.info-table-box {
  position: relative;
  margin-bottom: var(--sectionMargin);
  border-radius: var(--mainRadius);
  border: 1px solid var(--clr-border);
}
.info-table-box:last-child {
  margin-bottom: 0;
}
.info-table-box .photo-inner-wrap {
  margin: -1px -1px 0 -1px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.info-table-box .elm-photo {
  border-radius: var(--mainRadius);
  aspect-ratio: 328/210;
}
.info-table-box table {
  width: 100%;
  margin: 0;
}
.info-table-box table tr:first-child th,
.info-table-box table tr:first-child td {
  border-top: none;
}
.info-table-box table tr:last-child th,
.info-table-box table tr:last-child td {
  border-bottom: none;
}
.info-table-box table th,
.info-table-box table td {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  padding: 16px 26px;
  vertical-align: middle;
  border: 1px dashed var(--clr-border);
  text-align: left;
}
.info-table-box table th:first-child,
.info-table-box table td:first-child {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  border-left: none;
}
.info-table-box table th:last-child,
.info-table-box table td:last-child {
  border-right: none;
}
.info-table-box table th[colspan],
.info-table-box table td[colspan] {
  text-align: center;
}
.bg-full-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  overflow: hidden;
}
.section-box {
  position: relative;
  z-index: 2;
  padding-top: var(--sectionPadding);
  padding-bottom: var(--sectionPadding);
}
.section-box.bg-att-main:before {
  background: var(--clr-att-main);
}
.section-box.bg-att-light:before {
  background: var(--clr-att-light);
}
.section-box.bg-att-base:before {
  background: var(--clr-att-base);
}
.section-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  overflow: hidden;
}
.section-box > *:last-child {
  margin-bottom: 0;
}
.section-box .js-tab-block {
  margin-bottom: 0;
}
.section-box.bg-att-base {
  color: var(--clr-att-light);
}
.section-box.bg-att-base .pagenav-box .btn {
  border-color: var(--clr-att-light);
  background-color: var(--clr-att-light);
  color: var(--clr-att-base);
}
.section-box.bg-att-base .pagenav-box .btn .button-ico {
  filter: var(--filterLightToBase);
}
.section-box.bg-att-base .pagenav-box .btn:hover {
  background-color: var(--clr-att-main);
  border-color: var(--clr-att-main);
  color: var(--clr-att-base);
}
.section-box.bg-att-base .pagenav-box .btn:hover .button-ico {
  filter: var(--filterLightToBase);
}
.section-box.bg-att-base .pagenav-box .btn.button-border:not(:hover) {
  background-color: transparent;
  color: var(--clr-att-light);
}
.section-box.bg-att-base .pagenav-box .btn.button-border:not(:hover) .button-ico {
  filter: none;
}
.section-box.bg-att-base .title-box {
  color: var(--clr-att-main);
}
.section-box.bg-att-base .section-title {
  color: var(--clr-att-main);
}
.section-box.bg-att-base .btn-action-ico.ico-arrow.btn {
  border-color: var(--clr-att-light);
}
.section-box.bg-att-base .btn-action-ico.ico-arrow.btn:before {
  filter: none;
}
.section-box.bg-att-base .btn-action-ico.ico-arrow.btn:hover {
  border-color: var(--clr-att-light);
  background-color: var(--clr-att-light);
}
.section-box.bg-att-base .btn-action-ico.ico-arrow.btn:hover:before {
  filter: var(--filterLightToBase);
}
@media (max-width: 1023px) {
  .tabs-buttons-box .scroll-inner-wrap {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tabs-buttons-box .scroll-inner-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .tabs-buttons-box .scroll-inner-wrap .menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .slider-tiles-mobile .pagenav-box {
    display: block;
  }
  .slider-tiles-mobile .slider-inner-wrap {
    padding: 0;
    margin: 0 -8px;
  }
  .slider-tiles-mobile .slider-inner-wrap .slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    transform: none !important;
    height: auto !important;
    gap: 8px 0;
  }
  .slider-tiles-mobile .slider-inner-wrap .sl-wrap {
    width: 50% !important;
    margin-bottom: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .slider-tiles-mobile .slider-inner-wrap .sl-wrap:last-child {
    margin-bottom: 0;
  }
  .slider-tiles-mobile .slider-inner-wrap .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
    pointer-events: auto;
  }
  .slider-tiles-mobile .slider-inner-wrap .ico-arrow,
  .slider-tiles-mobile .slider-inner-wrap .slider-pagination {
    display: none;
  }
  .slider-tilesmain .tiles-slider-box .slider-wrap {
    overflow: visible;
  }
  .slider-tilesmain .tiles-slider-box .sl-wrap {
    width: 248px;
  }
  .slider-tilesmain .tiles-slider-box .sl-wrap:has(.item-tile-procedure) {
    width: 290px;
  }
  .slider-tilesmain .item-tile-event .elm-photo,
  .slider-tilesmain .item-tile-master .elm-photo {
    aspect-ratio: 240/320;
  }
  @supports (display: contents) {
    .about-box .info-inner-wrap {
      display: contents;
    }
    .about-box .title-inner-wrap {
      margin-bottom: 32px;
    }
    .about-box .info-content-wrap {
      margin-bottom: 32px;
    }
    .terms-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
    }
    .terms-box .title-inner-wrap {
      display: contents;
    }
    .terms-box .action-wrap {
      margin-bottom: 0;
    }
    .terms-box .items-inner-wrap {
      margin-bottom: 8px;
    }
  }
}
@media (max-width: 639px) {
  .slider-tiles-mobile .slider-inner-wrap .sl-wrap {
    width: 100% !important;
  }
  .info-table-box table {
    display: block;
    position: relative;
  }
  .info-table-box table thead {
    display: none;
  }
  .info-table-box table tbody,
  .info-table-box table tr,
  .info-table-box table td,
  .info-table-box table th {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: none;
  }
  .info-table-box table th,
  .info-table-box table td {
    border-bottom: 1px dashed var(--clr-border);
  }
  .info-table-box table th:first-child,
  .info-table-box table td:first-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .info-table-box table th[colspan],
  .info-table-box table td[colspan] {
    padding-bottom: 12px;
  }
}
@media (min-width: 640px) {
  .tiles-slider-box .item-wrap {
    width: 50%;
  }
  .tiles-box.tiles-gallery-second .item-wrap {
    width: 33.33%;
  }
  .tiles-box.tiles-gallery-second .item-wrap:first-child .elm-photo {
    height: 192px;
    aspect-ratio: inherit;
  }
  .tiles-box.tiles-gallery-second .elm-photo {
    aspect-ratio: inherit;
    height: 192px;
  }
  @supports (display: grid) {
    .tiles-box.tiles-gallery-second .items-wrap {
      display: -ms-grid;
      display: grid;
      gap: 16px;
      margin: 0;
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
    }
    .tiles-box.tiles-gallery-second .item-wrap {
      padding: 0;
      width: 100%;
      margin: 0;
    }
    .tiles-box.tiles-gallery-second .item-wrap:first-child {
      -ms-grid-row: span 2;
          grid-row: span 2;
    }
    .tiles-box.tiles-gallery-second .item-wrap:first-child .elm-photo {
      height: 400px;
    }
  }
  .tiles-box.tiles-gallery .elm-photo {
    aspect-ratio: 240/180;
  }
  .tiles-box.tiles-gallery .item-wrap {
    width: 33.33%;
  }
  .tiles-box.tiles-gallery .item-wrap:nth-child(5n+1),
  .tiles-box.tiles-gallery .item-wrap:nth-child(5n+2) {
    width: 50%;
  }
  .tiles-box.tiles-gallery .item-wrap:nth-child(5n+1) .elm-photo,
  .tiles-box.tiles-gallery .item-wrap:nth-child(5n+2) .elm-photo {
    aspect-ratio: 364/240;
  }
  .tiles-box .item-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .terms-box {
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .terms-box .title-inner-wrap {
    margin: 0;
    width: 264px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .terms-box .action-wrap {
    margin: 0;
  }
  .terms-box .title-wrap {
    margin-bottom: 24px;
  }
  .terms-box .photo-wrap {
    margin-bottom: 32px;
  }
  .terms-box .elm-photo {
    aspect-ratio: 264/445;
  }
  .lead-slider-box .box-inner-wrap {
    min-height: 440px;
    padding-top: 100px;
    font-size: 16px;
    padding-bottom: 30px;
  }
  .lead-slider-box .logo-inner-wrap {
    padding-bottom: 0;
  }
  .lead-slider-box .slider-pagination {
    height: 30px;
    -ms-flex-align: center;
        align-items: center;
    left: auto !important;
    bottom: 20px !important;
    width: auto;
  }
  .lines-slider-box .btn {
    height: 28px;
  }
  .info-select-box .box-inner-wrap {
    min-height: 490px;
    font-size: 16px;
    padding: 73px 0;
  }
  .info-select-box .btn {
    height: 28px;
    padding: 0 12px;
    font-size: 10px;
  }
  .info-select-box .actions-inner-wrap .btn {
    width: 32px;
    height: 32px;
  }
  .info-select-box .actions-inner-wrap .btn .button-ico {
    width: 20px;
    height: 20px;
  }
  .info-select-box .info-inner-wrap {
    margin-bottom: 12px;
  }
  .info-select-box .info-wrap {
    text-transform: uppercase;
  }
  .about-club-box .box-inner-wrap {
    min-height: 490px;
    font-size: 16px;
    padding: 60px 0;
  }
  .about-club-box .btn {
    height: 28px;
    padding: 0 12px;
    font-size: 10px;
  }
  .about-club-box .tags-inner-wrap {
    max-width: 500px;
  }
  .about-box,
  .about-zone-box {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .about-box .photo-inner-wrap,
  .about-zone-box .photo-inner-wrap {
    -ms-flex-order: 1;
        order: 1;
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0 8px 0 0;
  }
  .about-box .photos-inner-wrap,
  .about-zone-box .photos-inner-wrap {
    -ms-flex-order: 2;
        order: 2;
    margin: 0;
    width: 30%;
    padding: 0 8px 0 0;
  }
  .about-box .photos-inner-wrap .elm-photo,
  .about-zone-box .photos-inner-wrap .elm-photo {
    aspect-ratio: inherit;
    height: 148px;
  }
  .about-box .info-inner-wrap,
  .about-zone-box .info-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 16px;
    margin: 0;
  }
  .about-box .title-inner-wrap,
  .about-zone-box .title-inner-wrap {
    margin-bottom: 24px;
  }
  .about-box .elm-photo,
  .about-zone-box .elm-photo {
    aspect-ratio: inherit;
    height: 304px;
  }
  .about-box .elm-photo + .elm-photo,
  .about-zone-box .elm-photo + .elm-photo {
    margin-top: 8px;
  }
  .about-box .btn,
  .about-zone-box .btn {
    width: auto;
    margin-top: 16px;
    padding: 0 23px;
  }
  .about-box.text-left .info-inner-wrap {
    -ms-flex-order: -2;
        order: -2;
    padding-left: 0;
    padding-right: 16px;
  }
  .about-box.text-left .photo-inner-wrap,
  .about-box.text-left .photos-inner-wrap {
    padding-right: 0;
    padding-left: 8px;
  }
  .about-zone-box {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .about-zone-box .photo-inner-wrap:has(+.photo-inner-wrap) {
    margin-bottom: 0;
  }
  .about-zone-box .title-inner-wrap {
    margin-bottom: 15px;
  }
  .about-zone-box .btn {
    width: 100%;
  }
  @supports (display: grid) {
    .about-zone-box {
      display: -ms-grid;
      display: grid;
      gap: 16px;
    }
    .about-zone-box .photo-inner-wrap {
      width: 100%;
      padding: 0;
      position: relative;
      -ms-flex-order: 2;
          order: 2;
    }
    .about-zone-box .photo-inner-wrap .elm-photo {
      height: auto;
      aspect-ratio: 360/215;
    }
    .about-zone-box .photo-inner-wrap:first-child {
      -ms-grid-row: span 2;
          grid-row: span 2;
      -ms-flex-order: 1;
          order: 1;
    }
    .about-zone-box .photo-inner-wrap:first-child .elm-photo {
      aspect-ratio: inherit;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
    .about-zone-box .info-inner-wrap {
      padding: 0;
      margin: 0;
      -ms-flex-order: 3;
          order: 3;
    }
  }
  .filter-box .field-reset {
    width: auto;
    -ms-flex: 1;
        flex: 1;
    text-align: right;
    font-size: 9px;
    font-weight: 500;
  }
  .tabs-buttons-box {
    margin-bottom: 16px;
  }
  .tabs-box {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .tabs-box .menu {
    gap: 10px 24px;
  }
  .title-box .title-wrap {
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
  .title-box .action-wrap {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .title-box .slider-actions-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
  }
  .tiles-slider-box .item-wrap {
    width: 33.33%;
  }
  .tiles-box.tiles-gallery .elm-photo {
    aspect-ratio: 240/180;
  }
  .tiles-box.tiles-gallery .item-wrap:nth-child(5n+1),
  .tiles-box.tiles-gallery .item-wrap:nth-child(5n+2) {
    width: 50%;
  }
  .tiles-box.tiles-gallery .item-wrap:nth-child(5n+1) .elm-photo,
  .tiles-box.tiles-gallery .item-wrap:nth-child(5n+2) .elm-photo {
    aspect-ratio: 364/240;
  }
  .tiles-box .item-wrap {
    width: 33.33%;
  }
  .pagenav-box {
    margin-top: 32px;
  }
  .info-table-box {
    display: -ms-flexbox;
    display: flex;
  }
  .info-table-box .photo-inner-wrap {
    width: 49%;
    margin: 0;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .info-table-box .table-inner-wrap {
    -ms-flex: 1;
        flex: 1;
  }
  .info-table-box table th,
  .info-table-box table td {
    font-size: 8px;
    padding: 12px 18px;
  }
  .info-table-box table th:first-child,
  .info-table-box table td:first-child {
    font-size: 12px;
    padding-left: 12px;
  }
  .info-table-box .elm-photo {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: 0;
    aspect-ratio: inherit;
  }
  .header + .main-map-box .inner-wrap {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .main-map-box .inner-wrap {
    min-height: 456px;
  }
  .main-map-box .btn {
    height: 27px;
  }
  .main-map-box .btn .button-ico {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1024px) {
  .terms-box {
    display: -ms-flexbox;
    display: flex;
    gap: 4.8rem;
  }
  .terms-box .title-inner-wrap {
    width: 40rem;
  }
  .terms-box .title-wrap {
    margin-bottom: 3rem;
  }
  .terms-box .photo-wrap {
    margin-bottom: 4rem;
  }
  .terms-box .elm-photo {
    aspect-ratio: 400/460;
  }
  .lead-slider-box .box-inner-wrap {
    min-height: 768px;
    font-size: 24px;
    padding-bottom: 60px;
    padding-top: 18rem;
  }
  .lead-slider-box .info-wrap {
    margin-bottom: 3.2rem;
  }
  .lead-slider-box .logo {
    width: 44.3rem;
  }
  .lead-slider-box .slider-pagination {
    bottom: 6rem !important;
  }
  .lines-slider-box .sl-wrap {
    padding: 34px 12px;
  }
  .lines-slider-box .btn {
    padding: 0 5.4rem;
    height: 45px;
  }
  .info-select-box .box-inner-wrap {
    padding: 105px 0;
    min-height: 768px;
    font-size: 24px;
  }
  .info-select-box .actions-inner-wrap {
    gap: 16px;
  }
  .info-select-box .actions-inner-wrap .btn {
    width: 60px;
    height: 60px;
  }
  .info-select-box .actions-inner-wrap .btn .button-ico {
    width: 36px;
    height: 36px;
  }
  .info-select-box .action-inner-wrap {
    margin-top: 5.6rem;
  }
  .info-select-box .btn {
    height: 45px;
    padding: 0 23px;
    font-size: 16px;
  }
  .info-select-box .info-inner-wrap {
    margin-bottom: 5rem;
  }
  .about-club-box .box-inner-wrap {
    padding: 82px 0;
    min-height: 768px;
    font-size: 24px;
  }
  .about-club-box .section-title {
    font-size: 8rem;
    margin-bottom: 30px;
  }
  .about-club-box .btn {
    height: 45px;
    padding: 0 23px;
    font-size: 16px;
  }
  .about-club-box .info-inner-wrap {
    margin-bottom: 5rem;
  }
  .about-club-box .tags-inner-wrap {
    gap: 16px;
    max-width: 750px;
  }
  .about-zone-box {
    -ms-grid-columns: 58% 42%;
        grid-template-columns: 58% 42%;
  }
  .about-zone-box .info-inner-wrap {
    padding-top: 2.4rem;
  }
  .about-zone-box .photo-inner-wrap .elm-photo {
    aspect-ratio: 541/275;
  }
  .about-box .photo-inner-wrap {
    padding-right: 16px;
    width: 32.5%;
  }
  .about-box .photos-inner-wrap {
    padding-right: 16px;
    width: 32.5%;
  }
  .about-box .photos-inner-wrap .elm-photo {
    height: 282px;
  }
  .about-box .info-inner-wrap {
    padding-left: 3.2rem;
  }
  .about-box .elm-photo {
    height: 580px;
  }
  .about-box .elm-photo + .elm-photo {
    margin-top: 16px;
  }
  .about-box.text-left .info-inner-wrap {
    padding-left: 0;
    padding-right: 3.2rem;
  }
  .about-box.text-left .photo-inner-wrap,
  .about-box.text-left .photos-inner-wrap {
    padding-right: 0;
    padding-left: 16px;
  }
  .tiles-box.tiles-gallery-second .elm-photo {
    height: 342px;
  }
  .tiles-box.tiles-gallery-second .item-wrap:first-child .elm-photo {
    height: 342px;
  }
  @supports (display: grid) {
    .tiles-box.tiles-gallery-second .item-wrap:first-child .elm-photo {
      height: 700px;
    }
  }
  .tiles-box.tiles-gallery .elm-photo {
    aspect-ratio: 429/275;
  }
  .tiles-box.tiles-gallery .item-wrap:nth-child(5n+1) .elm-photo,
  .tiles-box.tiles-gallery .item-wrap:nth-child(5n+2) .elm-photo {
    aspect-ratio: 652/409;
  }
  .filter-box {
    margin-bottom: 24px;
  }
  .filter-box .frm-row {
    margin: 0 -8px;
  }
  .filter-box .frm-field {
    padding: 0 8px;
    min-width: 256px;
  }
  .filter-box .field-reset {
    font-size: 17px;
  }
  .shedule-box .button-shedule-next,
  .shedule-box .button-shedule-prev {
    top: 29px;
  }
  .shedule-box table thead th,
  .shedule-box table thead td {
    padding: 9px;
  }
  .shedule-box table th,
  .shedule-box table td {
    min-width: 180px;
    padding: 5px;
  }
  .shedule-box table th:first-child,
  .shedule-box table td:first-child {
    min-width: 60px;
    border-right-width: 3px;
    padding-left: 12px;
  }
  .shedule-box table .th-title {
    padding: 9px 16px;
    line-height: 22px;
    font-size: 15px;
  }
  .shedule-box table .td-title {
    font-size: 14px;
  }
  .pagenav-box {
    margin-top: 40px;
  }
  .pagenav-box .btn {
    min-width: 45px;
    height: 45px;
    padding: 0 12px;
    font-size: 16px;
    border-radius: 10px;
  }
  .tabs-buttons-box {
    margin-bottom: 4rem;
  }
  .tabs-buttons-box .menu {
    margin: 0 -8px;
    gap: 16px 0;
  }
  .tabs-buttons-box .menu li {
    padding: 0 8px;
  }
  .tabs-box {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  .tabs-box .menu {
    gap: 10px 4rem;
  }
  .info-table-box table th,
  .info-table-box table td {
    font-size: 16px;
    padding: 22px 28px;
  }
  .info-table-box table th:first-child,
  .info-table-box table td:first-child {
    font-size: 20px;
    padding: 22px 28px;
  }
  .info-table-box .btn {
    min-width: 222px;
  }
  .main-map-box .inner-wrap {
    min-height: 768px;
  }
  .main-map-box .actions-inner-wrap {
    margin-top: 3.8rem;
  }
  .main-map-box .info-inner-wrap {
    max-width: inherit;
    width: 540px;
    font-size: 18px;
  }
  .main-map-box .section-title {
    margin-bottom: 3rem;
  }
  .main-map-box .button-order {
    margin-left: 16px;
  }
  .main-map-box .btn {
    height: 45px;
  }
  .main-map-box .btn .button-ico {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .tiles-box:has(.item-tile-master) .item-wrap {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .lead-slider-box .slider-pagination {
    right: 50% !important;
    margin-right: -700px;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
}
select.form-input,
input.form-input-select {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 30px;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 20px center;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  outline: none;
  cursor: pointer;
}
select.form-input.form-input-clear,
input.form-input-select.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 0 16px 0 0;
  color: inherit;
  font-weight: bold;
  background-image: url(../img/icons/arrow-select.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
select.form-input:required:invalid {
  color: var(--clr-light);
}
.btn {
  height: 40px;
  background: var(--clr-att-base);
  border: 1px solid var(--clr-att-base);
  padding: 0 23px;
  position: relative;
  border-radius: 20px;
  font-size: var(--fsize);
  line-height: var(--lhsize);
  font-weight: 300;
  color: var(--clr-att-light);
}
.btn:hover {
  background: var(--clr-base-light);
  border-color: var(--clr-base-light);
  color: var(--clr-att-light);
}
.btn .button-title-border {
  border-bottom: 1px solid;
  line-height: 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 .button-ico:only-child {
  margin: 0 auto;
}
.btn:has(.button-ico:only-child) {
  aspect-ratio: 1;
  width: auto;
  padding: 0;
}
.button-border:not(:hover) {
  color: var(--clr-att);
  background-color: transparent;
}
.button-border:not(:hover) .button-ico {
  filter: var(--filterLightToBase);
}
.button-full {
  width: 100%;
  padding: 0 15px;
}
.button-link {
  width: auto;
  height: auto;
  line-height: 24px;
  color: inherit;
  white-space: normal;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: inherit;
  font-size: inherit;
}
.button-link:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.button-link .button-ico {
  filter: none;
}
.button-att-main {
  border-color: var(--clr-att-main);
  background-color: var(--clr-att-main);
  color: var(--clr-att-base);
}
.button-att-main .button-ico {
  filter: var(--filterMainToBase);
}
.button-att-main:hover {
  background-color: var(--clr-att-main);
  border-color: var(--clr-att-main);
  color: var(--clr-att-base);
}
.button-att-main:hover .button-ico {
  filter: var(--filterMainToBase);
}
.button-att-main.button-border:not(:hover) {
  background-color: transparent;
  color: var(--clr-att-main);
}
.button-att-main.button-border:not(:hover) .button-ico {
  filter: none;
}
.button-att-light {
  border-color: var(--clr-att-light);
  background-color: var(--clr-att-light);
  color: var(--clr-att-base);
}
.button-att-light .button-ico {
  filter: var(--filterLightToBase);
}
.button-att-light:hover {
  background-color: var(--clr-att-main);
  border-color: var(--clr-att-main);
  color: var(--clr-att-base);
}
.button-att-light:hover .button-ico {
  filter: var(--filterLightToBase);
}
.button-att-light.button-border:not(:hover) {
  background-color: transparent;
  color: var(--clr-att-light);
}
.button-att-light.button-border:not(:hover) .button-ico {
  filter: none;
}
.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-nav-next:before,
.btn-action-ico.ico-nav-prev:before {
  background-image: url(../img/icons/arrow-slider-second.svg);
  background-size: 24px auto;
  filter: var(--filterLightToBase) opacity(0.5);
}
.btn-action-ico.ico-nav-prev:before {
  rotate: 180deg;
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.btn-action-ico.ico-arrow.btn {
  border-radius: 5px;
}
.btn-action-ico.ico-arrow.btn:before {
  filter: var(--filterLightToBase);
}
.btn-action-ico.ico-arrow.btn:hover {
  background: var(--clr-att-base);
  border-color: var(--clr-att-base);
}
.btn-action-ico.ico-arrow.btn:hover:before {
  filter: none;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.svg);
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-prev:before {
  transform: rotate(180deg);
}
.btn-action-ico.ico-menu:before {
  background-image: url(../img/icons/menu.svg);
}
.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 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/cross.svg);
}
.btn-action-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: inherit;
}
.btn-action-icon.button-att {
  color: var(--clr-att);
}
.btn-action-icon.button-att .button-ico {
  filter: none;
}
.btn-action-icon:hover {
  color: var(--clr-att);
}
.btn-action-icon:hover .button-ico {
  filter: none;
}
.btn-action-icon .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  filter: brightness(0) grayscale(1);
}
.btn-action-icon .button-ico + .button-title {
  padding-left: 10px;
}
.btn-action-icon .button-title {
  display: block;
}
@media (min-width: 768px) {
  .btn {
    height: 24px;
    padding: 0 11px;
  }
}
@media (min-width: 1024px) {
  .btn {
    height: 42px;
    padding: 0 23px;
    border-radius: 22px;
  }
  .btn-action-ico.ico-arrow {
    width: 40px;
    height: 40px;
  }
  .btn-action-ico.ico-arrow.btn {
    border-radius: 10px;
  }
  .btn-action-ico.ico-arrow:before {
    background-size: 28px auto;
  }
}
/* ----------------------------------- *\
			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[type="radio"] ~ label:before {
  border-radius: 50%;
}
.frm-select input[type="radio"] ~ label:after {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #000;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label:after {
  border-radius: 0;
  border: none;
  background: url(../img/icons/chk.svg) center / 24px auto no-repeat;
  opacity: 0;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
body .tippy-box {
  background: var(--clr-att-main);
  border-radius: 14px;
}
body .tippy-box .tippy-content {
  font-size: 12px;
  line-height: 1.2;
  padding: 16px 12px;
  font-weight: 200;
  color: rgba(35, 36, 31, 0.7);
}
body .tippy-box .tippy-arrow {
  color: #fff;
  display: none;
}
body .tippy-box .tooltip-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #191614;
}
body .choices {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
  z-index: 100;
  /* button */
  /* button padding */
  /* button arrow */
  /* button reset */
  /* dropdown */
  /* dropdown search */
  /* dropdown reset */
}
body .choices .choices__inner {
  height: 40px;
  min-height: inherit;
  border-radius: 20px;
  padding: 0;
  background: var(--clr-att-base);
  border: none;
  z-index: 8;
  position: relative;
}
body .choices .choices__inner,
body .choices.choices[data-type*=select-one] .choices__inner {
  padding: 0 46px 0 24px;
  line-height: 40px;
  color: var(--clr-att-light);
}
body .choices.choices[data-type*=select-one]::after {
  display: block;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-toggle.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  z-index: 9;
}
body .choices .choices__list--single {
  padding: 0;
}
body .choices .choices__list--dropdown {
  background: var(--clr-att-main);
  line-height: 1.2;
  font-weight: 400;
  padding: 30px 0 10px 0;
  margin-top: -18px;
}
body .choices .choices__list--dropdown .choices__list {
  max-height: 300px;
  padding-right: 5px;
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: var(--clr-base);
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-base);
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
body .choices .choices__list--dropdown .choices__item {
  padding: 10px 0 10px 14px;
  text-decoration: underline;
  font-size: 12px;
  line-height: inherit;
  background: none;
  font-weight: 400;
}
body .choices .choices__list--dropdown .choices__item:last-child {
  border-bottom: none;
}
body .choices .choices__list--dropdown .choices__item:hover {
  text-decoration: none;
  background: none;
}
body .choices .choices__list--dropdown .choices__item.is-selected {
  bottom: none;
  background: none;
}
body .choices .choices__list--dropdown .choices__item.choices__item--disabled {
  display: none;
}
body .choices .choices__list--dropdown .choices__item--selectable.is-highlighted,
body .choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: none;
}
body .choices.choices[data-type*=select-one] .choices__input {
  display: none;
}
body .choices .choices__list--dropdown .choices__item--selectable[data-select-text],
body .choices .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  padding-right: 0;
}
body .choices .choices__list--dropdown .choices__item--selectable.is-highlighted::after,
body .choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  display: none;
}
@media (min-width: 768px) {
  body .choices .choices__inner {
    font-size: 10px;
    height: 27px;
  }
  body .choices .choices__inner,
  body .choices.choices[data-type*=select-one] .choices__inner {
    padding: 0 30px 0 12px;
    line-height: 27px;
  }
  body .choices.choices[data-type*=select-one]::after {
    right: 5px;
  }
  body .choices .choices__list--dropdown .choices__item {
    font-size: 9px;
    padding: 5px 0 5px 6px;
  }
}
@media (min-width: 1024px) {
  body .tippy-box {
    background: var(--clr-att-main);
    border-radius: 14px;
  }
  body .tippy-box .tippy-content {
    font-size: 14px;
    padding: 20px;
  }
  body .tippy-box .tooltip-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  body .choices .choices__inner {
    font-size: 15px;
    height: 48px;
    border-radius: 24px;
  }
  body .choices .choices__inner,
  body .choices.choices[data-type*=select-one] .choices__inner {
    padding: 0 40px 0 19px;
    line-height: 48px;
  }
  body .choices.choices[data-type*=select-one]::after {
    right: 14px;
  }
  body .choices .choices__list--dropdown .choices__item {
    font-size: 15px;
    padding: 10px 0 10px 19px;
  }
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
.tooltip-content {
  display: none;
}
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.border-style-dashed {
  border-style: dashed !important;
}
.border-style-dotted {
  border-style: dotted !important;
}
.border-style-solid {
  border-style: solid !important;
}
table:has(col.text-line:nth-child(1)) th:nth-child(1),
table:has(col.text-line:nth-child(1)) td:nth-child(1) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(2)) th:nth-child(2),
table:has(col.text-line:nth-child(2)) td:nth-child(2) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(3)) th:nth-child(3),
table:has(col.text-line:nth-child(3)) td:nth-child(3) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(4)) th:nth-child(4),
table:has(col.text-line:nth-child(4)) td:nth-child(4) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(5)) th:nth-child(5),
table:has(col.text-line:nth-child(5)) td:nth-child(5) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(6)) th:nth-child(6),
table:has(col.text-line:nth-child(6)) td:nth-child(6) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(7)) th:nth-child(7),
table:has(col.text-line:nth-child(7)) td:nth-child(7) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(8)) th:nth-child(8),
table:has(col.text-line:nth-child(8)) td:nth-child(8) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(9)) th:nth-child(9),
table:has(col.text-line:nth-child(9)) td:nth-child(9) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(10)) th:nth-child(10),
table:has(col.text-line:nth-child(10)) td:nth-child(10) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(11)) th:nth-child(11),
table:has(col.text-line:nth-child(11)) td:nth-child(11) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(12)) th:nth-child(12),
table:has(col.text-line:nth-child(12)) td:nth-child(12) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(13)) th:nth-child(13),
table:has(col.text-line:nth-child(13)) td:nth-child(13) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(14)) th:nth-child(14),
table:has(col.text-line:nth-child(14)) td:nth-child(14) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(15)) th:nth-child(15),
table:has(col.text-line:nth-child(15)) td:nth-child(15) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(16)) th:nth-child(16),
table:has(col.text-line:nth-child(16)) td:nth-child(16) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(17)) th:nth-child(17),
table:has(col.text-line:nth-child(17)) td:nth-child(17) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(18)) th:nth-child(18),
table:has(col.text-line:nth-child(18)) td:nth-child(18) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(19)) th:nth-child(19),
table:has(col.text-line:nth-child(19)) td:nth-child(19) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(20)) th:nth-child(20),
table:has(col.text-line:nth-child(20)) td:nth-child(20) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(21)) th:nth-child(21),
table:has(col.text-line:nth-child(21)) td:nth-child(21) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(22)) th:nth-child(22),
table:has(col.text-line:nth-child(22)) td:nth-child(22) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(23)) th:nth-child(23),
table:has(col.text-line:nth-child(23)) td:nth-child(23) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(24)) th:nth-child(24),
table:has(col.text-line:nth-child(24)) td:nth-child(24) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(25)) th:nth-child(25),
table:has(col.text-line:nth-child(25)) td:nth-child(25) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(26)) th:nth-child(26),
table:has(col.text-line:nth-child(26)) td:nth-child(26) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(27)) th:nth-child(27),
table:has(col.text-line:nth-child(27)) td:nth-child(27) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(28)) th:nth-child(28),
table:has(col.text-line:nth-child(28)) td:nth-child(28) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(29)) th:nth-child(29),
table:has(col.text-line:nth-child(29)) td:nth-child(29) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(30)) th:nth-child(30),
table:has(col.text-line:nth-child(30)) td:nth-child(30) {
  white-space: nowrap;
}
table:has(col.col-att:nth-child(1)) th:nth-child(1),
table:has(col.col-att:nth-child(1)) td:nth-child(1) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(2)) th:nth-child(2),
table:has(col.col-att:nth-child(2)) td:nth-child(2) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(3)) th:nth-child(3),
table:has(col.col-att:nth-child(3)) td:nth-child(3) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(4)) th:nth-child(4),
table:has(col.col-att:nth-child(4)) td:nth-child(4) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(5)) th:nth-child(5),
table:has(col.col-att:nth-child(5)) td:nth-child(5) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(6)) th:nth-child(6),
table:has(col.col-att:nth-child(6)) td:nth-child(6) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(7)) th:nth-child(7),
table:has(col.col-att:nth-child(7)) td:nth-child(7) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(8)) th:nth-child(8),
table:has(col.col-att:nth-child(8)) td:nth-child(8) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(9)) th:nth-child(9),
table:has(col.col-att:nth-child(9)) td:nth-child(9) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(10)) th:nth-child(10),
table:has(col.col-att:nth-child(10)) td:nth-child(10) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(11)) th:nth-child(11),
table:has(col.col-att:nth-child(11)) td:nth-child(11) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(12)) th:nth-child(12),
table:has(col.col-att:nth-child(12)) td:nth-child(12) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(13)) th:nth-child(13),
table:has(col.col-att:nth-child(13)) td:nth-child(13) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(14)) th:nth-child(14),
table:has(col.col-att:nth-child(14)) td:nth-child(14) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(15)) th:nth-child(15),
table:has(col.col-att:nth-child(15)) td:nth-child(15) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(16)) th:nth-child(16),
table:has(col.col-att:nth-child(16)) td:nth-child(16) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(17)) th:nth-child(17),
table:has(col.col-att:nth-child(17)) td:nth-child(17) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(18)) th:nth-child(18),
table:has(col.col-att:nth-child(18)) td:nth-child(18) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(19)) th:nth-child(19),
table:has(col.col-att:nth-child(19)) td:nth-child(19) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(20)) th:nth-child(20),
table:has(col.col-att:nth-child(20)) td:nth-child(20) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(21)) th:nth-child(21),
table:has(col.col-att:nth-child(21)) td:nth-child(21) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(22)) th:nth-child(22),
table:has(col.col-att:nth-child(22)) td:nth-child(22) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(23)) th:nth-child(23),
table:has(col.col-att:nth-child(23)) td:nth-child(23) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(24)) th:nth-child(24),
table:has(col.col-att:nth-child(24)) td:nth-child(24) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(25)) th:nth-child(25),
table:has(col.col-att:nth-child(25)) td:nth-child(25) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(26)) th:nth-child(26),
table:has(col.col-att:nth-child(26)) td:nth-child(26) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(27)) th:nth-child(27),
table:has(col.col-att:nth-child(27)) td:nth-child(27) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(28)) th:nth-child(28),
table:has(col.col-att:nth-child(28)) td:nth-child(28) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(29)) th:nth-child(29),
table:has(col.col-att:nth-child(29)) td:nth-child(29) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(30)) th:nth-child(30),
table:has(col.col-att:nth-child(30)) td:nth-child(30) {
  background: var(--clr-bg);
}
table:has(col.text-left:nth-child(1)) th:nth-child(1),
table:has(col.text-left:nth-child(1)) td:nth-child(1) {
  text-align: left;
}
table:has(col.text-right:nth-child(1)) th:nth-child(1),
table:has(col.text-right:nth-child(1)) td:nth-child(1) {
  text-align: right;
}
table:has(col.text-center:nth-child(1)) th:nth-child(1),
table:has(col.text-center:nth-child(1)) td:nth-child(1) {
  text-align: center;
}
table:has(col.text-left:nth-child(2)) th:nth-child(2),
table:has(col.text-left:nth-child(2)) td:nth-child(2) {
  text-align: left;
}
table:has(col.text-right:nth-child(2)) th:nth-child(2),
table:has(col.text-right:nth-child(2)) td:nth-child(2) {
  text-align: right;
}
table:has(col.text-center:nth-child(2)) th:nth-child(2),
table:has(col.text-center:nth-child(2)) td:nth-child(2) {
  text-align: center;
}
table:has(col.text-left:nth-child(3)) th:nth-child(3),
table:has(col.text-left:nth-child(3)) td:nth-child(3) {
  text-align: left;
}
table:has(col.text-right:nth-child(3)) th:nth-child(3),
table:has(col.text-right:nth-child(3)) td:nth-child(3) {
  text-align: right;
}
table:has(col.text-center:nth-child(3)) th:nth-child(3),
table:has(col.text-center:nth-child(3)) td:nth-child(3) {
  text-align: center;
}
table:has(col.text-left:nth-child(4)) th:nth-child(4),
table:has(col.text-left:nth-child(4)) td:nth-child(4) {
  text-align: left;
}
table:has(col.text-right:nth-child(4)) th:nth-child(4),
table:has(col.text-right:nth-child(4)) td:nth-child(4) {
  text-align: right;
}
table:has(col.text-center:nth-child(4)) th:nth-child(4),
table:has(col.text-center:nth-child(4)) td:nth-child(4) {
  text-align: center;
}
table:has(col.text-left:nth-child(5)) th:nth-child(5),
table:has(col.text-left:nth-child(5)) td:nth-child(5) {
  text-align: left;
}
table:has(col.text-right:nth-child(5)) th:nth-child(5),
table:has(col.text-right:nth-child(5)) td:nth-child(5) {
  text-align: right;
}
table:has(col.text-center:nth-child(5)) th:nth-child(5),
table:has(col.text-center:nth-child(5)) td:nth-child(5) {
  text-align: center;
}
table:has(col.text-left:nth-child(6)) th:nth-child(6),
table:has(col.text-left:nth-child(6)) td:nth-child(6) {
  text-align: left;
}
table:has(col.text-right:nth-child(6)) th:nth-child(6),
table:has(col.text-right:nth-child(6)) td:nth-child(6) {
  text-align: right;
}
table:has(col.text-center:nth-child(6)) th:nth-child(6),
table:has(col.text-center:nth-child(6)) td:nth-child(6) {
  text-align: center;
}
table:has(col.text-left:nth-child(7)) th:nth-child(7),
table:has(col.text-left:nth-child(7)) td:nth-child(7) {
  text-align: left;
}
table:has(col.text-right:nth-child(7)) th:nth-child(7),
table:has(col.text-right:nth-child(7)) td:nth-child(7) {
  text-align: right;
}
table:has(col.text-center:nth-child(7)) th:nth-child(7),
table:has(col.text-center:nth-child(7)) td:nth-child(7) {
  text-align: center;
}
table:has(col.text-left:nth-child(8)) th:nth-child(8),
table:has(col.text-left:nth-child(8)) td:nth-child(8) {
  text-align: left;
}
table:has(col.text-right:nth-child(8)) th:nth-child(8),
table:has(col.text-right:nth-child(8)) td:nth-child(8) {
  text-align: right;
}
table:has(col.text-center:nth-child(8)) th:nth-child(8),
table:has(col.text-center:nth-child(8)) td:nth-child(8) {
  text-align: center;
}
table:has(col.text-left:nth-child(9)) th:nth-child(9),
table:has(col.text-left:nth-child(9)) td:nth-child(9) {
  text-align: left;
}
table:has(col.text-right:nth-child(9)) th:nth-child(9),
table:has(col.text-right:nth-child(9)) td:nth-child(9) {
  text-align: right;
}
table:has(col.text-center:nth-child(9)) th:nth-child(9),
table:has(col.text-center:nth-child(9)) td:nth-child(9) {
  text-align: center;
}
table:has(col.text-left:nth-child(10)) th:nth-child(10),
table:has(col.text-left:nth-child(10)) td:nth-child(10) {
  text-align: left;
}
table:has(col.text-right:nth-child(10)) th:nth-child(10),
table:has(col.text-right:nth-child(10)) td:nth-child(10) {
  text-align: right;
}
table:has(col.text-center:nth-child(10)) th:nth-child(10),
table:has(col.text-center:nth-child(10)) td:nth-child(10) {
  text-align: center;
}
table:has(col.text-left:nth-child(11)) th:nth-child(11),
table:has(col.text-left:nth-child(11)) td:nth-child(11) {
  text-align: left;
}
table:has(col.text-right:nth-child(11)) th:nth-child(11),
table:has(col.text-right:nth-child(11)) td:nth-child(11) {
  text-align: right;
}
table:has(col.text-center:nth-child(11)) th:nth-child(11),
table:has(col.text-center:nth-child(11)) td:nth-child(11) {
  text-align: center;
}
table:has(col.text-left:nth-child(12)) th:nth-child(12),
table:has(col.text-left:nth-child(12)) td:nth-child(12) {
  text-align: left;
}
table:has(col.text-right:nth-child(12)) th:nth-child(12),
table:has(col.text-right:nth-child(12)) td:nth-child(12) {
  text-align: right;
}
table:has(col.text-center:nth-child(12)) th:nth-child(12),
table:has(col.text-center:nth-child(12)) td:nth-child(12) {
  text-align: center;
}
table:has(col.text-left:nth-child(13)) th:nth-child(13),
table:has(col.text-left:nth-child(13)) td:nth-child(13) {
  text-align: left;
}
table:has(col.text-right:nth-child(13)) th:nth-child(13),
table:has(col.text-right:nth-child(13)) td:nth-child(13) {
  text-align: right;
}
table:has(col.text-center:nth-child(13)) th:nth-child(13),
table:has(col.text-center:nth-child(13)) td:nth-child(13) {
  text-align: center;
}
table:has(col.text-left:nth-child(14)) th:nth-child(14),
table:has(col.text-left:nth-child(14)) td:nth-child(14) {
  text-align: left;
}
table:has(col.text-right:nth-child(14)) th:nth-child(14),
table:has(col.text-right:nth-child(14)) td:nth-child(14) {
  text-align: right;
}
table:has(col.text-center:nth-child(14)) th:nth-child(14),
table:has(col.text-center:nth-child(14)) td:nth-child(14) {
  text-align: center;
}
table:has(col.text-left:nth-child(15)) th:nth-child(15),
table:has(col.text-left:nth-child(15)) td:nth-child(15) {
  text-align: left;
}
table:has(col.text-right:nth-child(15)) th:nth-child(15),
table:has(col.text-right:nth-child(15)) td:nth-child(15) {
  text-align: right;
}
table:has(col.text-center:nth-child(15)) th:nth-child(15),
table:has(col.text-center:nth-child(15)) td:nth-child(15) {
  text-align: center;
}
table:has(col.text-left:nth-child(16)) th:nth-child(16),
table:has(col.text-left:nth-child(16)) td:nth-child(16) {
  text-align: left;
}
table:has(col.text-right:nth-child(16)) th:nth-child(16),
table:has(col.text-right:nth-child(16)) td:nth-child(16) {
  text-align: right;
}
table:has(col.text-center:nth-child(16)) th:nth-child(16),
table:has(col.text-center:nth-child(16)) td:nth-child(16) {
  text-align: center;
}
table:has(col.text-left:nth-child(17)) th:nth-child(17),
table:has(col.text-left:nth-child(17)) td:nth-child(17) {
  text-align: left;
}
table:has(col.text-right:nth-child(17)) th:nth-child(17),
table:has(col.text-right:nth-child(17)) td:nth-child(17) {
  text-align: right;
}
table:has(col.text-center:nth-child(17)) th:nth-child(17),
table:has(col.text-center:nth-child(17)) td:nth-child(17) {
  text-align: center;
}
table:has(col.text-left:nth-child(18)) th:nth-child(18),
table:has(col.text-left:nth-child(18)) td:nth-child(18) {
  text-align: left;
}
table:has(col.text-right:nth-child(18)) th:nth-child(18),
table:has(col.text-right:nth-child(18)) td:nth-child(18) {
  text-align: right;
}
table:has(col.text-center:nth-child(18)) th:nth-child(18),
table:has(col.text-center:nth-child(18)) td:nth-child(18) {
  text-align: center;
}
table:has(col.text-left:nth-child(19)) th:nth-child(19),
table:has(col.text-left:nth-child(19)) td:nth-child(19) {
  text-align: left;
}
table:has(col.text-right:nth-child(19)) th:nth-child(19),
table:has(col.text-right:nth-child(19)) td:nth-child(19) {
  text-align: right;
}
table:has(col.text-center:nth-child(19)) th:nth-child(19),
table:has(col.text-center:nth-child(19)) td:nth-child(19) {
  text-align: center;
}
table:has(col.text-left:nth-child(20)) th:nth-child(20),
table:has(col.text-left:nth-child(20)) td:nth-child(20) {
  text-align: left;
}
table:has(col.text-right:nth-child(20)) th:nth-child(20),
table:has(col.text-right:nth-child(20)) td:nth-child(20) {
  text-align: right;
}
table:has(col.text-center:nth-child(20)) th:nth-child(20),
table:has(col.text-center:nth-child(20)) td:nth-child(20) {
  text-align: center;
}
table:has(col.text-left:nth-child(21)) th:nth-child(21),
table:has(col.text-left:nth-child(21)) td:nth-child(21) {
  text-align: left;
}
table:has(col.text-right:nth-child(21)) th:nth-child(21),
table:has(col.text-right:nth-child(21)) td:nth-child(21) {
  text-align: right;
}
table:has(col.text-center:nth-child(21)) th:nth-child(21),
table:has(col.text-center:nth-child(21)) td:nth-child(21) {
  text-align: center;
}
table:has(col.text-left:nth-child(22)) th:nth-child(22),
table:has(col.text-left:nth-child(22)) td:nth-child(22) {
  text-align: left;
}
table:has(col.text-right:nth-child(22)) th:nth-child(22),
table:has(col.text-right:nth-child(22)) td:nth-child(22) {
  text-align: right;
}
table:has(col.text-center:nth-child(22)) th:nth-child(22),
table:has(col.text-center:nth-child(22)) td:nth-child(22) {
  text-align: center;
}
table:has(col.text-left:nth-child(23)) th:nth-child(23),
table:has(col.text-left:nth-child(23)) td:nth-child(23) {
  text-align: left;
}
table:has(col.text-right:nth-child(23)) th:nth-child(23),
table:has(col.text-right:nth-child(23)) td:nth-child(23) {
  text-align: right;
}
table:has(col.text-center:nth-child(23)) th:nth-child(23),
table:has(col.text-center:nth-child(23)) td:nth-child(23) {
  text-align: center;
}
table:has(col.text-left:nth-child(24)) th:nth-child(24),
table:has(col.text-left:nth-child(24)) td:nth-child(24) {
  text-align: left;
}
table:has(col.text-right:nth-child(24)) th:nth-child(24),
table:has(col.text-right:nth-child(24)) td:nth-child(24) {
  text-align: right;
}
table:has(col.text-center:nth-child(24)) th:nth-child(24),
table:has(col.text-center:nth-child(24)) td:nth-child(24) {
  text-align: center;
}
table:has(col.text-left:nth-child(25)) th:nth-child(25),
table:has(col.text-left:nth-child(25)) td:nth-child(25) {
  text-align: left;
}
table:has(col.text-right:nth-child(25)) th:nth-child(25),
table:has(col.text-right:nth-child(25)) td:nth-child(25) {
  text-align: right;
}
table:has(col.text-center:nth-child(25)) th:nth-child(25),
table:has(col.text-center:nth-child(25)) td:nth-child(25) {
  text-align: center;
}
table:has(col.text-left:nth-child(26)) th:nth-child(26),
table:has(col.text-left:nth-child(26)) td:nth-child(26) {
  text-align: left;
}
table:has(col.text-right:nth-child(26)) th:nth-child(26),
table:has(col.text-right:nth-child(26)) td:nth-child(26) {
  text-align: right;
}
table:has(col.text-center:nth-child(26)) th:nth-child(26),
table:has(col.text-center:nth-child(26)) td:nth-child(26) {
  text-align: center;
}
table:has(col.text-left:nth-child(27)) th:nth-child(27),
table:has(col.text-left:nth-child(27)) td:nth-child(27) {
  text-align: left;
}
table:has(col.text-right:nth-child(27)) th:nth-child(27),
table:has(col.text-right:nth-child(27)) td:nth-child(27) {
  text-align: right;
}
table:has(col.text-center:nth-child(27)) th:nth-child(27),
table:has(col.text-center:nth-child(27)) td:nth-child(27) {
  text-align: center;
}
table:has(col.text-left:nth-child(28)) th:nth-child(28),
table:has(col.text-left:nth-child(28)) td:nth-child(28) {
  text-align: left;
}
table:has(col.text-right:nth-child(28)) th:nth-child(28),
table:has(col.text-right:nth-child(28)) td:nth-child(28) {
  text-align: right;
}
table:has(col.text-center:nth-child(28)) th:nth-child(28),
table:has(col.text-center:nth-child(28)) td:nth-child(28) {
  text-align: center;
}
table:has(col.text-left:nth-child(29)) th:nth-child(29),
table:has(col.text-left:nth-child(29)) td:nth-child(29) {
  text-align: left;
}
table:has(col.text-right:nth-child(29)) th:nth-child(29),
table:has(col.text-right:nth-child(29)) td:nth-child(29) {
  text-align: right;
}
table:has(col.text-center:nth-child(29)) th:nth-child(29),
table:has(col.text-center:nth-child(29)) td:nth-child(29) {
  text-align: center;
}
table:has(col.text-left:nth-child(30)) th:nth-child(30),
table:has(col.text-left:nth-child(30)) td:nth-child(30) {
  text-align: left;
}
table:has(col.text-right:nth-child(30)) th:nth-child(30),
table:has(col.text-right:nth-child(30)) td:nth-child(30) {
  text-align: right;
}
table:has(col.text-center:nth-child(30)) th:nth-child(30),
table:has(col.text-center:nth-child(30)) td:nth-child(30) {
  text-align: center;
}
.i,
[class*="icon-"] {
  display: block;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: cover) {
  .img-bg-cover {
    height: 100%;
    object-fit: cover;
  }
}
@supports (object-fit: contain) {
  .img-bg-contain {
    height: 100%;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.js-btn-popup-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  animation: fadein ease 0.3s;
}
.js-tab-block {
  animation: fadein ease 0.2s;
}
.js-tab-block:not(.active) {
  display: none;
}
.js-tab-block.tab-slider:not(.active) {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0;
  position: relative;
  overflow: hidden;
}
.items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 -4px;
  gap: 8px 0;
}
.item-wrap {
  position: relative;
  break-inside: avoid-column;
  display: block;
  animation: fadein ease 0.2s;
  width: 100%;
  padding: 0 4px;
}
/* 

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

*/
.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
  display: block;
  position: relative;
}
.tile-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
.mb-section {
  margin-bottom: var(--sectionMargin) !important;
}
.mb-section-small {
  margin-bottom: var(--sectionMarginSmall) !important;
}
.mt-section {
  margin-top: var(--sectionMargin) !important;
}
.mt-section-small {
  margin-top: var(--sectionMarginSmall) !important;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.no-pbottom {
  padding-bottom: 0 !important;
}
.no-ptop {
  padding-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
input.form-clear-autofill::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.slider-wrap,
.slider-inner-wrap,
.sl-wrap {
  position: relative;
}
.slider-wrap {
  margin: 0 -4px;
}
.sl-wrap {
  padding: 0 4px;
}
.sl-wrap.swiper-slide {
  height: auto;
}
.swiper,
.swiper-wrapper {
  position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto;
  bottom: auto;
}
[class*="button-slider-"]:not([aria-label]) {
  display: none;
}
.bg-att-base .slider-actions-wrap .total-tiles-counter {
  color: var(--clr-att-light);
}
.bg-att-base .slider-actions-wrap .total-tiles-counter:after {
  color: rgba(248, 244, 240, 0.5);
}
.slider-actions-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 24px;
  line-height: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  position: relative;
}
.slider-actions-wrap:has(.total-tiles-counter) {
  margin-left: 100px;
}
.slider-actions-wrap .total-tiles-counter {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 16px 0 0;
  float: left;
  top: 0;
  bottom: 0;
  right: 100%;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.slider-actions-wrap .total-tiles-counter:after {
  content: ' / ' attr(data-total-count);
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 200;
  color: rgba(25, 22, 20, 0.5);
}
.bg-att-light .slider-pagination .swiper-pagination-bullet {
  filter: var(--filterLightToMain);
}
.bg-att-light .slider-pagination .swiper-pagination-bullet:hover,
.bg-att-light .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: var(--filterLightToBase);
}
.bg-att-main .slider-pagination .swiper-pagination-bullet {
  filter: var(--filterLightToLight);
}
.bg-att-main .slider-pagination .swiper-pagination-bullet:hover,
.bg-att-main .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: var(--filterLightToBase);
}
.slider-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px 0 0 0;
  position: relative;
  width: auto;
  gap: 8px;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}
.slider-pagination:not(.swiper-pagination-bullets) {
  display: none;
}
.slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 24px;
  height: 24px;
  background: none;
  border-radius: 0;
  border: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  z-index: 15;
  opacity: 1;
  margin: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slider-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/icons/star.svg) center no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease 0.2s;
}
.slider-pagination .swiper-pagination-bullet:hover,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
}
.slider-pagination .swiper-pagination-bullet:hover:before,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  filter: var(--filterLightToBase);
}
.is-modern .f-thumbs__slide__button {
  -webkit-clip-path: inherit !important;
          clip-path: inherit !important;
}
@media (max-width: 1023px) {
  .slider-pagination.type-small .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .elm-hidden-mobile {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(1)) th:nth-child(1),
  table:has(col.col-mobile-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-mobile-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-mobile-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-mobile-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-mobile-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-mobile-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-mobile-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-mobile-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-mobile-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-mobile-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-mobile-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-mobile-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-mobile-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-mobile-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-mobile-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-mobile-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-mobile-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-mobile-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-mobile-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-mobile-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-mobile-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-mobile-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-mobile-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-mobile-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-mobile-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-mobile-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-mobile-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-mobile-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-mobile-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-mobile-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .slider-pagination {
    display: none;
  }
  .slider-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1024px) {
  .slider-pagination {
    display: none;
  }
  .slider-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
  .slider-wrap {
    margin: 0 -8px;
  }
  .sl-wrap {
    padding: 0 8px;
  }
  .slider-actions-wrap {
    width: 88px;
    height: 40px;
  }
  .slider-actions-wrap .total-tiles-counter {
    font-size: 16px;
    padding-right: 16px;
  }
  .elm-hidden-desktop {
    display: none !important;
  }
  .items-wrap {
    gap: 16px 0;
    margin: 0 -8px;
  }
  .item-wrap {
    padding: 0 8px;
  }
  table:has(col.col-desktop-hide:nth-child(1)) th:nth-child(1),
  table:has(col.col-desktop-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-desktop-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-desktop-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-desktop-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-desktop-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-desktop-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-desktop-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-desktop-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-desktop-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-desktop-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-desktop-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-desktop-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-desktop-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-desktop-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-desktop-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-desktop-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-desktop-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-desktop-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-desktop-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-desktop-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-desktop-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-desktop-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-desktop-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-desktop-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-desktop-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-desktop-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-desktop-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-desktop-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-desktop-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-desktop-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Pragmatica Ext';
  src: url('../fonts/PragmaticaExt-Medium.woff2') format('woff2'), url('../fonts/PragmaticaExt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmatica Ext Extra';
  src: url('../fonts/PragmaticaExt-ExtraBold.woff2') format('woff2'), url('../fonts/PragmaticaExt-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmatica Ext Book';
  src: url('../fonts/PragmaticaExt-Book.woff2') format('woff2'), url('../fonts/PragmaticaExt-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmatica Ext';
  src: url('../fonts/PragmaticaExt-Light.woff2') format('woff2'), url('../fonts/PragmaticaExt-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmatica Ext';
  src: url('../fonts/PragmaticaExt-Bold.woff2') format('woff2'), url('../fonts/PragmaticaExt-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmatica Ext';
  src: url('../fonts/PragmaticaExt-Black.woff2') format('woff2'), url('../fonts/PragmaticaExt-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmatica Ext Extra';
  src: url('../fonts/PragmaticaExt-ExtraLight.woff2') format('woff2'), url('../fonts/PragmaticaExt-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'), url('../fonts/SFProDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'), url('../fonts/SFProDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'), url('../fonts/SFProDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'), url('../fonts/SFProDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
