@charset "UTF-8";
:root {
  --clr-base: #333;
  --clr-base-light: #e4e4e4;
  --clr-base-title: #203967;
  --clr-att: #ff4e00;
  --clr-att-second: #203967;
  --clr-base-white: #fff;
  --clr-base-dark: #000;
  --clr-alert: #f55760;
  --clr-succefull: #32b782;
  --clr-bg-white: #fff;
  --fsize: 2.4rem;
  --lhsize: 1.208;
  --mbsize: 1.208em;
  --pageTitle: 7.5rem;
  --h1Title: 7.5rem;
  --h2Title: 6rem;
  --h3Title: 4.5rem;
  --mainRadius: 4.8rem;
  --icoSize: 24px;
  --gapMain: 16px;
  --gapMainHalf: 8px;
  --min: 360px;
  --max: 1920px;
  --maxBG: 1600px;
  --paddingContainer: 15px;
  --paddingContent: 15px;
  --filterBlack: brightness(0) grayscale(1);
  --filterWhite: brightness(0) invert(1);
  --filterAttToBase: brightness(0) grayscale(1);
  --filterAttToLight: brightness(0) invert(1);
  font-size: 10px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #fff;
  font-size: var(--fsize);
  line-height: var(--lhsize);
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: var(--mbsize);
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
li {
  padding-left: 1em;
  position: relative;
}
li:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
}
.menu,
.list {
  margin: 0;
  padding: 0;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
}
.menu li:before,
.list li:before {
  display: none;
}
a {
  text-decoration: none;
  color: var(--clr-att);
}
a:hover {
  text-decoration: none;
  color: var(--clr-att-second);
}
[href^="tel"],
[href^="mailto"] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone,
.link-email {
  display: inline;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phone-inner-wrap_df{
    display: flex;
    flex-direction: column;
}
a.link-phone:hover,
a.link-email:hover,
a.link-location:hover {
  color: var(--clr-att);
}
.section-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: 1.5em 0 1em 0;
  text-wrap: balance;
  word-wrap: break-word;
  color: var(--clr-base-title);
  font-size: 1em;
}
.section-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;
}
.section-title:last-child,
.page-title:last-child,
.page-subtitle:last-child,
h1:last-child,
.h1-title:last-child,
h2:last-child,
.h2-title:last-child,
h3:last-child,
.h3-title:last-child,
h4:last-child,
.h4-title:last-child,
h5:last-child,
.h5-title:last-child,
h6:last-child,
.h6-title:last-child {
  margin-bottom: 0;
}
.page-title {
  font-size: var(--pageTitle);
}
h1,
.h1-title {
  font-size: var(--h1Title);
}
h2,
.h2-title {
  font-size: var(--h2Title);
}
h3,
.h3-title {
  font-size: var(--h3Title);
}
h2,
.h2-title {
  font-size: var(--h2Title);
}
.text-base {
  color: var(--clr-base) !important;
}
.text-base-white {
  color: var(--clr-base-white) !important;
}
.text-base-light {
  color: var(--clr-base-light) !important;
}
.text-att {
  color: var(--clr-att) !important;
}
.text-att-second {
  color: var(--clr-att-second) !important;
}
.text-alert {
  color: var(--clr-alert) !important;
}
.text-succefull {
  color: var(--clr-succefull) !important;
}
.text-line {
  white-space: nowrap;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media (max-width: 1799px) {
  :root {
    --fsize: 20px;
    --pageTitle: 7rem;
    --h1Title: 7rem;
    --h2Title: 5.5rem;
    --h3Title: 4rem;
  }
}
@media (max-width: 1599px) {
  :root {
    --fsize: 20px;
    font-size: 9.5px;
  }
}
@media (max-width: 1399px) {
  :root {
    --fsize: 18px;
    font-size: 9px;
  }
}
@media (max-width: 1199px) {
  :root {
    --fsize: 16px;
    font-size: 8.5px;
  }
}
@media (max-width: 1023px) {
  :root {
    --pageTitle: 5rem;
    --h1Title: 5rem;
    --h2Title: 4rem;
    --h3Title: 3.5rem;
    --mainRadius: 20px;
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    --pageTitle: 4rem;
    --h1Title: 4rem;
    --h2Title: 3rem;
    --h3Title: 2.5rem;
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
    --paddingContent: 30px;
  }
}
@media (min-width: 1400px) {
  :root {
    --paddingContainer: 40px;
    --paddingContent: 40px;
  }
  .page-en {
    --pageTitle: 8.5rem;
  }
}
@media (min-width: 1600px) {
  :root {
    --paddingContainer: 60px;
    --paddingContent: 72px;
  }
}
/* fix scale */
@media (min-width: 1024px) {
  :root {
    --fsize: 16px;
    --max: 1600px;
    font-size: 7px;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: var(--min);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
html {
  scrollbar-gutter: stable;
}
html.with-fancybox body.hide-scrollbar {
  overflow: inherit !important;
  overflow-x: hidden !important;
  margin-right: 0 !important;
}
.cnt-full-wrap {
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
}
.inner-wrap,
.page-full {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
  min-width: var(--min);
  max-width: var(--max);
  width: 100%;
}
.inner-wrap .inner-wrap,
.page-full .inner-wrap {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.inner-wrap .cnt-section,
.page-full .cnt-section {
  min-width: 0;
}
.page-full {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: var(--min);
  width: 100%;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav,
.header,
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
  display: none;
}
.nav a,
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header {
  padding: 6.9rem 0 6rem 0;
  z-index: 99;
  color: var(--clr-base-white);
}
.header .header-content-wrap {
  border-radius: 3rem;
  background: rgba(20, 36, 66, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem var(--paddingContent);
  gap: 3rem;
}
.header .logo-inner-wrap {
  width: 14.16666667em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header .phone-inner-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .link-email,
.header .link-phone {
  color: var(--clr-base-white);
  display: inline-block;
  font-size: 1.875em;
  font-weight: 400;
  vertical-align: middle;
  padding-left: 1.6em;
}
.header .link-email{
      font-size: 1.4em;
}
.header .link-phone:hover {
  color: var(--clr-att);
}
.header .link-phone:hover:before {
  -webkit-filter: none;
  filter: none;
}
.header .link-phone:before {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 36/38;
  position: absolute;
  background: url(../img/icons/phone.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 0.8em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.header .link-email:before {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 36/38;
  position: absolute;
  background: url(../img/icons/email.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 0.8em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.actions-inner-wrap.phone{
    display: flex;
}
.actions-inner-wrap.phone a + a{
    margin-left: 15px;
}
.footer {
  font-size: 1.04166667em;
  line-height: 1.3;
  color: var(--clr-base-white);
  font-weight: bold;
  padding: 9rem 0 15rem 0;
  background: var(--clr-base-title);
}
.footer .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.footer .logo-inner-wrap {
  width: 34rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer .info-inner-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer .actions-inner-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 22rem;
  padding-top: 10px;
}
.footer .actions-inner-wrap .elm-photo {
  width: 8rem;
}
.footer .logo {
  max-width: 26.6rem;
  width: 100%;
}
.footer .footer-title {
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0.7em 0 0.4em 0;
  color: var(--clr-att);
}
.footer .footer-title:first-child {
  margin-top: 0;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: var(--clr-att);
}
.header-main-wrap {
  position: relative;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
}
.header-main-wrap .info-lead-box {
  margin-bottom: 0;
  z-index: 3;
}
.header-main-wrap .bg-full-wrap {
  max-width: 1920px;
}
.logo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  letter-spacing: normal;
  font-weight: 400;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
  .header {
    padding-top: var(--paddingContent);
    padding-bottom: var(--paddingContent);
  }
  .header .header-content-wrap {
    padding-top: var(--paddingContent);
    padding-bottom: var(--paddingContent);
  }
  .header .logo-inner-wrap {
    width: 150px;
  }
  .header .link-phone {
    font-size: 28px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .logo-inner-wrap {
    width: 240px;
  }
  .footer .actions-inner-wrap {
    width: 8rem;
    padding: 0;
    min-width: 0;
  }
  .footer .actions-inner-wrap .elm-photo {
    max-width: 100%;
  }
  .footer .inner-wrap {
    gap: 30px;
  }
  .footer .logo {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .header .link-phone {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    font-size: 0;
  }
  .header .link-phone:before {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
  }
  .footer {
    text-align: center;
  }
  .footer .inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .logo-inner-wrap,
  .footer .info-inner-wrap,
  .footer .actions-inner-wrap {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .info-inner-wrap {
    display: block;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.elm-panel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.elm-panel-info .elm-ico {
  width: 62px;
  height: 62px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elm-panel-info .panel-title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.elm-panel-info .panel-title {
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
:is([class^="item-tile"]):hover .elm-photo.photo-cover img,
:is([class^="item-tile"]):hover .tile-photo.photo-cover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.elm-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elm-photo.photo-play:hover:after {
  background-color: var(--clr-att-second);
}
.elm-photo.photo-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../../img/icons/play.svg) center no-repeat;
  background-size: 24px auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin: auto;
}
.elm-photo.photo-play:before {
  display: block !important;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 2;
}
.elm-photo.photo-zoom:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../../img/icons/zoom.svg);
  background-size: 24px auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.elm-photo.photo-zoom:hover:after {
  opacity: 1;
}
.elm-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.elm-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.elm-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports (aspect-ratio: 1) {
  .elm-photo:not(.photo-cover, .photo-contain) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-price {
  white-space: nowrap;
}
.elm-price.price-old {
  text-decoration: line-through;
}
[data-unit]:after {
  content: attr(data-unit);
  font-family: "Arial", "Roboto", "Open Sans", sans-serif;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.lbl-ico img,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.lbl-ico svg,
.elm-ico .icon,
.button-ico .icon,
.menu-ico .icon,
.frm-ico .icon,
.tab-ico .icon,
.lbl-ico .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.elm-overlay {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.elm-overlay.active {
  display: block;
}
.elm-sticker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #000;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-main,
.item-tile-step {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  gap: 15px;
  position: relative;
  border-radius: var(--mainRadius);
  background: var(--clr-att-second);
  color: var(--clr-base-white);
  padding: 5rem 3rem 7rem var(--paddingContent);
}
.item-tile-main .elm-panel-info,
.item-tile-step .elm-panel-info {
  margin-bottom: 1.2em;
}
.item-tile-main .elm-panel-info:last-child,
.item-tile-step .elm-panel-info:last-child {
  margin-bottom: 0;
}
.item-tile-main {
  min-height: 66rem;
  height: 100%;
}
.item-tile-main .tile-title-text {
  margin-bottom: 1.2em;
}
.item-tile-main .tile-title {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: var(--clr-att);
}
.item-tile-step .tile-info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-tile-step .tile-title {
  margin: 0;
  color: var(--clr-att);
  font-size: 2.5em;
  font-weight: bold;
}
.item-tile-step .tile-title-info {
  margin: 0;
  color: var(--clr-att);
  font-size: 1.25em;
  font-weight: bold;
  min-height: 2.4em;
  line-height: 1.2;
}
.item-tile-step .tile-info {
  margin-top: 10px;
}
.item-tile-info {
  display: block;
  position: relative;
  text-align: left;
}
.item-tile-info .elm-ico {
  width: 15.5rem;
  height: auto;
  aspect-ratio: 1;
  max-width: 80%;
  margin-bottom: 4.4rem;
}
.item-tile-info .elm-ico img {
  margin-left: 0;
}
@media (max-width: 1599px) {
  .item-tile-step,
  .item-tile-main {
    padding-left: 5rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1599px) {
  .item-tile-step,
  .item-tile-main {
    padding-left: 4rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1199px) {
  .item-tile-step,
  .item-tile-main {
    padding-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .item-tile-info .elm-ico {
    width: 80px;
    margin-bottom: 15px;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.info-lead-box {
  position: relative;
  color: var(--clr-base-white);
}
.info-lead-box .box-inner-wrap {
  background: rgba(20, 36, 66, 0.8);
  padding: 7rem var(--paddingContent);
}
.info-lead-box .title-inner-wrap {
  font-size: var(--h3Title);
  margin-bottom: 1em;
}
.info-lead-box .action-inner-wrap {
  margin-top: 20px;
  text-align: center;
}
.info-lead-box .section-title {
  color: inherit;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
.info-lead-box p {
  margin-bottom: 1.7em;
  max-width: 27.5em;
}
.info-lead-box p:first-child {
  font-size: 1.04166667em;
  max-width: 33.6em;
}
.info-lead-box .btn {
  min-width: 24.5em;
}
.info-warranty-box {
  font-size: 0.75em;
  position: relative;
  margin-bottom: 12rem;
}
.info-warranty-box .box-inner-wrap {
  border-radius: var(--mainRadius);
  background: #f7f7f7;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-warranty-box .title-inner-wrap {
  width: 50%;
  border-radius: 0 var(--mainRadius) var(--mainRadius) 0;
  background: var(--clr-att);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6rem 6rem 6rem var(--paddingContent);
  color: var(--clr-base-white);
}
.info-warranty-box .info-inner-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 24px 24px 4rem 6rem;
  color: var(--clr-base-dark);
}
.info-warranty-box .section-title {
  color: inherit;
}
.info-warranty-box .item-wrap {
  width: 33.33%;
  padding: 0 12px;
}
.info-warranty-box .items-wrap {
  gap: 24px 0;
  margin: 0 -12px;
  padding-left: 2rem;
}
.info-warranty-box .h3-title {
  margin-bottom: 2.5rem;
}
.info-steps-box {
  margin-bottom: 5rem;
}
.info-steps-box .item-wrap {
  width: 25%;
  position: relative;
  z-index: 5;
}
.info-steps-box .items-inner-wrap {
  position: relative;
  z-index: 4;
}
.info-steps-box .content-inner-wrap {
  position: relative;
  display: block;
}
.info-steps-box .content-main-wrap {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem;
  min-height: 142rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30em;
  position: relative;
}
.info-steps-box .steps-inner-wrap {
  position: relative;
  z-index: 4;
  color: var(--clr-base-title);
}
.info-steps-box .steps-inner-wrap li {
  margin: 0;
  padding-bottom: 1.875em;
  padding-left: 6.66666667em;
  position: relative;
}
.info-steps-box .steps-inner-wrap li:after {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.83333333em;
  margin-left: -5px;
  background: rgba(32, 57, 103, 0.26);
}
.info-steps-box .steps-inner-wrap li:before {
  content: "";
  display: block;
  width: 2.29166667em;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  background: var(--clr-att);
  z-index: 2;
  position: absolute;
  top: 0.2em;
  left: 2.83333333em;
  margin: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.info-steps-box .steps-inner-wrap li:first-child:after {
  top: 1em;
}
.info-steps-box .steps-inner-wrap li:last-child {
  padding-bottom: 0;
}
.info-steps-box .steps-inner-wrap li:last-child:after {
  bottom: auto;
  height: 1em;
}
.info-steps-box .steps-inner-wrap .li-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 12px;
}
.info-steps-box .steps-inner-wrap p {
  max-width: 16.25em;
}
.info-steps-box .photo-inner-wrap {
  position: absolute;
  bottom: -200px;
  top: -160px;
  left: 0px;
  right: calc(var(--paddingContainer) * -1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 2;
}
.info-steps-box .photo-inner-wrap .elm-photo {
  aspect-ratio: 2436/3536;
  width: auto;
  height: 100%;
  margin-left: auto;
  overflow: visible;
}
.info-steps-box .photo-inner-wrap .elm-photo img {
  width: auto;
  height: 80%;
  max-width: inherit;
}
.info-steps-box .box-inner-wrap {
  background: var(--clr-att);
  color: var(--clr-base-white);
  font-size: 1.25em;
  font-weight: bold;
  padding: 5rem;
  border-radius: var(--mainRadius) 0 0 var(--mainRadius);
  overflow: visible;
}
.info-steps-box .box-inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
  top: 0;
  width: 100%;
  background: var(--clr-att);
  border-radius: 0 var(--mainRadius) var(--mainRadius) 0;
}
.info-steps-box .box-inner-wrap li {
  position: relative;
  z-index: 5;
  padding-left: 1.4em;
  margin-bottom: 1.4em;
}
.info-steps-box .box-inner-wrap li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  margin: -4px 0 0 -4px;
}
.info-steps-box .box-inner-wrap li:last-child {
  margin-bottom: 0;
}
.info-photo-box {
  position: relative;
  font-size: 1.08333333em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.info-photo-box .bg-full-wrap {
  background: url(../img/01-bg3.png) 0 center no-repeat;
  background-size: 93.36rem auto;
  top: -38rem;
}
.info-photo-box .content-main-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0rem 0 10rem 0;
}
.info-photo-box .photo-inner-wrap {
  width: 60rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 5rem;
  opacity: 1;
  position: relative;
}
.info-photo-box .photo-inner-wrap .elm-photo {
  width: 156%;
  max-width: inherit;
  margin-left: -10%;
  z-index: 3;
  pointer-events: none;
  aspect-ratio: 936/1208;
  opacity: 0;
}
.info-photo-box .photo-inner-wrap .elm-photo.photo-b01 {
  display: block;
  width: 107%;
  position: absolute;
  top: 42%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 4;
  aspect-ratio: inherit;
  opacity: 1;
}
.info-photo-box .photo-inner-wrap .elm-photo.photo-b02 {
  display: block;
  width: 187%;
  position: absolute;
  top: 60%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 5;
  aspect-ratio: inherit;
  opacity: 1;
}
.info-photo-box .photo-inner-wrap .elm-photo.photo-b03 {
  display: block;
  width: 220%;
  position: absolute;
  top: 13%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
  transform: translate(-50%, -50%) rotate(-5deg);
  margin: 0;
  z-index: 2;
  aspect-ratio: inherit;
  opacity: 1;
}
.info-photo-box .box-inner-wrap {
  border-radius: 5rem;
  background: rgba(249, 249, 249, 0.9);
  padding: 4.5rem 5rem 6rem 7rem;
}
.info-photo-box .section-title {
  margin-bottom: 3.5rem;
  font-weight: bold;
  color: var(--clr-att);
}
.info-photo-box .info-inner-wrap {
  position: relative;
  z-index: 6;
  padding-left: 180px;
}
.info-photo-box .info-inner-wrap a:not(:hover) {
  color: inherit;
}
.info-photo-box .info-inner-wrap ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin: 0 0 0 auto;
}
.info-photo-box .title-inner-wrap {
  margin-bottom: 4rem;
  font-size: 2.30769231em;
  position: relative;
  z-index: 6;
  color: var(--clr-base-title);
}
.info-photo-box .title-inner-wrap li {
  margin: 0 0 0.3em 0;
}
.info-photo-box .title-inner-wrap li:last-child {
  margin-bottom: 0;
}
.info-photo-box .title-inner-wrap li:before {
  width: 0.15em;
  height: 0.15em;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.info-photo-box .title-inner-wrap .li-main {
  font-weight: bold;
}
.info-photo-box .title-inner-wrap .li-main:before {
  width: 0.2em;
  height: 0.2em;
}
.tiles-slider-box {
  margin-bottom: 12rem;
}
.tiles-slider-box:has(+ .info-photo-box) {
  position: relative;
  z-index: 5;
}
.tiles-slider-box .sl-wrap {
  width: 33.33%;
}
.tiles-slider-box .slider-pagination {
  margin-top: 5rem;
  display: none;
}
.tiles-slider-box .title-inner-wrap {
  padding-left: var(--paddingContent);
  margin-bottom: 6rem;
}
.tiles-slider-box .title-inner-wrap .section-title {
  text-transform: uppercase;
}
.tiles-slider-box .button-slider-prev {
  margin-left: calc(var(--paddingContainer) * -1);
  backdrop-filter: blur(5px);
  border-radius: 0 12rem 12rem 0 !important;
}
.tiles-slider-box .button-slider-next {
  margin-right: calc(var(--paddingContainer) * -1);
  backdrop-filter: blur(5px);
  border-radius: 12rem 0 0 12rem !important;
}
.form-box {
  padding: 48px 0 7rem 0;
  background: var(--clr-att);
  color: var(--clr-base-white);
  text-align: center;
  position: relative;
}
.form-box .bg-full-wrap {
  max-width: 1920px;
}
.form-box .bg-full-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 78, 0, 0.3);
}
.form-box .frm-title-wrap {
  margin-bottom: 5rem;
  font-size: 1.25em;
}
.form-box .frm-title-wrap a {
  color: inherit;
}
.form-box .frm-title-wrap a:hover {
  color: var(--clr-base-title);
}
.form-box .form-inner-wrap {
  margin: 0 auto;
  max-width: 884px;
}
.form-box .frm-row-submit {
  padding-top: 3rem;
}
.form-box .btn {
  height: 10.4rem;
  font-size: 6rem;
  font-weight: 400;
  border-radius: 3.8rem;
  -webkit-box-shadow: 9px 6px 15px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 9px 6px 15px 6px rgba(0, 0, 0, 0.25);
  text-transform: none;
  padding: 0 1.4em;
  width: auto;
}
.form-box .frm-title {
  color: inherit;
  margin-bottom: 0.5em;
}
.box-inner-wrap {
  border-radius: 3rem;
  position: relative;
  width: 100%;
}
.bg-full-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.bg-box {
  position: relative;
  z-index: 2;
}
.bg-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  background: var(--clr-bg-light);
}
.bg-box > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .info-photo-box {
    font-size: 1em;
  }
  .info-photo-box .title-inner-wrap {
    font-size: 1.92307692em;
  }
  .info-photo-box .info-inner-wrap {
    padding-left: 100px;
  }
  .info-photo-box .section-title {
    font-size: 1.44em;
  }
  .info-photo-box .photo-inner-wrap {
    width: 40rem;
  }
  .info-photo-box .photo-inner-wrap .elm-photo {
    margin-left: -14%;
  }
  .info-photo-box .bg-full-wrap {
    background-size: 62.4rem auto;
    top: -24rem;
  }
  .info-steps-box .content-main-wrap {
    min-height: 0;
  }
}
@media (max-width: 1599px) {
  .info-steps-box .photo-inner-wrap {
    top: -100px;
    bottom: -100px;
  }
  .info-warranty-box .items-wrap {
    padding-left: 0;
  }
  .info-warranty-box .info-inner-wrap {
    padding-left: 4rem;
  }
}
@media (max-width: 1399px) {
  .info-steps-box .box-inner-wrap {
    font-size: 1em;
  }
  .info-steps-box .steps-inner-wrap .li-title {
    font-size: 1.875em;
  }
  .info-warranty-box {
    font-size: 16px;
  }
  .info-warranty-box .title-inner-wrap {
    width: 45%;
  }
}
@media (max-width: 1299px) {
  .info-steps-box .steps-inner-wrap li {
    padding-left: 50px;
  }
  .info-steps-box .steps-inner-wrap li:before,
  .info-steps-box .steps-inner-wrap li:after {
    left: 25px;
  }
  .info-steps-box .steps-inner-wrap li:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1199px) {
  .tiles-slider-box .sl-wrap {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .info-photo-box .info-inner-wrap {
    padding-left: 0;
  }
  .info-photo-box .box-inner-wrap {
    padding-right: 30px;
  }
  .info-photo-box .title-inner-wrap {
    font-size: 1.5em;
  }
  .info-photo-box .photo-inner-wrap {
    width: 30rem;
  }
  .info-photo-box .photo-inner-wrap .elm-photo {
    margin-left: -4%;
  }
  .info-photo-box .bg-full-wrap {
    background-size: 50.8rem auto;
    top: -24rem;
  }
  .tiles-slider-box .button-slider {
    display: none;
  }
  .tiles-slider-box .slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-steps-box .item-wrap {
    width: 50%;
  }
  .info-steps-box .photo-inner-wrap {
    left: 300px;
  }
  .info-warranty-box .box-inner-wrap {
    display: block;
  }
  .info-warranty-box .info-inner-wrap {
    width: 100%;
    padding: 6rem var(--paddingContent);
  }
  .info-warranty-box .title-inner-wrap {
    border-radius: 0 0 var(--mainRadius) var(--mainRadius);
    width: 100%;
    padding: 6rem var(--paddingContent);
  }
  .info-lead-box .btn {
    min-width: 0;
  }
  .form-box .btn {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .info-photo-box .bg-full-wrap {
    display: none;
  }
  .info-photo-box .photo-inner-wrap {
    width: 200px;
    margin-left: -50px;
  }
  .info-warranty-box {
    font-size: 16px;
  }
  .tiles-slider-box .sl-wrap {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .info-photo-box .photo-inner-wrap {
    margin-left: -180px;
  }
  .info-photo-box .title-inner-wrap {
    font-size: 1.3em;
  }
  .info-photo-box .info-inner-wrap ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .info-steps-box .item-wrap {
    width: 100%;
  }
  .info-steps-box .photo-inner-wrap {
    display: none;
  }
  .info-steps-box .content-main-wrap {
    width: 100%;
  }
  .info-steps-box .box-inner-wrap {
    width: 100%;
    border-radius: var(--mainRadius);
    padding-left: 30px;
    padding-right: 30px;
  }
  .info-steps-box .box-inner-wrap:before {
    display: none;
  }
  .info-warranty-box .item-wrap {
    width: 100%;
  }
  .info-warranty-box .items-wrap {
    gap: 40px 0;
  }
}
@media (max-width: 479px) {
  .info-photo-box .title-inner-wrap {
    font-size: 1.1em;
  }
  .info-photo-box .title-inner-wrap .section-title {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .info-lead-box .section-title {
    font-size: 3.9vw;
  }
}
@media (min-width: 1400px) {
  .info-steps-box .box-inner-wrap {
    width: 500px;
  }
  .info-steps-box .box-inner-wrap:before {
    width: 520px;
  }
  .info-steps-box .photo-inner-wrap {
    width: 1560px;
    left: -50px;
    right: -60px;
    bottom: -300px;
    top: -240px;
  }
}
@media (min-width: 1600px) {
  .info-photo-box {
    padding-left: 60rem;
  }
  .info-photo-box .photo-inner-wrap {
    position: absolute;
    left: 50%;
    margin-left: calc(-50dvw + var(--paddingContainer));
    top: 0;
    padding-top: 60px;
  }
  .info-photo-box .bg-full-wrap {
    top: calc(-38rem + 60px);
  }
  .info-photo-box .title-inner-wrap {
    margin-left: 0;
    margin-right: -30px;
  }
  .info-lead-box .section-title {
    font-size: var(--pageTitle);
  }
  .main-en .info-lead-box .section-title {
    font-size: 65px;
    margin-bottom: 30px;
  }
  .main-en .info-lead-box .title-inner-wrap {
    font-size: 40px;
  }
  .main-en .info-lead-box .btn {
    height: 66px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 0;
    padding: 0 65px;
  }
  .main-en .info-warranty-box .section-title {
    font-size: 65px;
  }
  .main-en .info-photo-box .title-inner-wrap {
    margin-right: 0;
  }
  .main-en .form-box .frm-title {
    text-transform: uppercase;
  }
  .main-en .form-box .btn {
    font-weight: bold;
    padding: 0 120px;
  }
  .max-1920 .info-photo-box .photo-inner-wrap {
    right: 1200px;
    top: -100px;
    margin-left: -800px;
  }
  .max-1920 .info-photo-box .bg-full-wrap {
    width: 1600px;
    right: -1020px;
    top: -320px;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
[placeholder]::-webkit-input-placeholder {
  color: var(--clr-base-dark);
}
[placeholder]:-moz-placeholder {
  color: var(--clr-base-dark);
}
[placeholder]::-moz-placeholder {
  color: var(--clr-base-dark);
}
[placeholder]:-ms-input-placeholder {
  color: var(--clr-base-dark);
}
/* autofill icons delete */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
  height: 6.7rem;
  border-radius: 3.8rem;
  background: var(--clr-bg-white);
  border: 1px solid var(--clr-bg-white);
  padding: 0 10px 0 1.41666667em;
  line-height: 1.2;
  font-weight: 400;
  font-size: 24px;
  color: var(--clr-base);
}
textarea.form-input {
  height: 110px;
  padding-top: 10px;
}
select.form-input,
input.form-input-select {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 30px;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 20px center;
  background-size: 24px auto;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none !important;
  line-height: 1em;
  text-indent: 0.01px;
  outline: none;
  cursor: pointer;
}
select.form-input.form-input-clear,
input.form-input-select.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 0 16px 0 0;
  color: inherit;
  font-weight: bold;
  background-image: url(../../img/icons/arrow-select.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
select.form-input:required:invalid {
  color: var(--clr-light);
}
.btn {
  background: var(--clr-att);
  border: 1px solid var(--clr-att);
  color: var(--clr-base-white);
  gap: 10px;
  height: 3.16666667em;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0 2em;
  font-size: var(--fsize);
}
.btn:hover {
  background: var(--clr-att-second);
  border-color: var(--clr-att-second);
  color: var(--clr-base-white);
}
.btn .button-ico,
.btn:before,
.btn:after {
  width: var(--icoSize);
  height: var(--icoSize);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.btn .button-title-border {
  border-bottom: 1px solid;
  line-height: 1;
}
.btn .button-title[data-title]:before {
  content: attr(data-title);
}
.btn .button-title[data-show]:before {
  content: attr(data-show);
}
.btn.active .button-title[data-title-active]:before {
  content: attr(data-title-active);
}
.btn.active .button-title[data-hide]:before {
  content: attr(data-hide);
}
.btn .button-active-add .button-title:before,
.btn .button-active-toggle .button-title:before {
  content: attr(data-title);
}
.btn .button-active-add .button-ico-active,
.btn .button-active-toggle .button-ico-active {
  display: none;
}
.btn .button-active-add.active .button-title:before,
.btn .button-active-toggle.active .button-title:before {
  content: attr(data-title-active);
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico {
  display: none;
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico-active,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico-active {
  display: block;
}
.btn .button-ico:only-child {
  margin: 0 auto;
}
.btn:has(.button-ico:only-child) {
  aspect-ratio: 1;
  width: auto;
  padding: 0;
}
.button-arrow .button-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 4px;
  width: 24px;
  height: 24px;
  background: url(../../img/icons/arrow-toggle.svg) center no-repeat;
  background-size: 24px auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.button-arrow.active .button-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn.active .button-active-toggle:before {
  opacity: 0;
}
.btn.active .button-active-toggle:after {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.btn.active .button-active-toggle.button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-border:not(:hover) {
  color: var(--clr-att);
  background-color: transparent;
}
.button-border:not(:hover) .button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-full {
  width: 100%;
  padding: 0 15px;
}
.button-link {
  width: auto;
  height: auto;
  line-height: 24px;
  color: inherit;
  white-space: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: inherit;
}
.button-link:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.button-link .button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-second {
  background-color: var(--clr-base-title);
  border-color: var(--clr-base-title);
}
.button-second:hover {
  background-color: var(--clr-base);
  border-color: var(--clr-base);
}
.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;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  -webkit-box-shadow: 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%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: var(--icoSize);
  max-height: var(--icoSize);
  width: auto;
  height: auto;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--icoSize) auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
  width: 11.6rem;
  aspect-ratio: 116/232;
  height: auto;
  position: absolute;
  top: 50%;
  margin-top: -11.6rem;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow.svg);
  background-size: 100% auto;
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.btn-action-ico.ico-arrow-next {
  right: 0;
}
.btn-action-ico.ico-arrow-prev {
  left: 0;
}
.btn-action-ico.ico-arrow-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
  width: 24px;
  height: 18px;
  border-top: 2px solid var(--clr-base);
  border-bottom: 2px solid var(--clr-base);
  margin: -9px 0 0 -12px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.btn-action-ico.ico-menu:before {
  height: 2px;
  margin-top: -1px;
  border-top: none;
}
.btn-action-ico.ico-menu.active:after {
  height: 2px;
  margin-top: -1px;
  border-top: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-ico.ico-menu.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close:before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -10px;
  background: var(--clr-base);
}
.btn-action-ico.ico-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
  max-width: 100%;
  max-height: 100%;
}
.btn-action-ico.button-soc:hover {
  opacity: 0.8;
}
.btn-action-ico.button-active-close:after,
.btn-action-ico.button-active-toggle:after {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:after,
.btn-action-ico.button-active-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.button-active-close:after {
  background-image: url(../../img/icons/close.svg);
}
@media (max-width: 1023px) {
  .form-input {
    font-size: 18px;
  }
  .btn {
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-row,
.frm-field,
.frm-row-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  line-height: 1;
}
.frm-row,
.frm-row-submit {
  margin-bottom: 2rem;
  gap: 2rem 0;
}
.frm-row:last-child,
.frm-row-submit:last-child {
  margin-bottom: 0;
}
.frm-field {
  display: block;
  width: 100%;
}
.frm-select {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select label:after {
  opacity: 0;
}
.frm-select input[type="radio"] ~ label:before {
  border-radius: 50%;
}
.frm-select input[type="radio"] ~ label:after {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #000;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label:after {
  border-radius: 0;
  border: none;
  background: url(../../img/icons/chk.svg) center / 24px auto no-repeat;
  opacity: 0;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@-webkit-keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mig {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mig {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinslide {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
.border-style-dashed {
  border-style: dashed !important;
}
.border-style-dotted {
  border-style: dotted !important;
}
.border-style-solid {
  border-style: solid !important;
}
table:has(col.text-line:nth-child(1)) th:nth-child(1),
table:has(col.text-line:nth-child(1)) td:nth-child(1) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(2)) th:nth-child(2),
table:has(col.text-line:nth-child(2)) td:nth-child(2) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(3)) th:nth-child(3),
table:has(col.text-line:nth-child(3)) td:nth-child(3) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(4)) th:nth-child(4),
table:has(col.text-line:nth-child(4)) td:nth-child(4) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(5)) th:nth-child(5),
table:has(col.text-line:nth-child(5)) td:nth-child(5) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(6)) th:nth-child(6),
table:has(col.text-line:nth-child(6)) td:nth-child(6) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(7)) th:nth-child(7),
table:has(col.text-line:nth-child(7)) td:nth-child(7) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(8)) th:nth-child(8),
table:has(col.text-line:nth-child(8)) td:nth-child(8) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(9)) th:nth-child(9),
table:has(col.text-line:nth-child(9)) td:nth-child(9) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(10)) th:nth-child(10),
table:has(col.text-line:nth-child(10)) td:nth-child(10) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(11)) th:nth-child(11),
table:has(col.text-line:nth-child(11)) td:nth-child(11) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(12)) th:nth-child(12),
table:has(col.text-line:nth-child(12)) td:nth-child(12) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(13)) th:nth-child(13),
table:has(col.text-line:nth-child(13)) td:nth-child(13) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(14)) th:nth-child(14),
table:has(col.text-line:nth-child(14)) td:nth-child(14) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(15)) th:nth-child(15),
table:has(col.text-line:nth-child(15)) td:nth-child(15) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(16)) th:nth-child(16),
table:has(col.text-line:nth-child(16)) td:nth-child(16) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(17)) th:nth-child(17),
table:has(col.text-line:nth-child(17)) td:nth-child(17) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(18)) th:nth-child(18),
table:has(col.text-line:nth-child(18)) td:nth-child(18) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(19)) th:nth-child(19),
table:has(col.text-line:nth-child(19)) td:nth-child(19) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(20)) th:nth-child(20),
table:has(col.text-line:nth-child(20)) td:nth-child(20) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(21)) th:nth-child(21),
table:has(col.text-line:nth-child(21)) td:nth-child(21) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(22)) th:nth-child(22),
table:has(col.text-line:nth-child(22)) td:nth-child(22) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(23)) th:nth-child(23),
table:has(col.text-line:nth-child(23)) td:nth-child(23) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(24)) th:nth-child(24),
table:has(col.text-line:nth-child(24)) td:nth-child(24) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(25)) th:nth-child(25),
table:has(col.text-line:nth-child(25)) td:nth-child(25) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(26)) th:nth-child(26),
table:has(col.text-line:nth-child(26)) td:nth-child(26) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(27)) th:nth-child(27),
table:has(col.text-line:nth-child(27)) td:nth-child(27) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(28)) th:nth-child(28),
table:has(col.text-line:nth-child(28)) td:nth-child(28) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(29)) th:nth-child(29),
table:has(col.text-line:nth-child(29)) td:nth-child(29) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(30)) th:nth-child(30),
table:has(col.text-line:nth-child(30)) td:nth-child(30) {
  white-space: nowrap;
}
table:has(col.col-att:nth-child(1)) th:nth-child(1),
table:has(col.col-att:nth-child(1)) td:nth-child(1) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(2)) th:nth-child(2),
table:has(col.col-att:nth-child(2)) td:nth-child(2) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(3)) th:nth-child(3),
table:has(col.col-att:nth-child(3)) td:nth-child(3) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(4)) th:nth-child(4),
table:has(col.col-att:nth-child(4)) td:nth-child(4) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(5)) th:nth-child(5),
table:has(col.col-att:nth-child(5)) td:nth-child(5) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(6)) th:nth-child(6),
table:has(col.col-att:nth-child(6)) td:nth-child(6) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(7)) th:nth-child(7),
table:has(col.col-att:nth-child(7)) td:nth-child(7) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(8)) th:nth-child(8),
table:has(col.col-att:nth-child(8)) td:nth-child(8) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(9)) th:nth-child(9),
table:has(col.col-att:nth-child(9)) td:nth-child(9) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(10)) th:nth-child(10),
table:has(col.col-att:nth-child(10)) td:nth-child(10) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(11)) th:nth-child(11),
table:has(col.col-att:nth-child(11)) td:nth-child(11) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(12)) th:nth-child(12),
table:has(col.col-att:nth-child(12)) td:nth-child(12) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(13)) th:nth-child(13),
table:has(col.col-att:nth-child(13)) td:nth-child(13) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(14)) th:nth-child(14),
table:has(col.col-att:nth-child(14)) td:nth-child(14) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(15)) th:nth-child(15),
table:has(col.col-att:nth-child(15)) td:nth-child(15) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(16)) th:nth-child(16),
table:has(col.col-att:nth-child(16)) td:nth-child(16) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(17)) th:nth-child(17),
table:has(col.col-att:nth-child(17)) td:nth-child(17) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(18)) th:nth-child(18),
table:has(col.col-att:nth-child(18)) td:nth-child(18) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(19)) th:nth-child(19),
table:has(col.col-att:nth-child(19)) td:nth-child(19) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(20)) th:nth-child(20),
table:has(col.col-att:nth-child(20)) td:nth-child(20) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(21)) th:nth-child(21),
table:has(col.col-att:nth-child(21)) td:nth-child(21) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(22)) th:nth-child(22),
table:has(col.col-att:nth-child(22)) td:nth-child(22) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(23)) th:nth-child(23),
table:has(col.col-att:nth-child(23)) td:nth-child(23) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(24)) th:nth-child(24),
table:has(col.col-att:nth-child(24)) td:nth-child(24) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(25)) th:nth-child(25),
table:has(col.col-att:nth-child(25)) td:nth-child(25) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(26)) th:nth-child(26),
table:has(col.col-att:nth-child(26)) td:nth-child(26) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(27)) th:nth-child(27),
table:has(col.col-att:nth-child(27)) td:nth-child(27) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(28)) th:nth-child(28),
table:has(col.col-att:nth-child(28)) td:nth-child(28) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(29)) th:nth-child(29),
table:has(col.col-att:nth-child(29)) td:nth-child(29) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(30)) th:nth-child(30),
table:has(col.col-att:nth-child(30)) td:nth-child(30) {
  background: var(--clr-bg);
}
table:has(col.text-left:nth-child(1)) th:nth-child(1),
table:has(col.text-left:nth-child(1)) td:nth-child(1) {
  text-align: left;
}
table:has(col.text-right:nth-child(1)) th:nth-child(1),
table:has(col.text-right:nth-child(1)) td:nth-child(1) {
  text-align: right;
}
table:has(col.text-center:nth-child(1)) th:nth-child(1),
table:has(col.text-center:nth-child(1)) td:nth-child(1) {
  text-align: center;
}
table:has(col.text-left:nth-child(2)) th:nth-child(2),
table:has(col.text-left:nth-child(2)) td:nth-child(2) {
  text-align: left;
}
table:has(col.text-right:nth-child(2)) th:nth-child(2),
table:has(col.text-right:nth-child(2)) td:nth-child(2) {
  text-align: right;
}
table:has(col.text-center:nth-child(2)) th:nth-child(2),
table:has(col.text-center:nth-child(2)) td:nth-child(2) {
  text-align: center;
}
table:has(col.text-left:nth-child(3)) th:nth-child(3),
table:has(col.text-left:nth-child(3)) td:nth-child(3) {
  text-align: left;
}
table:has(col.text-right:nth-child(3)) th:nth-child(3),
table:has(col.text-right:nth-child(3)) td:nth-child(3) {
  text-align: right;
}
table:has(col.text-center:nth-child(3)) th:nth-child(3),
table:has(col.text-center:nth-child(3)) td:nth-child(3) {
  text-align: center;
}
table:has(col.text-left:nth-child(4)) th:nth-child(4),
table:has(col.text-left:nth-child(4)) td:nth-child(4) {
  text-align: left;
}
table:has(col.text-right:nth-child(4)) th:nth-child(4),
table:has(col.text-right:nth-child(4)) td:nth-child(4) {
  text-align: right;
}
table:has(col.text-center:nth-child(4)) th:nth-child(4),
table:has(col.text-center:nth-child(4)) td:nth-child(4) {
  text-align: center;
}
table:has(col.text-left:nth-child(5)) th:nth-child(5),
table:has(col.text-left:nth-child(5)) td:nth-child(5) {
  text-align: left;
}
table:has(col.text-right:nth-child(5)) th:nth-child(5),
table:has(col.text-right:nth-child(5)) td:nth-child(5) {
  text-align: right;
}
table:has(col.text-center:nth-child(5)) th:nth-child(5),
table:has(col.text-center:nth-child(5)) td:nth-child(5) {
  text-align: center;
}
table:has(col.text-left:nth-child(6)) th:nth-child(6),
table:has(col.text-left:nth-child(6)) td:nth-child(6) {
  text-align: left;
}
table:has(col.text-right:nth-child(6)) th:nth-child(6),
table:has(col.text-right:nth-child(6)) td:nth-child(6) {
  text-align: right;
}
table:has(col.text-center:nth-child(6)) th:nth-child(6),
table:has(col.text-center:nth-child(6)) td:nth-child(6) {
  text-align: center;
}
table:has(col.text-left:nth-child(7)) th:nth-child(7),
table:has(col.text-left:nth-child(7)) td:nth-child(7) {
  text-align: left;
}
table:has(col.text-right:nth-child(7)) th:nth-child(7),
table:has(col.text-right:nth-child(7)) td:nth-child(7) {
  text-align: right;
}
table:has(col.text-center:nth-child(7)) th:nth-child(7),
table:has(col.text-center:nth-child(7)) td:nth-child(7) {
  text-align: center;
}
table:has(col.text-left:nth-child(8)) th:nth-child(8),
table:has(col.text-left:nth-child(8)) td:nth-child(8) {
  text-align: left;
}
table:has(col.text-right:nth-child(8)) th:nth-child(8),
table:has(col.text-right:nth-child(8)) td:nth-child(8) {
  text-align: right;
}
table:has(col.text-center:nth-child(8)) th:nth-child(8),
table:has(col.text-center:nth-child(8)) td:nth-child(8) {
  text-align: center;
}
table:has(col.text-left:nth-child(9)) th:nth-child(9),
table:has(col.text-left:nth-child(9)) td:nth-child(9) {
  text-align: left;
}
table:has(col.text-right:nth-child(9)) th:nth-child(9),
table:has(col.text-right:nth-child(9)) td:nth-child(9) {
  text-align: right;
}
table:has(col.text-center:nth-child(9)) th:nth-child(9),
table:has(col.text-center:nth-child(9)) td:nth-child(9) {
  text-align: center;
}
table:has(col.text-left:nth-child(10)) th:nth-child(10),
table:has(col.text-left:nth-child(10)) td:nth-child(10) {
  text-align: left;
}
table:has(col.text-right:nth-child(10)) th:nth-child(10),
table:has(col.text-right:nth-child(10)) td:nth-child(10) {
  text-align: right;
}
table:has(col.text-center:nth-child(10)) th:nth-child(10),
table:has(col.text-center:nth-child(10)) td:nth-child(10) {
  text-align: center;
}
table:has(col.text-left:nth-child(11)) th:nth-child(11),
table:has(col.text-left:nth-child(11)) td:nth-child(11) {
  text-align: left;
}
table:has(col.text-right:nth-child(11)) th:nth-child(11),
table:has(col.text-right:nth-child(11)) td:nth-child(11) {
  text-align: right;
}
table:has(col.text-center:nth-child(11)) th:nth-child(11),
table:has(col.text-center:nth-child(11)) td:nth-child(11) {
  text-align: center;
}
table:has(col.text-left:nth-child(12)) th:nth-child(12),
table:has(col.text-left:nth-child(12)) td:nth-child(12) {
  text-align: left;
}
table:has(col.text-right:nth-child(12)) th:nth-child(12),
table:has(col.text-right:nth-child(12)) td:nth-child(12) {
  text-align: right;
}
table:has(col.text-center:nth-child(12)) th:nth-child(12),
table:has(col.text-center:nth-child(12)) td:nth-child(12) {
  text-align: center;
}
table:has(col.text-left:nth-child(13)) th:nth-child(13),
table:has(col.text-left:nth-child(13)) td:nth-child(13) {
  text-align: left;
}
table:has(col.text-right:nth-child(13)) th:nth-child(13),
table:has(col.text-right:nth-child(13)) td:nth-child(13) {
  text-align: right;
}
table:has(col.text-center:nth-child(13)) th:nth-child(13),
table:has(col.text-center:nth-child(13)) td:nth-child(13) {
  text-align: center;
}
table:has(col.text-left:nth-child(14)) th:nth-child(14),
table:has(col.text-left:nth-child(14)) td:nth-child(14) {
  text-align: left;
}
table:has(col.text-right:nth-child(14)) th:nth-child(14),
table:has(col.text-right:nth-child(14)) td:nth-child(14) {
  text-align: right;
}
table:has(col.text-center:nth-child(14)) th:nth-child(14),
table:has(col.text-center:nth-child(14)) td:nth-child(14) {
  text-align: center;
}
table:has(col.text-left:nth-child(15)) th:nth-child(15),
table:has(col.text-left:nth-child(15)) td:nth-child(15) {
  text-align: left;
}
table:has(col.text-right:nth-child(15)) th:nth-child(15),
table:has(col.text-right:nth-child(15)) td:nth-child(15) {
  text-align: right;
}
table:has(col.text-center:nth-child(15)) th:nth-child(15),
table:has(col.text-center:nth-child(15)) td:nth-child(15) {
  text-align: center;
}
table:has(col.text-left:nth-child(16)) th:nth-child(16),
table:has(col.text-left:nth-child(16)) td:nth-child(16) {
  text-align: left;
}
table:has(col.text-right:nth-child(16)) th:nth-child(16),
table:has(col.text-right:nth-child(16)) td:nth-child(16) {
  text-align: right;
}
table:has(col.text-center:nth-child(16)) th:nth-child(16),
table:has(col.text-center:nth-child(16)) td:nth-child(16) {
  text-align: center;
}
table:has(col.text-left:nth-child(17)) th:nth-child(17),
table:has(col.text-left:nth-child(17)) td:nth-child(17) {
  text-align: left;
}
table:has(col.text-right:nth-child(17)) th:nth-child(17),
table:has(col.text-right:nth-child(17)) td:nth-child(17) {
  text-align: right;
}
table:has(col.text-center:nth-child(17)) th:nth-child(17),
table:has(col.text-center:nth-child(17)) td:nth-child(17) {
  text-align: center;
}
table:has(col.text-left:nth-child(18)) th:nth-child(18),
table:has(col.text-left:nth-child(18)) td:nth-child(18) {
  text-align: left;
}
table:has(col.text-right:nth-child(18)) th:nth-child(18),
table:has(col.text-right:nth-child(18)) td:nth-child(18) {
  text-align: right;
}
table:has(col.text-center:nth-child(18)) th:nth-child(18),
table:has(col.text-center:nth-child(18)) td:nth-child(18) {
  text-align: center;
}
table:has(col.text-left:nth-child(19)) th:nth-child(19),
table:has(col.text-left:nth-child(19)) td:nth-child(19) {
  text-align: left;
}
table:has(col.text-right:nth-child(19)) th:nth-child(19),
table:has(col.text-right:nth-child(19)) td:nth-child(19) {
  text-align: right;
}
table:has(col.text-center:nth-child(19)) th:nth-child(19),
table:has(col.text-center:nth-child(19)) td:nth-child(19) {
  text-align: center;
}
table:has(col.text-left:nth-child(20)) th:nth-child(20),
table:has(col.text-left:nth-child(20)) td:nth-child(20) {
  text-align: left;
}
table:has(col.text-right:nth-child(20)) th:nth-child(20),
table:has(col.text-right:nth-child(20)) td:nth-child(20) {
  text-align: right;
}
table:has(col.text-center:nth-child(20)) th:nth-child(20),
table:has(col.text-center:nth-child(20)) td:nth-child(20) {
  text-align: center;
}
table:has(col.text-left:nth-child(21)) th:nth-child(21),
table:has(col.text-left:nth-child(21)) td:nth-child(21) {
  text-align: left;
}
table:has(col.text-right:nth-child(21)) th:nth-child(21),
table:has(col.text-right:nth-child(21)) td:nth-child(21) {
  text-align: right;
}
table:has(col.text-center:nth-child(21)) th:nth-child(21),
table:has(col.text-center:nth-child(21)) td:nth-child(21) {
  text-align: center;
}
table:has(col.text-left:nth-child(22)) th:nth-child(22),
table:has(col.text-left:nth-child(22)) td:nth-child(22) {
  text-align: left;
}
table:has(col.text-right:nth-child(22)) th:nth-child(22),
table:has(col.text-right:nth-child(22)) td:nth-child(22) {
  text-align: right;
}
table:has(col.text-center:nth-child(22)) th:nth-child(22),
table:has(col.text-center:nth-child(22)) td:nth-child(22) {
  text-align: center;
}
table:has(col.text-left:nth-child(23)) th:nth-child(23),
table:has(col.text-left:nth-child(23)) td:nth-child(23) {
  text-align: left;
}
table:has(col.text-right:nth-child(23)) th:nth-child(23),
table:has(col.text-right:nth-child(23)) td:nth-child(23) {
  text-align: right;
}
table:has(col.text-center:nth-child(23)) th:nth-child(23),
table:has(col.text-center:nth-child(23)) td:nth-child(23) {
  text-align: center;
}
table:has(col.text-left:nth-child(24)) th:nth-child(24),
table:has(col.text-left:nth-child(24)) td:nth-child(24) {
  text-align: left;
}
table:has(col.text-right:nth-child(24)) th:nth-child(24),
table:has(col.text-right:nth-child(24)) td:nth-child(24) {
  text-align: right;
}
table:has(col.text-center:nth-child(24)) th:nth-child(24),
table:has(col.text-center:nth-child(24)) td:nth-child(24) {
  text-align: center;
}
table:has(col.text-left:nth-child(25)) th:nth-child(25),
table:has(col.text-left:nth-child(25)) td:nth-child(25) {
  text-align: left;
}
table:has(col.text-right:nth-child(25)) th:nth-child(25),
table:has(col.text-right:nth-child(25)) td:nth-child(25) {
  text-align: right;
}
table:has(col.text-center:nth-child(25)) th:nth-child(25),
table:has(col.text-center:nth-child(25)) td:nth-child(25) {
  text-align: center;
}
table:has(col.text-left:nth-child(26)) th:nth-child(26),
table:has(col.text-left:nth-child(26)) td:nth-child(26) {
  text-align: left;
}
table:has(col.text-right:nth-child(26)) th:nth-child(26),
table:has(col.text-right:nth-child(26)) td:nth-child(26) {
  text-align: right;
}
table:has(col.text-center:nth-child(26)) th:nth-child(26),
table:has(col.text-center:nth-child(26)) td:nth-child(26) {
  text-align: center;
}
table:has(col.text-left:nth-child(27)) th:nth-child(27),
table:has(col.text-left:nth-child(27)) td:nth-child(27) {
  text-align: left;
}
table:has(col.text-right:nth-child(27)) th:nth-child(27),
table:has(col.text-right:nth-child(27)) td:nth-child(27) {
  text-align: right;
}
table:has(col.text-center:nth-child(27)) th:nth-child(27),
table:has(col.text-center:nth-child(27)) td:nth-child(27) {
  text-align: center;
}
table:has(col.text-left:nth-child(28)) th:nth-child(28),
table:has(col.text-left:nth-child(28)) td:nth-child(28) {
  text-align: left;
}
table:has(col.text-right:nth-child(28)) th:nth-child(28),
table:has(col.text-right:nth-child(28)) td:nth-child(28) {
  text-align: right;
}
table:has(col.text-center:nth-child(28)) th:nth-child(28),
table:has(col.text-center:nth-child(28)) td:nth-child(28) {
  text-align: center;
}
table:has(col.text-left:nth-child(29)) th:nth-child(29),
table:has(col.text-left:nth-child(29)) td:nth-child(29) {
  text-align: left;
}
table:has(col.text-right:nth-child(29)) th:nth-child(29),
table:has(col.text-right:nth-child(29)) td:nth-child(29) {
  text-align: right;
}
table:has(col.text-center:nth-child(29)) th:nth-child(29),
table:has(col.text-center:nth-child(29)) td:nth-child(29) {
  text-align: center;
}
table:has(col.text-left:nth-child(30)) th:nth-child(30),
table:has(col.text-left:nth-child(30)) td:nth-child(30) {
  text-align: left;
}
table:has(col.text-right:nth-child(30)) th:nth-child(30),
table:has(col.text-right:nth-child(30)) td:nth-child(30) {
  text-align: right;
}
table:has(col.text-center:nth-child(30)) th:nth-child(30),
table:has(col.text-center:nth-child(30)) td:nth-child(30) {
  text-align: center;
}
.i,
[class*="icon-"] {
  display: block;
  -webkit-transition: none;
  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 ((-o-object-fit: cover) or (object-fit: cover)) {
  .img-bg-cover {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .img-bg-contain {
    height: 100%;
    -o-object-fit: contain;
    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 {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.js-tab-block {
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.js-tab-block:not(.active) {
  display: none;
}
.js-tab-block.tab-slider:not(.active) {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0;
  position: relative;
  overflow: hidden;
}
.slider-wrap {
  margin: 0 calc(-1 * var(--gapMainHalf));
}
.sl-wrap {
  padding: 0 var(--gapMainHalf);
}
.items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  gap: var(--gapMain) 0;
  margin: 0 calc(-1 * var(--gapMainHalf));
}
.item-wrap {
  width: 100%;
  position: relative;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  padding: 0 var(--gapMainHalf);
}
.items-wrap:has(.item-wrap:nth-child(4)) + .items-actions-wrap {
  display: block;
}
.items-wrap:has(+ .items-actions-wrap) .item-wrap {
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.items-wrap:has(+ .items-actions-wrap) .item-wrap:nth-child(3) ~ .item-wrap {
  display: none;
}
.items-wrap:has(+ .items-actions-wrap .active) .item-wrap:nth-child(3) ~ .item-wrap {
  display: block;
}
.items-actions-wrap {
  display: none;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: var(--clr-base);
}
.items-actions-wrap .btn {
  padding: 0 30px 0 0;
}
.items-actions-wrap .btn.active:before {
  rotate: -180deg;
}
.items-actions-wrap .btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../../img/icons/arrow-menu.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 0;
  margin-top: -12px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
/*

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

*/
.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
  display: block;
  position: relative;
}
.tile-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
.mb-section {
  margin-bottom: var(--sectionMargin) !important;
}
.mb-section-small {
  margin-bottom: var(--sectionMarginSmall) !important;
}
.mt-section {
  margin-top: var(--sectionMargin) !important;
}
.mt-section-small {
  margin-top: var(--sectionMarginSmall) !important;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.no-pbottom {
  padding-bottom: 0 !important;
}
.no-ptop {
  padding-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
input.form-clear-autofill::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.slider-wrap,
.slider-inner-wrap,
.sl-wrap {
  position: relative;
}
.sl-wrap.swiper-slide {
  height: auto;
}
.swiper,
.swiper-wrapper {
  position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto;
  bottom: auto;
}
[class*="button-slider-"]:not([aria-label]) {
  display: none;
}
.slider-inner-wrap:has(.swiper-button-disabled ~ .swiper-button-disabled) .swiper-button-disabled {
  display: none;
}
.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  gap: 10px;
  position: relative;
  width: auto;
}
.slider-pagination:not(.swiper-pagination-bullets) {
  display: none;
}
.slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--clr-base-title);
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
  padding: 0;
  margin: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 15;
}
.slider-pagination .swiper-pagination-bullet:hover,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.is-modern .f-thumbs__slide__button {
  clip-path: inherit !important;
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(1)) th:nth-child(1),
  table:has(col.col-mobile-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-mobile-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-mobile-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-mobile-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-mobile-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-mobile-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-mobile-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-mobile-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-mobile-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-mobile-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-mobile-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-mobile-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-mobile-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-mobile-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-mobile-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-mobile-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-mobile-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-mobile-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-mobile-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-mobile-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-mobile-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-mobile-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-mobile-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-mobile-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-mobile-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-mobile-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-mobile-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-mobile-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-mobile-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-mobile-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(1)) th:nth-child(1),
  table:has(col.col-desktop-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-desktop-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-desktop-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-desktop-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-desktop-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-desktop-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-desktop-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-desktop-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-desktop-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-desktop-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-desktop-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-desktop-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-desktop-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-desktop-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-desktop-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-desktop-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-desktop-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-desktop-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-desktop-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-desktop-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-desktop-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-desktop-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-desktop-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-desktop-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-desktop-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-desktop-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-desktop-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-desktop-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-desktop-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-desktop-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Regular-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular-cyrillic-ext.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Regular-cyrillic.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular-cyrillic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Regular-latin.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular-latin.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Medium-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium-cyrillic-ext.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Medium-cyrillic.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium-cyrillic.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Medium-latin.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium-latin.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-SemiBold-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold-cyrillic-ext.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-SemiBold-cyrillic.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold-cyrillic.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-SemiBold-latin.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold-latin.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Bold-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold-cyrillic-ext.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Bold-cyrillic.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold-cyrillic.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Bold-latin.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold-latin.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Базовый класс для SVG-иконок из спрайта (symbols).
   Использование в HTML: <svg class="icon" aria-hidden="true"><use href="/__spritemap#icon-ИМЯ_ФАЙЛА"></use></svg>
   Пример: <svg class="icon"><use href="/__spritemap#icon-check"></use></svg>
   Имена символов = prefix + имя файла без расширения (prefix: icon-). */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}
body.popup-open {
  overflow: hidden;
}
.popup-outer-box {
  display: none;
  padding: 20px var(--paddingContainer);
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-outer-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-outer-box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 1000px;
  padding: 0;
  border-radius: 3rem;
  max-width: 100%;
  max-height: inherit;
  background-color: var(--clr-att);
  z-index: 20;
}
.popup-box .form-box {
  margin: 0;
  padding: 5rem;
}
.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.popup-box .popup-content-wrap {
  width: 100%;
}
.popup-box .btn-action-ico.ico-close:before,
.popup-box .btn-action-ico.ico-close:after {
  background-color: var(--clr-bg-white);
}
.popup-box .btn-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 479px) {
  .popup-box .form-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/*кастомные правки стилей*/
.wpcf7 form.sent .wpcf7-response-output{
    position: absolute;
    display: none;
}
.wpcf7 form .wpcf7-response-output{
    padding: 0;
    margin: 0;
}
.form-input::placeholder{
    font-size: 24px;
}
.wpcf7-not-valid-tip{
    color: #fff !important;
    padding-top: 5px;
}
@media (max-width: 600px) {
    .form-box .frm-row-submit{
        position: relative;
    }
    .wpcf7-spinner{
        position: absolute;
        top: calc(50% - 12px);
        right: 40px;
    }
}

@media (max-width: 767px) {
    .header .link-email {
        display: none;
    }
}