/*!
Theme Name: maintheme
Theme URI: #
Author: devlama
Author URI: #
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maintheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/


@charset "UTF-8";
:root {
  --clr-base: #0C2C56;
  --clr-att: #0C2C56;
  --clr-att-second: #C12D27;
  --clr-light: #A9A9A9;
  --clr-border: #D9D9D9;
  --clr-bg: #F0F0F0;
  --clr-alert: #F55760;
  --clr-succefull: #32B782;
  --sectionMargin: 50px;
  --sectionMargin: 5rem;
  --fsize: 16px;
  --lhsize: 1.3125;
  --mbsize: 1.3125em;
  --mainRadius: 53px 0 53px 0;
  --mainRadius: 5.3rem 0 5.3rem 0;
  --icoSize: 24px;
  --gapMain: 16px;
  --gapMainHalf: 8px;
  --min: 320px;
  --max: 1700px;
  --paddingContainer: 15px;
  --filterBlack: brightness(0) grayscale(1);
  --filterWhite: brightness(0) invert(1);
  --filterAttToLight: brightness(350%) saturate(10%) hue-rotate(180deg) contrast(80%) opacity(0.5);
  --filterBaseToAtt: hue-rotate(135deg) saturate(280%) brightness(120%) contrast(110%);
  font-size: 10px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #fff;
  font-size: var(--fsize);
  line-height: var(--lhsize);
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: var(--mbsize);
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
  padding-left: 1.6em;
}
li:before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  border-radius: 50%;
  margin: -3px 0 0 -3px;
  position: absolute;
  top: 0.67em;
  left: 0.8em;
  background: currentColor;
}
.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(/wp-content/themes/maintheme/assets/img/icons/link-email.svg);
}
.link-location {
  white-space: normal;
}
.link-location:before {
  background-image: url(/wp-content/themes/maintheme/assets/img/icons/link-location.svg);
}
a.link-phone:hover,
a.link-email:hover,
a.link-location:hover {
  color: var(--clr-att);
}
.page-title,
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  display: block;
  position: relative;
  font-weight: bold;
  margin: 1em 0;
  text-wrap: balance;
}
.page-title:first-child,
h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
  margin-top: 0;
}
.page-title:last-child,
h1:last-child,
.h1-title:last-child,
h2:last-child,
.h2-title:last-child,
h3:last-child,
.h3-title:last-child,
h4:last-child,
.h4-title:last-child,
h5:last-child,
.h5-title:last-child,
h6:last-child,
.h6-title:last-child {
  margin-bottom: 0;
}
.h1-title,
.page-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.33333333;
  margin: 22px 0;
  text-transform: uppercase;
  font-weight: bold;
}
h2,
.h2-title {
  font-size: 20px;
  line-height: 1.25;
  margin: 1.5em 0 1em 0;
}
.text-light,
.title-light {
  color: var(--clr-light);
}
.text-base,
.title-base {
  color: var(--clr-base);
}
.text-lead {
  font-size: 1.25em;
  line-height: 1.25;
}
.text-att,
.title-att {
  color: var(--clr-att);
}
.text-line,
.title-line {
  white-space: nowrap;
}
.text-upper,
.title-upper {
  text-transform: uppercase;
}
.text-lower,
.title-lower {
  text-transform: none;
}
.text-left,
.title-left {
  text-align: left;
}
.text-right,
.title-right {
  text-align: right;
}
.text-center,
.title-center {
  text-align: center;
}
table {
  width: 100%;
}
table .col01 {
  width: 28%;
}
table .col02,
table .col03,
table .col04 {
  width: 24%;
}
table th,
table td {
  border: none;
  background: none;
  vertical-align: top;
  padding: 18px 24px 24px 0;
}
table th:last-child,
table td:last-child {
  padding-right: 0;
}
table .td-section {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 30px;
}
table .td-section .elm-ico {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11px;
  left: 8px;
  margin: -8px 0 0 -8px;
}
table .td-section:last-child {
  margin-bottom: 0;
}
table .td-info {
  display: block;
}
table .td-title {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
}
table .td-main-title {
  line-height: 1.5625;
  min-height: 3.125em;
  margin-bottom: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1199px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 1023px) {
  :root {
    --fsize: 15px;
    font-size: 8px;
  }
  .h2-title,
  h2 {
    font-size: 18px;
  }
  .tbl-scroll-wrap {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tbl-scroll-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  table {
    width: 1024px;
  }
  table th:first-child,
  table td:first-child {
    padding-left: var(--paddingContainer);
  }
  table th:last-child,
  table td:last-child {
    padding-right: var(--paddingContainer);
  }
  table tr:nth-child(2n+1) {
    position: relative;
  }
  table tr:nth-child(2n+1) th,
  table tr:nth-child(2n+1) td {
    background: rgba(217, 217, 217, 0.4);
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
    --gapMain: 3rem;
    --gapMainHalf: 1.5rem;
  }
  .tbl-scroll-wrap {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
  table th:first-child,
  table td:first-child {
    padding-left: var(--paddingContainer);
  }
  table th:last-child,
  table td:last-child {
    padding-right: var(--paddingContainer);
  }
  table tr:nth-child(2n+1) {
    position: relative;
  }
  table tr:nth-child(2n+1) th,
  table tr:nth-child(2n+1) td {
    position: relative;
    background: #F0F0F0;
  }
  table tr:nth-child(2n+1) th:before,
  table tr:nth-child(2n+1) td:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100dvw;
    background: #F0F0F0;
    z-index: -1;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  :root {
    --paddingContainer: 62px;
  }
}
@media (min-width: 1400px) {
  :root {
    --sectionMargin: 8rem;
    --fsize: 20px;
    font-size: 14px;
  }
}
/* ----------------------------------- *\
			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;
  line-height: 1;
  text-align: left;
}
.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
  display: none;
}
.nav a,
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  transition: all ease 0.2s;
}
.wrap-main .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(217, 217, 217, 0.4);
}
.header {
  z-index: 99;
  line-height: var(--lhsize);
}
.header .inner-wrap {
  min-height: 66px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 30px;
  gap: 3rem;
}
.header .actions-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  gap: 2rem;
}
.header .logo-inner-wrap {
  -ms-flex: 1;
      flex: 1;
}
.header .logo {
  width: 176px;
  width: 17.6rem;
}
.header .action-wrap {
  position: relative;
}
.header .action-menu .btn-popup {
  width: 48px;
  height: 48px;
}
.header .action-search .popup-content-block {
  display: none;
  padding: 0;
  z-index: 20;
  width: 398px;
  margin-top: 0;
  margin-right: -4px;
  transform: translateY(-50%);
}
.header .action-lang .btn-menu {
  font-size: 14px;
  line-height: 19px;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}
.header .action-lang .popup-content-block {
  width: 88px;
  padding: 4px 0;
  border-radius: 0 0 6px 6px;
}
.header .btn-callback {
  font-weight: bold;
}
.header .btn-lang {
  font-size: 14px;
  font-weight: 400;
}
.header .btn-lang [data-title]:before {
  content: attr(data-title);
}
.header .popup-content-block {
  width: 130px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 24px;
}
.footer {
  background: var(--clr-bg);
  color: var(--clr-light);
  line-height: var(--lhsize);
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: var(--clr-att);
}
.footer-menu-panel {
  padding: 30px 0 30px 0;
  position: relative;
}
.footer-menu-panel .menu-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.footer-menu-panel .menu-title {
  font-weight: bold;
}
.footer-menu-panel .menu-title a {
  display: block;
  padding: 5px 0;
}
.footer-menu-panel .btn-menu {
  display: block;
  padding: 5px 0;
}
.footer-bottom-panel {
  font-size: 12px;
  line-height: 21px;
  padding: 10px 0 25px 0;
}
.footer-main-panel {
  padding: 20px 0 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 30px 44px;
}
.footer-main-panel .logo-wrap {
  -ms-flex: 1;
      flex: 1;
}
.footer-main-panel .logo {
  width: 78px;
}
.footer-main-panel .phones-wrap,
.footer-main-panel .emails-wrap {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding: 0 0 0 40px;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  font-weight: bold;
}
.footer-main-panel .phones-wrap:before,
.footer-main-panel .emails-wrap:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/wp-content/themes/maintheme/assets/img/icons/phone.svg) center no-repeat;
  background-size: 100% auto;
  top: 15px;
  left: 0;
  margin-top: -12px;
  filter: var(--filterAttToLight);
}
.footer-main-panel .emails-wrap:before {
  background-image: url(/wp-content/themes/maintheme/assets/img/icons/email.svg);
}
.footer-main-panel .shedule-wrap {
  line-height: 21px;
  padding-top: 5px;
}
.footer-main-panel .logos-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 20px;
}
.footer-main-panel .logos-wrap .elm-photo {
  width: 76px;
  width: 7.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-main-panel .logos-wrap .elm-photo:nth-child(3) {
  width: 57px;
  width: 5.7rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.footer-main-panel .logos-wrap .elm-photo:nth-child(4) {
  width: 32px;
  width: 3.2rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.footer-main-panel p {
  margin-bottom: 8px;
}
.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);
  }
  .header .action-search .popup-content-block {
    width: 280px;
  }
  .footer-menu-panel .menu-inner-wrap {
    margin: 0 -12px;
    gap: 24px 0;
  }
  .footer-menu-panel .menu-wrap {
    width: 33.33%;
    padding: 0 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer-main-panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px;
    gap: 24px 0;
  }
  .footer-main-panel .logos-wrap {
    width: auto;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-order: 5;
        order: 5;
    padding: 0 12px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .footer-main-panel .logo-wrap {
    width: 33.33%;
    padding: 0 12px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-order: 4;
        order: 4;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .footer-main-panel .phones-wrap,
  .footer-main-panel .emails-wrap,
  .footer-main-panel .shedule-wrap {
    width: 33.33%;
    padding: 0 12px;
    -ms-flex-order: 1;
        order: 1;
  }
  .footer-main-panel .phones-wrap,
  .footer-main-panel .emails-wrap {
    padding-left: 48px;
  }
  .footer-main-panel .phones-wrap:before,
  .footer-main-panel .emails-wrap:before {
    left: 12px;
  }
  .footer-main-panel .shedule-wrap {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .footer-main-panel .phones-wrap,
  .footer-main-panel .emails-wrap {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .header .inner-wrap {
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .logo {
    width: 120px;
  }
  .header .actions-inner-wrap {
    gap: 8px;
  }
  .header .action-menu .btn-popup {
    width: 32px;
    height: 32px;
  }
  .header .action-callback .btn-callback {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .header .action-callback .btn-callback .button-title {
    display: none;
  }
  .header .action-callback .btn-callback:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/wp-content/themes/maintheme/assets/img/icons/phone.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
  }
  .header .action-search {
    position: static;
  }
  .header .action-search .popup-content-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    transform: none;
    width: auto;
    background: #fff;
    padding: 10px var(--paddingContainer);
    -ms-flex-align: center;
        align-items: center;
  }
  .header .action-search .js-btn-popup-toggle.active + .js-popup-block {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header .action-search .frm-main-search {
    width: 100%;
  }
  .header .btn-lang [data-title-mobile]:before {
    content: attr(data-title-mobile);
  }
  .header .btn-lang [data-title-mobile]:after {
    width: 20px;
    height: 20px;
  }
  .footer-menu-panel .menu-wrap {
    width: 50%;
  }
  .footer-main-panel .phones-wrap,
  .footer-main-panel .emails-wrap {
    width: 50%;
  }
  .footer-main-panel .shedule-wrap {
    width: 50%;
    -ms-flex-order: 4;
        order: 4;
  }
  .footer-main-panel .logo-wrap {
    width: 50%;
    -ms-flex-order: 3;
        order: 3;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .footer-main-panel .logos-wrap {
    -ms-flex-order: 5;
        order: 5;
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 15px;
  }
}
@media (max-width: 479px) {
  .footer-main-panel .phones-wrap,
  .footer-main-panel .emails-wrap {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer-main-panel {
    gap: 24px;
  }
  .footer-main-panel .logo-wrap {
    width: 100px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .footer-main-panel .phones-wrap {
    width: 20%;
  }
  .footer-main-panel .emails-wrap {
    width: 21%;
  }
  .footer-main-panel .shedule-wrap {
    width: auto;
  }
  .footer-main-panel .logos-wrap {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex: 1;
        flex: 1;
  }
  .footer-menu-panel .menu-wrap {
    width: 100px;
    min-width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer-menu-panel .menu-wrap:nth-child(1) {
    min-width: 0;
  }
  .footer-menu-panel .menu-wrap:nth-child(2) {
    width: 20%;
  }
  .footer-menu-panel .menu-wrap:nth-child(3) {
    width: 21%;
  }
  .footer-menu-panel .menu-wrap:nth-child(4) {
    width: 18%;
  }
  .footer-menu-panel .menu-wrap:nth-child(5) {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    min-width: 80px;
    width: auto;
  }
  .footer-menu-panel .menu-wrap:nth-child(6) {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    min-width: 80px;
    width: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .footer-main-panel .phones-wrap,
  .footer-main-panel .emails-wrap {
    font-size: 16px;
    padding-left: 30px;
  }
  .footer-main-panel .logos-wrap {
    gap: 8px;
  }
}
@media (min-width: 1400px) {
  .header .popup-content-block {
    width: 170px;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: var(--mainRadius);
  min-height: 100%;
  color: #fff;
}
.item-tile-menu:hover {
  color: #fff;
}
.item-tile-menu:hover .tile-title {
  color: var(--clr-att-second);
}
.item-tile-menu:hover .tile-content-wrap {
  opacity: 1;
}
.item-tile-menu .tile-content-wrap {
  min-height: 235px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 30px 20px 20px 60px;
  padding: 3rem 2rem 2rem 6rem;
  z-index: 3;
  background: var(--clr-att);
  opacity: 0;
  transition: all ease 0.2s;
  -ms-flex: 1;
      flex: 1;
}
.item-tile-menu .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px;
  font-size: 1.5em;
  line-height: 1.20833333;
  font-weight: 600;
  color: inherit;
  transition: all ease 0.2s;
  background: linear-gradient(90deg, var(--clr-att) 0%, rgba(12, 44, 86, 0) 100%);
}
.item-tile-menu .tile-title {
  display: block;
  position: relative;
  z-index: 2;
}
.item-tile-menu .elm-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: inherit;
}
.item-tile-menu .elm-photo.photo-cover {
  border-radius: 0;
}
.item-tile-menu .menu {
  columns: 2;
  column-gap: 24px;
  max-width: 450px;
}
.item-tile-menu .btn-menu {
  display: block;
  color: #fff;
  padding: 12px 0;
}
.item-tile-menu .btn-menu:hover,
.item-tile-menu .btn-menu.active {
  color: var(--clr-att-second);
}
.item-tile-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 20px 0 20px 0;
  border: 1px solid rgba(199, 198, 198, 0.4);
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 14px;
  line-height: 1.5625;
  transition: all ease 0.2s;
  min-height: 100%;
}
.item-tile-catalog:hover {
  border-color: var(--clr-att);
}
.item-tile-catalog .tile-photo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-catalog .tile-info-wrap {
  padding: 10px 0 18px 0;
  -ms-flex: 1;
      flex: 1;
  display: block;
}
.item-tile-catalog .tile-action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-catalog .tile-title {
  font-weight: 400;
  margin: 0;
  display: block;
}
.item-tile-catalog .elm-photo {
  height: 210px;
  width: 100%;
  border-radius: 20px 0 20px 0;
}
.item-tile-catalog .elm-photo.photo-cover {
  border-radius: 20px 0 20px 0;
}
.item-tile-catalog .btn {
  width: 100%;
  z-index: 8;
}
.item-tile-photo {
  display: block;
  position: relative;
  transition: all ease 0.2s;
}
.item-tile-photo .elm-photo {
  aspect-ratio: 471/666;
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.item-tile-photo .elm-photo.photo-cover {
  border-radius: 0;
}
.item-tile-photo .tile-photo-wrap {
  padding: 40px 0;
  padding: 4rem 0;
  position: relative;
  margin-bottom: 10px;
}
.item-tile-photo .tile-photo-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  width: 100dvw;
  background: #F0F0F0;
  transform: translateX(-50%);
}
.elm-dropdown {
  border-radius: 6px 0 6px 0;
  background: #fff;
  z-index: 20;
  padding: 18px 0;
  border: 1px solid var(--clr-border);
  display: none;
  animation: fadein ease 0.2s;
}
.elm-dropdown .btn-menu {
  display: block;
  font-size: var(--fsize);
  line-height: 1.375;
  padding: 2px 10px 3px 10px;
  text-align: left;
  font-weight: bold;
  color: var(--clr-att);
  transition: all ease 0.2s;
}
.elm-dropdown .btn-menu:hover,
.elm-dropdown .btn-menu.active {
  color: var(--clr-att-second);
}
:is([class^="item-tile"]):hover .elm-photo.photo-cover img,
:is([class^="item-tile"]):hover .tile-photo.photo-cover img {
  transform: scale(1.03);
}
.elm-photo,
.tile-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-photo.photo-play:hover:after,
.tile-photo.photo-play:hover:after {
  background-color: var(--clr-att-second);
}
.elm-photo.photo-play:after,
.tile-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(/wp-content/themes/maintheme/assets/img/icons/play.svg) center no-repeat;
  background-size: 24px auto;
  transition: all ease 0.2s;
  margin: auto;
}
.elm-photo.photo-play:before,
.tile-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,
.tile-photo.photo-zoom:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(/wp-content/themes/maintheme/assets/img/icons/zoom.svg);
  background-size: 24px auto;
  transition: all ease 0.2s;
}
.elm-photo.photo-zoom:hover:after,
.tile-photo.photo-zoom:hover:after {
  opacity: 1;
}
.elm-photo:before,
.tile-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img,
.tile-photo img {
  display: block;
  position: relative;
  width: 100%;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover,
.tile-photo.photo-cover {
  border-radius: var(--mainRadius);
}
.elm-photo.photo-cover:hover img,
.tile-photo.photo-cover:hover img {
  transform: scale(1.03);
}
.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports (aspect-ratio: 1) {
  .elm-photo:not(.photo-cover, .photo-contain),
  .tile-photo:not(.photo-cover, .photo-contain) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-price,
.tile-price {
  white-space: nowrap;
}
.elm-price.price-old,
.tile-price.price-old {
  text-decoration: line-through;
}
[data-unit]:after {
  content: attr(data-unit);
  font-family: 'Arial', 'Roboto', 'Open Sans', sans-serif;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.tile-ico img,
.lbl-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.tile-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-ico svg,
.lbl-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-overlay {
  display: none;
  animation: fadein ease 0.2s;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.elm-overlay.active {
  display: block;
}
.elm-sticker,
.tile-sticker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #000;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .item-tile-menu .tile-content-wrap {
    padding: 24px;
  }
  .item-tile-menu .menu {
    column-gap: 15px;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.main-slider-box {
  background: #000;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33333333;
  margin-bottom: 40px;
}
.main-slider-box .slider-wrap {
  position: relative;
  margin: 0;
}
.main-slider-box .sl-wrap {
  padding: 0;
  overflow: hidden;
}
.main-slider-box .bg-inner-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-slider-box .bg-inner-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(28, 47, 83, 0.3);
  z-index: 1;
}
.main-slider-box .bg-inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -259px;
  bottom: -25.9rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(/wp-content/themes/maintheme/assets/img/main.svg) center bottom no-repeat;
  background-size: 1200px auto;
  aspect-ratio: 1200/619;
  z-index: 2;
}
.main-slider-box .inner-wrap {
  position: relative;
  z-index: 3;
  min-height: 674px;
  min-height: 67.4rem;
  padding-top: 157px;
  padding-top: 15.7rem;
  padding-bottom: 100px;
  padding-bottom: 10rem;
}
.main-slider-box .section-title {
  line-height: 1.2;
  margin-bottom: 0.86em;
  text-transform: uppercase;
  font-weight: bold;
  color: inherit;
  max-width: 10em;
  font-size: 50px;
  font-size: 5rem;
}
.main-slider-box p {
  max-width: 20em;
}
.main-slider-box .slider-pagination {
  position: absolute;
  bottom: 20px !important;
  left: 0;
  right: 0;
  top: auto !important;
}
.main-slider-box .slider-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
}
.main-slider-box .slider-pagination .swiper-pagination-bullet:hover,
.main-slider-box .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.main-slider-box .button-slider {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -24px;
  margin-top: -2.4rem;
  opacity: 0;
  transition: all ease 0.2s;
}
.main-slider-box .button-slider.btn-action-ico.ico-arrow.swiper-button-disabled {
  display: none;
}
.main-slider-box .button-slider-next {
  left: auto;
  right: 0;
}
.main-slider-box .btn-action-ico.ico-arrow:before {
  filter: var(--filterWhite);
}
.main-slider-box .btn-action-ico.ico-arrow:hover:before {
  filter: var(--filterWhite);
}
.main-slider-box:hover .button-slider {
  opacity: 1;
}
.info-box {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 3rem;
  position: relative;
  margin-bottom: var(--sectionMargin);
}
.info-box .title-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-box .photo-inner-wrap {
  width: 318px;
  width: 31.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-box .info-inner-wrap,
.info-box .text-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 30px;
  gap: 3rem;
  -ms-flex: 1;
      flex: 1;
}
.info-box .title-inner-wrap p {
  max-width: 22.5em;
}
.info-box .elm-photo {
  aspect-ratio: 318/338;
}
.info-box .btn {
  min-width: 246px;
  min-width: 24.6rem;
}
.card-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: var(--sectionMargin);
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  gap: 20px 0;
}
.card-box .photos-inner-wrap {
  width: 350px;
  width: 35rem;
  padding: 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 24px;
}
.card-box .bottom-inner-wrap {
  width: 100%;
  padding: 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-box .photo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 18px;
  border: 1px solid #C7C6C666;
  border-radius: 20px 0 20px 0;
  width: 236px;
  width: 23.6rem;
  max-width: 100%;
}
.card-box .slider-inner-wrap {
  position: relative;
  padding: 0 42px 0 12px;
}
.card-box .slider-wrap {
  margin: 0 -8px;
}
.card-box .sl-wrap {
  padding: 0 8px;
}
.card-box .sl-wrap .elm-photo {
  border-radius: 0;
  aspect-ratio: 270/350;
}
.card-box .button-slider {
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -24px;
  margin-top: -2.4rem;
}
.card-box .button-slider-next {
  left: auto;
  right: 14px;
}
.card-box .btn-action-ico.ico-arrow:before {
  background-size: 24px auto;
  filter: none;
}
.card-box .btn-action-ico.ico-arrow:hover:before {
  filter: var(--filterBaseToAtt);
}
.tiles-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.tiles-menu-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.breadcrumbs-box {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 21px;
  color: var(--clr-light);
  background: rgba(217, 217, 217, 0.4);
  padding: 2px 20px 2px 40px;
}
.breadcrumbs-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.breadcrumbs-box .menu li {
  padding: 0 8px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.breadcrumbs-box .menu li:last-child:after {
  display: none;
}
.breadcrumbs-box .menu li:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/wp-content/themes/maintheme/assets/img/icons/arrow-breadcrumbs.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 100%;
  margin-left: -12px;
  margin-top: -12px;
  filter: var(--filterAttToLight);
}
.breadcrumbs-box a:not(:hover) {
  color: inherit;
}
.title-box {
  margin-bottom: 25px;
  position: relative;
}
.title-box:has(+.tabs-menu-box) {
  margin-bottom: 15px;
}
.title-box .h1-title + .h2-title {
  margin-top: 0;
}
.article-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.article-box .elm-photo {
  aspect-ratio: inherit;
  aspect-ratio: 1081/339;
}
.article-box li {
  margin-bottom: 4px;
}
.article-box li:last-child {
  margin-bottom: 0;
}
.srt-titles-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.srt-titles-box .items-wrap {
  margin: 0 -22px;
  margin: 0 -2.2rem;
  gap: 50px 0;
  gap: 5rem 0;
}
.srt-titles-box .item-wrap {
  width: 50%;
  padding: 0 22px;
  padding: 0 2.2rem;
  max-width: 550px;
  max-width: 55rem;
}
.contacts-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 3rem;
}
.contacts-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
}
.contacts-box .map-inner-wrap {
  position: relative;
  width: 49%;
  min-width: 527px;
  min-width: 52.7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 378px;
}
.contacts-box .map-inner-wrap .elm-photo {
  aspect-ratio: inherit;
  height: 100%;
}
.contacts-box .h2-title {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
.contacts-box .cnt-section {
  position: relative;
  margin-bottom: 24px;
}
.contacts-box .cnt-section:has(.elm-ico) {
  padding-left: 30px;
  line-height: 1.5625;
}
.contacts-box .cnt-section:last-child {
  margin-bottom: 0;
}
.contacts-box .cnt-section .elm-ico {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11px;
  left: 8px;
  margin: -8px 0 0 -8px;
}
.contacts-box .cnt-section:last-child {
  margin-bottom: 0;
}
.contacts-box .cnt-info {
  display: block;
}
.contacts-box .cnt-title {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
}
.locations-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.gallery-slider-box {
  position: relative;
  margin-bottom: var(--sectionMargin);
}
.gallery-slider-box .slider-inner-wrap {
  position: relative;
  padding: 0 80px 24px 80px;
  padding: 0 8rem 24px 8rem;
}
.gallery-slider-box .slider-inner-wrap .elm-photo {
  aspect-ratio: 265/210;
  height: auto;
}
.gallery-slider-box .slider-wrap {
  margin: 0 -30px;
  margin: 0 -3rem;
}
.gallery-slider-box .sl-wrap {
  padding: 0 30px;
  padding: 0 3rem;
}
.gallery-slider-box .slider-pagination {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
}
.gallery-slider-box .button-slider {
  position: absolute;
  top: 50%;
  left: -20px;
  left: -2rem;
  margin-top: calc(-2.4rem - 12px);
}
.gallery-slider-box .button-slider-next {
  left: auto;
  right: -20px;
  right: -2rem;
}
.side-menu-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.side-menu-box .menu-content-block {
  background: #F0F0F0;
  padding: 12px 0;
}
.side-menu-box .btn-popup {
  display: none;
}
.side-menu-box .btn-menu {
  display: block;
  line-height: 1.25;
  font-weight: bold;
  padding: 13px 1.25em;
}
.side-menu-box .btn-menu.button-active {
  color: var(--clr-att-second);
}
.side-menu-box .btn-menu.button-arrow .button-title:after {
  margin-left: 8px;
}
.side-menu-box .menu .menu {
  position: relative;
  height: 0;
  overflow: hidden;
  interpolate-size: allow-keywords;
  transition: all ease 0.2s;
}
.side-menu-box .menu .menu .btn-menu {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 400;
}
.side-menu-box .active + .menu {
  height: auto;
  padding-bottom: 10px;
  margin-top: -8px;
}
.tabs-menu-box {
  margin-bottom: 26px;
  border-bottom: 1px solid var(--clr-border);
  position: relative;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--clr-light);
  font-weight: 400;
}
.tabs-menu-box .menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  gap: 12px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs-menu-box .menu li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.tabs-menu-box .btn-menu {
  color: inherit;
  padding: 6px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.tabs-menu-box .btn-menu:hover,
.tabs-menu-box .btn-menu.active {
  color: var(--clr-att-second);
}
.bg-full-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  overflow: hidden;
}
.bg-box {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  padding: 4rem 0;
  margin-bottom: var(--sectionMargin);
}
.bg-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  overflow: hidden;
  background: #F0F0F0;
}
.bg-box > *:last-child {
  margin-bottom: 0;
}
[id] {
  scroll-margin-top: var(--sectionMargin);
}
.content-outer-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0 26px;
}
.side-wrap {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-wrap {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.popup-open {
  overflow: hidden;
}
.popup-outer-box {
  display: none;
  padding: 20px var(--paddingContainer);
  animation: fadein ease 0.2s;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-outer-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-outer-box.active {
  display: -ms-flexbox;
  display: flex;
}
.popup-box {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 1080px;
  width: 108rem;
  max-width: 100%;
  max-height: inherit;
  background-color: #fff;
  z-index: 20;
  padding: 40px;
  padding: 4rem;
  border-radius: 0 3rem 0 3rem;
}
.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-box .popup-content-wrap {
  width: 100%;
}
.popup-box .popup-title-wrap {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding-right: 50px;
  padding-right: 5rem;
}
.popup-box .popup-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.33333333;
  font-weight: bold;
  color: var(--clr-att);
}
.popup-box .btn-popup-close {
  position: absolute;
  top: 40px;
  top: 4rem;
  right: 40px;
  right: 4rem;
  z-index: 2;
  width: 36px;
  width: 3.6rem;
  height: 36px;
  height: 3.6rem;
  border-radius: 50%;
}
.popup-box .btn-action-ico.ico-close:before,
.popup-box .btn-action-ico.ico-close:after {
  background: #fff;
  filter: none;
  width: 18px;
  width: 1.8rem;
  margin-left: -9px;
  margin-left: -0.9rem;
}
@media (max-width: 1199px) {
  .main-slider-box .button-slider {
    display: none;
  }
}
@media (max-width: 1023px) {
  .main-slider-box .button-slider {
    display: none;
  }
  .article-box .elm-photo {
    aspect-ratio: inherit;
    height: 34rem;
  }
  .gallery-slider-box .slider-inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-slider-box .slider-wrap {
    margin: 0 -10px;
  }
  .gallery-slider-box .sl-wrap {
    padding: 0 10px;
  }
  .gallery-slider-box .button-slider {
    display: none;
  }
  .breadcrumbs-box {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
  .tabs-menu-box {
    white-space: nowrap;
    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;
    font-size: 16px;
    line-height: 21px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tabs-menu-box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .tabs-menu-box br {
    display: none;
  }
  .tabs-menu-box .menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .tabs-menu-box .menu li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .side-menu-box .btn-popup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 16px;
    font-weight: bold;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
    background: #f0f0f0;
    padding: 10px;
  }
  .side-menu-box .btn-popup .button-ico {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .side-menu-box .active + .menu-content-block {
    height: auto;
    padding: 0 0 12px 0;
  }
  .side-menu-box .menu-content-block {
    padding: 0;
    position: relative;
    height: 0;
    overflow: hidden;
    interpolate-size: allow-keywords;
    transition: all ease 0.2s;
  }
}
@media (max-width: 767px) {
  .popup-box {
    width: 300px;
  }
  .card-box {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .card-box .photos-inner-wrap {
    width: 100%;
    padding: 0;
  }
  .card-box .info-inner-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .card-box .bottom-inner-wrap {
    padding: 0;
  }
  .card-box .slider-inner-wrap {
    padding: 0 30px;
  }
  .card-box .button-slider-prev {
    left: -12px;
  }
  .card-box .button-slider-next {
    right: -12px;
  }
  .contacts-box {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .contacts-box .map-inner-wrap {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: inherit;
  }
  .contacts-box .map-inner-wrap .elm-photo {
    aspect-ratio: 539/378;
  }
}
@media (max-width: 639px) {
  .main-slider-box .info-inner-wrap {
    text-align: center;
  }
  .main-slider-box .section-title,
  .main-slider-box p {
    margin-left: auto;
    margin-right: auto;
  }
  .info-box {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .info-box .photo-inner-wrap {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .info-box .info-inner-wrap {
    -ms-flex-order: 2;
        order: 2;
    max-width: 100%;
  }
  .info-box .elm-photo {
    aspect-ratio: inherit;
    height: 33.8rem;
  }
}
@media (min-width: 480px) {
  .tiles-box .item-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tiles-menu-box .item-wrap:nth-child(1) {
    width: 55%;
  }
  .tiles-menu-box .item-wrap:nth-child(2) {
    width: 45%;
  }
  .tiles-menu-box .item-wrap:nth-child(3) {
    width: 45%;
  }
  .tiles-menu-box .item-wrap:nth-child(4) {
    width: 55%;
  }
  .tiles-menu-box .item-wrap:nth-child(5) {
    width: 70%;
  }
  .tiles-box .item-wrap {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .info-box.type-second .photo-inner-wrap {
    width: 39.3rem;
  }
  .info-box.type-second .elm-photo {
    aspect-ratio: 393/259;
  }
  .content-wrap .tiles-box .item-wrap {
    width: 33.33%;
  }
  .tiles-box .item-wrap {
    width: 25%;
  }
  .content-outer-wrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .content-outer-wrap .side-wrap {
    width: 30.5rem;
  }
  .content-outer-wrap .content-wrap {
    -ms-flex: 1;
        flex: 1;
    width: auto;
    max-width: calc(100% - 26px - 30.5rem);
  }
}
@media (min-width: 1200px) {
  .content-wrap .tabs-menu-box .menu li {
    width: 25%;
  }
  .tabs-menu-box .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabs-menu-box .menu li {
    width: 20%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
@media (min-width: 1400px) {
  .contacts-box .map-inner-wrap {
    height: auto;
    min-height: inherit;
  }
  .contacts-box .map-inner-wrap .elm-photo {
    aspect-ratio: 539/378;
  }
  .tabs-menu-box {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 1600px) {
  .content-wrap .tiles-box .item-wrap {
    width: 25%;
  }
  .tiles-box .item-wrap {
    width: 20%;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
[placeholder]::-webkit-input-placeholder {
  color: #8B8A8A;
}
[placeholder]:-moz-placeholder {
  color: #8B8A8A;
}
[placeholder]::-moz-placeholder {
  color: #8B8A8A;
}
[placeholder]:-ms-input-placeholder {
  color: #8B8A8A;
}
/* autofill icons delete */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
  height: 32px;
  border-radius: 6px 0 0 6px;
  background: #fff;
  border: 1px solid var(--clr-border);
  padding: 0 11px;
  font-size: 14px;
  font-weight: 400;
  color: var(--clr-base);
}
select.form-input,
input.form-input-select {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 30px;
  background-image: url(/wp-content/themes/maintheme/assets/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(/wp-content/themes/maintheme/assets/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: 43px;
  border-radius: 13px 0 13px 0;
  background: var(--clr-att);
  border: 1px solid var(--clr-att);
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  padding: 0 24px;
}
.btn:hover {
  background: var(--clr-att-second);
  border-color: var(--clr-att-second);
  color: #fff;
}
.btn .button-ico,
.btn:before,
.btn:after {
  width: var(--icoSize);
  height: var(--icoSize);
  transition: all ease 0.2s;
  filter: var(--filterAttToLight);
}
.btn .button-title-border {
  border-bottom: 1px solid;
  line-height: 1;
}
.btn .button-title[data-title]:before {
  content: attr(data-title);
}
.btn .button-title[data-show]:before {
  content: attr(data-show);
}
.btn.active .button-title[data-title-active]:before {
  content: attr(data-title-active);
}
.btn.active .button-title[data-hide]:before {
  content: attr(data-hide);
}
.btn .button-active-add .button-title:before,
.btn .button-active-toggle .button-title:before {
  content: attr(data-title);
}
.btn .button-active-add .button-ico-active,
.btn .button-active-toggle .button-ico-active {
  display: none;
}
.btn .button-active-add.active .button-title:before,
.btn .button-active-toggle.active .button-title:before {
  content: attr(data-title-active);
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico {
  display: none;
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico-active,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico-active {
  display: block;
}
.btn .button-ico:only-child {
  margin: 0 auto;
}
.btn:has(.button-ico:only-child) {
  aspect-ratio: 1;
  width: auto;
  padding: 0;
}
.button-arrow:hover .button-title:after {
  filter: var(--filterBaseToAtt);
}
.button-arrow .button-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 4px;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/maintheme/assets/img/icons/arrow-toggle.svg) center no-repeat;
  background-size: 24px auto;
  transition: all ease 0.2s;
}
.button-arrow.active .button-title:after {
  transform: rotate(180deg);
}
.btn.active .button-active-toggle:before {
  opacity: 0;
}
.btn.active .button-active-toggle:after {
  opacity: 1;
  filter: none;
}
.btn.active .button-active-toggle.button-ico {
  filter: none;
}
.button-border:not(:hover) {
  color: var(--clr-att);
  background-color: transparent;
}
.button-border:not(:hover) .button-ico {
  filter: none;
}
.button-full {
  width: 100%;
  padding: 0 15px;
}
.button-link {
  width: auto;
  height: auto;
  line-height: 24px;
  color: inherit;
  white-space: normal;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: inherit;
}
.button-link:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.button-link .button-ico {
  filter: none;
}
.button-light {
  border-color: var(--clr-border-light);
  background-color: var(--clr-bg-light);
  color: var(--clr-att);
}
.button-light .button-ico {
  filter: none;
}
.button-light:hover {
  background-color: var(--clr-bg-light);
  border-color: var(--clr-border-light);
  color: var(--clr-base);
}
.button-light:hover .button-ico {
  filter: var(--filterAttToBase);
}
.button-light.button-border:not(:hover) {
  background-color: transparent;
}
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img,
.btn-action-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: var(--icoSize);
  max-height: var(--icoSize);
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--icoSize) auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  box-shadow: none;
}
.btn-action-ico.ico-search:before {
  background-image: url(/wp-content/themes/maintheme/assets/img/icons/search.svg);
}
.btn-action-ico.ico-search-att:before {
  background-image: url(/wp-content/themes/maintheme/assets/img/icons/search.svg);
  filter: var(--filterBaseToAtt);
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(/wp-content/themes/maintheme/assets/img/icons/arrow-top.svg);
  background-size: 100% auto;
  filter: var(--filterAttToLight);
  transform: rotate(90deg);
}
.btn-action-ico.ico-arrow:hover:before {
  filter: none;
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-prev:before {
  transform: rotate(-90deg);
}
.btn-action-ico.ico-menu:before {
  background-image: url(/wp-content/themes/maintheme/assets/img/icons/menu.svg);
  background-size: 100% auto;
}
.btn-action-ico.ico-menu:after {
  background-image: url(/wp-content/themes/maintheme/assets/img/icons/menu-active.svg);
  background-size: 100% auto;
}
.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(/wp-content/themes/maintheme/assets/img/icons/close.svg);
}
.btn-action-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: inherit;
}
.btn-action-icon.button-att {
  color: var(--clr-att);
}
.btn-action-icon.button-att .button-ico {
  filter: none;
}
.btn-action-icon:hover {
  color: var(--clr-att);
}
.btn-action-icon:hover .button-ico {
  filter: none;
}
.btn-action-icon .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  filter: brightness(0) grayscale(1);
}
.btn-action-icon .button-ico + .button-title {
  padding-left: 10px;
}
.btn-action-icon .button-title {
  display: block;
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-popup .frm-row {
  gap: 10px 0;
  margin: 0 -10px;
}
.frm-popup .frm-field {
  padding: 0 10px;
  width: 33.33%;
}
.frm-popup .btn {
  width: 100%;
  height: 44px;
  height: 4.4rem;
  min-height: 40px;
  font-size: 14px;
}
.frm-popup .form-input {
  height: 44px;
  height: 4.4rem;
  min-height: 40px;
  border-radius: 13px 0 13px 0;
  border-color: var(--clr-bg);
  background-color: var(--clr-bg);
  padding: 0 20px;
  font-size: 14px;
}
.frm-popup [placeholder]::-webkit-input-placeholder {
  color: var(--clr-base);
}
.frm-popup [placeholder]:-moz-placeholder {
  color: var(--clr-base);
}
.frm-popup [placeholder]::-moz-placeholder {
  color: var(--clr-base);
}
.frm-popup [placeholder]:-ms-input-placeholder {
  color: var(--clr-base);
}
.frm-main-search {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-main-search .form-input {
  padding-right: 50px;
}
.frm-main-search .btn-form {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -16px;
  margin-right: -16px;
  z-index: 2;
}
.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(/wp-content/themes/maintheme/assets/img/icons/chk.svg) center / 24px auto no-repeat;
  opacity: 0;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
@media (max-width: 767px) {
  .frm-popup .frm-field {
    width: 100%;
  }
  .frm-popup .btn,
  .frm-popup .form-input {
    font-size: 16px;
    height: 44px;
  }
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.border-style-dashed {
  border-style: dashed !important;
}
.border-style-dotted {
  border-style: dotted !important;
}
.border-style-solid {
  border-style: solid !important;
}
table:has(col.text-line:nth-child(1)) th:nth-child(1),
table:has(col.text-line:nth-child(1)) td:nth-child(1) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(2)) th:nth-child(2),
table:has(col.text-line:nth-child(2)) td:nth-child(2) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(3)) th:nth-child(3),
table:has(col.text-line:nth-child(3)) td:nth-child(3) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(4)) th:nth-child(4),
table:has(col.text-line:nth-child(4)) td:nth-child(4) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(5)) th:nth-child(5),
table:has(col.text-line:nth-child(5)) td:nth-child(5) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(6)) th:nth-child(6),
table:has(col.text-line:nth-child(6)) td:nth-child(6) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(7)) th:nth-child(7),
table:has(col.text-line:nth-child(7)) td:nth-child(7) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(8)) th:nth-child(8),
table:has(col.text-line:nth-child(8)) td:nth-child(8) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(9)) th:nth-child(9),
table:has(col.text-line:nth-child(9)) td:nth-child(9) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(10)) th:nth-child(10),
table:has(col.text-line:nth-child(10)) td:nth-child(10) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(11)) th:nth-child(11),
table:has(col.text-line:nth-child(11)) td:nth-child(11) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(12)) th:nth-child(12),
table:has(col.text-line:nth-child(12)) td:nth-child(12) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(13)) th:nth-child(13),
table:has(col.text-line:nth-child(13)) td:nth-child(13) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(14)) th:nth-child(14),
table:has(col.text-line:nth-child(14)) td:nth-child(14) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(15)) th:nth-child(15),
table:has(col.text-line:nth-child(15)) td:nth-child(15) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(16)) th:nth-child(16),
table:has(col.text-line:nth-child(16)) td:nth-child(16) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(17)) th:nth-child(17),
table:has(col.text-line:nth-child(17)) td:nth-child(17) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(18)) th:nth-child(18),
table:has(col.text-line:nth-child(18)) td:nth-child(18) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(19)) th:nth-child(19),
table:has(col.text-line:nth-child(19)) td:nth-child(19) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(20)) th:nth-child(20),
table:has(col.text-line:nth-child(20)) td:nth-child(20) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(21)) th:nth-child(21),
table:has(col.text-line:nth-child(21)) td:nth-child(21) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(22)) th:nth-child(22),
table:has(col.text-line:nth-child(22)) td:nth-child(22) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(23)) th:nth-child(23),
table:has(col.text-line:nth-child(23)) td:nth-child(23) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(24)) th:nth-child(24),
table:has(col.text-line:nth-child(24)) td:nth-child(24) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(25)) th:nth-child(25),
table:has(col.text-line:nth-child(25)) td:nth-child(25) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(26)) th:nth-child(26),
table:has(col.text-line:nth-child(26)) td:nth-child(26) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(27)) th:nth-child(27),
table:has(col.text-line:nth-child(27)) td:nth-child(27) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(28)) th:nth-child(28),
table:has(col.text-line:nth-child(28)) td:nth-child(28) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(29)) th:nth-child(29),
table:has(col.text-line:nth-child(29)) td:nth-child(29) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(30)) th:nth-child(30),
table:has(col.text-line:nth-child(30)) td:nth-child(30) {
  white-space: nowrap;
}
table:has(col.col-att:nth-child(1)) th:nth-child(1),
table:has(col.col-att:nth-child(1)) td:nth-child(1) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(2)) th:nth-child(2),
table:has(col.col-att:nth-child(2)) td:nth-child(2) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(3)) th:nth-child(3),
table:has(col.col-att:nth-child(3)) td:nth-child(3) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(4)) th:nth-child(4),
table:has(col.col-att:nth-child(4)) td:nth-child(4) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(5)) th:nth-child(5),
table:has(col.col-att:nth-child(5)) td:nth-child(5) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(6)) th:nth-child(6),
table:has(col.col-att:nth-child(6)) td:nth-child(6) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(7)) th:nth-child(7),
table:has(col.col-att:nth-child(7)) td:nth-child(7) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(8)) th:nth-child(8),
table:has(col.col-att:nth-child(8)) td:nth-child(8) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(9)) th:nth-child(9),
table:has(col.col-att:nth-child(9)) td:nth-child(9) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(10)) th:nth-child(10),
table:has(col.col-att:nth-child(10)) td:nth-child(10) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(11)) th:nth-child(11),
table:has(col.col-att:nth-child(11)) td:nth-child(11) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(12)) th:nth-child(12),
table:has(col.col-att:nth-child(12)) td:nth-child(12) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(13)) th:nth-child(13),
table:has(col.col-att:nth-child(13)) td:nth-child(13) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(14)) th:nth-child(14),
table:has(col.col-att:nth-child(14)) td:nth-child(14) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(15)) th:nth-child(15),
table:has(col.col-att:nth-child(15)) td:nth-child(15) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(16)) th:nth-child(16),
table:has(col.col-att:nth-child(16)) td:nth-child(16) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(17)) th:nth-child(17),
table:has(col.col-att:nth-child(17)) td:nth-child(17) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(18)) th:nth-child(18),
table:has(col.col-att:nth-child(18)) td:nth-child(18) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(19)) th:nth-child(19),
table:has(col.col-att:nth-child(19)) td:nth-child(19) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(20)) th:nth-child(20),
table:has(col.col-att:nth-child(20)) td:nth-child(20) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(21)) th:nth-child(21),
table:has(col.col-att:nth-child(21)) td:nth-child(21) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(22)) th:nth-child(22),
table:has(col.col-att:nth-child(22)) td:nth-child(22) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(23)) th:nth-child(23),
table:has(col.col-att:nth-child(23)) td:nth-child(23) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(24)) th:nth-child(24),
table:has(col.col-att:nth-child(24)) td:nth-child(24) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(25)) th:nth-child(25),
table:has(col.col-att:nth-child(25)) td:nth-child(25) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(26)) th:nth-child(26),
table:has(col.col-att:nth-child(26)) td:nth-child(26) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(27)) th:nth-child(27),
table:has(col.col-att:nth-child(27)) td:nth-child(27) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(28)) th:nth-child(28),
table:has(col.col-att:nth-child(28)) td:nth-child(28) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(29)) th:nth-child(29),
table:has(col.col-att:nth-child(29)) td:nth-child(29) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(30)) th:nth-child(30),
table:has(col.col-att:nth-child(30)) td:nth-child(30) {
  background: var(--clr-bg);
}
table:has(col.text-left:nth-child(1)) th:nth-child(1),
table:has(col.text-left:nth-child(1)) td:nth-child(1) {
  text-align: left;
}
table:has(col.text-right:nth-child(1)) th:nth-child(1),
table:has(col.text-right:nth-child(1)) td:nth-child(1) {
  text-align: right;
}
table:has(col.text-center:nth-child(1)) th:nth-child(1),
table:has(col.text-center:nth-child(1)) td:nth-child(1) {
  text-align: center;
}
table:has(col.text-left:nth-child(2)) th:nth-child(2),
table:has(col.text-left:nth-child(2)) td:nth-child(2) {
  text-align: left;
}
table:has(col.text-right:nth-child(2)) th:nth-child(2),
table:has(col.text-right:nth-child(2)) td:nth-child(2) {
  text-align: right;
}
table:has(col.text-center:nth-child(2)) th:nth-child(2),
table:has(col.text-center:nth-child(2)) td:nth-child(2) {
  text-align: center;
}
table:has(col.text-left:nth-child(3)) th:nth-child(3),
table:has(col.text-left:nth-child(3)) td:nth-child(3) {
  text-align: left;
}
table:has(col.text-right:nth-child(3)) th:nth-child(3),
table:has(col.text-right:nth-child(3)) td:nth-child(3) {
  text-align: right;
}
table:has(col.text-center:nth-child(3)) th:nth-child(3),
table:has(col.text-center:nth-child(3)) td:nth-child(3) {
  text-align: center;
}
table:has(col.text-left:nth-child(4)) th:nth-child(4),
table:has(col.text-left:nth-child(4)) td:nth-child(4) {
  text-align: left;
}
table:has(col.text-right:nth-child(4)) th:nth-child(4),
table:has(col.text-right:nth-child(4)) td:nth-child(4) {
  text-align: right;
}
table:has(col.text-center:nth-child(4)) th:nth-child(4),
table:has(col.text-center:nth-child(4)) td:nth-child(4) {
  text-align: center;
}
table:has(col.text-left:nth-child(5)) th:nth-child(5),
table:has(col.text-left:nth-child(5)) td:nth-child(5) {
  text-align: left;
}
table:has(col.text-right:nth-child(5)) th:nth-child(5),
table:has(col.text-right:nth-child(5)) td:nth-child(5) {
  text-align: right;
}
table:has(col.text-center:nth-child(5)) th:nth-child(5),
table:has(col.text-center:nth-child(5)) td:nth-child(5) {
  text-align: center;
}
table:has(col.text-left:nth-child(6)) th:nth-child(6),
table:has(col.text-left:nth-child(6)) td:nth-child(6) {
  text-align: left;
}
table:has(col.text-right:nth-child(6)) th:nth-child(6),
table:has(col.text-right:nth-child(6)) td:nth-child(6) {
  text-align: right;
}
table:has(col.text-center:nth-child(6)) th:nth-child(6),
table:has(col.text-center:nth-child(6)) td:nth-child(6) {
  text-align: center;
}
table:has(col.text-left:nth-child(7)) th:nth-child(7),
table:has(col.text-left:nth-child(7)) td:nth-child(7) {
  text-align: left;
}
table:has(col.text-right:nth-child(7)) th:nth-child(7),
table:has(col.text-right:nth-child(7)) td:nth-child(7) {
  text-align: right;
}
table:has(col.text-center:nth-child(7)) th:nth-child(7),
table:has(col.text-center:nth-child(7)) td:nth-child(7) {
  text-align: center;
}
table:has(col.text-left:nth-child(8)) th:nth-child(8),
table:has(col.text-left:nth-child(8)) td:nth-child(8) {
  text-align: left;
}
table:has(col.text-right:nth-child(8)) th:nth-child(8),
table:has(col.text-right:nth-child(8)) td:nth-child(8) {
  text-align: right;
}
table:has(col.text-center:nth-child(8)) th:nth-child(8),
table:has(col.text-center:nth-child(8)) td:nth-child(8) {
  text-align: center;
}
table:has(col.text-left:nth-child(9)) th:nth-child(9),
table:has(col.text-left:nth-child(9)) td:nth-child(9) {
  text-align: left;
}
table:has(col.text-right:nth-child(9)) th:nth-child(9),
table:has(col.text-right:nth-child(9)) td:nth-child(9) {
  text-align: right;
}
table:has(col.text-center:nth-child(9)) th:nth-child(9),
table:has(col.text-center:nth-child(9)) td:nth-child(9) {
  text-align: center;
}
table:has(col.text-left:nth-child(10)) th:nth-child(10),
table:has(col.text-left:nth-child(10)) td:nth-child(10) {
  text-align: left;
}
table:has(col.text-right:nth-child(10)) th:nth-child(10),
table:has(col.text-right:nth-child(10)) td:nth-child(10) {
  text-align: right;
}
table:has(col.text-center:nth-child(10)) th:nth-child(10),
table:has(col.text-center:nth-child(10)) td:nth-child(10) {
  text-align: center;
}
table:has(col.text-left:nth-child(11)) th:nth-child(11),
table:has(col.text-left:nth-child(11)) td:nth-child(11) {
  text-align: left;
}
table:has(col.text-right:nth-child(11)) th:nth-child(11),
table:has(col.text-right:nth-child(11)) td:nth-child(11) {
  text-align: right;
}
table:has(col.text-center:nth-child(11)) th:nth-child(11),
table:has(col.text-center:nth-child(11)) td:nth-child(11) {
  text-align: center;
}
table:has(col.text-left:nth-child(12)) th:nth-child(12),
table:has(col.text-left:nth-child(12)) td:nth-child(12) {
  text-align: left;
}
table:has(col.text-right:nth-child(12)) th:nth-child(12),
table:has(col.text-right:nth-child(12)) td:nth-child(12) {
  text-align: right;
}
table:has(col.text-center:nth-child(12)) th:nth-child(12),
table:has(col.text-center:nth-child(12)) td:nth-child(12) {
  text-align: center;
}
table:has(col.text-left:nth-child(13)) th:nth-child(13),
table:has(col.text-left:nth-child(13)) td:nth-child(13) {
  text-align: left;
}
table:has(col.text-right:nth-child(13)) th:nth-child(13),
table:has(col.text-right:nth-child(13)) td:nth-child(13) {
  text-align: right;
}
table:has(col.text-center:nth-child(13)) th:nth-child(13),
table:has(col.text-center:nth-child(13)) td:nth-child(13) {
  text-align: center;
}
table:has(col.text-left:nth-child(14)) th:nth-child(14),
table:has(col.text-left:nth-child(14)) td:nth-child(14) {
  text-align: left;
}
table:has(col.text-right:nth-child(14)) th:nth-child(14),
table:has(col.text-right:nth-child(14)) td:nth-child(14) {
  text-align: right;
}
table:has(col.text-center:nth-child(14)) th:nth-child(14),
table:has(col.text-center:nth-child(14)) td:nth-child(14) {
  text-align: center;
}
table:has(col.text-left:nth-child(15)) th:nth-child(15),
table:has(col.text-left:nth-child(15)) td:nth-child(15) {
  text-align: left;
}
table:has(col.text-right:nth-child(15)) th:nth-child(15),
table:has(col.text-right:nth-child(15)) td:nth-child(15) {
  text-align: right;
}
table:has(col.text-center:nth-child(15)) th:nth-child(15),
table:has(col.text-center:nth-child(15)) td:nth-child(15) {
  text-align: center;
}
table:has(col.text-left:nth-child(16)) th:nth-child(16),
table:has(col.text-left:nth-child(16)) td:nth-child(16) {
  text-align: left;
}
table:has(col.text-right:nth-child(16)) th:nth-child(16),
table:has(col.text-right:nth-child(16)) td:nth-child(16) {
  text-align: right;
}
table:has(col.text-center:nth-child(16)) th:nth-child(16),
table:has(col.text-center:nth-child(16)) td:nth-child(16) {
  text-align: center;
}
table:has(col.text-left:nth-child(17)) th:nth-child(17),
table:has(col.text-left:nth-child(17)) td:nth-child(17) {
  text-align: left;
}
table:has(col.text-right:nth-child(17)) th:nth-child(17),
table:has(col.text-right:nth-child(17)) td:nth-child(17) {
  text-align: right;
}
table:has(col.text-center:nth-child(17)) th:nth-child(17),
table:has(col.text-center:nth-child(17)) td:nth-child(17) {
  text-align: center;
}
table:has(col.text-left:nth-child(18)) th:nth-child(18),
table:has(col.text-left:nth-child(18)) td:nth-child(18) {
  text-align: left;
}
table:has(col.text-right:nth-child(18)) th:nth-child(18),
table:has(col.text-right:nth-child(18)) td:nth-child(18) {
  text-align: right;
}
table:has(col.text-center:nth-child(18)) th:nth-child(18),
table:has(col.text-center:nth-child(18)) td:nth-child(18) {
  text-align: center;
}
table:has(col.text-left:nth-child(19)) th:nth-child(19),
table:has(col.text-left:nth-child(19)) td:nth-child(19) {
  text-align: left;
}
table:has(col.text-right:nth-child(19)) th:nth-child(19),
table:has(col.text-right:nth-child(19)) td:nth-child(19) {
  text-align: right;
}
table:has(col.text-center:nth-child(19)) th:nth-child(19),
table:has(col.text-center:nth-child(19)) td:nth-child(19) {
  text-align: center;
}
table:has(col.text-left:nth-child(20)) th:nth-child(20),
table:has(col.text-left:nth-child(20)) td:nth-child(20) {
  text-align: left;
}
table:has(col.text-right:nth-child(20)) th:nth-child(20),
table:has(col.text-right:nth-child(20)) td:nth-child(20) {
  text-align: right;
}
table:has(col.text-center:nth-child(20)) th:nth-child(20),
table:has(col.text-center:nth-child(20)) td:nth-child(20) {
  text-align: center;
}
table:has(col.text-left:nth-child(21)) th:nth-child(21),
table:has(col.text-left:nth-child(21)) td:nth-child(21) {
  text-align: left;
}
table:has(col.text-right:nth-child(21)) th:nth-child(21),
table:has(col.text-right:nth-child(21)) td:nth-child(21) {
  text-align: right;
}
table:has(col.text-center:nth-child(21)) th:nth-child(21),
table:has(col.text-center:nth-child(21)) td:nth-child(21) {
  text-align: center;
}
table:has(col.text-left:nth-child(22)) th:nth-child(22),
table:has(col.text-left:nth-child(22)) td:nth-child(22) {
  text-align: left;
}
table:has(col.text-right:nth-child(22)) th:nth-child(22),
table:has(col.text-right:nth-child(22)) td:nth-child(22) {
  text-align: right;
}
table:has(col.text-center:nth-child(22)) th:nth-child(22),
table:has(col.text-center:nth-child(22)) td:nth-child(22) {
  text-align: center;
}
table:has(col.text-left:nth-child(23)) th:nth-child(23),
table:has(col.text-left:nth-child(23)) td:nth-child(23) {
  text-align: left;
}
table:has(col.text-right:nth-child(23)) th:nth-child(23),
table:has(col.text-right:nth-child(23)) td:nth-child(23) {
  text-align: right;
}
table:has(col.text-center:nth-child(23)) th:nth-child(23),
table:has(col.text-center:nth-child(23)) td:nth-child(23) {
  text-align: center;
}
table:has(col.text-left:nth-child(24)) th:nth-child(24),
table:has(col.text-left:nth-child(24)) td:nth-child(24) {
  text-align: left;
}
table:has(col.text-right:nth-child(24)) th:nth-child(24),
table:has(col.text-right:nth-child(24)) td:nth-child(24) {
  text-align: right;
}
table:has(col.text-center:nth-child(24)) th:nth-child(24),
table:has(col.text-center:nth-child(24)) td:nth-child(24) {
  text-align: center;
}
table:has(col.text-left:nth-child(25)) th:nth-child(25),
table:has(col.text-left:nth-child(25)) td:nth-child(25) {
  text-align: left;
}
table:has(col.text-right:nth-child(25)) th:nth-child(25),
table:has(col.text-right:nth-child(25)) td:nth-child(25) {
  text-align: right;
}
table:has(col.text-center:nth-child(25)) th:nth-child(25),
table:has(col.text-center:nth-child(25)) td:nth-child(25) {
  text-align: center;
}
table:has(col.text-left:nth-child(26)) th:nth-child(26),
table:has(col.text-left:nth-child(26)) td:nth-child(26) {
  text-align: left;
}
table:has(col.text-right:nth-child(26)) th:nth-child(26),
table:has(col.text-right:nth-child(26)) td:nth-child(26) {
  text-align: right;
}
table:has(col.text-center:nth-child(26)) th:nth-child(26),
table:has(col.text-center:nth-child(26)) td:nth-child(26) {
  text-align: center;
}
table:has(col.text-left:nth-child(27)) th:nth-child(27),
table:has(col.text-left:nth-child(27)) td:nth-child(27) {
  text-align: left;
}
table:has(col.text-right:nth-child(27)) th:nth-child(27),
table:has(col.text-right:nth-child(27)) td:nth-child(27) {
  text-align: right;
}
table:has(col.text-center:nth-child(27)) th:nth-child(27),
table:has(col.text-center:nth-child(27)) td:nth-child(27) {
  text-align: center;
}
table:has(col.text-left:nth-child(28)) th:nth-child(28),
table:has(col.text-left:nth-child(28)) td:nth-child(28) {
  text-align: left;
}
table:has(col.text-right:nth-child(28)) th:nth-child(28),
table:has(col.text-right:nth-child(28)) td:nth-child(28) {
  text-align: right;
}
table:has(col.text-center:nth-child(28)) th:nth-child(28),
table:has(col.text-center:nth-child(28)) td:nth-child(28) {
  text-align: center;
}
table:has(col.text-left:nth-child(29)) th:nth-child(29),
table:has(col.text-left:nth-child(29)) td:nth-child(29) {
  text-align: left;
}
table:has(col.text-right:nth-child(29)) th:nth-child(29),
table:has(col.text-right:nth-child(29)) td:nth-child(29) {
  text-align: right;
}
table:has(col.text-center:nth-child(29)) th:nth-child(29),
table:has(col.text-center:nth-child(29)) td:nth-child(29) {
  text-align: center;
}
table:has(col.text-left:nth-child(30)) th:nth-child(30),
table:has(col.text-left:nth-child(30)) td:nth-child(30) {
  text-align: left;
}
table:has(col.text-right:nth-child(30)) th:nth-child(30),
table:has(col.text-right:nth-child(30)) td:nth-child(30) {
  text-align: right;
}
table:has(col.text-center:nth-child(30)) th:nth-child(30),
table:has(col.text-center:nth-child(30)) td:nth-child(30) {
  text-align: center;
}
.i,
[class*="icon-"] {
  display: block;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: cover) {
  .img-bg-cover {
    height: 100%;
    object-fit: cover;
  }
}
@supports (object-fit: contain) {
  .img-bg-contain {
    height: 100%;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.js-btn-popup-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  animation: fadein ease 0.3s;
}
.js-tab-block {
  animation: fadein ease 0.2s;
}
.js-tab-block:not(.active) {
  display: none;
}
.js-tab-block.tab-slider:not(.active) {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0;
  position: relative;
  overflow: hidden;
}
.slider-wrap {
  margin: 0 calc(-1 * var(--gapMainHalf));
}
.sl-wrap {
  padding: 0 var(--gapMainHalf);
}
.items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  gap: var(--gapMain) 0;
  margin: 0 calc(-1 * var(--gapMainHalf));
}
.item-wrap {
  width: 100%;
  position: relative;
  break-inside: avoid-column;
  display: block;
  animation: fadein ease 0.2s;
  padding: 0 var(--gapMainHalf);
}
.items-wrap:has(.item-wrap:nth-child(4)) + .items-actions-wrap {
  display: block;
}
.items-wrap:has(+.items-actions-wrap) .item-wrap {
  animation: fadein ease 0.2s;
}
.items-wrap:has(+.items-actions-wrap) .item-wrap:nth-child(3) ~ .item-wrap {
  display: none;
}
.items-wrap:has(+.items-actions-wrap .active) .item-wrap:nth-child(3) ~ .item-wrap {
  display: block;
}
.items-actions-wrap {
  display: none;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: var(--clr-base);
}
.items-actions-wrap .btn {
  padding: 0 30px 0 0;
}
.items-actions-wrap .btn.active:before {
  rotate: -180deg;
}
.items-actions-wrap .btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/wp-content/themes/maintheme/assets/img/icons/arrow-menu.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 0;
  margin-top: -12px;
  transition: all ease 0.2s;
}
/* 

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

*/
.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
  display: block;
  position: relative;
}
.tile-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
.mb-section {
  margin-bottom: var(--sectionMargin) !important;
}
.mb-section-small {
  margin-bottom: var(--sectionMarginSmall) !important;
}
.mt-section {
  margin-top: var(--sectionMargin) !important;
}
.mt-section-small {
  margin-top: var(--sectionMarginSmall) !important;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.no-pbottom {
  padding-bottom: 0 !important;
}
.no-ptop {
  padding-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
input.form-clear-autofill::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.slider-wrap,
.slider-inner-wrap,
.sl-wrap {
  position: relative;
}
.sl-wrap.swiper-slide {
  height: auto;
}
.swiper,
.swiper-wrapper {
  position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto;
  bottom: auto;
}
[class*="button-slider-"]:not([aria-label]) {
  display: none;
}
.slider-inner-wrap:has(.swiper-button-disabled~.swiper-button-disabled) .swiper-button-disabled {
  display: none;
}
.slider-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 !important;
  gap: 10px;
  position: relative;
  width: auto;
  padding-top: 18px;
}
.slider-pagination:not(.swiper-pagination-bullets) {
  display: none;
}
.slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F0F0F0;
  border: none;
  opacity: 1;
  transition: all ease 0.2s;
  cursor: pointer;
  padding: 0;
  margin: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 15;
}
.slider-pagination .swiper-pagination-bullet:hover,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-light);
  border-color: var(--clr-light);
}
.is-modern .f-thumbs__slide__button {
  -webkit-clip-path: inherit !important;
          clip-path: inherit !important;
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(1)) th:nth-child(1),
  table:has(col.col-mobile-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-mobile-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-mobile-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-mobile-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-mobile-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-mobile-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-mobile-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-mobile-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-mobile-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-mobile-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-mobile-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-mobile-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-mobile-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-mobile-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-mobile-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-mobile-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-mobile-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-mobile-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-mobile-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-mobile-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-mobile-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-mobile-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-mobile-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-mobile-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-mobile-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-mobile-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-mobile-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-mobile-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-mobile-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-mobile-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(1)) th:nth-child(1),
  table:has(col.col-desktop-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-desktop-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-desktop-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-desktop-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-desktop-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-desktop-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-desktop-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-desktop-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-desktop-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-desktop-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-desktop-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-desktop-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-desktop-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-desktop-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-desktop-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-desktop-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-desktop-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-desktop-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-desktop-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-desktop-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-desktop-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-desktop-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-desktop-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-desktop-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-desktop-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-desktop-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-desktop-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-desktop-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-desktop-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-desktop-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Manrope';
  src: url('/wp-content/themes/maintheme/assets/fonts/Manrope-ExtraBold.woff2') format('woff2'), url('/wp-content/themes/maintheme/assets/fonts/Manrope-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/wp-content/themes/maintheme/assets/fonts/Manrope-ExtraLight.woff2') format('woff2'), url('/wp-content/themes/maintheme/assets/fonts/Manrope-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/wp-content/themes/maintheme/assets/fonts/Manrope-Bold.woff2') format('woff2'), url('/wp-content/themes/maintheme/assets/fonts/Manrope-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/wp-content/themes/maintheme/assets/fonts/Manrope-Medium.woff2') format('woff2'), url('/wp-content/themes/maintheme/assets/fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/wp-content/themes/maintheme/assets/fonts/Manrope-Light.woff2') format('woff2'), url('/wp-content/themes/maintheme/assets/fonts/Manrope-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/wp-content/themes/maintheme/assets/fonts/Manrope-Regular.woff2') format('woff2'), url('/wp-content/themes/maintheme/assets/fonts/Manrope-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/wp-content/themes/maintheme/assets/fonts/Manrope-SemiBold.woff2') format('woff2'), url('/wp-content/themes/maintheme/assets/fonts/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
