@charset "UTF-8";
:root {
  --clr-base: #1a1d2e;
  --clr-base-second: #5a6070;
  --clr-base-white: #fff;
  --clr-base-light: #9298a8;
  --clr-att: #053bc3;
  --clr-att-second: #3169f7;
  --clr-alert: #f55760;
  --clr-succefull: #32b782;
  --clr-bg-white: #fff;
  --clr-bg-light: #4b3fa0;
  --clr-border-light: #eef0f6;
  --fsize: 12px;
  --lhsize: 1.12;
  --mbsize: 15px;
  --sectionMargin: 30px;
  --hTitle: 14px;
  --mainRadius: 2.4rem;
  --icoSize: 24px;
  --gapMain: 16px;
  --gapMainHalf: 8px;
  --min: 360px;
  --max: 1484px;
  --paddingContainer: 15px;
  --filterBlack: brightness(0) grayscale(1);
  --filterWhite: brightness(0) invert(1);
  --filterAttToBase: brightness(0.4) saturate(0.3) hue-rotate(180deg) contrast(1.2);
  --filterAttToBaseSecond: brightness(0.5) saturate(0.15) hue-rotate(190deg) contrast(1.1);
  --filterAttToBaseLight: brightness(3) saturate(0.04) hue-rotate(195deg) contrast(0.9);
  --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: #f7f8fa;
  font-size: var(--fsize);
  line-height: var(--lhsize);
  font-weight: 400;
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: var(--mbsize);
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
}
li:last-child {
  margin-bottom: 0;
}
ul {
  list-style-type: disc;
  padding-left: 20px;
}
ol {
  all: revert;
  padding-left: 20px;
}
ol li {
  padding: 0;
}
ol li:before {
  display: none;
}
.list-numbers,
.list-marker {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-base-second);
  padding: 0;
}
.list-numbers li,
.list-marker li {
  margin-bottom: 15px;
  padding-left: 30px;
  list-style-type: none;
}
.list-numbers li:last-child,
.list-marker li:last-child {
  margin-bottom: 0;
}
.list-numbers li:before,
.list-marker li:before {
  content: "✦";
  display: block;
  border: 1px solid rgba(47, 47, 193, 0.15);
  border-radius: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgba(5, 59, 195, 0.08);
  top: 0.73em;
  left: 10px;
  margin: -10px 0 0 -10px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2f2fc1;
}
.list-numbers .li-title,
.list-marker .li-title {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--clr-base);
  margin: 0 0 5px 0;
}
.list-numbers .li-title:last-child,
.list-marker .li-title:last-child {
  margin: 0;
}
.list-numbers {
  counter-reset: li;
  list-style: none;
}
.list-numbers li:before {
  content: counter(li);
  counter-increment: li;
}
.menu,
.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.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;
}
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: 15px 0 10px 0;
  word-wrap: break-word;
  font-weight: 700;
  font-size: var(--hTitle);
  line-height: 1.35;
  letter-spacing: 0.09em;
  color: var(--clr-base);
}
.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;
}
h1,
.h1-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.03;
  margin: 15px 0;
  letter-spacing: normal;
}
.text-attention-wrap {
  padding: 8px 20px;
  display: block;
  border: 1px solid var(--clr-border-light);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(47, 47, 193, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.text-attention {
  display: inline;
  background: linear-gradient(167deg, #053bc3 0%, #9ec3ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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: 1399px) {
  :root {
    font-size: 9.5px;
  }
}
@media (max-width: 1199px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 1023px) {
  :root {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
}
@media (max-width: 399px) {
  .h1-title,
  h1 {
    font-size: 20px;
  }
}
@media (min-width: 400px) {
  :root {
    --paddingContainer: 20px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
    --gapMain: 3rem;
    --gapMainHalf: 1.5rem;
    --sectionMargin: 8rem;
    --hTitle: 17px;
    --fsize: 14px;
  }
  h1,
  .h1-title {
    font-size: 34px;
    line-height: 1;
    margin: 30px 0;
  }
  .list-numbers,
  .list-marker {
    font-size: 14px;
  }
  .list-numbers li,
  .list-marker li {
    padding-left: 40px;
  }
  .list-numbers li:before,
  .list-marker li:before {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    left: 15px;
    font-size: 17px;
  }
  .list-numbers .li-title,
  .list-marker .li-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.46667;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1400px) {
  :root {
    --paddingContainer: 40px;
  }
}
/* ----------------------------------- *\
			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;
}
.header,
.footer,
.nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.header ul,
.footer ul,
.nav ul,
.header li,
.footer li,
.nav li,
.header p,
.footer p,
.nav p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header ul:before,
.footer ul:before,
.nav ul:before,
.header li:before,
.footer li:before,
.nav li:before,
.header p:before,
.footer p:before,
.nav p:before {
  display: none;
}
.header a,
.footer a,
.nav a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header {
  border-bottom: 1px solid var(--clr-border-light);
  z-index: 99;
}
.header .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .actions-inner-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 6px;
}
.header .actions-inner-wrap .btn {
  width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  border-radius: 4px;
  min-width: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: inherit;
}
.header .actions-inner-wrap .btn .button-ico {
  width: 100%;
  height: 100%;
}
.header .actions-inner-wrap .btn .button-title {
  display: none;
}
.header .logo-inner-wrap {
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header .callback-inner-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header .callback-inner-wrap .btn {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 12px;
  min-width: 0;
  letter-spacing: 0.08em;
}
.header .menu-inner-wrap {
  display: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--clr-base-second);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header .menu-inner-wrap a {
  display: block;
  position: relative;
  color: inherit;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.header .menu-inner-wrap a:hover,
.header .menu-inner-wrap a.active {
  color: var(--clr-att);
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 766px;
  margin: 0 0 0 auto;
}
.footer {
  background: var(--clr-base);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-base-light);
  padding: 15px 0;
  overflow: hidden;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: var(--clr-base-white);
}
.footer-main-panel .logo-inner-wrap {
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-main-panel .actions-inner-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 6px;
}
.footer-main-panel .actions-inner-wrap .btn {
  width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  border-radius: 4px;
  min-width: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: inherit;
  border-color: var(--clr-base-light);
  color: var(--clr-base-light);
}
.footer-main-panel .actions-inner-wrap .btn .button-ico {
  width: 100%;
  height: 100%;
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.footer-main-panel .actions-inner-wrap .btn:has(.button-title) {
  width: auto;
  padding: 0 4px;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 600;
}
.footer-main-panel .actions-inner-wrap .btn:has(.button-title) .button-ico {
  display: none;
}
.footer-main-panel .actions-inner-wrap .btn:hover {
  color: var(--clr-base-white);
  border-color: var(--clr-bg-white);
  background: none;
}
.footer-main-panel .actions-inner-wrap .btn:hover .button-ico {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.footer-main-panel .inner-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
}
.footer-main-panel .menu-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}
.footer-main-panel .menu {
  display: block;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.footer-main-panel .menu a {
  display: block;
  padding: 5px 0;
  width: 100%;
}
.footer-bottom-panel .inner-wrap {
  padding-top: 34px;
  padding-bottom: 15px;
}
.footer-bottom-panel .inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: var(--paddingContainer);
  right: var(--paddingContainer);
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.footer-bottom-panel .info-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.logo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  letter-spacing: normal;
  font-weight: 400;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
}
@media (max-width: 399px) {
  .header .inner-wrap {
    gap: 15px;
  }
  .header .logo-inner-wrap {
    width: 50px;
  }
  .header .callback-inner-wrap .btn {
    font-size: 11px;
  }
}
@media (min-width: 400px) {
  .footer-main-panel .menu {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
@media (min-width: 640px) {
  .header .actions-inner-wrap .btn:has(.button-title) {
    width: auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.46667;
    letter-spacing: 0.01em;
    color: var(--clr-base);
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .header .actions-inner-wrap .btn:has(.button-title):hover {
    border: none;
    background: none;
    color: var(--clr-att);
  }
  .header .actions-inner-wrap .btn:has(.button-title) .button-ico {
    display: none;
  }
  .header .actions-inner-wrap .btn:has(.button-title) .button-title {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer-main-panel .inner-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-main-panel .logo-inner-wrap {
    width: 21%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-main-panel .actions-inner-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 240px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-main-panel .menu-inner-wrap {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-main-panel .menu {
    margin: 0 -14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .footer-main-panel .menu li {
    padding: 0 14px;
  }
  .footer-main-panel .logo {
    width: 60px;
  }
  .footer-bottom-panel {
    text-align: left;
  }
  .footer-bottom-panel .info-inner-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-bottom-panel .info-wrap:last-child {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .header .inner-wrap {
    gap: 16px;
  }
  .header .actions-inner-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header .menu-inner-wrap {
    display: block;
  }
  .header .logo-inner-wrap {
    width: 60px;
  }
  .footer {
    padding: 18px 0;
  }
  .footer-main-panel .inner-wrap {
    padding-top: 30px;
    padding-bottom: 24px;
  }
  .footer-bottom-panel .inner-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.elm-tooltip {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-base);
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid var(--clr-border-light);
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.65);
}
.elm-smile {
  display: block;
  position: relative;
  border-radius: 12px;
  padding: 30px;
  width: 65px;
  height: 65px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: rgba(5, 59, 195, 0.03);
  margin: 0 0 0 auto;
}
.elm-smile img,
.elm-smile svg {
  display: block;
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.elm-smile.type-yes {
  background: linear-gradient(142deg, #58c12f 0%, #9efffc 100%);
  margin: 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;
  color: var(--clr-base-light) !important;
}
[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;
  height: 22px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 22px;
  background: linear-gradient(160deg, #e84b4b 0%, #c03030 100%);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--clr-base-white);
}
.elm-sticker.type-title {
  background: rgba(5, 59, 195, 0.08);
  height: 26px;
  line-height: 26px;
  border-radius: 30px;
  padding: 0 15px;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clr-att);
}
.elm-sticker.type-title:before {
  content: "✦ ";
}
@media (min-width: 1024px) {
  .elm-tooltip {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    padding: 14px 29px;
    border-radius: 15px;
  }
  .elm-sticker.type-title {
    font-size: 11px;
    height: 30px;
    line-height: 30px;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-question {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-base-second);
  position: relative;
  border-radius: 10px;
  background: var(--clr-bg-white);
}
.item-tile-question:has(.tile-title-wrap) .tile-title-wrap {
  cursor: pointer;
  padding-right: 45px;
}
.item-tile-question:has(.tile-title-wrap) .tile-title-wrap:before,
.item-tile-question:has(.tile-title-wrap) .tile-title-wrap:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-toggle.svg) center no-repeat;
  background-size: 100% auto;
  border-radius: 50%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}
.item-tile-question:has(.tile-title-wrap) .tile-title-wrap:after {
  background: none;
  border: 1px solid #e0e4ee;
}
.item-tile-question:has(.tile-title-wrap) .tile-title-wrap:before {
  z-index: 4;
}
.item-tile-question:has(.tile-title-wrap) .tile-title-wrap.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.item-tile-question:has(.tile-title-wrap) .tile-title-wrap.active:after {
  border-color: var(--clr-att);
  background-color: var(--clr-att);
}
.item-tile-question:has(.tile-title-wrap) .tile-content-wrap {
  position: relative;
  overflow: hidden;
  interpolate-size: allow-keywords;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.item-tile-question:has(.tile-title-wrap:not(.active)) .tile-content-wrap {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.item-tile-question:has(.tile-title-wrap.active) .tile-content-wrap {
  height: auto;
}
.item-tile-question .tile-title-wrap {
  padding: 10px 15px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
}
.item-tile-question .tile-content-wrap {
  padding: 0 15px 15px 15px;
}
.item-tile-question .tile-title {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.46667;
  letter-spacing: 0.01em;
  color: var(--clr-base);
}
.item-tile-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
  color: var(--clr-base-light);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
}
.item-tile-step .tile-title {
  color: var(--clr-base);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.46667;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.item-tile-step .tile-info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item-tile-step .tile-number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(75, 63, 160, 0.1) 0%, rgba(192, 200, 214, 0.15) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 65px;
}
.item-tile-step .tile-number-title {
  font-weight: 800;
  font-size: 39px;
  letter-spacing: -0.01em;
  background: linear-gradient(167deg, #053bc3 0%, #9ec3ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.item-tile-info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  min-height: 100%;
  text-align: left;
  color: var(--clr-base-light);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-border-light);
}
.item-tile-info-main .tile-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  color: var(--clr-base);
}
.item-tile-info-main .elm-ico {
  width: 65px;
  height: 65px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
}
.item-tile-compare {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-base-second);
  letter-spacing: normal;
  min-height: 100%;
  background: rgba(5, 59, 195, 0.03);
  border: 1px solid rgba(5, 59, 195, 0.03);
  border-radius: 10px;
  padding: 12px 10px;
  text-align: right;
}
.item-tile-compare.tile-yes {
  border-color: #9afbee;
  background-color: var(--clr-bg-white);
  text-align: left;
}
.item-tile-compare .tile-title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--clr-base);
  margin: 0 0 8px 0;
}
.item-tile-compare .elm-ico {
  display: none;
}
.item-tile-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: var(--clr-bg-white);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-base);
  letter-spacing: normal;
  border: 1px solid var(--clr-border-light);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 14px;
}
.item-tile-catalog:hover {
  color: var(--clr-base);
  border-color: var(--clr-att);
}
.item-tile-catalog .tile-content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-tile-catalog .tile-stickers-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  z-index: 3;
}
.item-tile-catalog .tile-info-wrap {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 20px 10px 20px;
}
.item-tile-catalog .tile-prices-wrap {
  padding: 0 20px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-tile-catalog .tile-action-wrap {
  padding: 0 20px 20px 20px;
}
.item-tile-catalog .tile-action-wrap .btn {
  width: 100%;
  min-width: 0;
  z-index: 8;
}
.item-tile-catalog .tile-title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--clr-base);
  margin: 0 0 10px 0;
}
.item-tile-catalog .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-catalog .tile-info {
  margin: 0 0 8px 0;
}
.item-tile-catalog .tile-info:last-child {
  margin-bottom: 0;
}
.item-tile-catalog .tile-features {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-base-second);
  display: block;
}
.item-tile-catalog li {
  margin-bottom: 3px;
}
.item-tile-catalog li:last-child {
  margin-bottom: 0;
}
.item-tile-catalog .elm-price {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.46667;
  letter-spacing: 0.01em;
  color: var(--clr-base);
}
.item-tile-catalog .price-old {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
}
.item-tile-catalog .elm-photo {
  aspect-ratio: 360/332;
}
.item-tile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
  color: var(--clr-base);
  gap: 15px;
}
.item-tile-info .elm-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-info .tile-title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 639px) {
  .item-tile-compare .tile-title {
    word-wrap: break-word;
  }
  .item-tile-compare br {
    display: none;
  }
}
@media (max-width: 399px) {
  .item-tile-info {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .item-tile-question {
    font-size: 14px;
  }
  .item-tile-question:has(.tile-title-wrap) .tile-title-wrap:before,
  .item-tile-question:has(.tile-title-wrap) .tile-title-wrap:after {
    right: 24px;
  }
  .item-tile-question .item-tile-question:has(.tile-title-wrap) .tile-title-wrap {
    padding-right: 60px;
  }
  .item-tile-question .tile-title-wrap {
    padding: 20px 24px;
    min-height: 70px;
  }
  .item-tile-question .tile-content-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .item-tile-question .tile-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
  }
  .item-tile-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
  }
  .item-tile-step .tile-title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .item-tile-step .tile-number {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
  }
  .item-tile-step .tile-info-wrap {
    display: block;
  }
  .item-tile-step .tile-title {
    line-height: 1.35;
    min-height: 2.7em;
  }
  .item-tile-step .tile-number-title {
    font-size: 60px;
  }
  .item-tile-info-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 30px;
    text-align: center;
  }
  .item-tile-info-main .tile-info-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
  }
  .item-tile-info-main .tile-title {
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }
  .item-tile-info-main .elm-ico {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  .item-tile-compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 14px;
    padding: 30px;
    font-weight: 500;
    font-size: 14px;
  }
  .item-tile-compare.tile-yes .elm-ico {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background: linear-gradient(142deg, #58c12f 0%, #9efffc 100%);
  }
  .item-tile-compare .tile-title {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: 0.07em;
  }
  .item-tile-compare .tile-info-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .item-tile-compare .elm-ico {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    background: var(--clr-bg-white);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .item-tile-compare .elm-ico img,
  .item-tile-compare .elm-ico svg {
    max-width: 42px;
    max-height: 42px;
  }
  .item-tile-catalog {
    font-size: 14px;
  }
  .item-tile-catalog .tile-info-wrap {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .item-tile-catalog .tile-prices-wrap {
    padding-bottom: 15px;
    gap: 8px;
  }
  .item-tile-catalog .tile-title {
    font-size: 17px;
  }
  .item-tile-catalog .elm-price {
    font-size: 20px;
  }
  .item-tile-catalog .price-old {
    font-size: 14px;
  }
  .item-tile-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
  }
  .item-tile-info .elm-ico {
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .item-tile-info-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .tiles-info-box .items-wrap {
    margin-right: -90px;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.main-top-box {
  position: relative;
  background: var(--clr-base);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
  color: var(--clr-border-light);
  padding: 20px 0 30px 0;
}
.main-top-box .bg-full-wrap {
  background: var(--clr-base);
}
.main-top-box .box-inner-wrap {
  position: relative;
  overflow: hidden;
}
.main-top-box .photo-inner-wrap {
  position: relative;
  aspect-ratio: 1;
}
.main-top-box .photo-inner-wrap .elm-photo {
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160%;
}
.main-top-box .info-inner-wrap {
  position: relative;
  z-index: 3;
}
.main-top-box .actions-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 0;
  position: relative;
  z-index: 3;
}
.main-top-box .action-wrap {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
}
.main-top-box .action-wrap:first-child {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-top-box .section-title {
  color: var(--clr-base-white);
  margin: 15px 0;
}
.main-top-box .section-title:first-child {
  margin-top: 0;
}
.main-top-box .btn {
  width: 100%;
  white-space: nowrap;
  min-width: 0;
  padding: 0 14px;
}
.main-top-box .text-title {
  display: inline;
  white-space: nowrap;
}
.main-top-box .elm-sticker.type-title {
  background: linear-gradient(135deg, rgba(47, 47, 193, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  color: var(--clr-base-white);
}
.tiles-info-box {
  position: relative;
  padding: 16px 0;
}
.tiles-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.tiles-box .item-wrap,
.tiles-box .sl-wrap {
  width: 100%;
}
.tiles-box:has(.item-tile-question) .item-wrap {
  width: 100%;
}
.tiles-box:has(.item-tile-question) .items-wrap {
  row-gap: 15px;
}
.tiles-compare-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.tiles-compare-box {
  position: relative;
  margin-bottom: var(--sectionMargin);
}
.tiles-compare-box .item-wrap {
  width: 50%;
}
.tiles-thumbs-slider-box {
  position: relative;
}
.tiles-thumbs-slider-box .slider-action-wrap {
  display: none;
}
.tiles-thumbs-slider-box .stickers-inner-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
  padding: 12px;
  z-index: 4;
}
.tiles-thumbs-slider-box .slider-photos-main .slider-wrap {
  margin: 0;
  border: 1px solid var(--clr-border-light);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  background: var(--clr-bg-white);
}
.tiles-thumbs-slider-box .slider-photos-main .sl-wrap {
  padding: 0;
}
.tiles-thumbs-slider-box .slider-photos-thumbs {
  padding: 0 26px;
  margin-top: 10px;
  position: relative;
}
.tiles-thumbs-slider-box .slider-photos-thumbs .slider-wrap {
  margin: 0 -6px;
}
.tiles-thumbs-slider-box .slider-photos-thumbs .sl-wrap {
  padding: 0 6px;
  width: 33.33%;
}
.tiles-thumbs-slider-box .slider-photos-thumbs .elm-photo {
  aspect-ratio: 94/90;
  background: var(--clr-bg-white);
}
.tiles-thumbs-slider-box .elm-photo {
  aspect-ratio: 360/332;
  cursor: pointer;
}
.tiles-thumbs-slider-box .button-slider-photos-thumbs-prev {
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -20px;
}
.tiles-thumbs-slider-box .button-slider-photos-thumbs-next {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -20px;
}
.info-card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: var(--sectionMargin);
}
.info-card-box .tiles-thumbs-slider-box {
  margin: 0;
}
.info-card-box .tiles-box {
  margin-bottom: 0;
}
.info-card-box .tiles-box .items-wrap {
  row-gap: 15px;
}
.info-card-box .items-inner-wrap .h1-title {
  margin-bottom: 15px;
}
.info-card-box .photos-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-card-box .content-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.info-card-box .info-inner-wrap {
  border-radius: 14px;
  padding: 15px;
  display: block;
  position: relative;
  background: var(--clr-bg-white);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-base);
}
.info-card-box .info-inner-wrap .elm-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.46667;
  letter-spacing: 0.01em;
  color: var(--clr-base);
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-card-box .info-inner-wrap .price-old {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: line-through;
  color: var(--clr-base-light);
}
.info-card-box .info-inner-wrap .h2-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.info-card-box .info-inner-wrap .h3-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.46667;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.info-card-box .info-inner-wrap li {
  color: var(--clr-base-second);
  margin-bottom: 8px;
}
.info-card-box .info-inner-wrap li:last-child {
  margin-bottom: 0;
}
.info-card-box .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.info-card-box .action-wrap {
  margin-bottom: 15px;
}
.info-card-box .action-wrap .btn {
  width: 100%;
}
.info-card-box .title-wrap {
  margin-bottom: 15px;
}
.info-main-box {
  position: relative;
  margin-bottom: var(--sectionMargin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.info-main-box .title-box {
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.info-main-box .photo-inner-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  margin: -20px -55px -20px -95px;
}
.info-main-box .photo-inner-wrap .elm-photo {
  overflow: visible;
}
.info-main-box .content-inner-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.info-main-box .info-wrap {
  margin-bottom: 10px;
}
.info-main-box .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.info-main-box .action-wrap .btn {
  width: 100%;
}
.info-main-box .info-title {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.46667;
  letter-spacing: 0.01em;
  color: var(--clr-base);
  margin-bottom: 10px;
}
.info-main-box .menu {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-base-second);
}
.info-main-box .menu li {
  margin-bottom: 3px;
}
.info-main-box .menu li:last-child {
  margin-bottom: 0;
}
.info-main-box .elm-tooltip {
  position: absolute;
  top: 20%;
  left: 64%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.info-main-box .elm-tooltip + .elm-tooltip {
  left: 35%;
  top: 80%;
}
.info-main-box .elm-price {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.46667;
  letter-spacing: 0.01em;
  color: var(--clr-base);
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-main-box .price-old {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: line-through;
  color: var(--clr-base-light);
}
.info-about-box {
  position: relative;
  margin-bottom: var(--sectionMargin);
}
.info-about-box .info-inner-wrap,
.info-about-box .actions-inner-wrap {
  position: relative;
  z-index: 2;
}
.info-about-box .photo-inner-wrap {
  margin: 0 -30px;
  position: relative;
}
.info-about-box .photo-inner-wrap:before {
  content: "";
  display: block;
  width: 323px;
  aspect-ratio: 1;
  border-radius: 50%;
  fill: rgba(255, 255, 255, 0);
  -webkit-box-shadow:
    0 4px 20px 0 rgba(0, 0, 0, 0.08),
    0 20px 59px 0 rgba(75, 63, 160, 0.2);
  box-shadow:
    0 4px 20px 0 rgba(0, 0, 0, 0.08),
    0 20px 59px 0 rgba(75, 63, 160, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.info-about-box .photo-inner-wrap .elm-photo {
  margin: 0 auto;
  max-width: 500px;
  z-index: 3;
}
.info-about-box .photo-inner-wrap.type-second {
  margin: 0 -65px;
}
.info-about-box .photo-inner-wrap.type-second:before {
  top: 65%;
}
.info-about-box .actions-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  gap: 15px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info-about-box .action-wrap {
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 8px;
}
.title-box {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: var(--clr-base-second);
}
.title-box.max-700 p {
  max-width: 48.85714286em;
  font-weight: 500;
}
.title-box .section-title {
  margin: 15px 0;
  color: var(--clr-base);
}
.title-box .section-title:first-child {
  margin-top: 0;
}
.title-box .section-title:last-child {
  margin-bottom: 0;
}
.title-box p {
  margin-bottom: 8px;
}
.breadcrumbs-box {
  padding: 10px 0 30px 0;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-att);
}
.breadcrumbs-box .menu {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs-box .menu li {
  padding: 0 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
}
.breadcrumbs-box .menu li:after {
  content: "✦";
  width: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -15px;
  line-height: 30px;
}
.breadcrumbs-box .menu li:last-child:after {
  display: none;
}
.breadcrumbs-box li:last-child .btn-menu {
  padding: 0 15px;
  background: rgba(5, 59, 195, 0.08);
}
.breadcrumbs-box .btn-menu {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  color: inherit;
}
.breadcrumbs-box .btn-menu .button-title {
  display: inline;
}
.breadcrumbs-box .btn-menu:hover {
  color: var(--clr-base);
}
.section-content-box {
  padding: var(--sectionMargin) 0;
  position: relative;
  z-index: 2;
}
.section-content-box .section-content-small {
  max-width: 928px;
  margin: 0 auto;
}
.section-content-box .bg-full-wrap {
  z-index: -1;
}
.section-content-box > *:last-child {
  margin-bottom: 0;
}
.section-content-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;
  z-index: -1;
}
.section-content-box.bg-light:before {
  background: linear-gradient(167deg, #f0f2f8 0%, #fafbfd 100%);
}
.section-content-box.bg-white:before {
  background: var(--clr-bg-white);
}
.section-content-box.bg-base {
  color: var(--clr-base-white);
}
.section-content-box.bg-base .elm-sticker.type-title {
  background: linear-gradient(135deg, rgba(47, 47, 193, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  color: var(--clr-base-white);
}
.section-content-box.bg-base:before {
  background: var(--clr-base);
}
.section-content-box.bg-base .section-title,
.section-content-box.bg-base .title-box {
  color: var(--clr-base-white);
}
.section-content-box.bg-base .item-wrap {
  --clr-base-light: #fff;
  --clr-base: #fff;
}
.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;
  background: var(--clr-bg-white);
}
.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;
}
.more-info-wrap {
  text-align: center;
  margin-top: 15px;
}
.more-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.more-inner-wrap .btn {
  width: auto;
  min-width: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .tiles-info-box .items-wrap {
    margin: 0 -4px;
    gap: 8px 0;
  }
  .tiles-info-box .item-wrap {
    padding: 0 4px;
    width: 50%;
  }
  .breadcrumbs-box {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 30px;
    background: var(--clr-bg-white);
  }
  .breadcrumbs-box .menu {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .breadcrumbs-box li:not(:last-child, :first-child) .btn-menu:before {
    content: "...";
  }
  .breadcrumbs-box li:not(:last-child, :first-child) .btn-menu .button-title {
    display: none;
  }
  .breadcrumbs-box li:last-child {
    max-width: calc(100% - 95px - 45px);
  }
}
@media (max-width: 767px) {
  .info-main-box .info-inner-wrap {
    display: contents;
  }
}
@media (min-width: 640px) {
  .tiles-box .item-wrap,
  .tiles-box .sl-wrap {
    width: 50%;
  }
  .tiles-steps-box .item-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .main-top-box {
    padding: 0;
    font-size: 1.6rem;
  }
  .main-top-box .box-inner-wrap {
    padding-top: var(--sectionMargin);
    padding-bottom: var(--sectionMargin);
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5rem;
    min-height: 35.5em;
  }
  .main-top-box .info-inner-wrap {
    width: 34.3em;
    margin: 0;
  }
  .main-top-box .actions-inner-wrap {
    width: auto;
    margin: 0;
    gap: 15px;
  }
  .main-top-box .action-wrap {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .main-top-box .action-wrap:first-child {
    width: auto;
  }
  .main-top-box .action-wrap .btn {
    padding: 0 24px;
  }
  .main-top-box .photo-inner-wrap {
    width: 44%;
    position: absolute;
    top: 0;
    right: 1%;
    bottom: 0;
    aspect-ratio: inherit;
  }
  .main-top-box .section-title {
    font-size: 2.6em;
    letter-spacing: 0.02em;
    font-weight: 800;
    line-height: 1.25;
  }
  .main-top-box .section-title .text-attention {
    display: block;
    font-size: 1.19230769em;
    font-weight: 700;
    line-height: 1.25;
  }
  .info-card-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
  .info-card-box .photos-inner-wrap,
  .info-card-box .content-inner-wrap {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 var(--gapMainHalf) 0 0;
  }
  .info-card-box .content-inner-wrap {
    padding: 0 0 0 var(--gapMainHalf);
  }
  .info-card-box .tiles-box .item-wrap {
    width: 100%;
  }
  .info-card-box .tiles-thumbs-slider-box:has(.slider-photos-main .sl-wrap:nth-child(4)) .slider-action-wrap {
    display: block;
  }
  .info-card-box
    .tiles-thumbs-slider-box:has(.slider-photos-main .sl-wrap:nth-child(4))
    .slider-photos-main
    .sl-wrap:nth-child(3)
    ~ .sl-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    interpolate-size: allow-keywords;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    margin-bottom: 0;
  }
  .info-card-box .tiles-thumbs-slider-box:has(.slider-action-wrap .btn.active) .slider-action-wrap {
    display: none;
  }
  .info-card-box
    .tiles-thumbs-slider-box:has(.slider-action-wrap .btn.active)
    .slider-photos-main
    .sl-wrap:nth-child(3)
    ~ .sl-wrap {
    height: auto;
    margin-bottom: 15px;
  }
  .info-card-box .tiles-thumbs-slider-box .slider-action-wrap {
    text-align: center;
  }
  .info-card-box .tiles-thumbs-slider-box .slider-photos-thumbs {
    display: none;
  }
  .info-card-box .tiles-thumbs-slider-box .slider-photos-main {
    padding: 0;
  }
  .info-card-box .tiles-thumbs-slider-box .slider-photos-main .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-transform: none !important;
    transform: none !important;
    height: auto !important;
  }
  .info-card-box .tiles-thumbs-slider-box .slider-photos-main .sl-wrap {
    width: 100% !important;
    margin: 0 0 15px 0;
  }
  .info-card-box .tiles-thumbs-slider-box .slider-photos-main .sl-wrap:last-child {
    margin-bottom: 0;
  }
  .info-card-box .tiles-thumbs-slider-box .slider-photos-main .slider-wrap {
    border: none;
    border-radius: 0;
    background: none;
  }
  .info-card-box .tiles-thumbs-slider-box .slider-photos-main .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
    pointer-events: auto;
  }
  .info-card-box .tiles-thumbs-slider-box .slider-photos-main .ico-arrow,
  .info-card-box .tiles-thumbs-slider-box .slider-photos-main .slider-pagination {
    display: none;
  }
  .info-card-box .tiles-thumbs-slider-box .slider-photos-main .elm-photo {
    background: var(--clr-bg-white);
    border: 1px solid var(--clr-border-light);
    border-radius: 14px;
  }
  .info-about-box {
    position: relative;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    min-height: 634px;
  }
  .info-about-box:has(.type-second) {
    min-height: 580px;
  }
  .info-about-box .info-inner-wrap,
  .info-about-box .actions-inner-wrap {
    width: 60%;
    max-width: 682px;
  }
  .info-about-box .photo-inner-wrap {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: calc(var(--sectionMargin) * -1);
    bottom: calc(var(--sectionMargin) * -1);
    width: 52%;
    margin: 0;
  }
  .info-about-box .photo-inner-wrap .elm-photo {
    max-width: 100%;
  }
  .info-about-box .photo-inner-wrap:before {
    width: 453px;
    left: 52%;
  }
  .info-about-box .photo-inner-wrap.type-second {
    margin: 0;
  }
  .info-about-box .photo-inner-wrap.type-second:before {
    top: 23%;
  }
  .info-about-box .actions-inner-wrap {
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .info-about-box .action-wrap {
    padding: 0 15px 0 0;
  }
  .info-main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-main-box .content-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-main-box .info-wrap {
    font-weight: 500;
    line-height: 1.45;
    width: 22.85714286em;
    border: 1px solid var(--clr-border-light);
    border-radius: 15px;
    margin: 0;
    padding: 15px 15px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    top: 80%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
  }
  .info-main-box .price-wrap {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
  .info-main-box .action-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 200px;
  }
  .info-main-box .action-wrap .btn {
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
  .info-main-box .photo-inner-wrap {
    margin: 0;
    width: 50%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 560px;
  }
  .info-main-box .photo-inner-wrap .elm-photo {
    width: 147%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
  }
  .info-main-box .info-inner-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .info-main-box .info-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .info-main-box .title-box {
    margin-bottom: 15px;
  }
  .info-main-box .title-box p.text-attention {
    font-size: 1.14285714em;
  }
  .info-main-box .elm-price {
    font-size: 20px;
  }
  .info-main-box .price-old {
    font-size: 14px;
  }
  .info-main-box .elm-tooltip {
    top: 17%;
    left: 69%;
  }
  .info-main-box .elm-tooltip + .elm-tooltip {
    left: 33%;
    top: 64%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .info-about-box .photo-inner-wrap {
    width: 48%;
  }
  .info-about-box .photo-inner-wrap.type-second {
    width: 48%;
  }
  .info-about-box .photo-inner-wrap.type-second:before {
    top: 40%;
  }
  .info-about-box .photo-inner-wrap:before {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .main-top-box {
    font-size: 1.8rem;
  }
  .info-card-box .content-inner-wrap {
    gap: 30px;
  }
  .info-card-box .info-inner-wrap {
    padding: 30px;
    font-size: 14px;
    line-height: 1.45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-card-box .info-inner-wrap .h3-title {
    font-size: 17px;
  }
  .info-card-box .info-inner-wrap .elm-price {
    font-size: 3.4rem;
  }
  .info-card-box .info-inner-wrap .price-old {
    font-size: 17px;
  }
  .info-card-box .title-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .info-card-box .text-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .info-card-box .price-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px;
  }
  .info-card-box .action-wrap {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 15px;
  }
  .info-main-box .info-wrap {
    padding: 15px 30px;
    left: 36%;
  }
  .info-main-box .info-wrap .menu {
    font-size: 14px;
  }
  .tiles-info-box {
    padding: 15px 0;
  }
  .tiles-info-box .item-wrap {
    width: 25%;
  }
  .tiles-box:has(.item-tile-info-main) .items-wrap {
    margin: 0 -8px;
  }
  .tiles-box:has(.item-tile-info-main) .item-wrap {
    padding: 0 8px;
  }
  .tiles-box .item-wrap,
  .tiles-box .sl-wrap {
    width: 33.33%;
  }
  .tiles-box .wrap-four {
    width: 25%;
  }
  .tiles-steps-box .item-wrap {
    width: 33.33%;
    position: relative;
    z-index: 3;
  }
  .tiles-steps-box .item-wrap:last-child:before {
    display: none;
  }
  .tiles-steps-box .item-wrap:before {
    content: "";
    width: 159px;
    position: absolute;
    z-index: -1;
    top: 50px;
    left: 100%;
    margin-left: -80px;
    margin-top: -6px;
    aspect-ratio: 159/11;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml,%3Csvg width='159' height='11' viewBox='0 0 159 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M79 0C81.9455 0 84.333 2.38749 84.333 5.33301C84.333 8.27853 81.9455 10.666 79 10.666C76.3311 10.666 74.1202 8.70588 73.7285 6.14648C73.5651 6.2629 73.3663 6.33293 73.1504 6.33301H69.25C68.6977 6.333 68.25 5.88529 68.25 5.33301C68.25 4.78073 68.6977 4.33301 69.25 4.33301H73.1504L73.252 4.33789C73.4289 4.3558 73.591 4.4216 73.7285 4.51953C74.1202 1.96013 76.3311 0 79 0ZM3.05176 4.33789C3.55626 4.38887 3.9502 4.81507 3.9502 5.33301C3.9502 5.88523 3.50239 6.3329 2.9502 6.33301H1C0.447715 6.33301 0 5.88529 0 5.33301C0 4.78072 0.447715 4.33301 1 4.33301H2.9502L3.05176 4.33789ZM10.75 4.33301C11.3023 4.33301 11.75 4.78072 11.75 5.33301C11.75 5.88529 11.3023 6.33301 10.75 6.33301H6.84961C6.2975 6.3328 5.84961 5.88516 5.84961 5.33301C5.84961 4.78085 6.2975 4.33322 6.84961 4.33301H10.75ZM18.5498 4.33301C19.1021 4.33301 19.5498 4.78072 19.5498 5.33301C19.5498 5.88529 19.1021 6.33301 18.5498 6.33301H14.6504C14.0981 6.33301 13.6504 5.88529 13.6504 5.33301C13.6504 4.78072 14.0981 4.33301 14.6504 4.33301H18.5498ZM26.3496 4.33301C26.9019 4.33301 27.3496 4.78072 27.3496 5.33301C27.3496 5.88529 26.9019 6.33301 26.3496 6.33301H22.4502C21.8979 6.33301 21.4502 5.88529 21.4502 5.33301C21.4502 4.78072 21.8979 4.33301 22.4502 4.33301H26.3496ZM34.252 4.33789C34.7564 4.38896 35.1504 4.81513 35.1504 5.33301C35.1504 5.88516 34.7025 6.3328 34.1504 6.33301H30.25C29.6977 6.33301 29.25 5.88529 29.25 5.33301C29.25 4.78072 29.6977 4.33301 30.25 4.33301H34.1504L34.252 4.33789ZM42.0527 4.33789C42.5568 4.38931 42.9502 4.8154 42.9502 5.33301C42.9502 5.88523 42.5024 6.3329 41.9502 6.33301H38.0498C37.4976 6.3329 37.0498 5.88523 37.0498 5.33301C37.0498 4.78079 37.4976 4.33311 38.0498 4.33301H41.9502L42.0527 4.33789ZM49.75 4.33301C50.3023 4.33301 50.75 4.78072 50.75 5.33301C50.75 5.88529 50.3023 6.33301 49.75 6.33301H45.8496C45.2975 6.3328 44.8496 5.88516 44.8496 5.33301C44.8496 4.78085 45.2975 4.33322 45.8496 4.33301H49.75ZM57.5498 4.33301C58.1021 4.33301 58.5498 4.78072 58.5498 5.33301C58.5498 5.88529 58.1021 6.33301 57.5498 6.33301H53.6504C53.0981 6.33301 52.6504 5.88529 52.6504 5.33301C52.6504 4.78072 53.0981 4.33301 53.6504 4.33301H57.5498ZM65.3496 4.33301C65.9019 4.33301 66.3496 4.78072 66.3496 5.33301C66.3496 5.88529 65.9019 6.33301 65.3496 6.33301H61.4502C60.8979 6.33301 60.4502 5.88529 60.4502 5.33301C60.4502 4.78072 60.8979 4.33301 61.4502 4.33301H65.3496ZM89.75 4.33301C90.3023 4.33301 90.75 4.78072 90.75 5.33301C90.75 5.88529 90.3023 6.33301 89.75 6.33301H85.8496C85.2975 6.3328 84.8496 5.88516 84.8496 5.33301C84.8496 4.78085 85.2975 4.33322 85.8496 4.33301H89.75ZM97.5498 4.33301C98.1021 4.33301 98.5498 4.78072 98.5498 5.33301C98.5498 5.88529 98.1021 6.33301 97.5498 6.33301H93.6504C93.0981 6.33301 92.6504 5.88529 92.6504 5.33301C92.6504 4.78072 93.0981 4.33301 93.6504 4.33301H97.5498ZM105.35 4.33301C105.902 4.33301 106.35 4.78072 106.35 5.33301C106.35 5.88529 105.902 6.33301 105.35 6.33301H101.45C100.898 6.33301 100.45 5.88529 100.45 5.33301C100.45 4.78072 100.898 4.33301 101.45 4.33301H105.35ZM113.252 4.33789C113.756 4.38896 114.15 4.81513 114.15 5.33301C114.15 5.88516 113.702 6.3328 113.15 6.33301H109.25C108.698 6.33301 108.25 5.88529 108.25 5.33301C108.25 4.78072 108.698 4.33301 109.25 4.33301H113.15L113.252 4.33789ZM121.053 4.33789C121.557 4.38931 121.95 4.8154 121.95 5.33301C121.95 5.88523 121.502 6.3329 120.95 6.33301H117.05C116.498 6.3329 116.05 5.88523 116.05 5.33301C116.05 4.78079 116.498 4.33311 117.05 4.33301H120.95L121.053 4.33789ZM128.75 4.33301C129.302 4.33301 129.75 4.78072 129.75 5.33301C129.75 5.88529 129.302 6.33301 128.75 6.33301H124.85C124.298 6.3328 123.85 5.88516 123.85 5.33301C123.85 4.78085 124.298 4.33322 124.85 4.33301H128.75ZM136.55 4.33301C137.102 4.33301 137.55 4.78072 137.55 5.33301C137.55 5.88529 137.102 6.33301 136.55 6.33301H132.65C132.098 6.33301 131.65 5.88529 131.65 5.33301C131.65 4.78072 132.098 4.33301 132.65 4.33301H136.55ZM144.35 4.33301C144.902 4.33301 145.35 4.78072 145.35 5.33301C145.35 5.88529 144.902 6.33301 144.35 6.33301H140.45C139.898 6.33301 139.45 5.88529 139.45 5.33301C139.45 4.78072 139.898 4.33301 140.45 4.33301H144.35ZM152.252 4.33789C152.756 4.38895 153.15 4.81513 153.15 5.33301C153.15 5.88517 152.702 6.3328 152.15 6.33301H148.25C147.698 6.333 147.25 5.88529 147.25 5.33301C147.25 4.78073 147.698 4.33301 148.25 4.33301H152.15L152.252 4.33789ZM158 4.33301C158.552 4.33301 159 4.78072 159 5.33301C159 5.88529 158.552 6.33301 158 6.33301H156.05C155.498 6.3329 155.05 5.88522 155.05 5.33301C155.05 4.78079 155.498 4.33312 156.05 4.33301H158Z' fill='url(%23paint0_linear_139_90)' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_139_90' x1='30.3922' y1='-8.66021' x2='45.1438' y2='43.1092' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23053BC3' /%3E%3Cstop offset='1' stop-color='%239EC3FF' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
  .tiles-steps-box .items-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tiles-compare-box .items-wrap {
    row-gap: 15px;
  }
  .tiles-compare-box .item-wrap:has(.elm-smile) {
    display: none;
  }
  .title-box {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
  }
  .title-box .text-attention-wrap {
    margin-top: 30px;
  }
  .title-box .text-large {
    font-size: 16px;
  }
  .more-inner-wrap .btn {
    min-height: 45px;
    padding: 0 30px;
    border-radius: 10px;
  }
  .info-main-box .title-box {
    margin-bottom: 30px;
  }
  .info-main-box .title-box .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .tiles-steps-box .item-wrap:nth-child(3):before {
    display: none;
  }
  .info-card-box .h1-title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .main-top-box {
    font-size: 2rem;
  }
  .info-card-box .item-tile-catalog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-card-box .item-tile-catalog .tile-photo-wrap {
    width: 50%;
  }
  .info-card-box .item-tile-catalog .tile-stickers-wrap {
    right: auto;
    width: 50%;
  }
  .info-card-box .item-tile-catalog .tile-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 20px;
  }
  .info-card-box .item-tile-catalog .tile-info-wrap,
  .info-card-box .item-tile-catalog .tile-prices-wrap,
  .info-card-box .item-tile-catalog .tile-action-wrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .info-card-box .item-tile-catalog .tile-action-wrap {
    padding-bottom: 0;
  }
  .info-card-box .item-tile-catalog .tile-title {
    font-size: 14px;
    text-transform: none;
  }
  .info-card-box .item-tile-catalog .tile-info {
    font-size: 12px;
  }
  .info-card-box .item-tile-catalog .elm-price {
    font-size: 15px;
  }
  .info-card-box .item-tile-catalog .price-old {
    font-size: 12px;
  }
  .info-card-box .item-tile-catalog .btn {
    padding: 0 3px;
    font-size: 13px;
    letter-spacing: 0;
    min-height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (min-width: 1400px) {
  .tiles-steps-box .item-wrap {
    width: 20%;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
[placeholder]::-webkit-input-placeholder {
  color: var(--clr-base-second);
}
[placeholder]:-moz-placeholder {
  color: var(--clr-base-second);
}
[placeholder]::-moz-placeholder {
  color: var(--clr-base-second);
}
[placeholder]:-ms-input-placeholder {
  color: var(--clr-base-second);
}
/* autofill icons delete */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
  border: 1px solid var(--clr-border-light);
  border-radius: 8px;
  padding: 0 15px;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
  color: var(--clr-base);
}
textarea.form-input {
  height: 106px;
  padding-top: 14px;
}
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);
  min-height: 40px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 15px;
  gap: 10px;
  min-width: 22rem;
  white-space: normal;
}
.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;
  padding: 0;
}
.btn.button-second {
  height: 30px;
  min-height: 0;
  min-width: 0;
  padding: 0 15px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-att);
  background: rgba(5, 59, 195, 0.08);
  border: none;
}
.btn.button-second:hover {
  background: var(--clr-att);
  color: var(--clr-base-white);
}
.btn.button-app {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 66px;
  min-height: 0;
  white-space: nowrap;
  padding: 0 10px 0 2px;
  width: 100%;
  min-width: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--clr-base-light);
  background: var(--clr-bg-white);
  border: 1px solid #e0e4ee;
  gap: 10px;
}
.btn.button-app .button-ico {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: none;
  filter: none;
}
.btn.button-app .button-title-link {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  text-transform: none;
  color: var(--clr-base);
}
.btn.button-app:hover {
  background-color: var(--clr-bg-white);
  border-color: var(--clr-att);
  color: var(--clr-base-light);
}
.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;
}
.btn.button-text {
  height: auto;
  line-height: 1.2;
  min-height: 50px;
}
.button-text {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.button-text .button-title {
  white-space: normal;
}
.button-link.btn {
  height: auto;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
.button-link {
  width: auto;
  line-height: 24px;
  color: inherit;
  white-space: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.button-link:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.button-link .button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-white {
  background-color: var(--clr-bg-white);
  border-color: #e0e4ee;
}
.button-white .button-title {
  background: linear-gradient(167deg, #053bc3 0%, #9ec3ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.button-white:hover {
  background-color: var(--clr-bg-white);
  border-color: #e0e4ee;
}
.button-white:hover .button-title {
  background: linear-gradient(167deg, #053bc3 30%, #9ec3ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-white.button-border:not(:hover) {
  color: var(--clr-border-light);
  border-color: var(--clr-border-light);
}
.button-white.button-border:not(:hover) .button-title {
  color: var(--clr-border-light);
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.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-fav-toggle:before {
  background-image: url(../img/icons/fav.svg);
}
.btn-action-ico.ico-fav-toggle:after {
  background-image: url(../img/icons/fav-active.svg);
  opacity: 0;
}
.btn-action-ico.ico-fav-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.ico-fav-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.ico-cart-toggle:before {
  background-image: url(../img/icons/cart.svg);
}
.btn-action-ico.ico-cart-toggle:after {
  background-image: url(../img/icons/cart-active.svg);
  opacity: 0;
}
.btn-action-ico.ico-cart-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.ico-cart-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.ico-password-toggle:before {
  background-image: url(../img/icons/password.svg);
}
.btn-action-ico.ico-password-toggle:after {
  background-image: url(../img/icons/password-active.svg);
  opacity: 0;
}
.btn-action-ico.ico-password-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.ico-password-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.svg);
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow:hover:before {
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.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:before {
  background-image: url(../img/icons/close.svg);
}
.btn-action-ico.ico-close:not(:hover) {
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.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 (min-width: 1024px) {
  .btn {
    font-size: 14px;
    letter-spacing: 0.05em;
    min-height: 5.6rem;
    padding: 14px 24px;
  }
  .btn.button-app {
    font-size: 13px;
    padding: 0 30px;
    height: 76px;
    border-radius: 10px;
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-popup .field-submit {
  text-align: center;
}
.frm-popup .field-submit .btn {
  height: 49px;
  min-height: 0;
  padding: 0 30px;
  min-width: 220px;
  font-size: 14px;
}
.frm-row,
.frm-row-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  line-height: 1;
  gap: 15px;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
}
.frm-row:last-child,
.frm-row-submit:last-child {
  margin-bottom: 0;
}
.frm-field {
  display: block;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 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 {
  overflow: visible;
}
.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 {
  padding-left: 34px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
  color: var(--clr-base-second);
  min-height: 20px;
}
.frm-select label:before,
.frm-select label:after {
  border: 1px solid var(--clr-base-light);
  border-radius: 8px;
  width: 24px;
  height: 24px;
  top: 12px;
  left: 12px;
  margin: -12px 0 0 -12px;
}
.frm-select label:after {
  border-radius: 0;
  border: none;
  background: url(../img/icons/check.svg) center / 20px 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 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-light);
  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);
}
.slider-pagination.type-lines {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.slider-pagination.type-lines .swiper-pagination-bullet {
  width: auto;
  height: 4px;
  border-radius: 0;
  border: none;
  background: var(--clr-att);
  opacity: 0.5;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.slider-pagination.type-lines .swiper-pagination-bullet:hover,
.slider-pagination.type-lines .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-att);
  opacity: 1;
}
.is-modern .f-thumbs__slide__button {
  clip-path: inherit !important;
}
.content-more-toggle {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  line-height: 1.28;
  height: 5.12em;
  interpolate-size: allow-keywords;
  transition: all ease 0.2s;
}
.content-more-toggle p {
  margin: 0;
}
.content-more-toggle:has(+ .content-more-action > .active) {
  height: auto;
  -webkit-line-clamp: initial;
}
.content-more-action {
  margin-top: 5px;
  font-weight: 500;
}
.content-more-action .btn {
  text-decoration: underline;
}
@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;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-ExtraBold-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold-cyrillic-ext.woff") format("woff");
  font-weight: 800;
  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-ExtraBold-cyrillic.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold-cyrillic.woff") format("woff");
  font-weight: 800;
  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-ExtraBold-latin.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold-latin.woff") format("woff");
  font-weight: 800;
  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-Black-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/Montserrat-Black-cyrillic-ext.woff") format("woff");
  font-weight: 900;
  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-Black-cyrillic.woff2") format("woff2"),
    url("../fonts/Montserrat-Black-cyrillic.woff") format("woff");
  font-weight: 900;
  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-Black-latin.woff2") format("woff2"),
    url("../fonts/Montserrat-Black-latin.woff") format("woff");
  font-weight: 900;
  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: 450px;
  max-width: 100%;
  max-height: inherit;
  background-color: #fff;
  border-radius: 25px;
  z-index: 20;
  padding: 46px 30px 30px 30px;
}
.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.popup-box .popup-title-wrap {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
  color: var(--clr-base);
}
.popup-box .popup-content-wrap {
  width: 100%;
}
.popup-box .popup-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.03;
  text-align: center;
  color: var(--clr-base);
  margin: 0 0 15px 0;
}
.popup-box .popup-title:last-child {
  margin-bottom: 0;
}
.popup-box .popup-subtitle {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  color: var(--clr-base);
  margin-bottom: 15px;
}
.popup-box .popup-subtitle:last-child {
  margin-bottom: 0;
}
.popup-box .btn-popup-close {
  position: absolute;
  top: 10px;
  right: 24px;
  z-index: 2;
}
@media (max-width: 479px) {
  .popup-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .popup-box .btn-popup-close {
    right: 10px;
  }
}
