@charset "UTF-8";
:root {
  --clr-base: #1D1D1F;
  --clr-title: #0E100F;
  --clr-att: #3DA0FE;
  --clr-att-hover: #3DA0FE;
  --clr-bg-base: #36363A;
  --clr-bg-light: #F5F5F8;
  --clr-bg-att: #F5FAFF;
  --clr-border: #F4F4F6;
  --clr-border-dark: #DDDDE3;
  --clr-border-att: #C7E3FE;
  --min: 375px;
  --max: 1230px;
  --sideWidth: 250px;
  --shadowMain: 0px 3px 5px 0px rgba(0, 0, 0, 0.01), 0px 3px 10px 0px rgba(0, 0, 0, 0.04), 0px 15px 70px 0px rgba(0, 0, 0, 0.05);
  --shadowHover: 0px 3px 5px 0px rgba(0, 0, 0, 0.1), 0px 3px 10px 0px rgba(0, 0, 0, 0.1), 0px 15px 70px 0px rgba(0, 0, 0, 0.1);
  --grMain: linear-gradient(90deg, #3DA0FE 0%, #6B60F2 34%, #E139D3 87.5%, #FF7280 100%);
  --grHover: linear-gradient(90deg, #FF7280 0%, #3DA0FE 34%, #6B60F2 87.5%, #E139D3 100%);
  --paddingContainer: 10px;
  --filter-dark: brightness(0) grayscale(1);
  --filter-white: brightness(0) invert(1);
  --fontSizeMain: 16px;
  font-size: 10px;
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* PT Root UI  400-500-700 */
.fmain {
  font-family: 'PT Root UI', sans-serif;
}
.fmain * {
  font-family: 'PT Root UI', sans-serif;
}
/* Product Sans  400-700-900 */
.fsecond {
  font-family: 'Product Sans', sans-serif;
}
.fsecond * {
  font-family: 'Product Sans', sans-serif;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #fff;
  font-size: var(--fontSizeMain);
  line-height: 1.125;
  letter-spacing: 0.01em;
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: 1.125em;
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
}
.menu,
.list {
  margin: 0;
  padding: 0;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
}
.menu li:before,
.list li:before {
  display: none;
}
a {
  text-decoration: none;
  color: var(--clr-base);
}
a:hover {
  text-decoration: none;
  color: var(--clr-att-hover);
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone,
.link-email,
.link-location {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  color: inherit;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-phone.link-text,
.link-email.link-text,
.link-location.link-text {
  display: inline;
  padding: 0;
}
.link-phone.link-text:before,
.link-email.link-text:before,
.link-location.link-text:before {
  display: none;
}
.link-email:before {
  background-image: url(../img/icons/link-email.svg);
}
.link-location {
  white-space: normal;
}
.link-location:before {
  background-image: url(../img/icons/link-location.svg);
}
a.link-phone:hover,
a.link-email:hover,
a.link-location:hover {
  color: var(--clr-att);
}
.page-main-title,
.page-second-title,
.page-title,
.page-subtitle,
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  display: block;
  position: relative;
  font-weight: bold;
  margin: 1em 0;
}
.page-main-title:first-child,
.page-second-title:first-child,
.page-title:first-child,
.page-subtitle:first-child,
h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
  margin-top: 0;
}
.page-main-title,
.page-second-title {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--clr-title);
  font-weight: bold;
  margin: 30px 0;
}
.page-second-title {
  font-size: 24px;
  margin: 20px 0;
  letter-spacing: normal;
}
.page-subtitle {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
.page-title {
  font-size: var(--fontSizeMain);
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  letter-spacing: inherit;
}
.title-count {
  display: inline;
  color: rgba(29, 29, 31, 0.5);
  font-weight: 400;
}
.text-att-gr,
.title-att-gr {
  display: inline;
  background: linear-gradient(90deg, #3DA0FE 0%, #6B60F2 14.51%, #E139D3 37.34%, #FF7280 42.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-att,
.title-att {
  color: var(--clr-att);
}
.text-light,
.title-light {
  color: var(--clr-light);
}
.text-center,
.title-center {
  text-align: center;
}
@media (max-width: 1399px) {
  :root {
    font-size: 9.5px;
  }
}
@media (max-width: 1199px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 991px) {
  :root {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
}
@media (min-width: 400px) {
  :root {
    --paddingContainer: 20px;
  }
}
@media (min-width: 992px) {
  :root {
    --paddingContainer: 30px;
  }
  .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
  .page-main-title {
    font-size: 6rem;
    margin: 3.6rem 0;
  }
  .page-second-title {
    font-size: 28px;
    line-height: normal;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: var(--min);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
html {
  scrollbar-gutter: stable;
}
html.with-fancybox body.hide-scrollbar {
  overflow: inherit !important;
  overflow-x: hidden !important;
  margin-right: 0 !important;
}
.cnt-full-wrap {
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
}
.inner-wrap,
.page-full {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
  min-width: var(--min);
  max-width: var(--max);
  width: 100%;
}
.inner-wrap .inner-wrap,
.page-full .inner-wrap {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.inner-wrap .cnt-section,
.page-full .cnt-section {
  min-width: 0;
}
.page-full {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.wrap,
.header,
.header-panel-box,
.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,
.header-panel-box,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.nav ul,
.header ul,
.header-panel-box ul,
.footer ul,
.nav li,
.header li,
.header-panel-box li,
.footer li,
.nav p,
.header p,
.header-panel-box p,
.footer p {
  margin: 0;
  padding: 0;
}
.nav ul:before,
.header ul:before,
.header-panel-box ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.header-panel-box li:before,
.footer li:before,
.nav p:before,
.header p:before,
.header-panel-box p:before,
.footer p:before {
  display: none;
}
.nav a,
.header a,
.header-panel-box a,
.footer a {
  text-decoration: none;
  position: relative;
  transition: all ease 0.2s;
}
.footer {
  background: var(--clr-title);
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 170px 0 130px 0;
  padding: 17rem 0 13rem 0;
  font-family: 'Product Sans', sans-serif;
}
.footer * {
  font-family: 'Product Sans', sans-serif;
}
.footer .box-inner-wrap {
  margin: 0 -15px;
  margin: 0 -1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.footer .left-inner-wrap {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 15px;
  padding: 0 1.5rem;
}
.footer .bottom-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin: 0 -1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% + 3rem);
  -ms-flex-align: center;
      align-items: center;
  padding-top: 80px;
  padding-top: 8rem;
}
.footer .logo-inner-wrap {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.footer .soc-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .soc-inner-wrap .btn-action-ico {
  margin: 0 20px 20px 0;
}
.footer .lang-inner-wrap {
  width: 33.33%;
  padding: 0 15px;
  padding: 0 1.5rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.footer .info-inner-wrap {
  width: 66.66%;
  padding: 0 15px;
  padding: 0 1.5rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  text-align: right;
}
.footer .info-inner-wrap .elm-ico {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: -4px;
  filter: brightness(0) invert(1);
  transition: all ease 0.2s;
}
.footer .info-inner-wrap a:hover .elm-ico {
  filter: none;
}
.footer .menu-outer-wrap {
  width: 75%;
  padding: 0 15px;
  padding: 0 1.5rem;
}
.footer .menu-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin: 0 -1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .menu-wrap {
  width: 33.33%;
  padding: 0 15px;
  padding: 0 1.5rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.footer .menu-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer .menu a {
  display: block;
  padding: 8px 0;
}
.footer .frm-select-wrap .popup-menu-block {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
  top: auto;
  margin-bottom: 15px;
  width: 200px;
  color: var(--clr-title);
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: var(--clr-att);
}
.wrap.wrap-main {
  padding-top: 0;
}
.wrap.wrap-main .header,
.wrap.wrap-main .header.header-light {
  background-color: var(--clr-title);
}
.wrap.wrap-main .page-full {
  color: var(--clr-title);
  font-family: 'Product Sans', sans-serif;
}
.wrap.wrap-main .page-full * {
  font-family: 'Product Sans', sans-serif;
}
.wrap.wrap-main .page-full .btn.button-dark:not(:hover) {
  background-color: var(--clr-title);
}
.header-panel-box,
.header {
  border-bottom: 1px solid var(--clr-border);
  z-index: 100;
  background: #fff;
  position: relative;
}
.header-panel-box.header-light,
.header.header-light {
  background: none;
  border-color: rgba(245, 245, 245, 0.15);
  color: #FDFFFE;
}
.header-panel-box.header-light .popup-menu-wrap .btn-popup,
.header.header-light .popup-menu-wrap .btn-popup {
  filter: brightness(0) invert(1);
}
.header-panel-box.header-light .logo,
.header.header-light .logo {
  color: #fff;
}
.header-panel-box .inner-wrap,
.header .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header-panel-box .logo-inner-wrap,
.header .logo-inner-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-panel-box .menu-inner-wrap,
.header .menu-inner-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -5px;
}
.header-panel-box .popup-menu-block,
.header .popup-menu-block {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.header-panel-box .popup-menu-block .menu-wrap,
.header .popup-menu-block .menu-wrap {
  width: 100%;
  padding: 14px 10px;
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header-panel-box .popup-menu-block .menu-wrap::-webkit-scrollbar,
.header .popup-menu-block .menu-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.header-panel-box .popup-menu-block .user-info-wrap,
.header .popup-menu-block .user-info-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px 24px 10px;
}
.header-panel-box .popup-menu-block .btn-action-menu,
.header .popup-menu-block .btn-action-menu {
  padding-left: 10px;
}
.header-panel-box .popup-menu-block .elm-tarif-info,
.header .popup-menu-block .elm-tarif-info {
  margin-bottom: 25px;
}
.popup-menu-wrap {
  position: relative;
}
.popup-menu-wrap .popup-content-block {
  display: none;
}
.popup-menu-block {
  position: relative;
  border-radius: 10px;
  background: #fff;
  z-index: 20;
  padding: 7px 0;
  font-size: var(--fontSizeMain);
  width: calc(100dvw - var(--paddingContainer) - var(--paddingContainer));
  max-width: 360px;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: var(--shadowMain);
}
.popup-menu-block.menu-right {
  left: auto;
  right: 0;
}
.popup-menu-block .menu-sep {
  border-top: 1px solid var(--clr-border);
  padding-top: 12px;
  margin-top: 12px;
}
.popup-menu-block .menu li:not(:has(>.active)) ul {
  display: none;
}
.popup-menu-block ul {
  animation: fadein ease 0.2s;
}
.logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--clr-base);
  letter-spacing: 0.01em;
}
.logo.logo-large {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.48px;
}
.logo.logo-large .logo-image {
  width: 30px;
}
.logo.logo-large .logo-title {
  padding-left: 10px;
}
.logo:hover {
  text-decoration: none;
  color: var(--clr-base);
}
.logo .logo-image {
  display: block;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo .logo-title {
  display: block;
  padding-left: 15px;
}
.logo img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .menu-show {
    overflow: hidden;
  }
  .wrap-panel .page-full {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wrap-panel:has(.mobile-bottom-panel) {
    padding-bottom: 70px;
  }
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
  .menu-show {
    overflow: hidden;
  }
  .wrap {
    padding-top: 71px;
  }
  .header-panel-box,
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .header-panel-box .popup-content-block,
  .header .popup-content-block {
    border-radius: 0;
    box-shadow: none;
    position: fixed;
    top: 71px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: inherit;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
  .header-panel-box .js-btn-popup-toggle.active + .js-popup-block,
  .header .js-btn-popup-toggle.active + .js-popup-block {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header .popup-content-block {
    background-color: #0E100F;
    color: #FDFFFE;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 1.4;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-family: 'Product Sans', sans-serif;
  }
  .header .popup-content-block::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .header .popup-content-block * {
    font-family: 'Product Sans', sans-serif;
  }
  .header .menu-wrap,
  .header .auth-wrap {
    padding-bottom: 85px;
  }
  .header .menu-wrap:last-child,
  .header .auth-wrap:last-child {
    padding-bottom: 0;
  }
  .header .menu-wrap .btn,
  .header .auth-wrap .btn {
    padding: 0 37px;
    font-size: 20px;
    letter-spacing: 0.6px;
    height: 50px;
    border-radius: 9px;
  }
  .header .auth-wrap li {
    margin-bottom: 10px;
  }
  .header .btn-menu {
    display: block;
    padding: 14px 15px;
    color: inherit;
    position: relative;
  }
  .header .btn-menu:hover,
  .header .btn-menu.active {
    color: var(--clr-att);
  }
  .footer .left-inner-wrap {
    width: 33.33%;
  }
  .footer .menu-outer-wrap {
    width: 66.66%;
  }
  .footer .menu-wrap {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .footer {
    padding: 50px 0 50px 0;
  }
  .footer .left-inner-wrap {
    width: 100%;
    margin-bottom: 60px;
  }
  .footer .bottom-inner-wrap {
    display: block;
  }
  .footer .lang-inner-wrap {
    margin-bottom: 60px;
    width: 100%;
  }
  .footer .info-inner-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
    text-align: center;
  }
  .footer .soc-inner-wrap {
    margin: 0 -10px 50px -10px;
    -ms-flex-pack: center;
        justify-content: center;
    width: calc(100% + 20px);
  }
  .footer .soc-inner-wrap .btn-action-ico {
    margin: 0 10px 10px 10px;
  }
  .footer .logo-inner-wrap {
    margin-bottom: 45px;
  }
  .footer .menu-outer-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .menu-wrap {
    margin-bottom: 60px;
    min-width: 300px;
  }
  @supports (display: contents) {
    .footer .inner-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
    }
    .footer .bottom-inner-wrap,
    .footer .left-inner-wrap {
      display: contents;
    }
    .footer .logo-inner-wrap {
      -ms-flex-order: 1;
          order: 1;
    }
    .footer .menu-outer-wrap {
      -ms-flex-order: 2;
          order: 2;
    }
    .footer .soc-inner-wrap {
      -ms-flex-order: 3;
          order: 3;
    }
    .footer .info-inner-wrap {
      -ms-flex-order: 4;
          order: 4;
    }
    .footer .lang-inner-wrap {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: auto;
      float: left;
    }
    .footer .frm-select-wrap .popup-menu-block {
      top: 100%;
      right: 0;
      left: auto;
      bottom: auto;
      margin: 10px 0 0 0;
    }
  }
}
@media (min-width: 992px) {
  .wrap-popup-desktop:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 16, 15, 0.7);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    z-index: 20;
  }
  .wrap-panel {
    padding-left: var(--sideWidth);
  }
  .wrap-panel .page-full {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .wrap-main .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .header {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  .header .logo-inner-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .menu-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    display: block;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .header .menu-inner-wrap .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .menu-inner-wrap .popup-content-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .menu-wrap,
  .header .auth-wrap {
    padding-left: 7rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .menu-wrap .btn,
  .header .auth-wrap .btn {
    height: 38px;
    padding: 0 19px;
    font-size: 1em;
    letter-spacing: inherit;
    font-weight: bold;
    font-family: 'Product Sans', sans-serif;
  }
  .header .menu-wrap .btn *,
  .header .auth-wrap .btn * {
    font-family: 'Product Sans', sans-serif;
  }
  .header .auth-wrap {
    padding-left: 6rem;
  }
  .header .auth-wrap li {
    padding-left: 10px;
  }
  .header .auth-wrap .btn-menu {
    padding: 0 10px;
  }
  .header .btn-menu {
    display: block;
    line-height: 38px;
    white-space: nowrap;
    height: 38px;
    padding: 0 15px;
    color: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    font-family: 'Product Sans', sans-serif;
  }
  .header .btn-menu * {
    font-family: 'Product Sans', sans-serif;
  }
  .header .btn-menu:hover,
  .header .btn-menu.active {
    color: var(--clr-att);
  }
  .header-panel-box {
    width: var(--sideWidth);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: 0;
    border-right: 1px solid var(--clr-border);
    overflow: hidden;
    border-bottom: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    background: #fff;
    z-index: 99;
  }
  .header-panel-box .inner-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    min-height: 0;
    min-width: 0;
    width: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
  }
  .header-panel-box .logo-inner-wrap {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-bottom: 1px solid var(--clr-border);
    min-height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 24px;
  }
  .header-panel-box .menu-inner-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    max-height: calc(100% - 70px);
  }
  .header-panel-box .popup-menu-block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    min-width: 0;
    -ms-flex: 1;
        flex: 1;
    max-height: 100%;
  }
  .popup-menu-wrap .btn-popup {
    display: none;
  }
  .popup-menu-wrap .popup-content-block {
    display: block;
  }
  .page-title-box,
  .page-content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-content-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .page-title-box,
  .page-content-box {
    padding-left: 7rem;
    padding-right: 4rem;
  }
  .page-content-box {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-faq {
  border-bottom: 1px solid #F5F5F5;
}
.item-tile-faq .tile-content-block {
  border-top: 1px solid #F5F5F5;
  padding: 0 0 30px 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.54px;
  display: none;
}
.item-tile-faq .tile-button {
  display: block;
  position: relative;
  transition: all ease 0.2s;
  cursor: pointer;
  color: inherit;
  padding: 10px 65px 20px 0;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: normal;
}
.item-tile-faq .tile-button:hover,
.item-tile-faq .tile-button.active {
  color: var(--clr-att);
}
.item-tile-faq .tile-button:hover:before,
.item-tile-faq .tile-button.active:before {
  filter: none;
}
.item-tile-faq .tile-button.active ~ .tile-content-block {
  display: block;
}
.item-tile-faq .tile-button.active:before {
  rotate: 180deg;
}
.item-tile-faq .tile-button:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-toggle-main.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: -4px;
  margin-top: -12px;
  filter: brightness(0) grayscale(1);
}
.item-tile-faq p {
  max-width: 870px;
}
.item-tile-info-date {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadowMain);
  min-height: 100%;
  padding: 16px 20px 72px 20px;
  font-size: 18px;
  line-height: 1.38888889;
  letter-spacing: 0.72px;
  color: var(--clr-title);
  z-index: 2;
  background: #fff;
}
.item-tile-info-date .tile-text {
  opacity: 0.7;
}
.item-tile-info-date .tile-title {
  margin: 0 0 42px 0;
  font-size: 20px;
  line-height: normal;
  color: inherit;
  letter-spacing: normal;
  font-weight: bold;
  min-height: 48px;
}
.item-tile-info-date .tile-date {
  margin-bottom: 26px;
}
.item-tile-info-date .tile-number {
  display: block;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  right: 0.15em;
  text-align: right;
  color: rgba(225, 57, 211, 0.15);
  font-size: 200px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -20px;
}
.item-tile-logo {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background-color: #FAFAFB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100%;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  aspect-ratio: 1;
  color: var(--clr-title);
}
.item-tile-logo .tile-title {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-logo .tile-photo {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
}
.item-tile-info-main {
  display: block;
  position: relative;
  min-height: 100%;
  border-radius: 14px;
  background-color: #FAFAFB;
  font-size: 18px;
  line-height: 1.38888889;
  letter-spacing: 0.72px;
  padding: 20px;
}
.item-tile-info-main .tile-ico {
  width: 32px;
  height: 32px;
  margin: 0 0 27px 0;
}
.item-tile-info-main .tile-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.item-tile-info-main .tile-photo {
  aspect-ratio: 320/360;
  border-radius: 6px;
  margin-bottom: 30px;
}
.item-tile-info-main p {
  opacity: 0.7;
}
.view-tiles .item-tile-project-main {
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 10px;
  min-height: 100%;
  padding: 0;
  -ms-flex-direction: column;
      flex-direction: column;
}
.view-tiles .item-tile-project-main:hover {
  background: #fff;
  border-color: var(--clr-border);
  box-shadow: var(--shadowHover);
}
.view-tiles .item-tile-project-main:hover .tile-popup-menu-wrap .tile-btn-popup:before {
  filter: none;
}
.view-tiles .item-tile-project-main .tile-photo-wrap,
.view-tiles .item-tile-project-main .tile-place-photo-wrap,
.view-tiles .item-tile-project-main .tile-place-title-wrap,
.view-tiles .item-tile-project-main .tile-category-wrap,
.view-tiles .item-tile-project-main .tile-tags-wrap,
.view-tiles .item-tile-project-main .tile-status-wrap {
  display: none;
}
.view-tiles .item-tile-project-main .tile-popup-menu-wrap {
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 20px;
  right: 0;
  top: auto;
  left: 0;
  padding: 0 10px;
  margin: 0 0 -12px 0;
  display: block;
}
.view-tiles .item-tile-project-main .tile-popup-menu-wrap .tile-btn-popup {
  width: 24px;
  height: 24px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0 0 0 auto;
  display: block;
}
.view-tiles .item-tile-project-main .tile-popup-menu-wrap .tile-content-block {
  max-width: calc(100dvw - var(--paddingContainer) - var(--paddingContainer));
}
.view-tiles .item-tile-project-main .tile-model-photo-wrap {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 1;
      order: 1;
}
.view-tiles .item-tile-project-main .tile-model-photo-wrap .tile-photo {
  border-radius: 0;
  width: 100%;
  aspect-ratio: 170/124;
}
.view-tiles .item-tile-project-main .tile-model-photo-wrap .tile-photo[data-counter]:after {
  bottom: auto;
  top: 3px;
}
.view-tiles .item-tile-project-main .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  padding: 9px 40px 9px 19px;
  -ms-flex-order: 2;
      order: 2;
  margin: 0;
}
.view-tiles .item-tile-project-main .tile-title-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 67px;
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFF 45.1%);
  border-radius: 0 0 10px 0;
}
.view-tiles .item-tile-project-main .tile-title-wrap .tile-title {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
.view-tiles .item-tile-project-main [data-title]:before {
  display: none;
}
.view-tiles .item-tile-project-main .frm-select {
  display: none;
}
.item-tile-project-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border: 1px solid var(--clr-border);
  border-radius: 10px;
  color: var(--clr-base);
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  padding: 19px;
  transition: all ease 0.2s;
  cursor: pointer;
}
.item-tile-project-main:has(.tile-popup-menu-wrap .tile-btn-popup.active) {
  z-index: 40;
}
.item-tile-project-main:has(.tile-category-wrap .tile-btn-popup.active) {
  z-index: 40;
}
.item-tile-project-main:hover {
  border-color: var(--clr-att);
  background-color: var(--clr-bg-att);
  z-index: 20;
}
.item-tile-project-main:hover .tile-category-wrap .tile-title {
  color: var(--clr-att);
}
.item-tile-project-main:hover .tile-category-wrap .tile-title:before,
.item-tile-project-main:hover .tile-category-wrap .tile-title:after {
  filter: none;
}
.item-tile-project-main:hover .tile-title a {
  color: var(--clr-att);
}
.item-tile-project-main:hover .btn.button-tag-light {
  border-color: var(--clr-att);
  background-color: transparent;
  color: var(--clr-att);
}
.item-tile-project-main .tile-model-photo-wrap:has(.tile-photo:nth-child(2)) .tile-photo:nth-child(2),
.item-tile-project-main .tile-model-photo-wrap:has(.tile-photo:nth-child(2)) .tile-photo:nth-child(3) {
  display: block;
  width: 80px;
  height: 50px;
  aspect-ratio: inherit;
  border-radius: 6px;
  border: 1px solid #8E8E8F;
  background: transparent;
  position: absolute;
  top: -4px;
  left: 50px;
  margin-left: -40px;
  z-index: -1;
}
.item-tile-project-main .tile-model-photo-wrap:has(.tile-photo:nth-child(2)) .tile-photo:nth-child(2) img,
.item-tile-project-main .tile-model-photo-wrap:has(.tile-photo:nth-child(2)) .tile-photo:nth-child(3) img,
.item-tile-project-main .tile-model-photo-wrap:has(.tile-photo:nth-child(2)) .tile-photo:nth-child(2) svg,
.item-tile-project-main .tile-model-photo-wrap:has(.tile-photo:nth-child(2)) .tile-photo:nth-child(3) svg {
  display: none;
}
.item-tile-project-main .tile-model-photo-wrap:has(.tile-photo:nth-child(2)) .tile-photo:nth-child(3) {
  z-index: -2;
  width: 60px;
  height: 50px;
  opacity: 0.16;
  border-color: var(--clr-base);
  top: -8px;
  margin-left: -30px;
}
.item-tile-project-main .tile-model-photo-wrap:has(.tile-photo:nth-child(2)) .tile-photo {
  z-index: 2;
}
.item-tile-project-main .tile-popup-menu-wrap {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 26px;
  right: 20px;
  margin: -12px -12px 0 0;
  z-index: 10;
}
.item-tile-project-main .tile-popup-menu-wrap .tile-btn-popup {
  width: 24px;
  height: 24px;
}
.item-tile-project-main .tile-popup-menu-wrap .tile-content-block {
  left: auto;
  right: -9px;
  border-radius: 10px;
  width: 360px;
  margin-top: 20px;
}
.item-tile-project-main .tile-place-photo-wrap,
.item-tile-project-main .tile-photo-wrap {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 1;
      order: 1;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.item-tile-project-main .tile-photo-wrap:before {
  padding-bottom: 10px;
}
.item-tile-project-main .tile-place-title-wrap,
.item-tile-project-main .tile-model-photo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 2;
      order: 2;
  display: block;
  padding-left: 20px;
  width: calc(100% - 60px);
  margin-bottom: 20px;
  position: relative;
}
.item-tile-project-main .tile-place-title-wrap {
  padding-right: 30px;
}
.item-tile-project-main .tile-photo-wrap {
  -ms-flex-order: 3;
      order: 3;
}
.item-tile-project-main .tile-model-photo-wrap {
  -ms-flex-order: 4;
      order: 4;
}
.item-tile-project-main .tile-model-photo-wrap .tile-photo {
  width: 100px;
  aspect-ratio: 100/60;
}
.item-tile-project-main .tile-model-photo-wrap:before {
  padding-bottom: 10px;
}
.item-tile-project-main .tile-title-wrap,
.item-tile-project-main .tile-category-wrap,
.item-tile-project-main .tile-tags-wrap,
.item-tile-project-main .tile-status-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  -ms-flex-order: 5;
      order: 5;
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}
.item-tile-project-main .tile-tags-wrap {
  -ms-flex-order: 7;
      order: 7;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-tile-project-main .tile-tags-wrap .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 10px 0;
}
.item-tile-project-main .tile-status-wrap {
  -ms-flex-order: 8;
      order: 8;
  margin-bottom: 0;
}
.item-tile-project-main .tile-status-wrap.status-check .tile-title {
  padding-left: 25px;
}
.item-tile-project-main .tile-status-wrap.status-check .tile-title:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/check.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: -5px;
  margin-top: -12px;
}
.item-tile-project-main .tile-category-wrap {
  -ms-flex-order: 6;
      order: 6;
}
.item-tile-project-main .tile-category-wrap .tile-content-block {
  width: 240px;
  left: 80px;
  right: auto;
  margin-top: 10px;
}
.item-tile-project-main .tile-category-wrap .tile-content-block .menu {
  padding: 10px;
}
.item-tile-project-main .tile-category-wrap .tile-content-block .menu li {
  margin-bottom: 4px;
}
.item-tile-project-main .tile-category-wrap .tile-content-block .menu li:last-child {
  margin-bottom: 0;
}
.item-tile-project-main .tile-category-wrap .tile-title {
  padding: 0 20px 0 15px;
  cursor: pointer;
  display: inline-block;
  transition: all ease 0.2s;
}
.item-tile-project-main .tile-category-wrap .tile-title:hover,
.item-tile-project-main .tile-category-wrap .tile-title.active {
  color: var(--clr-att);
}
.item-tile-project-main .tile-category-wrap .tile-title:hover:before,
.item-tile-project-main .tile-category-wrap .tile-title.active:before,
.item-tile-project-main .tile-category-wrap .tile-title:hover:after,
.item-tile-project-main .tile-category-wrap .tile-title.active:after {
  filter: none;
}
.item-tile-project-main .tile-category-wrap .tile-title.active:after {
  rotate: 180deg;
}
.item-tile-project-main .tile-category-wrap .tile-title:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-toggle.svg) center no-repeat;
  filter: brightness(0) grayscale(1) opacity(0.9);
  background-size: 100% auto;
  top: 50%;
  right: 0;
  margin-top: -12px;
  transition: all ease 0.2s;
}
.item-tile-project-main .tile-category-wrap .tile-title:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/folder-small.svg) center no-repeat;
  background-size: 24px auto;
  filter: brightness(0) grayscale(1) opacity(0.9);
  top: 50%;
  left: -7px;
  margin-top: -12px;
  transition: all ease 0.2s;
}
.item-tile-project-main .tile-category-wrap .btn-action-menu {
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.item-tile-project-main .tile-content-block {
  display: none;
}
.item-tile-project-main .tile-title {
  display: block;
  vertical-align: top;
  color: inherit;
}
.item-tile-project-main .tile-title a {
  color: inherit;
}
.item-tile-project-main [data-title]:before {
  content: attr(data-title);
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(29, 29, 31, 0.7);
  line-height: 1.2;
  letter-spacing: 0.8px;
  margin: 0 0 8px 0;
}
.item-tile-project-main .tile-photo {
  border-radius: 10px;
  aspect-ratio: 1;
}
.item-tile-project-main .tile-photo ~ .tile-photo {
  display: none;
}
.item-tile-project-main .btn.button-tag-light:hover {
  border-color: var(--clr-att);
  background-color: transparent;
  color: var(--clr-att);
}
.item-tile-project-main .frm-select {
  position: absolute;
  top: 29px;
  left: 10px;
  z-index: 50;
  margin: -20px 0 0 -20px;
  display: none;
}
.item-tile-section-info {
  display: block;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--clr-border);
  padding: 12px 20px 20px 20px;
  line-height: normal;
}
.item-tile-section-info .tile-head-wrap {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  line-height: 1;
  height: 10px;
  padding: 0 20px;
}
.item-tile-section-info .tile-head {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  z-index: 2;
  height: 10px;
  line-height: 10px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  pointer-events: none;
  color: rgba(29, 29, 31, 0.7);
  border-radius: 8px;
}
.item-tile-section-info .tile-code-wrap {
  color: var(--clr-att);
}
.item-tile-section-info .tile-title {
  margin: 0 0 20px 0;
  padding-right: 40px;
}
.item-tile-section-info .tile-title .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 5px;
}
.item-tile-section-info .tile-button {
  position: absolute;
  top: 25px;
  right: 25px;
  margin: -20px -20px 0 0;
  z-index: 2;
}
.item-tile-section-info pre,
.item-tile-section-info code {
  display: block;
  padding: 0;
  margin: 0;
  word-break: break-all;
}
.item-tile-video {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
  height: 100%;
  border-radius: 10px;
  height: 230px;
}
.item-tile-video iframe,
.item-tile-video object,
.item-tile-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-tile-video .tile-img {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-tile-video .tile-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.item-tile-video .btn-action-ico,
.item-tile-video .btn-play-full {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  margin: auto;
}
.item-tile-video .btn-play-full {
  width: 100%;
  height: 100%;
}
.item-tile-video:after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-tile-video.active .tile-bg,
.item-tile-video.active img,
.item-tile-video.active .tile-img,
.item-tile-video.active .btn-action-ico,
.item-tile-video.active .btn-play-full,
.item-tile-video.active:after {
  display: none;
}
.item-tile-project {
  border-radius: 14px;
  display: block;
  position: relative;
  box-shadow: var(--shadowMain);
  overflow: hidden;
  background: #fff;
  transition: all ease 0.2s;
}
.item-tile-project:hover {
  box-shadow: var(--shadowHover);
}
.item-tile-project .tile-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 70px;
  padding: 20px;
}
.item-tile-project .tile-photo-wrap {
  display: block;
}
.item-tile-project .tile-photo {
  aspect-ratio: 360/190;
}
.item-tile-project .tile-title {
  font-weight: 500;
  line-height: 1.5;
}
.elm-tarif-info {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(245, 245, 248, 0.5);
  background: rgba(245, 245, 248, 0.3);
  padding: 20px;
}
.elm-tarif-info .elm-scale {
  margin-bottom: 12px;
}
.elm-tarif-info .tarif-info-title {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(29, 29, 31, 0.7);
  letter-spacing: 0.8px;
  margin: 0 0 12px 0;
}
.elm-tarif-info .tarif-info-total-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.elm-tarif-info .tarif-info-total {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 18px 0 0;
}
.elm-tarif-info .tarif-info-action {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tile-date,
.elm-date {
  display: block;
  position: relative;
  padding-left: 20px;
}
.tile-date:before,
.elm-date:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/date.svg) center no-repeat;
  background-size: 100% auto;
  left: -5px;
  top: 50%;
  margin-top: -12px;
}
:is([class^="item-tile"]):hover .elm-photo img,
:is([class^="item-tile"]):hover .tile-photo img {
  transform: scale(1.03);
}
.elm-photo,
.tile-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
}
.elm-photo[data-counter]:after,
.tile-photo[data-counter]:after {
  content: attr(data-counter);
  height: 15px;
  padding: 0 4px;
  border-radius: 8px;
  background: #fff;
  z-index: 2;
  position: absolute;
  bottom: 3px;
  right: 3px;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.8px;
  font-weight: bold;
  line-height: 15px;
}
.elm-photo.photo-main,
.tile-photo.photo-main {
  border: 1px solid #f00;
  width: 300px;
  height: 300px;
}
.elm-photo:before,
.tile-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img,
.tile-photo img {
  display: block;
  position: relative;
  width: 100%;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports (aspect-ratio: 1) {
  .elm-photo:not(.photo-cover, .photo-contain),
  .tile-photo:not(.photo-cover, .photo-contain) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-price,
.tile-price {
  white-space: nowrap;
}
.elm-price.price-old,
.tile-price.price-old {
  text-decoration: line-through;
}
[data-unit]:after {
  content: attr(data-unit);
  font-family: 'Arial', 'Roboto', 'Open Sans', sans-serif;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.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;
}
.elm-scale {
  height: 3px;
  border-radius: 2px;
  position: relative;
  line-height: 1;
  display: block;
  overflow: hidden;
  background: rgba(29, 29, 31, 0.05);
}
.elm-scale:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: 3px;
  background: var(--grMain);
}
.elm-scale[data-scale="01"]:before {
  width: 1%;
}
.elm-scale[data-scale="02"]:before {
  width: 2%;
}
.elm-scale[data-scale="03"]:before {
  width: 3%;
}
.elm-scale[data-scale="04"]:before {
  width: 4%;
}
.elm-scale[data-scale="05"]:before {
  width: 5%;
}
.elm-scale[data-scale="06"]:before {
  width: 6%;
}
.elm-scale[data-scale="07"]:before {
  width: 7%;
}
.elm-scale[data-scale="08"]:before {
  width: 8%;
}
.elm-scale[data-scale="09"]:before {
  width: 9%;
}
.elm-scale[data-scale="1"]:before {
  width: 1%;
}
.elm-scale[data-scale="2"]:before {
  width: 2%;
}
.elm-scale[data-scale="3"]:before {
  width: 3%;
}
.elm-scale[data-scale="4"]:before {
  width: 4%;
}
.elm-scale[data-scale="5"]:before {
  width: 5%;
}
.elm-scale[data-scale="6"]:before {
  width: 6%;
}
.elm-scale[data-scale="7"]:before {
  width: 7%;
}
.elm-scale[data-scale="8"]:before {
  width: 8%;
}
.elm-scale[data-scale="9"]:before {
  width: 9%;
}
.elm-scale[data-scale="10"]:before {
  width: 10%;
}
.elm-scale[data-scale="11"]:before {
  width: 11%;
}
.elm-scale[data-scale="12"]:before {
  width: 12%;
}
.elm-scale[data-scale="13"]:before {
  width: 13%;
}
.elm-scale[data-scale="14"]:before {
  width: 14%;
}
.elm-scale[data-scale="15"]:before {
  width: 15%;
}
.elm-scale[data-scale="16"]:before {
  width: 16%;
}
.elm-scale[data-scale="17"]:before {
  width: 17%;
}
.elm-scale[data-scale="18"]:before {
  width: 18%;
}
.elm-scale[data-scale="19"]:before {
  width: 19%;
}
.elm-scale[data-scale="20"]:before {
  width: 20%;
}
.elm-scale[data-scale="21"]:before {
  width: 21%;
}
.elm-scale[data-scale="22"]:before {
  width: 22%;
}
.elm-scale[data-scale="23"]:before {
  width: 23%;
}
.elm-scale[data-scale="24"]:before {
  width: 24%;
}
.elm-scale[data-scale="25"]:before {
  width: 25%;
}
.elm-scale[data-scale="26"]:before {
  width: 26%;
}
.elm-scale[data-scale="27"]:before {
  width: 27%;
}
.elm-scale[data-scale="28"]:before {
  width: 28%;
}
.elm-scale[data-scale="29"]:before {
  width: 29%;
}
.elm-scale[data-scale="30"]:before {
  width: 30%;
}
.elm-scale[data-scale="31"]:before {
  width: 31%;
}
.elm-scale[data-scale="32"]:before {
  width: 32%;
}
.elm-scale[data-scale="33"]:before {
  width: 33%;
}
.elm-scale[data-scale="34"]:before {
  width: 34%;
}
.elm-scale[data-scale="35"]:before {
  width: 35%;
}
.elm-scale[data-scale="36"]:before {
  width: 36%;
}
.elm-scale[data-scale="37"]:before {
  width: 37%;
}
.elm-scale[data-scale="38"]:before {
  width: 38%;
}
.elm-scale[data-scale="39"]:before {
  width: 39%;
}
.elm-scale[data-scale="40"]:before {
  width: 40%;
}
.elm-scale[data-scale="41"]:before {
  width: 41%;
}
.elm-scale[data-scale="42"]:before {
  width: 42%;
}
.elm-scale[data-scale="43"]:before {
  width: 43%;
}
.elm-scale[data-scale="44"]:before {
  width: 44%;
}
.elm-scale[data-scale="45"]:before {
  width: 45%;
}
.elm-scale[data-scale="46"]:before {
  width: 46%;
}
.elm-scale[data-scale="47"]:before {
  width: 47%;
}
.elm-scale[data-scale="48"]:before {
  width: 48%;
}
.elm-scale[data-scale="49"]:before {
  width: 49%;
}
.elm-scale[data-scale="50"]:before {
  width: 50%;
}
.elm-scale[data-scale="51"]:before {
  width: 51%;
}
.elm-scale[data-scale="52"]:before {
  width: 52%;
}
.elm-scale[data-scale="53"]:before {
  width: 53%;
}
.elm-scale[data-scale="54"]:before {
  width: 54%;
}
.elm-scale[data-scale="55"]:before {
  width: 55%;
}
.elm-scale[data-scale="56"]:before {
  width: 56%;
}
.elm-scale[data-scale="57"]:before {
  width: 57%;
}
.elm-scale[data-scale="58"]:before {
  width: 58%;
}
.elm-scale[data-scale="59"]:before {
  width: 59%;
}
.elm-scale[data-scale="60"]:before {
  width: 60%;
}
.elm-scale[data-scale="61"]:before {
  width: 61%;
}
.elm-scale[data-scale="62"]:before {
  width: 62%;
}
.elm-scale[data-scale="63"]:before {
  width: 63%;
}
.elm-scale[data-scale="64"]:before {
  width: 64%;
}
.elm-scale[data-scale="65"]:before {
  width: 65%;
}
.elm-scale[data-scale="66"]:before {
  width: 66%;
}
.elm-scale[data-scale="67"]:before {
  width: 67%;
}
.elm-scale[data-scale="68"]:before {
  width: 68%;
}
.elm-scale[data-scale="69"]:before {
  width: 69%;
}
.elm-scale[data-scale="70"]:before {
  width: 70%;
}
.elm-scale[data-scale="71"]:before {
  width: 71%;
}
.elm-scale[data-scale="72"]:before {
  width: 72%;
}
.elm-scale[data-scale="73"]:before {
  width: 73%;
}
.elm-scale[data-scale="74"]:before {
  width: 74%;
}
.elm-scale[data-scale="75"]:before {
  width: 75%;
}
.elm-scale[data-scale="76"]:before {
  width: 76%;
}
.elm-scale[data-scale="77"]:before {
  width: 77%;
}
.elm-scale[data-scale="78"]:before {
  width: 78%;
}
.elm-scale[data-scale="79"]:before {
  width: 79%;
}
.elm-scale[data-scale="80"]:before {
  width: 80%;
}
.elm-scale[data-scale="81"]:before {
  width: 81%;
}
.elm-scale[data-scale="82"]:before {
  width: 82%;
}
.elm-scale[data-scale="83"]:before {
  width: 83%;
}
.elm-scale[data-scale="84"]:before {
  width: 84%;
}
.elm-scale[data-scale="85"]:before {
  width: 85%;
}
.elm-scale[data-scale="86"]:before {
  width: 86%;
}
.elm-scale[data-scale="87"]:before {
  width: 87%;
}
.elm-scale[data-scale="88"]:before {
  width: 88%;
}
.elm-scale[data-scale="89"]:before {
  width: 89%;
}
.elm-scale[data-scale="90"]:before {
  width: 90%;
}
.elm-scale[data-scale="91"]:before {
  width: 91%;
}
.elm-scale[data-scale="92"]:before {
  width: 92%;
}
.elm-scale[data-scale="93"]:before {
  width: 93%;
}
.elm-scale[data-scale="94"]:before {
  width: 94%;
}
.elm-scale[data-scale="95"]:before {
  width: 95%;
}
.elm-scale[data-scale="96"]:before {
  width: 96%;
}
.elm-scale[data-scale="97"]:before {
  width: 97%;
}
.elm-scale[data-scale="98"]:before {
  width: 98%;
}
.elm-scale[data-scale="99"]:before {
  width: 99%;
}
.elm-scale[data-scale="100"]:before {
  width: 100%;
}
.elm-helper {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
}
.elm-helper:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/helper.svg) center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) grayscale(1) opacity(0.45);
  transition: all ease 0.2s;
  top: 0;
  left: 0;
}
.elm-helper:hover:before {
  filter: none;
}
.elm-out,
.elm-check {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  overflow: hidden;
}
.elm-out:before,
.elm-check:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/icons/check.svg) center no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.elm-out:before {
  background-image: url(../img/icons/out.svg);
}
@media (max-width: 991px) {
  .item-tile-project-main .tile-model-photo-wrap:has(.tile-photo:nth-child(2)) .tile-photo:nth-child(2),
  .item-tile-project-main .tile-model-photo-wrap:has(.tile-photo:nth-child(2)) .tile-photo:nth-child(3) {
    left: 70px;
    margin-top: 32px;
  }
}
@media (max-width: 639px) {
  .item-tile-info-main .tile-title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .tiles-box .item-wrap:nth-child(2n+1) .item-tile-project-main .tile-popup-menu-wrap .tile-content-block {
    right: auto;
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .tiles-box .item-wrap:nth-child(3n+1) .item-tile-project-main .tile-popup-menu-wrap .tile-content-block {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .item-tile-faq .tile-button {
    font-size: 2.4rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .item-tile-info-date {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 9.2rem;
  }
  .item-tile-info-date .tile-title {
    font-size: 2.8rem;
    margin-bottom: 22px;
    min-height: 6.8rem;
  }
  .item-tile-info-date .tile-date {
    font-size: 15px;
  }
  .item-tile-info-main {
    padding: 3rem 3rem 4rem 3rem;
  }
  .item-tile-info-main .tile-ico {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 5.6rem;
  }
  .item-tile-info-main .tile-photo {
    aspect-ratio: 310/440;
  }
  .item-tile-info-main .tile-title {
    margin-bottom: 2.2rem;
  }
  .view-tiles .item-tile-project-main .tile-title-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .view-tiles .item-tile-project-main .tile-popup-menu-wrap {
    bottom: 25px;
  }
  .view-tiles .item-tile-project-main .tile-popup-menu-wrap .tile-content-block {
    width: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main:has(input:checked) {
    border-color: var(--clr-att);
    background-color: var(--clr-bg-att);
    z-index: 20;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main:has(input:checked) .tile-category-wrap .tile-title {
    color: var(--clr-att);
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main:has(input:checked) .tile-category-wrap .tile-title:before,
  .tiles-box:not(.view-tiles) .item-tile-project-main:has(input:checked) .tile-category-wrap .tile-title:after {
    filter: none;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main:has(input:checked) .tile-title a {
    color: var(--clr-att);
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main:has(input:checked) .btn.button-tag-light {
    border-color: var(--clr-att);
    background-color: transparent;
    color: var(--clr-att);
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-popup-menu-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-popup-menu-wrap .elm-hidden-desktop-rows {
    display: none;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-popup-menu-wrap .tile-btn-popup {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-popup-menu-wrap .tile-btn-popup:before {
    display: none;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-popup-menu-wrap .tile-content-block {
    top: 100%;
    left: 50%;
    right: auto;
    margin: 9px 0 0 0;
    z-index: 30;
    transform: translateX(-50%);
    border-radius: 32px;
    width: auto;
    max-width: 100%;
    padding: 0 22px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-popup-menu-wrap .tile-content-block .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    margin: 0 -10px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-popup-menu-wrap .tile-content-block .menu li {
    padding: 10px 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .item-tile-project-main {
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 19px 40px 19px 60px;
  }
  .item-tile-project-main .tile-place-photo-wrap {
    -ms-flex-order: 1;
        order: 1;
    margin: 0;
    width: 110px;
    -ms-flex: 0 0 110px;
        flex: 0 0 110px;
  }
  .item-tile-project-main .tile-place-photo-wrap .tile-photo {
    width: 60px;
  }
  .item-tile-project-main .tile-place-title-wrap {
    -ms-flex-order: 2;
        order: 2;
    padding: 0 20px 0 0;
    margin: 0;
    width: 16.2%;
    -ms-flex: 0 0 16.2%;
        flex: 0 0 16.2%;
  }
  .item-tile-project-main .tile-title-wrap {
    width: 19.3%;
    padding: 0 20px 0 0;
    margin: 0;
    -ms-flex: 0 0 19.3%;
        flex: 0 0 19.3%;
    -ms-flex-order: 3;
        order: 3;
  }
  .item-tile-project-main .tile-model-photo-wrap {
    width: 150px;
    -ms-flex-order: 4;
        order: 4;
    padding: 0;
    margin: 0;
    -ms-flex: 0 0 150px;
        flex: 0 0 150px;
  }
  .item-tile-project-main .tile-model-photo-wrap .tile-photo {
    width: 100px;
  }
  .item-tile-project-main .tile-photo-wrap {
    -ms-flex-order: 5;
        order: 5;
    width: 110px;
    margin: 0;
    padding: 0;
    -ms-flex: 0 0 110px;
        flex: 0 0 110px;
  }
  .item-tile-project-main .tile-photo-wrap .tile-photo {
    width: 60px;
  }
  .item-tile-project-main .tile-status-wrap {
    width: 12%;
    -ms-flex: 0 0 12%;
        flex: 0 0 12%;
    padding: 0 20px 0 0;
    margin: 0;
    -ms-flex-order: 6;
        order: 6;
  }
  .item-tile-project-main .tile-category-wrap {
    width: 150px;
    -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    padding: 0;
    margin: 0;
    -ms-flex-order: 7;
        order: 7;
  }
  .item-tile-project-main .tile-category-wrap .tile-content-block {
    top: 34px;
    right: auto;
    left: 0;
    margin: 0;
  }
  .item-tile-project-main .tile-tags-wrap {
    -ms-flex-order: 8;
        order: 8;
    width: auto;
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    padding: 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .item-tile-project-main .tile-tags-wrap .btn {
    margin-right: 0;
    margin-left: 10px;
  }
  .item-tile-project-main [data-title]:before {
    display: none;
  }
  .item-tile-project-main .tile-title {
    margin: 0;
    padding: 0;
  }
  .item-tile-project-main .tile-title a {
    position: relative;
    z-index: 10;
  }
  .item-tile-project-main .tile-photo {
    z-index: 10;
  }
  .item-tile-project-main .tile-category-wrap .tile-title {
    z-index: 10;
  }
  .item-tile-project-main .tile-model-photo-wrap {
    position: relative;
    z-index: 10;
  }
  .item-tile-project-main .tile-tags-wrap .btn {
    z-index: 10;
  }
  .item-tile-project-main .frm-select {
    display: block;
  }
  .item-tile-project .tile-photo {
    aspect-ratio: 500/300;
  }
}
@media (min-width: 992px) and (max-width: 1799px) {
  .tiles-box:not(.view-tiles) .item-tile-project-main {
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-place-photo-wrap {
    width: 80px;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-place-title-wrap {
    width: calc(50% - 140px);
    -ms-flex: 0 0 calc(50% - 140px);
        flex: 0 0 calc(50% - 140px);
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-title-wrap {
    width: calc(50% - 140px);
    -ms-flex: 0 0 calc(50% - 140px);
        flex: 0 0 calc(50% - 140px);
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-model-photo-wrap {
    width: 120px;
    -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-photo-wrap {
    width: 80px;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-status-wrap {
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-category-wrap {
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-tags-wrap {
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
  }
}
@media (min-width: 1100px) and (max-width: 1799px) {
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-place-photo-wrap {
    width: 80px;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-place-title-wrap {
    width: calc(50% - 210px);
    -ms-flex: 0 0 calc(50% - 210px);
        flex: 0 0 calc(50% - 210px);
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-title-wrap {
    width: calc(50% - 210px);
    -ms-flex: 0 0 calc(50% - 210px);
        flex: 0 0 calc(50% - 210px);
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-model-photo-wrap {
    width: 120px;
    -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-photo-wrap {
    width: 80px;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-status-wrap {
    width: 140px;
    -ms-flex: 0 0 140px;
        flex: 0 0 140px;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-category-wrap {
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-tags-wrap {
    width: 66.66%;
    -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-place-photo-wrap {
    width: 80px;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-place-title-wrap {
    width: calc(35% - 140px);
    -ms-flex: 0 0 calc(35% - 140px);
        flex: 0 0 calc(35% - 140px);
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-title-wrap {
    width: calc(35% - 140px);
    -ms-flex: 0 0 calc(35% - 140px);
        flex: 0 0 calc(35% - 140px);
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-model-photo-wrap {
    width: 120px;
    -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-photo-wrap {
    width: 80px;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-status-wrap {
    width: 15%;
    -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-category-wrap {
    width: 15%;
    -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    margin-bottom: 20px;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-tags-wrap {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .tiles-box:not(.view-tiles) .item-tile-project-main .tile-tags-wrap .btn {
    margin-left: 0;
    margin-right: 10px;
  }
  .item-tile-project-main .tile-category-wrap .tile-content-block {
    max-width: calc(100% + 24px + var(--paddingContainer));
  }
}
@media (min-width: 1800px) {
  .item-tile-project-main .frm-select {
    left: 24px;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.wrap-main .btn.button-dark:hover {
  background-color: #005BFF;
  border-color: #005BFF;
}
.slider-select-box .slider-wrap {
  margin: 0 -10px;
  overflow: visible;
}
.slider-select-box .sl-wrap {
  padding: 0 10px;
  width: 260px;
}
.info-faq-box {
  display: block;
  position: relative;
}
.info-faq-box .box-inner-wrap {
  padding: 75px 0 100px 0;
}
.info-faq-box .title-wrap {
  margin-bottom: 26px;
}
.info-faq-box .action-wrap {
  margin-top: 29px;
}
.info-faq-box .row {
  margin-top: 0;
  margin-bottom: 0;
}
.info-faq-box .col {
  margin: 0;
}
.info-faq-box .col:first-child .item-tile-faq {
  border-top: 1px solid #F5F5F5;
}
.info-faq-box .btn {
  padding: 0 20px;
  font-size: 16px;
}
.info-faq-box .btn.button-medium {
  padding: 0 20px;
}
.info-faq-box .btn .button-title {
  font-weight: bold;
}
.info-tarif-box {
  display: block;
  position: relative;
}
.info-tarif-box .tarifs-box {
  margin-bottom: 0;
}
.info-tarif-box .tarifs-box .elm-check:before {
  background-image: url(../img/icons/check-att.svg);
  filter: none;
}
.info-tarif-box .tarifs-box .td-title,
.info-tarif-box .tarifs-box .th-title {
  font-size: 20px;
}
.info-tarif-box .tarifs-box .btn .button-title {
  font-weight: bold;
}
.info-clients-box {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.info-clients-box .title-wrap {
  margin-bottom: 30px;
}
.info-clients-box .info-wrap {
  width: 300px;
}
.info-clients-box .btn {
  height: 38px;
  padding: 0 20px;
  border-radius: 9px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.info-logos-box {
  position: relative;
}
.info-logos-box .box-inner-wrap {
  padding-top: 100px;
  padding-bottom: 50px;
}
.info-logos-box .title-wrap {
  margin-bottom: 36px;
}
.info-logos-box .tabs-wrap {
  margin-bottom: 46px;
  max-width: 366px;
}
.info-logos-box .tabs-box:last-child {
  margin-bottom: 0;
}
.info-video-box {
  position: relative;
  color: #fff;
}
.info-video-box .box-inner-wrap {
  padding-bottom: 20px;
  padding-top: 50px;
}
.info-video-box .title-wrap {
  margin-bottom: 36px;
  text-align: center;
}
.info-video-box .page-main-title {
  color: inherit;
}
.info-video-box .item-tile-video {
  aspect-ratio: 360/250;
  border-radius: 14px;
  width: 100%;
  height: auto;
}
.info-video-box .item-tile-video .btn-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.info-screens-box {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.info-screens-box .title-wrap {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.info-screens-box .photo-inner-wrap {
  position: relative;
  padding-top: 60px;
  margin: 0 auto;
  max-width: 400px;
  overflow: hidden;
}
.info-screens-box .info-inner-wrap p {
  max-width: 270px;
}
.info-screens-box .elm-photo {
  aspect-ratio: 360/220;
  border-radius: 10px;
  z-index: 3;
}
.info-screens-box .elm-photo:nth-child(2) {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 83.3%;
  opacity: 0.35;
}
.info-screens-box .elm-photo:nth-child(3) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.08;
  width: 66.6%;
}
.info-screens-box .elm-ico {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
}
.info-screens-box .page-second-title {
  margin-bottom: 15px;
}
.info-screens-box .btn {
  height: 38px;
  padding: 0 20px;
}
.info-tiles-box {
  position: relative;
}
.info-tiles-box.section-third .slider-wrap {
  overflow: visible;
}
.info-tiles-box.section-third .sl-wrap {
  transition: all ease 0.2s;
  opacity: 0;
}
.info-tiles-box.section-third .swiper-slide-active {
  opacity: 1;
}
.info-tiles-box.section-second .box-inner-wrap {
  padding: 100px 0;
}
.info-tiles-box .slider-action-wrap {
  margin-top: 30px;
  padding: 0 15px;
  padding: 0 1.5rem;
}
.info-tiles-box .slider-action-wrap .btn {
  padding: 0 20px;
}
.info-tiles-box .slider-action-wrap .btn .button-title {
  font-weight: bold;
}
.info-tiles-box .box-inner-wrap {
  padding: 50px 0 104px 0;
}
.info-tiles-box .slider-wrap {
  margin: 0 -15px;
  margin: 0 -1.5rem;
}
.info-tiles-box .sl-wrap {
  padding: 0 15px;
  padding: 0 1.5rem;
}
.info-tiles-box .slider-pagination {
  padding-top: 30px;
}
.info-buyers-box {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
}
.info-buyers-box .box-inner-wrap {
  padding: 90px 0 133px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
}
.info-buyers-box .title-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 15px;
}
.info-buyers-box .photo-wrap {
  width: 70%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-buyers-box .photo-second {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.info-buyers-box .photo-second .elm-photo {
  max-width: inherit;
  width: 280%;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -100%;
  margin-bottom: -70%;
}
.info-buyers-box .title-att-gr {
  background: linear-gradient(90deg, #3DA0FE 64.74%, #6B60F2 73.98%, #E139D3 88.53%, #FF7280 91.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-buyers-box .title-inner {
  margin-bottom: 30px;
}
.info-lead-box {
  position: relative;
  z-index: 2;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
}
.info-lead-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 115px 0 42px 0;
}
.info-lead-box .title-wrap {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 15px;
}
.info-lead-box .photo-wrap {
  -ms-flex-order: 2;
      order: 2;
  margin-bottom: 30px;
}
.info-lead-box .photo-wrap .elm-photo {
  max-width: 770px;
  margin: 0 auto;
}
.info-lead-box .text-wrap {
  -ms-flex-order: 3;
      order: 3;
}
.info-lead-box .title-inner {
  font-size: 1.95454545em;
  line-height: 1.1;
  font-weight: bold;
  color: inherit;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  max-width: 8.62068966em;
}
.info-lead-box .title-inner:last-child {
  margin: 0;
}
.info-lead-box .btn {
  min-width: 133px;
  height: 38px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.48px;
}
.info-lead-box .btn.button-border-att {
  color: #fff;
}
.info-lead-box .btn.button-border-att .button-title:before {
  background-color: #0E100F;
}
.tiles-box {
  margin-bottom: 50px;
  position: relative;
}
.tiles-box.view-tiles .items-wrap {
  margin: 0 -10px -20px -10px;
}
.tiles-box.view-tiles .item-wrap {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 50%;
}
.tiles-box.view-tiles .item-wrap:last-child {
  margin-bottom: 20px;
}
.tiles-box .items-wrap {
  margin: 0;
}
.tiles-box .item-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
.tiles-box .item-wrap:last-child {
  margin-bottom: 0;
}
.tiles-box .placeholder {
  background-color: #e0e0e0;
  /* Цвет для места вставки */
  border: 2px dashed #000;
  /* Обводка для индикации места вставки */
  height: 50px;
  /* Высота, соответствующая .item-wrap */
  width: 100%;
}
.page-popup-box {
  max-width: 360px;
  margin: 0 auto 50px auto;
  border-radius: 20px;
  box-shadow: var(--shadowMain);
  background: #fff;
  z-index: 80;
  padding: 62px 20px 20px 20px;
  position: relative;
}
.page-popup-box .btn-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.page-popup-box .popup-title-wrap {
  margin-bottom: 32px;
}
.tiles-popup-box {
  margin: 0 auto;
}
.tiles-popup-box .items-wrap {
  margin: 0;
}
.tiles-popup-box .item-wrap {
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}
.tiles-popup-box .item-wrap:last-child {
  margin-bottom: 0;
}
.profile-box {
  margin-bottom: 50px;
}
.profile-box .frm-section-wrap {
  position: relative;
  margin-bottom: 53px;
}
.profile-box .frm-section-wrap:last-child {
  margin-bottom: 0;
}
.profile-box .page-title {
  margin-bottom: 30px;
}
.profile-box .frm-row-submit {
  margin-top: -20px;
}
.profile-box .frm-row-submit .frm-field {
  margin-bottom: 0;
}
.profile-box .frm-row-submit .btn {
  width: 100%;
}
.tarifs-box {
  margin-bottom: 50px;
  position: relative;
}
.tarifs-box .tbl-inner-wrap {
  position: relative;
}
.tarifs-box .tbl-tarif {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
}
.tarifs-box .tbl-tarif:has(th:nth-child(2):hover):before,
.tarifs-box .tbl-tarif:has(td:nth-child(2):hover):before {
  right: 520px;
  opacity: 1;
}
.tarifs-box .tbl-tarif:has(th:nth-child(3):hover):before,
.tarifs-box .tbl-tarif:has(td:nth-child(3):hover):before {
  right: 260px;
  opacity: 1;
}
.tarifs-box .tbl-tarif:has(th:nth-child(4):hover):before,
.tarifs-box .tbl-tarif:has(td:nth-child(4):hover):before {
  right: 0;
  opacity: 1;
}
.tarifs-box .tbl-tarif th,
.tarifs-box .tbl-tarif td {
  border: none;
  border-bottom: 1px solid var(--clr-border);
  vertical-align: top;
  text-align: left;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  padding: 19px 20px;
  letter-spacing: 0.01em;
  color: inherit;
  width: 260px;
  position: relative;
  z-index: 2;
}
.tarifs-box .tbl-tarif th:first-child,
.tarifs-box .tbl-tarif td:first-child {
  width: auto;
}
.tarifs-box .tbl-tarif tbody tr:last-child th,
.tarifs-box .tbl-tarif tbody tr:last-child td {
  padding-bottom: 30px;
  border-bottom: none;
}
.tarifs-box .tbl-tarif:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 260px;
  border-radius: 10px;
  box-shadow: var(--shadowMain);
  transition: all ease 0.2s;
  opacity: 0;
}
.tarifs-box .th-att {
  display: inline-block;
  background: linear-gradient(90deg, #3DA0FE 0%, #6B60F2 34%, #E139D3 87.5%, #FF7280 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tarifs-box p,
.tarifs-box .td-text {
  font-size: 16px;
}
.tarifs-box .th-title,
.tarifs-box .td-title {
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0.5em;
}
.tarifs-box .th-title:last-child,
.tarifs-box .td-title:last-child {
  margin-bottom: 0;
}
.tarifs-box .td-title {
  font-size: 16px;
  margin-bottom: 15px;
  padding-top: 10px;
}
.tarifs-box .btn {
  width: 140px;
}
.tabs-box {
  margin-bottom: 26px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 2px;
  line-height: 1;
  background: var(--clr-bg-light);
}
.tabs-box:has(.button-tab-main) {
  background-color: #FAFAFB;
  border-radius: 50px;
}
.tabs-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px;
}
.tabs-box .menu li {
  padding: 0 2px;
  -ms-flex: 1;
      flex: 1;
}
.tabs-box .menu .btn {
  font-weight: 500;
  width: 100%;
}
.page-title-box {
  position: relative;
  z-index: 99;
}
.page-title-box .title-wrap {
  margin-bottom: 20px;
}
.page-title-box .tabs-wrap {
  margin-bottom: 26px;
}
.page-title-box .tabs-box {
  margin-bottom: 0;
}
.page-title-box .actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.page-title-box .actions-wrap .btn {
  height: 50px;
}
.page-title-box .actions-wrap .btn.button-border-att .button-ico {
  filter: none;
}
.scroll-inner-wrap {
  padding-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  padding-left: var(--paddingContainer);
  overflow-x: auto;
}
.scroll-inner-wrap .frm-select-info {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.popup-open {
  overflow: hidden;
}
.popup-outer-box {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 100px 20px;
  animation: fadein ease 0.2s;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  z-index: 100;
  background: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup-outer-box.active {
  display: -ms-flexbox;
  display: flex;
}
.popup-outer-box.popup-main {
  background: rgba(14, 16, 15, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  left: 0;
  right: 0;
  padding: 20px;
}
.popup-outer-box.popup-main:before {
  display: none;
}
.popup-main .popup-box {
  border-radius: 20px;
}
.popup-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 410px;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  z-index: 20;
  border-radius: 20px;
  padding: 42px 0 0 0;
  box-shadow: var(--shadowMain);
}
.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 20px 12px 20px;
}
.popup-box .popup-content-wrap {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  padding: 20px;
}
.popup-box .popup-content-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-box .btn-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup-box:has(.frm-popup.active) .popup-title-wrap {
  display: none;
}
.popup-login-box {
  border-top: 1px solid var(--clr-border);
  padding-top: 39px;
  margin-top: 36px;
}
.popup-login-box:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.popup-login-box .login-title {
  display: block;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.7);
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.popup-login-box .frm-row {
  margin: 0 -5px;
}
.popup-login-box .frm-field {
  padding: 0 5px;
  margin: 0;
  width: 33.33%;
}
.bg-inner-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  z-index: -1;
}
.bg-inner-wrap.bg-dark {
  background-color: var(--clr-title);
}
.bg-inner-wrap.bg-light {
  background-color: #FAFAFB;
}
.bg-inner-wrap.bg-yellow {
  background-color: rgba(255, 183, 44, 0.15);
}
.bg-inner-wrap.bg-border {
  border-bottom: 1px solid #F5F5F5;
}
.box-inner-wrap {
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
@media (max-width: 1599px) {
  .tarifs-box .tbl-tarif td,
  .tarifs-box .tbl-tarif th {
    width: 200px;
  }
  .tarifs-box .tbl-tarif:has(th:nth-child(2):hover):before,
  .tarifs-box .tbl-tarif:has(td:nth-child(2):hover):before {
    right: 400px;
    opacity: 1;
  }
  .tarifs-box .tbl-tarif:has(th:nth-child(3):hover):before,
  .tarifs-box .tbl-tarif:has(td:nth-child(3):hover):before {
    right: 200px;
    opacity: 1;
  }
  .tarifs-box .tbl-tarif:before {
    width: 200px;
  }
}
@media (max-width: 1399px) {
  .tarifs-box .tbl-tarif td,
  .tarifs-box .tbl-tarif th {
    width: 180px;
  }
  .tarifs-box .tbl-tarif:has(th:nth-child(2):hover):before,
  .tarifs-box .tbl-tarif:has(td:nth-child(2):hover):before {
    right: 360px;
    opacity: 1;
  }
  .tarifs-box .tbl-tarif:has(th:nth-child(3):hover):before,
  .tarifs-box .tbl-tarif:has(td:nth-child(3):hover):before {
    right: 180px;
    opacity: 1;
  }
  .tarifs-box .tbl-tarif:before {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .tarifs-box .tbl-tarif {
    font-size: 16px;
  }
  .tarifs-box .tbl-tarif th,
  .tarifs-box .tbl-tarif td {
    padding-left: 15px;
    padding-right: 15px;
    width: 170px;
  }
  .tarifs-box .tbl-tarif:has(th:nth-child(2):hover):before,
  .tarifs-box .tbl-tarif:has(td:nth-child(2):hover):before {
    right: 340px;
    opacity: 1;
  }
  .tarifs-box .tbl-tarif:has(th:nth-child(3):hover):before,
  .tarifs-box .tbl-tarif:has(td:nth-child(3):hover):before {
    right: 170px;
    opacity: 1;
  }
  .tarifs-box .tbl-tarif:before {
    width: 170px;
  }
  .tarifs-box p,
  .tarifs-box .td-text,
  .tarifs-box .td-title {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .page-title-box .actions-wrap {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    border-top: 1px solid var(--clr-border);
  }
  .page-title-box .actions-wrap .btn {
    width: 100%;
    min-width: 100%;
    height: 50px;
    border-radius: 0;
    font-weight: 500;
  }
  .page-title-box .actions-wrap .btn:before,
  .page-title-box .actions-wrap .btn:after {
    display: none;
  }
  .page-title-box .actions-wrap .btn.button-clear {
    width: 100%;
    font-weight: 400;
  }
  .page-title-box .action-wrap {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: 1px solid var(--clr-border);
    position: static;
  }
  .page-title-box .action-wrap:first-child {
    border-left: none;
  }
  .popup-search-wrap .popup-content-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 8px 20px;
    background: #fff;
    border-top: 1px solid var(--clr-border);
    display: none;
  }
}
@media (max-width: 767px) {
  .info-tarif-box .tarifs-box .tbl-tarif .tr-total td,
  .info-tarif-box .tarifs-box .tbl-tarif .tr-total th {
    padding-bottom: 0;
    padding-top: 30px;
  }
  .tarifs-box:has([data-tab="table01"].active) .tbl-tarif th:nth-child(3),
  .tarifs-box:has([data-tab="table01"].active) .tbl-tarif td:nth-child(3),
  .tarifs-box:has([data-tab="table01"].active) .tbl-tarif th:nth-child(4),
  .tarifs-box:has([data-tab="table01"].active) .tbl-tarif td:nth-child(4) {
    display: none;
  }
  .tarifs-box:has([data-tab="table02"].active) .tbl-tarif th:nth-child(2),
  .tarifs-box:has([data-tab="table02"].active) .tbl-tarif td:nth-child(2),
  .tarifs-box:has([data-tab="table02"].active) .tbl-tarif th:nth-child(4),
  .tarifs-box:has([data-tab="table02"].active) .tbl-tarif td:nth-child(4) {
    display: none;
  }
  .tarifs-box:has([data-tab="table03"].active) .tbl-tarif th:nth-child(2),
  .tarifs-box:has([data-tab="table03"].active) .tbl-tarif td:nth-child(2),
  .tarifs-box:has([data-tab="table03"].active) .tbl-tarif th:nth-child(3),
  .tarifs-box:has([data-tab="table03"].active) .tbl-tarif td:nth-child(3) {
    display: none;
  }
  .tarifs-box .tbl-tarif {
    font-size: 18px;
  }
  .tarifs-box .tbl-tarif thead {
    display: none;
  }
  .tarifs-box .tbl-tarif:before {
    display: none;
  }
  .tarifs-box .tbl-tarif th,
  .tarifs-box .tbl-tarif td {
    width: 90px;
    max-width: 90px;
    text-align: right;
    padding-right: 0;
  }
  .tarifs-box .tbl-tarif th:first-child,
  .tarifs-box .tbl-tarif td:first-child {
    text-align: left;
    padding-left: 0;
  }
  .tarifs-box .tbl-tarif th:not(:first-child),
  .tarifs-box .tbl-tarif td:not(:first-child) {
    font-size: 20px;
  }
  .tarifs-box .tbl-tarif .tr-total th,
  .tarifs-box .tbl-tarif .tr-total td {
    width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    min-width: calc(100% - 90px);
    text-align: left;
    padding-left: 0;
  }
  .tarifs-box .tbl-tarif .tr-total th:first-child,
  .tarifs-box .tbl-tarif .tr-total td:first-child {
    display: none;
  }
  .tarifs-box p,
  .tarifs-box .td-text,
  .tarifs-box .td-title {
    font-size: 16px;
  }
  .tarifs-box .elm-out,
  .tarifs-box .elm-check {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 576px) {
  .tiles-box.view-tiles .item-wrap {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .sections-box .frm-field-input {
    z-index: 3;
  }
  .slider-select-box .slider-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #fff;
    width: 800px;
    z-index: 2;
  }
  .slider-select-box .swiper-slide {
    opacity: 0;
    transition: all ease 0.2s;
    pointer-events: none;
  }
  .slider-select-box .swiper-slide:has(+.swiper-slide-active) {
    opacity: 1;
    pointer-events: auto;
  }
  .slider-select-box .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
  }
  .slider-select-box .swiper-slide.swiper-slide-active ~ .swiper-slide {
    opacity: 1;
    pointer-events: auto;
  }
  .info-faq-box .box-inner-wrap {
    padding: 16rem 0;
  }
  .info-faq-box .title-wrap {
    margin-bottom: 6rem;
  }
  .info-faq-box .action-wrap {
    padding-top: 4rem;
  }
  .info-clients-box {
    font-size: 2.2rem;
  }
  .info-clients-box .box-inner-wrap {
    padding-bottom: 8.5rem;
  }
  .info-clients-box .title-wrap {
    margin-bottom: 4rem;
  }
  .info-clients-box .photo-wrap {
    width: 76%;
    margin: -24% 0 0 auto;
  }
  .info-clients-box .btn {
    margin-top: 1.5rem;
  }
  .info-logos-box .box-inner-wrap {
    padding: 15rem 0;
  }
  .info-logos-box .tabs-wrap {
    margin-bottom: 26px;
  }
  .info-logos-box .title-wrap {
    margin-bottom: 6rem;
  }
  .info-video-box {
    position: relative;
  }
  .info-video-box .box-inner-wrap {
    padding-bottom: 15rem;
    padding-top: 14rem;
  }
  .info-video-box .title-wrap {
    margin-bottom: 5.6rem;
  }
  .info-video-box .item-tile-video {
    aspect-ratio: 1170/600;
  }
  .info-screens-box .box-inner-wrap {
    padding-bottom: 0;
  }
  .info-screens-box .photo-inner-wrap {
    margin: 0;
    max-width: 100%;
    padding: 0 0 0 17rem;
  }
  .info-screens-box .info-inner-wrap {
    padding: 0 0 10rem 0;
    margin: 0 0 0 auto;
    max-width: 47rem;
  }
  .info-screens-box .elm-ico {
    width: 9rem;
    height: 9rem;
    margin-bottom: 3rem;
  }
  .info-screens-box .page-second-title {
    margin-bottom: 15px;
    font-size: 26px;
    letter-spacing: 0.26px;
    max-width: 290px;
  }
  .info-screens-box .title-wrap {
    margin-bottom: 14rem;
  }
  .info-screens-box .btn {
    margin-top: 2rem;
  }
  .info-screens-box .elm-photo {
    aspect-ratio: 400/650;
    border-radius: 25px 25px 0 0;
  }
  .info-screens-box .elm-photo:nth-child(2) {
    left: 8.5rem;
    top: 6rem;
    width: calc(100% - 17rem);
    transform: none;
  }
  .info-screens-box .elm-photo:nth-child(3) {
    left: 0;
    top: 12rem;
    width: 100%;
    width: calc(100% - 17rem);
    transform: none;
  }
  .info-tiles-box.section-second .box-inner-wrap {
    padding: 15rem 0 12rem 0;
  }
  .info-tiles-box .box-inner-wrap {
    padding: 15rem 0 15rem 0;
  }
  .info-buyers-box {
    font-size: 2.2rem;
  }
  .info-buyers-box .box-inner-wrap {
    -ms-flex-align: start;
        align-items: flex-start;
    padding-bottom: 10rem;
    padding-top: 14rem;
  }
  .info-buyers-box .title-wrap {
    width: 50%;
    padding-left: 15px;
    -ms-flex-order: 2;
        order: 2;
  }
  .info-buyers-box .title-wrap p {
    max-width: 16.81818182em;
  }
  .info-buyers-box .photo-wrap {
    width: 50%;
    padding-right: 15px;
  }
  .info-buyers-box .photo-main {
    -ms-flex-order: 1;
        order: 1;
  }
  .info-buyers-box .photo-main:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 24%;
  }
  .info-buyers-box .photo-second {
    width: 50%;
    margin: 0 0 0 auto;
    -ms-flex-order: 3;
        order: 3;
  }
  .info-buyers-box .photo-second .elm-photo {
    margin: -42% 14% 0 0;
    width: 124%;
  }
  .info-lead-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 14rem;
    padding-bottom: 10rem;
  }
  .info-lead-box .title-wrap {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0;
  }
  .info-lead-box .text-wrap {
    -ms-flex-order: 2;
        order: 2;
    width: 16.8em;
    padding: 3em 0 0 0;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .info-lead-box .photo-wrap {
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: -10rem 0 -16rem 0;
    pointer-events: none;
    padding: 0;
    width: calc(100% - 16.8em);
    position: relative;
    z-index: 3;
  }
  .info-lead-box .photo-wrap .elm-photo {
    margin: 0 0 0 auto;
  }
  .info-lead-box .btn {
    margin-top: 1rem;
  }
  .tiles-box.view-tiles .item-wrap {
    width: 33.33%;
  }
  .profile-box .frm-section-wrap {
    width: 50%;
    max-width: 370px;
  }
  .profile-box .frm-row-submit {
    width: 50%;
    max-width: 370px;
    margin: 0;
  }
  .profile-box .frm-row-submit .frm-field {
    padding: 0;
  }
  .profile-box .row-out {
    width: 150px;
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 0 0 90px;
  }
  .profile-box .row-out .frm-field {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .profile-box .row-out .frm-field-file-added .field-file-added,
  .profile-box .row-out .frm-field-file-added .field-file-generate {
    min-width: 150px;
  }
  .tarifs-box .tabs-box {
    display: none;
  }
  .box-inner-wrap {
    padding: 14rem 0;
  }
}
@media (min-width: 992px) {
  .info-tarif-box .title-wrap {
    margin-bottom: 10px;
  }
  .info-tiles-box .title-wrap {
    margin-bottom: 5rem;
  }
  .info-tiles-box .slider-tiles-pagination {
    padding-top: 40px;
  }
  .info-tiles-box .slider-action-wrap {
    padding-top: 0;
    margin-top: -25px;
  }
  .info-lead-box .box-inner-wrap {
    padding-top: 18rem;
    padding-bottom: 10rem;
  }
  .info-lead-box .title-inner {
    font-size: 11.6rem;
    line-height: 1.05;
  }
  .info-lead-box .btn {
    height: 7.6rem;
    min-width: 19rem;
    font-size: 3.2rem;
    letter-spacing: 0.03em;
  }
  .info-lead-box .btn:after,
  .info-lead-box .btn:before {
    border-radius: 1.8rem;
  }
  .info-lead-box .btn .button-title:before,
  .info-lead-box .btn .button-title:after {
    border-radius: 1.8rem;
  }
  .info-lead-box .btn.button-border-att .button-title:before,
  .info-lead-box .btn.button-border-att .button-title:after {
    border-radius: 1.8rem;
  }
  .tiles-box.view-tiles .items-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .tiles-box.view-tiles .item-wrap {
    width: 33.33%;
  }
  .tiles-box:not(.view-tiles) .items-wrap {
    display: block;
  }
  .tiles-box:not(.view-tiles) .item-wrap {
    margin: 0 0 -1px 0;
  }
  .tiles-box:not(.view-tiles) .item-wrap:last-child {
    margin-bottom: 0;
  }
  .page-popup-box {
    max-width: 490px;
    padding: 60px;
  }
  .sections-box .scroll-selects {
    margin-left: 0;
    padding-left: 0;
  }
  .page-title-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 70px;
    border-bottom: 1px solid var(--clr-border);
  }
  .page-title-box .title-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0;
    min-width: 15%;
  }
  .page-title-box .tabs-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 15px;
    margin: 0;
  }
  .page-title-box .actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    position: relative;
  }
  .page-title-box .action-wrap {
    padding-left: 8px;
    position: static;
  }
  .page-title-box .action-wrap .btn {
    padding: 0 19px;
    height: 40px;
    font-weight: 500;
  }
  .page-title-box .action-wrap .btn.button-clear {
    font-weight: 400;
  }
  .page-title-box .popup-search-wrap .popup-content-block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    width: 293px;
    display: none;
  }
  .page-title-box .popup-search-wrap .frm-main-search .popup-menu-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 55px 16px 20px 46px;
    border-radius: 10px 10px 20px 20px;
    max-height: 400px;
  }
  .popup-outer-box {
    padding-left: var(--sideWidth);
  }
  .popup-outer-box:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(14, 16, 15, 0.7);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    left: var(--sideWidth);
    top: 0;
    bottom: 0;
    right: 0;
  }
  .popup-box {
    width: 490px;
    padding: 42px 40px 40px 40px;
  }
}
@media (min-width: 992px) and (max-height: 1199px) {
  .info-lead-box .box-inner-wrap {
    padding-top: 12rem;
  }
  .info-lead-box .photo-wrap .elm-photo {
    max-width: 70rem;
    margin: 0 auto;
  }
  .info-lead-box .title-inner {
    font-size: 9rem;
  }
}
@media (min-width: 992px) and (max-height: 999px) {
  .info-lead-box .photo-wrap .elm-photo {
    max-width: 60rem;
  }
  .info-lead-box .title-inner {
    font-size: 7rem;
  }
}
@media (min-width: 992px) and (max-height: 899px) {
  .info-lead-box .photo-wrap .elm-photo {
    max-width: 50rem;
  }
  .info-lead-box .title-inner {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .info-tiles-box.section-third .swiper-slide-active {
    opacity: 1;
  }
  .info-tiles-box.section-third .swiper-slide-active + .swiper-slide {
    opacity: 1;
  }
  .info-tiles-box.section-third .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
  }
  .info-tarif-box .title-wrap {
    margin-bottom: 10px;
  }
  .info-tarif-box .tarifs-box .tbl-tarif td,
  .info-tarif-box .tarifs-box .tbl-tarif th {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
  .info-tarif-box .tarifs-box .tbl-tarif td,
  .info-tarif-box .tarifs-box .tbl-tarif th {
    font-size: 2.4rem;
  }
  .info-tarif-box .tarifs-box .td-title,
  .info-tarif-box .tarifs-box .th-title {
    font-size: 2.4rem;
  }
  .tiles-box.view-tiles .item-wrap {
    width: 25%;
  }
  .sections-box .scroll-selects {
    margin-right: -4rem;
  }
}
@media (min-width: 1400px) {
  .tiles-box.view-tiles .item-wrap {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .tiles-box.view-tiles .item-wrap {
    width: 16.66%;
    max-width: 260px;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
.frm-field-input-action {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-field-input-action .button-field-clear {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: -12px -12px 0 0;
  z-index: 3;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.2s;
}
.frm-field-input-action.inp-valid .button-field-clear {
  opacity: 1;
  pointer-events: auto;
}
.frm-field-input-action .form-input {
  padding-right: 40px;
}
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
  height: 48px;
  border-radius: 10px;
  border: 1px solid var(--clr-border);
  padding: 0 19px 0 19px;
  font-size: 17px;
  font-weight: 500;
  color: var(--clr-base);
  letter-spacing: 0.01em;
  line-height: normal;
  outline: none;
}
.form-input[contenteditable] {
  min-height: 48px;
  height: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  word-break: break-all;
}
.form-input[data-placeholder]:before {
  content: attr(data-placeholder);
  color: rgba(29, 29, 31, 0.35);
  display: none;
}
.form-input[data-placeholder]:empty:before {
  display: block;
}
.form-input:focus {
  border-color: var(--clr-att);
}
select.form-input {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 36px;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 12px center;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  outline: none;
  cursor: pointer;
}
select.form-input.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 0 16px 0 0;
  color: inherit;
  font-weight: bold;
  background-image: url(../img/icons/arrow-select.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
select.form-input:required:invalid {
  color: #ADADAD;
}
.btn {
  height: 44px;
  border-radius: 0;
  font-size: var(--fontSizeMain);
  color: #fff;
  letter-spacing: 0.01em;
  z-index: 2;
  border: none;
  background: none;
  padding: 0 27px;
}
.btn.button-medium {
  height: 40px;
  padding: 0 18px;
  border-radius: 8px;
}
.btn:hover {
  color: #fff;
  background: none;
}
.btn:before,
.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  transition: all ease 0.2s;
  background: var(--grMain);
  z-index: -3;
}
.btn:after {
  opacity: 0;
  background: var(--grHover);
  z-index: -2;
}
.btn:hover:after {
  opacity: 1;
}
.btn.button-border-att {
  color: var(--clr-base);
}
.btn.button-border-att .button-ico {
  filter: brightness(0) grayscale(1) opacity(0.9);
}
.btn.button-border-att .button-title {
  position: static;
}
.btn.button-border-att .button-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background: #fff;
  border-radius: 10px;
  z-index: -1;
}
.btn.button-dark {
  border-radius: 10px;
  background-color: var(--clr-bg-base);
}
.btn.button-dark:hover {
  background: var(--clr-base);
}
.btn.button-dark:before,
.btn.button-dark:after {
  display: none;
}
.btn.button-light {
  border-radius: 10px;
  background-color: var(--clr-bg-light);
  color: var(--clr-base);
}
.btn.button-light:hover {
  background: var(--clr-base);
  color: #fff;
}
.btn.button-light:before,
.btn.button-light:after {
  display: none;
}
.btn.button-att {
  border-radius: 10px;
  background-color: var(--clr-att);
  color: #fff;
}
.btn.button-att:hover {
  background: var(--clr-base);
  color: #fff;
}
.btn.button-att:before,
.btn.button-att:after {
  display: none;
}
.btn.button-tab {
  border-radius: 10px;
  background-color: transparent;
  color: var(--clr-base);
  padding: 0 18px;
}
.btn.button-tab:has(.button-ico) {
  padding-left: 16px;
}
.btn.button-tab:hover,
.btn.button-tab.active {
  background: #fff;
  color: var(--clr-base);
}
.btn.button-tab.active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
.btn.button-tab:before,
.btn.button-tab:after {
  display: none;
}
.btn.button-tab-main {
  border-radius: 10px;
  background-color: transparent;
  color: rgba(14, 16, 15, 0.7);
  letter-spacing: 0.48px;
  border-radius: 50px;
  font-weight: bold;
  padding: 0 18px;
}
.btn.button-tab-main:has(.button-ico) {
  padding-left: 16px;
}
.btn.button-tab-main:hover,
.btn.button-tab-main.active {
  background: #636464;
  color: #fff;
  box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.btn.button-tab-main.active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
.btn.button-tab-main:before,
.btn.button-tab-main:after {
  display: none;
}
.btn.button-tab-main .button-title {
  font-weight: bold;
}
.btn.button-tag {
  border-radius: 5px;
  height: 19px;
  border: 1px solid var(--clr-base);
  padding: 0 5px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--clr-base);
}
.btn.button-tag:hover {
  background: var(--clr-base);
  border-color: var(--clr-base);
  color: #fff;
}
.btn.button-tag:before,
.btn.button-tag:after {
  display: none;
}
.btn.button-tag-light {
  border-radius: 5px;
  height: 19px;
  border: 1px solid rgba(29, 29, 31, 0.4);
  color: rgba(29, 29, 31, 0.4);
  padding: 0 5px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.btn.button-tag-light:hover {
  background: var(--clr-base);
  border-color: var(--clr-base);
  color: #fff;
}
.btn.button-tag-light:before,
.btn.button-tag-light:after {
  display: none;
}
.btn.button-clear {
  width: auto;
  height: auto;
  line-height: 24px;
  color: inherit;
  white-space: normal;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: inherit;
}
.btn.button-clear:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.btn.button-clear:hover .button-ico {
  filter: none;
}
.btn.button-clear .button-ico {
  width: 24px;
  height: 24px;
  filter: brightness(0) grayscale(1) opacity(0.9);
}
.btn.button-clear:before,
.btn.button-clear:after {
  display: none;
}
.btn.button-border:not(:hover) {
  background-color: transparent;
  color: #231f20;
}
.btn.button-border:hover,
.btn.button-border.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.btn.button-border:hover .button-ico,
.btn.button-border.active .button-ico {
  filter: brightness(0) invert(1);
}
.btn .button-ico {
  width: 24px;
  height: 24px;
  margin: 0 10px;
  transition: all ease 0.2s;
}
.btn .button-ico:last-child {
  margin-right: 0;
}
.btn .button-ico:first-child {
  margin-left: 0;
}
.btn .button-title[data-title]:before {
  content: attr(data-title);
}
.btn .button-title[data-show]:before {
  content: attr(data-show);
}
.btn.active .button-title[data-title-active]:before {
  content: attr(data-title-active);
}
.btn.active .button-title[data-hide]:before {
  content: attr(data-hide);
}
.btn .button-active-add .button-title:before,
.btn .button-active-toggle .button-title:before {
  content: attr(data-title);
}
.btn .button-active-add .button-ico-active,
.btn .button-active-toggle .button-ico-active {
  display: none;
}
.btn .button-active-add.active .button-title:before,
.btn .button-active-toggle.active .button-title:before {
  content: attr(data-title-active);
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico {
  display: none;
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico-active,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico-active {
  display: block;
}
.btn.button-500 {
  font-weight: 500;
}
.btn b {
  font-weight: 500;
}
.btn [data-title-mobile]:before {
  content: attr(data-title-mobile);
}
.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: 24px;
  max-height: 24px;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  box-shadow: none;
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.png);
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-prev:before {
  transform: rotate(180deg);
}
.btn-action-ico.ico-password-toggle:before {
  background-image: url(../img/icons/password-hidden.svg);
}
.btn-action-ico.ico-password-toggle:after {
  background-image: url(../img/icons/password-viewed.svg);
}
.btn-action-ico.ico-play:before {
  background-image: url(../img/icons/play.svg);
  filter: brightness(0) grayscale(1) opacity(0.9);
}
.btn-action-ico.ico-play:hover:before {
  filter: none;
}
.btn-action-ico.ico-menu-dotted:before {
  background-image: url(../img/icons/dotted.svg);
  filter: brightness(0) grayscale(1) opacity(0.9);
}
.btn-action-ico.ico-menu-dotted:hover:before,
.btn-action-ico.ico-menu-dotted.active:before {
  filter: none;
}
.btn-action-ico.ico-menu:before {
  background-image: url(../img/icons/menu.svg);
  filter: brightness(0) grayscale(1) opacity(0.9);
}
.btn-action-ico.ico-menu:after {
  background-image: url(../img/icons/close.svg);
  filter: brightness(0) grayscale(1) opacity(0.9);
}
.btn-action-ico.ico-copy:before {
  background-image: url(../img/icons/copy.svg);
  filter: brightness(0) grayscale(1) opacity(0.9);
}
.btn-action-ico.ico-copy:hover:before {
  filter: none;
}
.btn-action-ico.ico-close:before {
  background-image: url(../img/icons/close.svg);
}
.btn-action-ico.ico-clear:before {
  background-image: url(../img/icons/clear.svg);
}
.btn-action-ico.ico-close-small:before {
  background-image: url(../img/icons/close.svg);
  background-size: 16px auto;
  filter: brightness(0) grayscale(1) opacity(0.9);
}
.btn-action-ico.ico-close-small:hover:before {
  filter: none;
}
.btn-action-ico.ico-play-yt {
  width: 44px;
  height: 44px;
}
.btn-action-ico.ico-play-yt:before {
  background-image: url(../img/icons/play-yt.svg);
  background-size: 100% auto;
}
.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
  max-width: 100%;
  max-height: 100%;
}
.btn-action-ico.button-soc:hover {
  opacity: 0.8;
}
.btn-action-ico.button-active-close:after,
.btn-action-ico.button-active-toggle:after {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:after,
.btn-action-ico.button-active-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.button-active-close:after {
  background-image: url(../img/icons/close.svg);
}
.btn-action-ico.button-soc-main {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-action-ico.button-soc-main:before {
  background-image: url(../img/icons/soc.svg);
  background-position: 0 0;
  background-size: auto 24px;
}
.btn-action-ico.button-soc-main:hover:before {
  filter: none;
}
.btn-action-ico.button-soc-main.soc02:before {
  background-position: -44px 0;
}
.btn-action-ico.button-soc-main.soc03:before {
  background-position: -88px 0;
}
.btn-action-ico.button-soc-main.soc04:before {
  background-position: -132px 0;
}
.btn-action-ico.button-soc-main.soc05:before {
  background-position: -176px 0;
}
.btn-action-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: inherit;
  border-radius: 8px;
}
.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;
}
.btn-action-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--clr-att);
  transition: all ease 0.2s;
}
.btn-action-button:hover {
  color: var(--clr-base);
}
.btn-action-button:hover .button-ico {
  filter: brightness(0) grayscale(1) opacity(0.9);
}
.btn-action-button .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: all ease 0.2s;
  margin: 0;
}
.btn-action-button .button-title {
  display: block;
  padding-left: 5px;
}
.btn-action-login {
  height: 60px;
  width: 100%;
  border-radius: 10px;
  background: var(--clr-bg-light);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all ease 0.2s;
}
.btn-action-login:hover {
  background-color: var(--clr-bg-att);
}
.btn-action-login img,
.btn-action-login svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  margin: 0 auto;
}
.btn-action-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1em;
  letter-spacing: 0.01em;
  line-height: 24px;
  padding: 10px 10px 10px 22px;
  color: var(--clr-base);
  transition: all ease 0.2s;
  border-radius: 8px;
}
.btn-action-menu.button-toggle .button-title {
  max-width: calc(100% - 48px);
}
.btn-action-menu.button-toggle:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/icons/arrow-menu.svg) center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) grayscale(1) opacity(0.9);
  transition: all ease 0.2s;
  rotate: 180deg;
}
.btn-action-menu.button-toggle:hover:after {
  opacity: 1;
}
.btn-action-menu.button-toggle.active:after {
  rotate: 0deg;
}
.btn-action-menu .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  filter: brightness(0) grayscale(1) opacity(0.9);
  transition: all ease 0.2s;
}
.btn-action-menu .button-title {
  padding-left: 13px;
  display: block;
}
.btn-action-menu:hover,
.btn-action-menu.active {
  color: var(--clr-att-hover);
}
.btn-action-menu:hover .button-ico,
.btn-action-menu.active .button-ico {
  filter: none;
}
.btn-action-menu.active {
  background-color: var(--clr-bg-light);
  color: var(--clr-base);
}
.btn-action-menu.active .button-ico {
  filter: brightness(0) grayscale(1) opacity(0.9);
}
.btn-action-menu .elm-photo {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--clr-bg-light);
}
@media (min-width: 992px) {
  .btn [data-title-desktop]:before {
    content: attr(data-title-desktop);
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-select-wrap {
  display: inline-block;
  position: relative;
}
.frm-select-wrap .btn.button-clear {
  color: inherit;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.48px;
  padding-right: 24px;
}
.frm-select-wrap .btn.button-clear .button-title:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-toggle-second.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 0;
  margin-top: -12px;
  filter: brightness(0) invert(1);
}
.frm-select-wrap .btn.button-clear .button-title {
  position: static;
}
.frm-select-wrap .btn.button-clear .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4px;
  filter: none;
}
.frm-select-wrap .btn.button-clear:hover {
  color: inherit;
}
.frm-select-wrap .btn.button-clear.active .button-title:after {
  rotate: 180deg;
}
.frm-select-wrap .popup-content-block {
  display: none;
}
.frm-popup {
  position: relative;
}
.frm-popup.active .frm-popup-succefull {
  display: -ms-flexbox;
  display: flex;
}
.frm-popup.active > *:not(.frm-popup-succefull) {
  transition: all ease 0.2s;
  opacity: 0;
  pointer-events: none;
}
.frm-popup .frm-popup-succefull {
  display: none;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
  animation: fadein ease 0.2s;
}
.frm-popup .frm-row-submit .frm-field {
  margin-bottom: 0;
}
.frm-popup .frm-row-submit .btn {
  width: 100%;
}
.frm-popup .field-half {
  width: 50%;
}
.frm-popup .row-links {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 16px;
  margin-left: -2px;
  margin-right: -2px;
}
.frm-popup .row-links .frm-field {
  width: auto;
  padding-left: 2px;
  padding-right: 2px;
}
.frm-popup .row-links a {
  color: var(--clr-att);
}
.frm-popup .row-links a:hover {
  color: var(--clr-base);
}
.frm-popup > * {
  transition: all ease 0.2s;
}
.frm-main-search {
  position: relative;
  line-height: 1;
}
.frm-main-search .form-input {
  padding-left: 46px;
  background: #fff url(../img/icons/search-dark.svg) 15px center no-repeat;
  background-size: 24px auto;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  transition: all ease 0.2s;
  cursor: pointer;
}
.frm-main-search .form-input:hover {
  box-shadow: var(--shadowMain);
}
.frm-main-search .popup-menu-block {
  display: none;
  top: auto;
  bottom: -8px;
  width: auto;
  left: -20px;
  right: -20px;
  max-width: inherit;
  border-radius: 20px 20px 0 0;
  padding: 26px 20px 70px 20px;
  z-index: 10;
  max-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.frm-main-search .popup-menu-block::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.frm-main-search .popup-menu-block .menu {
  line-height: 20px;
}
.frm-main-search .popup-menu-block .menu a {
  display: block;
  padding: 5px 0;
}
.frm-main-search .frm-field-input-action {
  z-index: 30;
}
.frm-main-search .frm-field-input-action.inp-valid ~ .popup-menu-block {
  display: block;
}
.frm-field-icon {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-field-icon .form-input {
  padding-right: 50px;
}
.frm-field-icon .frm-ico {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  margin-top: -12px;
  margin-right: -12px;
  pointer-events: none;
  width: 24px;
  height: 24px;
}
.frm-field-password {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-field-password .form-input {
  padding-right: 50px;
}
.frm-field-password .button-password-toggle {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  margin-right: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
.frm-field-file-added {
  border-radius: 14px;
  border: 2px dashed rgba(61, 160, 254, 0.25);
  background: rgba(61, 160, 254, 0.05);
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frm-field-file-added .field-file-added.type-photo-user .btn {
  aspect-ratio: 1;
  height: auto;
  min-height: 150px;
}
.frm-field-file-added .field-file-added.type-photo-user .file-photo {
  width: 100%;
  display: block;
  aspect-ratio: 1;
}
.frm-field-file-added .field-file-added.type-photo-user .file-name {
  display: none;
}
.frm-field-file-added .field-file-added.type-photo-user .file-inner-wrap {
  padding: 0;
  position: relative;
}
.frm-field-file-added .field-file-added.type-photo-user .button-file-del {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  background: var(--clr-base);
  border-radius: 5px;
  padding: 0;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.frm-field-file-added .field-file-added.type-photo-user .button-file-del .button-title {
  display: none;
}
.frm-field-file-added .field-file-added.type-photo-user .button-file-del .button-ico {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.frm-field-file-added .field-file-added.type-photo-user .button-file-del .button-ico img,
.frm-field-file-added .field-file-added.type-photo-user .button-file-del .button-ico svg {
  max-width: 16px;
  max-height: 16px;
}
.frm-field-file-added .field-file-generate,
.frm-field-file-added .field-file-added {
  -ms-flex: 1;
      flex: 1;
  min-width: 300px;
  position: relative;
}
.frm-field-file-added .field-file-generate:first-child:before,
.frm-field-file-added .field-file-added:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 24px;
  right: 24px;
  height: 1px;
  background: rgba(61, 160, 254, 0.25);
}
.frm-field-file-added .field-file-generate:first-child:after,
.frm-field-file-added .field-file-added:first-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: rgba(61, 160, 254, 0.25);
}
.frm-field-file-added .field-file-generate {
  position: relative;
}
.frm-field-file-added .field-file-generate:only-child:before {
  display: none;
}
.frm-field-file-added .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 150px;
  min-height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  white-space: normal;
  color: var(--clr-att);
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  width: 100%;
  padding: 20px;
}
.frm-field-file-added .btn:hover {
  color: var(--clr-att);
  background: rgba(61, 160, 254, 0.05);
}
.frm-field-file-added .btn:hover .button-ico {
  filter: none;
}
.frm-field-file-added .btn:before,
.frm-field-file-added .btn:after {
  display: none;
}
.frm-field-file-added .btn .button-ico {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  filter: none;
}
.frm-field-file-added .btn .button-title {
  display: block;
  padding: 0;
}
.frm-field-file-added .field-file-added {
  position: relative;
}
.frm-field-file-added .field-file-added.file-active .file-inner-wrap {
  display: -ms-flexbox;
  display: flex;
}
.frm-field-file-added .field-file-added.file-active input[type="file"],
.frm-field-file-added .field-file-added.file-active .button-file-attach {
  display: none;
}
.frm-field-file-added .field-file-added input[type="file"] {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  top: 110%;
  left: 110%;
  position: absolute;
  z-index: -999;
}
.frm-field-file-added .field-file-added .file-inner-wrap {
  display: none;
  padding: 20px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100%;
  min-height: 100%;
}
.frm-field-file-added .field-file-added .file-name {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  word-break: break-all;
  margin-bottom: 10px;
}
.frm-field-file-added .field-file-added .button-file-del {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  padding: 0 24px;
  color: var(--clr-att);
}
.frm-field-file-added .field-file-added .button-file-del .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-field-file-added .field-file-added .button-file-del .button-title {
  padding-left: 10px;
}
.frm-field-input {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-field-input:has(.field-input-action) .form-input[contenteditable] {
  padding-bottom: 80px;
  min-height: 220px;
}
.frm-field-input .field-input-title {
  position: absolute;
  top: 0;
  left: 15px;
  max-width: calc(100% - 30px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  z-index: 2;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  pointer-events: none;
  color: rgba(29, 29, 31, 0.7);
  border-radius: 8px;
}
.frm-field-input .field-input-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.frm-field-input .field-input-action .btn-action-button {
  max-width: 80%;
}
.frm-field-input .elm-helper {
  position: absolute;
  top: 24px;
  right: 14px;
  margin-top: -12px;
  z-index: 2;
}
.frm-field-input textarea.form-input {
  height: 120px;
  padding-top: 24px;
}
.frm-field-input:has(.elm-helper) .form-input {
  padding-right: 44px;
}
.frm-row,
.frm-row-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1;
  margin: 0 -10px;
}
.frm-row:last-child .frm-field {
  margin-bottom: 0;
}
.frm-row.row-sep {
  margin-bottom: 20px;
}
.frm-row.row-sep-main {
  margin-bottom: 40px;
}
.frm-field {
  display: block;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 32px;
  position: relative;
  line-height: 1;
}
.frm-field .frm-select {
  margin-bottom: 20px;
}
.frm-field .frm-select:last-child {
  margin-bottom: 0;
}
.field-main,
.field-second {
  width: 50%;
}
.field-main .btn,
.field-second .btn {
  width: 100%;
  font-weight: 500;
}
.field-second .btn {
  width: auto;
  min-width: 170px;
}
.frm-select,
.frm-select-info {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input,
.frm-select-info 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,
.frm-select-info input:checked ~ label:after,
.frm-select input:checked ~ label .lbl-title-wrap:after,
.frm-select-info input:checked ~ label .lbl-title-wrap:after {
  opacity: 1;
}
.frm-select label,
.frm-select-info label,
.frm-select .lbl-title-wrap,
.frm-select-info .lbl-title-wrap {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select-info label:before,
.frm-select .lbl-title-wrap:before,
.frm-select-info .lbl-title-wrap:before,
.frm-select label:after,
.frm-select-info label:after,
.frm-select .lbl-title-wrap:after,
.frm-select-info .lbl-title-wrap:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select label:after,
.frm-select-info label:after,
.frm-select .lbl-title-wrap:after,
.frm-select-info .lbl-title-wrap:after {
  opacity: 0;
}
.frm-select .lbl-button,
.frm-select-info .lbl-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 18px;
  border-radius: 3px;
  background: var(--clr-bg-light);
  transition: all ease 0.2s;
  margin-right: 15px;
}
.frm-select .lbl-button:hover,
.frm-select-info .lbl-button:hover {
  background-color: var(--clr-att);
}
.frm-select .lbl-button:hover:before,
.frm-select-info .lbl-button:hover:before {
  filter: brightness(0) invert(1);
}
.frm-select-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}
.frm-select-info input[type="radio"]:checked ~ label .lbl-title-wrap:before {
  background-color: #BBDEFF;
}
.frm-select-info input[type="radio"] ~ label .lbl-title-wrap:before {
  border-radius: 50%;
}
.frm-select-info input[type="radio"] ~ label .lbl-title-wrap:after {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: var(--clr-att);
  margin: -4px 0 0 -4px;
}
.frm-select-info input:checked ~ label .lbl-title-wrap:after {
  opacity: 1;
}
.frm-select-info label {
  display: block;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--clr-border);
  transition: all ease 0.2s;
  position: relative;
  overflow: hidden;
}
.frm-select-info .lbl-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 62px;
  padding: 10px 10px 10px 53px;
}
.frm-select-info .lbl-title-wrap:before,
.frm-select-info .lbl-title-wrap:after {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 29px;
  margin: -9px 0 0 -9px;
  border-radius: 3px;
  border: 1px solid var(--clr-border-dark);
}
.frm-select-info .lbl-title-wrap:after {
  border-radius: 0;
  border: none;
  background: url(../img/icons/chk.svg) center / 24px auto no-repeat;
  opacity: 0;
}
.frm-select-info .lbl-photo-wrap {
  display: block;
  position: relative;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-select-info .lbl-photo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background: var(--clr-att);
  aspect-ratio: 240/190;
}
.frm-select-info .lbl-photo img,
.frm-select-info .lbl-photo svg {
  z-index: 3;
}
.frm-select-info .lbl-photo-title {
  font-size: 18px;
  line-height: 1.38888889;
  font-weight: 400;
  letter-spacing: 0.72px;
  text-align: left;
  padding: 20px 10px 20px 23px;
  color: #fff;
  opacity: 0.7;
  width: 100%;
  font-family: 'Product Sans', sans-serif;
}
.frm-select-info .lbl-photo-title * {
  font-family: 'Product Sans', sans-serif;
}
.frm-select input[type="radio"]:checked ~ label:before {
  background-color: #BBDEFF;
}
.frm-select input[type="radio"] ~ label:before {
  border-radius: 50%;
}
.frm-select input[type="radio"] ~ label:after {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: var(--clr-att);
  margin: -4px 0 0 -4px;
}
.frm-select input:checked ~ label:before {
  background-color: #6797FF;
  border-color: #3DA0FE;
  opacity: 0.35;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 20px;
  padding-left: 33px;
  line-height: 20px;
}
.frm-select label:before,
.frm-select label:after {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 9px;
  margin: -9px 0 0 -9px;
  border-radius: 3px;
  border: 1px solid var(--clr-border-dark);
}
.frm-select label:after {
  border-radius: 0;
  border: none;
  background: url(../img/icons/chk.svg) center / 24px auto no-repeat;
  opacity: 0;
  width: 24px;
}
.frm-select.select-button {
  width: 40px;
  height: 40px;
}
.frm-select.select-button label {
  width: 40px;
  height: 40px;
  padding: 0;
}
.frm-select.select-button label:before,
.frm-select.select-button label:after {
  top: 50%;
  left: 50%;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
/* ----------------------------------- *\
		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);
  }
}
.i,
[class*="icon-"] {
  display: block;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: cover) {
  .img-bg-cover {
    height: 100%;
    object-fit: cover;
  }
}
@supports (object-fit: contain) {
  .img-bg-contain {
    height: 100%;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.js-btn-popup-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  animation: fadein ease 0.3s;
}
.js-tab-block {
  animation: fadein ease 0.2s;
}
.js-tab-block:not(.active) {
  display: none;
}
.js-tab-block.tab-slider:not(.active) {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0;
  position: relative;
  overflow: hidden;
}
.items-wrap,
.tile-items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.item-wrap,
.tile-item-wrap {
  width: 100%;
  position: relative;
  break-inside: avoid-column;
  display: block;
  animation: fadein ease 0.2s;
}
.tile-many-lines,
.text-many-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*

add to head box

<style>
	.tile-many-lines, .text-many-lines {
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
</style>

 */
.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
  display: block;
  position: relative;
}
.tile-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.no-pbottom {
  padding-bottom: 0 !important;
}
.no-ptop {
  padding-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
input.form-clear-autofill::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.sl-wrap.swiper-slide {
  height: auto;
}
.swiper,
.swiper-wrapper {
  position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto;
  bottom: auto;
}
.slider-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -6px 0 -6px;
  width: auto;
  position: relative;
}
.slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  background: #E139D3;
  border: none;
  opacity: 1;
  transition: all ease 0.2s;
  cursor: pointer;
  padding: 0;
  margin: 0 6px 0 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-indent: -999px;
  overflow: hidden;
}
.slider-pagination .swiper-pagination-bullet:hover,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-att);
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}
.is-modern .f-thumbs__slide__button {
  -webkit-clip-path: inherit !important;
          clip-path: inherit !important;
}
@media (max-width: 991px) {
  .elm-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .elm-hidden-desktop {
    display: none !important;
  }
  .slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
  .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
}
@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/ProductSans.woff2') format('woff2'), url('../fonts/ProductSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/productsans-bold.woff2') format('woff2'), url('../fonts/productsans-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/Product Sans Black.woff2') format('woff2'), url('../fonts/Product Sans Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../fonts/PT-Root-UI_Bold.woff2') format('woff2'), url('../fonts/PT-Root-UI_Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../fonts/PT-Root-UI_Medium.woff2') format('woff2'), url('../fonts/PT-Root-UI_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../fonts/PT-Root-UI_Regular.woff2') format('woff2'), url('../fonts/PT-Root-UI_Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
/* new 04.2026 */
html {
    scroll-behavior: smooth;
}
[id*="section"] {
    scroll-margin-top: 100px;
}
@media (min-width: 1024px) {
    .wrap-main .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .sections-box:has(.slider-select-box) {
        position: relative;
    }
    .sections-box:has(.slider-select-box):before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 20px;
        background: #fff;
        z-index: 3;
    }
    .sections-box:has(.slider-select-box) > .row > div:first-child {
        background: #fff;
        z-index: 5;
    }
}
@media (min-width: 1200px) {
    .sections-box:has(.slider-select-box):before {
        width: 7rem;
    }
}
/* end new 04.2026 */
