@charset "UTF-8";
:root {
  --clr-base: #000000;
  --clr-base-white: #fff;
  --clr-base-light: #555;
  --clr-base-gray: #9ca3af;
  --clr-att: #fec328;
  --clr-att-second: #e2a50b;
  --clr-alert: #f55760;
  --clr-succefull: #32b782;
  --clr-bg-white: #fff;
  --clr-bg-light: #f9f9f9;
  --clr-border-light: #e4e4e4;
  --fsize: 14px;
  --lhsize: 1.35;
  --mbsize: 10px;
  --mainRadius: 2.4rem;
  --icoSize: 24px;
  --sectionMargin: 15px;
  --sectionMarginSmall: 15px;
  --h1Title: 24px;
  --h2Title: 20px;
  --h3Title: 18px;
  --hTitle: 16px;
  --gapMain: 16px;
  --gapMainHalf: 8px;
  --min: 360px;
  --max: 1920px;
  --paddingContainer: 15px;
  --filterBlack: brightness(0) grayscale(1);
  --filterWhite: brightness(0) invert(1);
  --filterAttToBase: brightness(0) grayscale(1);
  --filterAttToAttSecond: brightness(0.88) saturate(1.1);
  --filterAttToBaseLight: brightness(0) saturate(0) contrast(0.65);
  --filterAttToBaseGray: saturate(0) brightness(1) contrast(0.45);
  --filterAttToLight: brightness(0) invert(1);
  font-size: 10px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
.fmain,
.ftext {
  font-family: "Noto Sans", sans-serif;
}
.fmain *,
.ftext * {
  font-family: "Noto Sans", sans-serif;
}
.fb {
  font-family: "Bebas Neue", sans-serif;
}
.fb * {
  font-family: "Bebas Neue", sans-serif;
}
.fd {
  font-family: "Digital Numbers", sans-serif;
}
.fd * {
  font-family: "Digital Numbers", sans-serif;
}
.fs {
  font-family: "Noto Serif", serif;
}
.fs * {
  font-family: "Noto Serif", serif;
}
/* variables

						360			1024		1200 (max)
--itemsGap				15px		15px		30px		
--itemsGapLarge			15px		30px		30px		//class "items-gap-large"
--itemsGapSmall			15px		15px		15px		//class "items-gap-small"

--fsize					14px		14px		14px

--sectionMargin			15px		15px		60px
--sectionMarginSmall	15px		15px		30px		//class "mb-section-small"

--h1Title				24px		24px		34px
--h2Title				20px		24px		34px
--h3Title				18px		18px		18px
--hTitle				16px		16px		16px

end variables */
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #f9fafb;
  font-size: var(--fsize);
  line-height: var(--lhsize);
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: var(--mbsize);
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
}
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;
}
.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);
}
.tile-title,
.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: 600;
  line-height: var(--lhsize);
  margin-top: var(--sectionMarginSmall);
  margin-bottom: var(--sectionMarginSmall);
  word-wrap: break-word;
  font-size: var(--hTitle);
}
.tile-title:first-child,
.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;
}
.tile-title:last-child,
.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: bold;
  font-size: var(--h1Title);
}
h2,
.h2-title {
  font-weight: bold;
  font-size: var(--h2Title);
}
.h3-title,
h3 {
  font-size: var(--h3Title);
  line-height: 1.25;
  margin: 30px 0 var(--mbsize) 0;
}
.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-base-light {
  color: var(--clr-base-light) !important;
}
.text-base-gray {
  color: var(--clr-base-gray) !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;
  }
  .text-mobile-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
    --h2Title: 24px;
  }
  .items-gap-large {
    --gapMain: 30px;
    --gapMainHalf: 15px;
  }
  .items-gap-small {
    --gapMain: 16px;
    --gapMainHalf: 8px;
  }
}
@media (min-width: 1200px) {
  :root {
    --paddingContainer: 40px;
    --gapMain: 30px;
    --gapMainHalf: 15px;
    --h1Title: 3.4rem;
    --h2Title: 3.4rem;
    --sectionMargin: 6rem;
    --sectionMarginSmall: 3rem;
  }
  .h1-title,
  h1,
  .h2-title,
  h2 {
    line-height: 1.15;
  }
}
@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;
}
.wrap:not(.header-fixed) {
  padding-top: 0 !important;
}
.header {
  background: var(--clr-bg-white);
  z-index: 99;
  position: relative;
}
.header-top-panel {
  background: var(--clr-base);
  color: var(--clr-base-white);
  font-size: 12px;
  line-height: 1.35;
}
.header-top-panel .fix-menu-content {
  display: none;
  display: block;
}
.header-top-panel .fix-menu-content .soc-wrap {
  margin-bottom: 10px;
}
.header-top-panel .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
}
.header-top-panel .menu-inner-wrap .btn-popup:before,
.header-top-panel .menu-inner-wrap .btn-popup:after {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.header-top-panel .link-inner-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 24px;
}
.header-top-panel .soc-inner-wrap,
.header-top-panel .soc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-top-panel .soc-inner-wrap .btn,
.header-top-panel .soc-wrap .btn {
  width: 24px;
  height: 24px;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
.header-top-panel .soc-inner-wrap .btn:hover,
.header-top-panel .soc-wrap .btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.header-top-panel .soc-inner-wrap .btn .button-ico,
.header-top-panel .soc-wrap .btn .button-ico {
  margin: 0 auto;
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.header-top-panel .button-link {
  gap: 0px;
}
.header-top-panel .button-link:hover {
  color: var(--clr-att);
}
.header-top-panel .button-link:hover .button-ico,
.header-top-panel .button-link:hover:after {
  -webkit-filter: none;
  filter: none;
}
.header-top-panel .button-link .button-title {
  display: none;
}
.header-top-panel .button-link .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.header-top-panel .button-arrow-toggle:after {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
  width: 18px;
}
.header-top-panel a {
  color: var(--clr-base-white);
}
.header-top-panel a:hover {
  color: var(--clr-att);
}
.header-top-panel .link-location:has(.link-content-block) .link-content-block {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(167deg, #1a1a1a 0%, #2a2a2a 100%);
  z-index: 20;
  width: 372px;
  padding: 30px 30px 30px 30px;
  margin-top: 8px;
}
.header-top-panel .link-location:has(.link-content-block) .link-content-block .btn {
  font-size: 14px;
}
.header-top-panel .link-location:has(.link-content-block) .link-content-block .btn .button-title {
  white-space: nowrap;
  display: block;
}
.header-top-panel .link-location:has(.link-content-block) .frm-main-search {
  margin-bottom: 10px;
}
.header-top-panel .link-location:has(.link-content-block) .menu {
  font-size: 14px;
}
.header-top-panel .link-location:has(.link-content-block) .menu a {
  display: block;
  padding: 5px 0;
}
.header-main-panel .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  min-height: 71px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.header-main-panel .catalog-inner-wrap {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
}
.header-main-panel .catalog-inner-wrap .btn-popup {
  display: none;
  height: 46px;
  min-width: 140px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  border-color: var(--clr-bg-white);
  color: var(--clr-base-white);
}
.header-main-panel .catalog-inner-wrap .btn-popup:hover {
  background-color: transparent;
  color: var(--clr-att);
  border-color: var(--clr-att);
}
.header-main-panel .catalog-inner-wrap .btn-popup:hover .button-ico {
  -webkit-filter: none;
  filter: none;
}
.header-main-panel .catalog-inner-wrap .btn-popup .button-ico {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.header-main-panel .catalog-inner-wrap .btn-popup .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-main-panel .catalog-inner-wrap .btn-popup.active .button-ico:before {
  opacity: 0;
}
.header-main-panel .catalog-inner-wrap .btn-popup.active .button-ico:after {
  opacity: 1;
}
.header-main-panel .catalog-content-block {
  display: none;
  position: absolute;
  top: 100%;
  left: var(--paddingContainer);
  width: calc(100% - var(--paddingContainer) - var(--paddingContainer));
  max-width: 1200px;
  z-index: 30;
  background: linear-gradient(167deg, #1a1a1a 0%, #2a2a2a 100%);
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: var(--clr-base-white);
  padding: 30px;
  overflow-y: auto;
  max-height: calc(100dvh - 100px);
}
.header-main-panel .catalog-content-block::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: #000;
}
.header-main-panel .catalog-content-block::-webkit-scrollbar-thumb {
  background-color: var(--clr-att);
}
.header-main-panel .catalog-content-block::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-att);
}
.header-main-panel .catalog-content-block::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.header-main-panel .catalog-content-block::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.header-main-panel .catalog-content-block::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.header-main-panel .catalog-content-block::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.header-main-panel .catalog-content-block .btn-popup-close {
  display: none;
}
.header-main-panel .logo-inner-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-main-panel .search-inner-wrap {
  display: none;
}
.header-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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-main-panel .action-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-main-panel .logo .logo-title-wrap {
  display: none;
}
.header-main-panel .btn-action {
  display: block;
  position: relative;
  white-space: nowrap;
  color: var(--clr-base);
  padding: 4px 5px;
  font-size: 12px;
  line-height: 1.35;
}
.header-main-panel .btn-action:hover {
  color: var(--clr-att);
}
.header-main-panel .btn-action:hover .button-ico {
  -webkit-filter: none;
  filter: none;
}
.header-main-panel .btn-action .button-ico {
  margin: 0 auto 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.header-main-panel .btn-action[data-count]:after {
  margin-bottom: 4px;
}
.header-main-panel .menu-more-wrap {
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
}
.header-main-panel .btn-menu-more,
.header-main-panel .btn-catalog-submenu {
  display: block;
  color: inherit;
  padding: 5px 15px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-weight: 300;
}
.header-main-panel .btn-menu-more:hover,
.header-main-panel .btn-catalog-submenu:hover,
.header-main-panel .btn-menu-more.active,
.header-main-panel .btn-catalog-submenu.active {
  color: var(--clr-att);
}
.header-main-panel .btn-menu-more {
  display: inline-block;
  padding: 0 24px 0 0;
  text-decoration: underline;
  padding-left: 0;
  font-size: 12px;
  position: relative;
}
.header-main-panel .btn-menu-more:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-menu-toggle.svg) center no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  top: 50%;
  right: 0;
  margin-top: -12px;
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.header-main-panel .btn-menu-more:hover:before {
  -webkit-filter: none;
  filter: none;
}
.header-main-panel .btn-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: var(--clr-base-white);
  gap: 5px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 5px 0;
}
.header-main-panel .btn-catalog .button-ico {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-main-panel .btn-catalog:hover {
  color: var(--clr-att);
}
.header-menu-panel {
  background: var(--clr-bg-white);
}
.header-menu-panel .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu-panel .menu-catalog-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-menu-panel .menu-main-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.header-menu-panel .menu-main-wrap .menu-main:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.header-menu-panel .menu-main-wrap .menu-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-menu-panel .menu-main-wrap .menu-main .menu-more .btn-menu-main {
  font-size: 1.3em;
  font-weight: 600;
}
.header-menu-panel .menu-main-wrap .menu-main .menu-more:hover .menu-more-ul {
  display: block;
}
.header-menu-panel .menu-main-wrap .menu-main .menu-more-ul {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px 0;
  z-index: 20;
  width: 200px;
  background: linear-gradient(167deg, #1a1a1a 0%, #2a2a2a 100%);
  max-height: 400px;
  overflow-y: auto;
}
.header-menu-panel .menu-main-wrap .menu-main .menu-more-ul::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: var(--clr-base);
  border-right: 2px solid var(--clr-base);
}
.header-menu-panel .menu-main-wrap .menu-main .menu-more-ul::-webkit-scrollbar-thumb {
  border-right: 2px solid var(--clr-base);
  background-color: var(--clr-att);
}
.header-menu-panel .menu-main-wrap .menu-main .menu-more-ul::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-att);
}
.header-menu-panel .menu-main-wrap .menu-main .menu-more-ul::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.header-menu-panel .menu-main-wrap .menu-main .menu-more-ul::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.header-menu-panel .menu-main-wrap .menu-main .menu-more-ul::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.header-menu-panel .menu-main-wrap .menu-main .menu-more-ul::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.header-menu-panel .menu-main-wrap .menu-main .btn-submenu {
  display: block;
  padding: 8px 30px;
  text-align: right;
  color: var(--clr-base-white);
}
.header-menu-panel .menu-main-wrap .menu-main .btn-submenu:hover,
.header-menu-panel .menu-main-wrap .menu-main .btn-submenu.active {
  color: var(--clr-att);
}
.header-menu-panel .menu-second-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-menu-panel .menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-menu-panel .btn-menu-main {
  font-size: 14px;
  line-height: 18px;
  color: var(--clr-base);
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  height: 54px;
}
.header-menu-panel .btn-menu-main .button-title {
  display: block;
  position: relative;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-menu-panel .btn-menu-main .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.header-menu-panel .btn-menu-main:hover {
  color: var(--clr-att);
}
.header-menu-panel .btn-menu-main:hover .button-ico {
  -webkit-filter: none;
  filter: none;
}
.header-menu-panel .btn-menu-main.button-catalog:before {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.header-menu-panel .btn-menu-main.button-catalog .button-ico {
  -webkit-filter: none;
  filter: none;
}
.header-menu-panel .btn-menu-main.button-catalog.active .button-ico img,
.header-menu-panel .btn-menu-main.button-catalog.active .button-ico svg {
  display: none;
}
.header-menu-panel .btn-menu-main.button-catalog.active .button-ico:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/close.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
.header-menu-panel .btn-menu-main:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--clr-att);
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: none;
  filter: none;
}
.header-menu-panel .button-gift {
  background: rgba(254, 195, 40, 0.1);
}
.footer {
  background: linear-gradient(167deg, #1a1a1a 0%, #2a2a2a 100%);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--clr-base-gray);
  overflow: hidden;
  padding: 25px 0;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: var(--clr-base-white);
}
.footer-main-panel {
  padding: 15px 0;
  width: 100%;
  display: block;
}
.footer-main-panel .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: 15px;
}
.footer-main-panel .side-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;
  text-align: center;
  gap: 15px;
  width: 100%;
}
.footer-main-panel .links-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  gap: 10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-main-panel .logo-inner-wrap {
  text-align: center;
}
.footer-main-panel .menu-inner-wrap {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  gap: 15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-main-panel .contacts-inner-wrap {
  width: 100%;
  font-size: 14px;
}
.footer-main-panel .contacts-inner-wrap .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-main-panel .contacts-inner-wrap .menu li {
  padding: 0 10px;
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-main-panel .contacts-inner-wrap .menu li:has(.menu-max) {
  width: 100%;
}
.footer-main-panel .menu-wrap {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 10px;
}
.footer-main-panel .menu-wrap:nth-child(3) {
  width: 100%;
}
.footer-main-panel .menu-wrap:nth-child(3) .menu {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.footer-main-panel .menu-wrap:nth-child(3) li {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.footer-main-panel .panel-wrap {
  margin-left: 0;
  margin-right: calc(var(--paddingContainer) * -1);
  padding-top: 10px;
}
.footer-main-panel .link-wrap {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 10px;
}
.footer-main-panel .link-wrap .btn {
  width: 36px;
  height: 36px;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
.footer-main-panel .link-wrap .btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.footer-main-panel .link-wrap .btn .button-ico {
  margin: 0 auto;
  width: 100%;
  height: 36px;
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.footer-main-panel .link-wrap .btn .button-ico img,
.footer-main-panel .link-wrap .btn .button-ico svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.footer-main-panel .link-buttons {
  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;
  gap: 10px;
}
.footer-main-panel .link-title {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 10px;
}
.footer-main-panel .btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: normal;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2px 0;
  position: relative;
  gap: 8px;
}
.footer-main-panel .btn-menu .button-ico {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-main-panel .btn-menu:has(.button-ico) {
  line-height: 20px;
  padding: 8px 0;
}
.footer-main-panel .footer-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-att);
  margin-bottom: 8px;
}
.footer-bottom-panel {
  text-align: center;
  position: relative;
  z-index: 4;
}
.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: 10px;
}
.footer-bottom-panel .inner-wrap {
  padding-top: 15px;
  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.1);
}
.footer-bottom-panel p,
.footer-bottom-panel li {
  margin-bottom: 10px;
}
.footer-bottom-panel p:last-child,
.footer-bottom-panel li:last-child {
  margin-bottom: 0;
}
.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.66666667em;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: auto;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--clr-base);
  white-space: nowrap;
}
.logo:hover {
  text-decoration: none;
}
.logo .logo-image {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.33333333em;
}
.logo .logo-title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.logo .logo-title {
  display: block;
  font-size: 1.66666667em;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase;
}
.logo .text-att {
  margin-left: 2px;
  display: inline;
}
.logo img {
  display: block;
  width: 100%;
}
.content-outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.content-outer-wrap:has(.content-bottom-wrap) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.side-wrap,
.content-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.side-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.content-bottom-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content-bottom-wrap .info-attention-box {
  margin-bottom: var(--sectionMarginSmall);
}
@media (max-width: 1399px) {
  .header-top-panel .link-content-block {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-top-panel .links-row:has(.link-content-block) .link-content-block {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(167deg, #1a1a1a 0%, #2a2a2a 100%);
    z-index: 20;
    width: 372px;
    padding: 30px 30px 30px 30px;
    margin-top: 8px;
  }
  .header-top-panel .links-row:has(.link-content-block) .link-content-block .btn {
    font-size: 14px;
  }
  .header-top-panel .links-row:has(.link-content-block) .link-content-block .btn .button-title {
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1023px) {
  body:has(#catButton.active) {
    overflow: hidden;
  }
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
  .header-menu-panel {
    height: 0;
  }
  .header-menu-panel .inner-wrap {
    height: 0;
  }
  .header-menu-panel .menu-main-wrap,
  .header-menu-panel .menu-second-wrap {
    display: none;
  }
  .header-menu-panel .menu-catalog-wrap .btn-popup {
    display: none;
  }
  .header-top-panel .inner-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-top-panel .menu-inner-wrap {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: static;
  }
  .header-top-panel .menu-inner-wrap .btn-popup {
    display: block;
  }
  .header-top-panel .menu-content-block {
    position: absolute;
    top: 100%;
    right: 0;
    width: 372px;
    max-width: 100dvw;
    padding: 24px 0;
    z-index: 20;
    display: none;
    background: linear-gradient(167deg, #1a1a1a 0%, #2a2a2a 100%);
  }
  .header-top-panel .btn-menu {
    display: block;
    font-size: 14px;
    white-space: normal;
    text-align: left;
    padding: 5px 30px;
    height: auto;
    line-height: normal;
  }
  .header-main-panel .catalog-content-block {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }
  .header-main-panel .catalog-content-block .btn-popup-close {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .header-main-panel .catalog-content-block .btn-popup-close:before,
  .header-main-panel .catalog-content-block .btn-popup-close:after {
    background: var(--clr-bg-white);
  }
  .header-main-panel .menu-main > li .menu,
  .header-main-panel .menu-main > li .menu-more-wrap {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    interpolate-size: allow-keywords;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .header-main-panel .menu-main > li:not(.open) .menu,
  .header-main-panel .menu-main > li:not(.open) .menu-more-wrap {
    height: 0;
  }
  .header-main-panel .menu-main > li.open .menu,
  .header-main-panel .menu-main > li.open .menu-more-wrap {
    padding-bottom: 5px;
  }
  .header-main-panel .menu-main > li.open .btn-catalog:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-main-panel .btn-catalog:has(+ .menu) {
    padding-right: 30px;
  }
  .header-main-panel .btn-catalog:has(+ .menu):before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/arrow-menu-toggle.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: 0;
    margin: -12px 0 0 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-filter: var(--filterAttToLight);
    filter: var(--filterAttToLight);
  }
  .section-order .side-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-order .content-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-order .content-bottom-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 767px) {
  .header-main-panel .inner-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 5px;
  }
  .header-main-panel .actions-inner-wrap {
    display: contents;
  }
  .header-main-panel .search-inner-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    display: block;
    height: 0;
  }
  .header-main-panel .search-inner-wrap .search-content-block {
    display: none;
    padding: 30px;
    background: linear-gradient(167deg, #1a1a1a 0%, #2a2a2a 100%);
  }
  .header-main-panel .search-inner-wrap .btn-popup {
    display: none;
  }
  .header-main-panel:has(.search-inner-wrap .btn-popup.active) .action-search .btn-action .button-ico img,
  .header-main-panel:has(.search-inner-wrap .btn-popup.active) .action-search .btn-action .button-ico svg {
    display: none;
  }
  .header-main-panel:has(.search-inner-wrap .btn-popup.active) .action-search .btn-action .button-ico:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/close.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
  }
}
@media (max-width: 479px) {
  .header-top-panel .link-location {
    position: static;
  }
  .header-top-panel .link-location:has(.link-content-block) .link-content-block {
    width: 100%;
    margin-top: 0;
  }
  .header-top-panel .links-row {
    position: static;
  }
  .header-top-panel .links-row:has(.link-content-block) .link-content-block {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 399px) {
  .header-main-panel .inner-wrap {
    padding-right: 5px;
    gap: 0;
  }
  .header-main-panel .logo-inner-wrap {
    padding-right: 5px;
  }
  .header-main-panel .btn-action {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .header-top-panel .button-arrow-toggle,
  .header-top-panel .link-inner-wrap > .btn {
    gap: 4px;
  }
  .header-top-panel .button-arrow-toggle .button-title,
  .header-top-panel .link-inner-wrap > .btn .button-title {
    display: block;
  }
  .header-main-panel .inner-wrap {
    gap: 30px;
  }
  .header-main-panel .search-inner-wrap {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-main-panel .actions-inner-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header-main-panel .action-search {
    display: none;
  }
  .footer-bottom-panel {
    text-align: left;
  }
  .footer-bottom-panel .info-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-bottom-panel .info-wrap {
    padding: 0 10px;
    width: auto;
  }
  .footer-bottom-panel .info-wrap:last-child {
    text-align: right;
  }
  .footer-bottom-panel .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .footer-bottom-panel .menu li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 8px;
  }
  .footer-bottom-panel li,
  .footer-bottom-panel p {
    margin: 0;
  }
  .footer-main-panel {
    padding: 30px 0;
  }
  .footer-main-panel .inner-wrap {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-main-panel .side-inner-wrap {
    width: 258px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
    gap: 20px;
    padding: 0 15px 0 0;
  }
  .footer-main-panel .menu-inner-wrap {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .footer-main-panel .contacts-inner-wrap {
    width: 230px;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
  .footer-main-panel .contacts-inner-wrap .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
    gap: 0;
  }
  .footer-main-panel .contacts-inner-wrap .menu li {
    width: 100%;
    padding: 0;
  }
  .footer-main-panel .contacts-inner-wrap .btn-menu {
    padding: 7px 0;
  }
  .footer-main-panel .contacts-inner-wrap .footer-title {
    margin-bottom: 12px;
  }
  .footer-main-panel .logo-inner-wrap {
    text-align: left;
  }
  .footer-main-panel .links-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin: 0;
  }
  .footer-main-panel .panel-wrap {
    padding: 0;
    margin-left: calc(-1 * 0.33 * (100dvw - var(--paddingContainer) - var(--paddingContainer) - 258px - 250px));
  }
  .footer-main-panel .menu-wrap {
    width: 33.33%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px;
  }
  .footer-main-panel .menu-wrap:last-child {
    width: 33.33%;
    padding-bottom: 100px;
  }
  .footer-main-panel .menu-wrap:last-child .menu {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: block;
  }
  .footer-main-panel .contacts-wrap {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-main-panel .link-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 0;
  }
  .footer-main-panel .link-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .footer-main-panel .link-buttons {
    width: 82px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .footer-main-panel .footer-title {
    font-size: 16px;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }
  .footer-main-panel .btn-menu {
    padding: 4px 0;
  }
  .footer-main-panel .elm-panel-info .panel-title {
    max-width: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-main-panel .menu-wrap {
    width: 50%;
  }
  .footer-main-panel .menu-wrap:last-child {
    width: 100%;
    margin-top: 30px;
  }
  .footer-main-panel .menu-wrap:last-child .menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  @supports (display: contents) {
    .footer-main-panel .inner-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .footer-main-panel .menu-inner-wrap {
      display: contents;
    }
    .footer-main-panel .side-inner-wrap {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 330px;
      padding: 0 30px 0 0;
    }
    .footer-main-panel .contacts-inner-wrap {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: calc(100% - ((100% - 330px) / 2));
      margin-top: 30px;
    }
    .footer-main-panel .contacts-inner-wrap .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 4px 15px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .footer-main-panel .contacts-inner-wrap .menu li {
      width: auto;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }
    .footer-main-panel .menu-wrap {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: calc((100% - 330px) / 2);
      padding: 0 0 0 0;
    }
    .footer-main-panel .menu-wrap:nth-child(2) {
      padding-left: 15px;
      padding-right: 0;
    }
    .footer-main-panel .menu-wrap:last-child {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
      padding-right: 0;
      padding-left: 15px;
      width: auto;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-bottom: 90px;
    }
    .footer-main-panel .panel-wrap {
      margin-left: 0;
      margin-right: -100dvw;
      padding-top: 10px;
    }
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-main-panel .menu-wrap:last-child .menu {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 1024px) {
  .page-full {
    margin-bottom: 5rem;
  }
  .header-fixed .header-main-panel .catalog-content-block {
    margin-top: 0;
  }
  .header-fixed .header-top-panel {
    margin-bottom: 85px;
  }
  .header-fixed .header-main-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    background: #272727;
  }
  .header-fixed .header-main-panel .catalog-inner-wrap {
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
  }
  .header-fixed .header-main-panel .catalog-inner-wrap .btn-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-fixed .header-main-panel .btn-action {
    color: var(--clr-base-white);
  }
  .header-fixed .header-main-panel .btn-action .button-ico {
    -webkit-filter: var(--filterAttToLight);
    filter: var(--filterAttToLight);
  }
  .header-fixed .header-main-panel .btn-action:hover {
    color: var(--clr-att);
  }
  .header-fixed .header-main-panel .btn-action:hover .button-ico {
    -webkit-filter: none;
    filter: none;
  }
  .header-fixed .header-main-panel .logo {
    color: var(--clr-base-white);
  }
  .header-top-panel .inner-wrap {
    gap: 20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-top-panel .link-inner-wrap:first-child {
    margin-left: -6px;
  }
  .header-top-panel .menu-inner-wrap {
    padding: 5px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-top-panel .menu-inner-wrap .btn-popup {
    display: none;
  }
  .header-top-panel .menu-inner-wrap .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0;
    margin: 0 -15px;
  }
  .header-top-panel .btn-menu {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 15px;
  }
  .header-main-panel .inner-wrap {
    gap: 63px;
    min-height: 85px;
    height: 85px;
  }
  .header-main-panel .actions-inner-wrap {
    margin-right: -15px;
  }
  .header-main-panel .search-content-block {
    margin-left: 0;
    margin-right: -10px;
  }
  .header-main-panel .catalog-content-block {
    margin-top: 54px;
  }
  .header-main-panel .catalog-content-block .menu-main {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .header-main-panel .catalog-content-block .menu-main > li {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    margin-bottom: 10px;
  }
  .header-main-panel .action-catalog {
    display: none;
  }
  .header-main-panel .logo .logo-title-wrap {
    display: block;
  }
  .header-main-panel .btn-action {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer {
    font-size: 14px;
    padding: 10px 0;
  }
  .footer-bottom-panel .inner-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-outer-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
  .side-wrap {
    width: 300px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .content-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 300px - 30px);
  }
  .section-order {
    row-gap: var(--sectionMarginSmall);
    display: grid;
    grid-template-columns: 1fr 310px;
    grid-template-rows: auto 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .section-order .side-wrap {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    align-self: stretch;
    width: 100%;
  }
  .section-order .content-wrap,
  .section-order .content-bottom-wrap {
    grid-column: 1 / 2;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    align-self: flex-start;
  }
  .section-order .content-wrap {
    grid-row: 1 / 2;
  }
  .section-order .content-bottom-wrap {
    grid-row: 2 / 3;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .header-fixed .header-main-panel .inner-wrap {
    gap: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-menu-panel .menu-catalog-wrap {
    width: 16%;
  }
  .header-menu-panel .menu-main-wrap {
    display: none;
  }
  .header-menu-panel .menu-second-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-menu-panel .menu-main li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header-menu-panel .btn-menu-main {
    padding: 0 12px;
    font-size: 13px;
  }
  .content-outer-wrap:has(.catalog-content-outer) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-outer-wrap:has(.catalog-content-outer) .content-wrap {
    display: contents;
  }
  .content-outer-wrap:has(.catalog-content-outer) .catalog-content-outer {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .content-outer-wrap:has(.catalog-content-outer) .catalog-content-inner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 300px - var(--gapMain));
  }
}
@media (min-width: 1200px) {
  .header-main-panel .catalog-content-block .menu-main {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
  }
  .header-top-panel .fix-menu-content {
    display: none;
  }
  .header-top-panel .links-row {
    padding-right: 8px;
  }
  .header-top-panel .links-row .button-arrow-toggle {
    display: none;
  }
  .header-top-panel .links-row .link-content-block {
    display: block;
    height: 24px;
    overflow: hidden;
  }
  .header-top-panel .links-row .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 26px;
    height: 24px;
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .header-top-panel .links-row .menu li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header-top-panel .links-row .menu li:nth-child(3) ~ li {
    display: none;
  }
  .header-top-panel .links-row .btn .button-title {
    display: block;
  }
  .header-main-panel .inner-wrap {
    gap: 60px;
  }
  .footer {
    padding: 30px 0;
  }
  .section-order {
    grid-template-columns: 1fr 432px;
  }
}
@media (min-width: 1400px) {
  .header-main-panel .catalog-content-block .menu-main {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
  }
}
@media (min-width: 1440px) {
  .footer-main-panel .panel-wrap {
    margin-left: -281px;
    margin-right: -100dvw;
  }
  .side-wrap {
    width: 320px;
  }
  .content-wrap {
    max-width: calc(100% - 320px - var(--gapMain));
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.elm-panel-timer {
  display: block;
  position: relative;
  width: 100%;
  background: rgba(255, 68, 51, 0.35);
  border-radius: 25px;
  padding: 3px 10px;
}
.elm-panel-timer .panel-timer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 8px;
  line-height: 1.35;
  text-align: center;
  color: var(--clr-base);
  gap: 10px;
  width: 100%;
  min-height: 40px;
  background: var(--clr-att);
  border-radius: 20px;
}
.elm-panel-timer .panel-timer-title {
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: var(--clr-base);
  display: block;
  width: 7.7em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: left;
}
.elm-panel-timer .panel-timer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.elm-panel-timer .panel-timer-element {
  width: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  display: block;
  position: relative;
}
.elm-panel-timer .panel-timer-element:last-child .panel-timer-value:before {
  display: none;
}
.elm-panel-timer .panel-timer-value {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: var(--clr-base);
  position: relative;
  font-family: "Digital Numbers", sans-serif;
}
.elm-panel-timer .panel-timer-value * {
  font-family: "Digital Numbers", sans-serif;
}
.elm-panel-timer .panel-timer-value:before {
  content: ":";
  display: block;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
  font-family: "Digital Numbers", sans-serif;
}
.elm-panel-timer .panel-timer-value:before * {
  font-family: "Digital Numbers", sans-serif;
}
.elm-panel-timer .panel-title-wrap {
  text-align: center;
  margin-bottom: 6px;
}
.elm-panel-timer .panel-title-wrap img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 16px;
}
.elm-panel-timer .panel-title-wrap .panel-title {
  display: inline-block;
  vertical-align: middle;
}
.elm-panel-timer .panel-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: var(--clr-base-white);
  margin: 0;
}
.elm-panel-bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: var(--clr-base);
  background: rgba(254, 195, 40, 0.1);
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  padding: 15px 15px 15px 62px;
}
.elm-panel-bonuses .panel-title,
.elm-panel-bonuses .panel-value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.elm-panel-bonuses .panel-value {
  font-size: 24px;
  font-weight: bold;
}
.elm-panel-bonuses:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../img/icons/bonuses.svg) center no-repeat;
  background-size: 36px auto;
  top: 50%;
  left: 34px;
  margin: -20px 0 0 -20px;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.elm-bonus {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 30px;
  color: var(--clr-base);
  font-weight: 600;
}
.elm-bonus:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/bonuses.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 12px;
  margin: -12px 0 0 -12px;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.elm-panel-votes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
  position: relative;
  gap: 30px;
}
.elm-panel-votes .panel-vote-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
  color: inherit;
  padding: 0 0 0 24px;
}
.elm-panel-votes .panel-vote-button.vote-up:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elm-panel-votes .panel-vote-button:hover {
  color: var(--clr-att);
}
.elm-panel-votes .panel-vote-button:hover:before {
  -webkit-filter: none;
  filter: none;
}
.elm-panel-votes .panel-vote-button:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/vote.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 12px;
  margin: -12px 0 0 -12px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.elm-panel-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: var(--clr-base);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elm-panel-feature .elm-ico {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.elm-panel-feature .panel-title {
  max-width: calc(100% - 8px - 20px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
.elm-panel-feature .panel-value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  min-height: 20px;
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  line-height: 16px;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 500;
}
.elm-panel-rate {
  height: 32px;
  padding: 0 28px 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f9fafb;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: var(--clr-base);
  position: relative;
}
.elm-panel-rate .panel-title {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  text-align: center;
  background: #fcdb00;
  line-height: 25px;
}
.elm-panel-rate:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/star.svg) center no-repeat;
  background-size: 100% auto;
  right: 15px;
  top: 50%;
  margin: -12px -12px 0 0;
}
.elm-rate {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  background: url(../img/icons/star.svg) center no-repeat;
  background-size: 20px auto;
}
.elm-rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 116px;
  height: 20px;
  line-height: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elm-rates[data-rate="4"] .elm-rate:nth-child(5) {
  -webkit-filter: grayscale(100%) opacity(0.8);
  filter: grayscale(100%) opacity(0.8);
}
.elm-rates[data-rate="3"] .elm-rate:nth-child(4),
.elm-rates[data-rate="3"] .elm-rate:nth-child(5) {
  -webkit-filter: grayscale(100%) opacity(0.8);
  filter: grayscale(100%) opacity(0.8);
}
.elm-rates[data-rate="2"] .elm-rate:nth-child(3),
.elm-rates[data-rate="2"] .elm-rate:nth-child(4),
.elm-rates[data-rate="2"] .elm-rate:nth-child(5) {
  -webkit-filter: grayscale(100%) opacity(0.8);
  filter: grayscale(100%) opacity(0.8);
}
.elm-rates[data-rate="1"] .elm-rate:nth-child(2),
.elm-rates[data-rate="1"] .elm-rate:nth-child(3),
.elm-rates[data-rate="1"] .elm-rate:nth-child(4),
.elm-rates[data-rate="1"] .elm-rate:nth-child(5) {
  -webkit-filter: grayscale(100%) opacity(0.8);
  filter: grayscale(100%) opacity(0.8);
}
.elm-rates[data-rate="0"] .elm-rate {
  -webkit-filter: grayscale(100%) opacity(0.8);
  filter: grayscale(100%) opacity(0.8);
}
.elm-panel-buy {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  line-height: 1;
}
.elm-panel-buy .btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 132px;
  height: 34px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  z-index: 8;
}
.elm-panel-selected {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding: 0 30px 0 12px;
  border: 1px solid var(--clr-border-light);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  color: var(--clr-base-gray);
  height: 24px;
  line-height: 22px;
  cursor: default;
}
.elm-panel-selected .panel-title {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elm-panel-selected:hover {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
  color: var(--clr-base);
}
.elm-panel-selected:hover .panel-button:before {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.elm-panel-selected .panel-button {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 17px;
  margin: -12px -12px 0 0;
}
.elm-panel-selected .panel-button:before {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.elm-rate-panel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
  text-align: left;
  color: var(--clr-base-light);
  border-radius: 20px;
  background: #f9fafb;
}
.elm-rate-panel:has(.elm-rates) {
  line-height: 27px;
  padding-left: 10px;
  border-radius: 15px;
}
.elm-rate-panel:has(.elm-rates) .panel-rate-wrap {
  padding-left: 0;
  color: var(--clr-base-light);
  font-size: 14px;
}
.elm-rate-panel:has(.elm-rates) .panel-rate-wrap:after {
  display: none;
}
.elm-rate-panel:has(.elm-rates) .panel-rate-wrap:before {
  display: none;
}
.elm-rate-panel .panel-rate-items {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.elm-rate-panel .panel-rate-items:last-child {
  margin-right: 0;
}
.elm-rate-panel .panel-rate-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 5px 0 31px;
  max-width: 100%;
  position: relative;
}
.elm-rate-panel .panel-rate-wrap:last-child {
  padding-right: 10px;
}
.elm-rate-panel .panel-rate-wrap:last-child:after {
  display: none;
}
.elm-rate-panel .panel-rate-wrap:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/star.svg) center no-repeat;
  background-size: 20px auto;
  top: 50%;
  left: 18px;
  margin: -12px 0 0 -12px;
}
.elm-rate-panel .panel-rate-wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: var(--clr-border-light);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.elm-rate-panel .panel-rate-max {
  display: inline;
  color: var(--clr-base-gray);
}
.elm-rate-panel .panel-total-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.elm-rate-panel .panel-total-button {
  display: block;
  position: relative;
  color: inherit;
  padding: 0 10px 0 25px;
}
.elm-rate-panel .panel-total-button:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/buy.svg) center no-repeat;
  background-size: 16px auto;
  top: 50%;
  left: 13px;
  margin: -12px 0 0 -12px;
  -webkit-filter: var(--filterAttToBaseGray);
  filter: var(--filterAttToBaseGray);
}
.elm-panel-srt {
  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;
  border-radius: 25px;
  min-height: 18.75em;
  margin: 0 auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  color: var(--clr-base-white);
  max-width: 28.5em;
}
.elm-panel-srt .elm-photo {
  border-radius: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow:
    0 14px 31px 0 rgba(0, 0, 0, 0.1),
    0 57px 57px 0 rgba(0, 0, 0, 0.09),
    0 129px 77px 0 rgba(0, 0, 0, 0.05),
    0 229px 92px 0 rgba(0, 0, 0, 0.01),
    0 358px 100px 0 rgba(0, 0, 0, 0);
  box-shadow:
    0 14px 31px 0 rgba(0, 0, 0, 0.1),
    0 57px 57px 0 rgba(0, 0, 0, 0.09),
    0 129px 77px 0 rgba(0, 0, 0, 0.05),
    0 229px 92px 0 rgba(0, 0, 0, 0.01),
    0 358px 100px 0 rgba(0, 0, 0, 0);
  background: #000;
  aspect-ratio: inherit;
}
.elm-panel-srt .elm-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.elm-panel-srt .panel-content-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  position: relative;
  z-index: 3;
  padding: 1em;
}
.elm-panel-srt .panel-content-inner {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  gap: 0.8em;
}
.elm-panel-srt .panel-content-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elm-panel-srt .panel-logo-wrap {
  width: 9.58333333em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elm-panel-srt .panel-total-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  font-style: italic;
  font-weight: 400;
  font-size: 1.33333333em;
  line-height: 1.35;
  color: #d4c6b0;
}
.elm-panel-srt .panel-title {
  display: block;
  font-style: italic;
  font-size: 1.33333333em;
  color: #d4c6b0;
  position: relative;
  padding: 0 0 0.7em 0;
  background-size: auto 9px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='223' height='13' viewBox='0 0 223 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M125.708 8.0609C124.162 9.23442 122.299 8.16828 121.206 7.30924C120.063 6.40801 118.713 5.86728 117.313 5.82126C112.305 5.64868 111.722 11.3015 111.722 11.3015C111.722 11.3015 114.928 5.95165 118.717 7.80779C118.717 7.80779 121.359 8.95062 121.823 12.3791C121.823 12.3791 122.659 10.7608 121.631 9.21141C122.594 9.66394 124.178 10.0935 125.712 8.0609H125.708Z' fill='%23D4C6B0' /%3E%3Cpath d='M95.5727 8.0609C97.1182 9.23442 98.982 8.16828 100.075 7.30924C101.218 6.40801 102.568 5.86728 103.968 5.82126C108.976 5.64868 109.559 11.3015 109.559 11.3015C109.559 11.3015 106.353 5.95165 102.564 7.80779C102.564 7.80779 99.9216 8.95062 99.4575 12.3791C99.4575 12.3791 98.6215 10.7608 99.6493 9.21141C98.6867 9.66394 97.1029 10.0935 95.5688 8.0609H95.5727Z' fill='%23D4C6B0' /%3E%3Cpath d='M115.338 4.61391C113.566 4.2726 111.952 6.45855 110.966 8.21499C110.847 8.42592 110.74 8.63301 110.64 8.82476C110.544 8.63301 110.437 8.42592 110.318 8.22266C109.329 6.46239 107.714 4.2726 105.946 4.61391C107.327 2.47398 109.478 3.58613 110.64 7.07599C111.81 3.58613 113.958 2.47398 115.342 4.61391H115.338Z' fill='%23D4C6B0' /%3E%3Cpath d='M109.954 2.50426C109.751 1.43813 110.64 0 110.64 0C110.64 0 111.53 1.43813 111.327 2.50426C111.177 3.29811 110.104 3.29811 109.954 2.50426Z' fill='%23D4C6B0' /%3E%3Cpath d='M125.751 11.4323C135.852 12.8589 146.31 13.0046 156.462 12.2376C160.58 11.927 164.692 11.4246 168.753 10.6576C173.083 9.84073 177.213 8.56751 181.401 7.22142C188.53 4.93192 196.104 3.24451 203.636 3.57049C206.209 3.6817 209.308 3.9003 211.647 5.13134C212.023 5.33076 212.357 4.75934 211.981 4.55992C210.171 3.605 207.916 3.30204 205.918 3.08344C199.452 2.37396 192.821 3.42859 186.567 5.03546C182.091 6.18597 177.78 7.87721 173.294 8.98936C169.09 10.0325 164.807 10.7381 160.5 11.2022C152.968 12.019 145.363 12.1379 137.797 11.7889C133.862 11.6048 129.766 11.3326 125.923 10.7918C125.509 10.7343 125.329 11.3709 125.747 11.4284L125.751 11.4323Z' fill='%23D4C6B0' /%3E%3Cpath d='M96.4018 10.8146C86.1201 12.268 75.2555 12.3831 64.8627 11.5164C60.5636 11.1597 56.2799 10.5845 52.0576 9.70242C47.6396 8.77818 43.4441 7.28252 39.1336 5.99396C32.3724 3.97674 25.201 2.53861 18.11 2.96046C15.5866 3.11003 12.6375 3.37465 10.348 4.58267C9.97213 4.78209 10.3058 5.35351 10.6816 5.15409C12.5454 4.17233 14.9538 3.89237 17.0094 3.70446C23.8664 3.07935 30.8461 4.3449 37.427 6.18954C41.8219 7.42058 46.0711 9.03896 50.5312 10.0476C54.5848 10.9641 58.7036 11.5816 62.8416 11.9919C70.2892 12.7359 77.8058 12.8164 85.2803 12.4368C89.0501 12.245 92.8391 11.9804 96.5782 11.4512C96.9962 11.3937 96.8198 10.7532 96.4018 10.8146Z' fill='%23D4C6B0' /%3E%3Cpath d='M4.6406 0.759766C4.29929 2.52004 6.49675 4.12691 8.26469 5.10867C8.47945 5.22756 8.68654 5.33494 8.87829 5.43465C8.68654 5.53052 8.47945 5.6379 8.27236 5.75295C6.50442 6.73472 4.29929 8.34159 4.6406 10.1019C2.48532 8.72892 3.60515 6.59282 7.11418 5.43465C3.60515 4.27264 2.48532 2.13654 4.6406 0.759766Z' fill='%23D4C6B0' /%3E%3Cpath d='M2.5196 6.11334C1.4458 6.31659 0 5.43071 0 5.43071C0 5.43071 1.4458 4.54482 2.5196 4.74807C3.31729 4.89764 3.31729 5.96377 2.5196 6.11334Z' fill='%23D4C6B0' /%3E%3Cpath d='M217.687 0.759766C218.028 2.52004 215.831 4.12691 214.063 5.10867C213.848 5.22756 213.641 5.33494 213.449 5.43465C213.641 5.53052 213.848 5.6379 214.055 5.75295C215.823 6.73472 218.028 8.34159 217.687 10.1019C219.842 8.72892 218.722 6.59282 215.213 5.43465C218.722 4.27264 219.842 2.13654 217.687 0.759766Z' fill='%23D4C6B0' /%3E%3Cpath d='M219.804 6.11334C220.878 6.31659 222.323 5.43071 222.323 5.43071C222.323 5.43071 220.878 4.54482 219.804 4.74807C219.006 4.89764 219.006 5.96377 219.804 6.11334Z' fill='%23D4C6B0' /%3E%3C/svg%3E");
  font-family: "Noto Serif", serif;
}
.elm-panel-srt .panel-title * {
  font-family: "Noto Serif", serif;
}
.elm-panel-srt .panel-subtitle {
  display: block;
  font-style: italic;
  font-size: 1.16666667em;
  max-width: 19.16666667em;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Serif", serif;
}
.elm-panel-srt .panel-subtitle * {
  font-family: "Noto Serif", serif;
}
.elm-panel-srt .panel-text {
  display: block;
}
.elm-panel-srt .panel-info {
  display: block;
  font-size: 1em;
  color: #d4c6b0;
  padding: 0 0 1.4em 0;
  background-size: auto 1.08333333em;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='19' viewBox='0 0 38 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.8544 0.00523409C28.9699 0.00523409 28.0854 0.162249 27.2323 0.476277L27.0177 0.554783C25.3219 1.1305 23.2232 2.44942 21.4175 4.07713C16.7228 8.36885 12.4572 6.79871 12.4154 6.78301C12.3944 6.77254 12.3735 6.76731 12.3526 6.76207C10.7144 6.35384 9.71473 4.67902 10.1177 3.03037C10.4265 1.77949 11.6826 1.00489 12.9231 1.30322C13.3784 1.41313 13.7866 1.74286 14.0222 2.18773C14.3676 2.84719 14.3571 3.49618 13.9908 3.96199C13.6767 4.36499 13.1533 4.54294 12.6614 4.42256C12.3683 4.34929 12.0752 4.52724 12.0071 4.8151C11.9339 5.10296 12.1118 5.40128 12.3997 5.46932C13.3051 5.69438 14.2629 5.36465 14.8386 4.62668C15.4719 3.82068 15.5243 2.72158 14.9799 1.68005C14.6031 0.96302 13.928 0.423939 13.1743 0.240756C11.3529 -0.19365 9.51062 0.936851 9.06575 2.76345C8.52143 4.98258 9.86652 7.23311 12.0595 7.79837C12.5358 7.97108 17.131 9.45225 22.145 4.86744C23.8198 3.3601 25.8244 2.09352 27.3788 1.55967L27.6091 1.47593C29.6555 0.717032 31.9375 1.04153 33.717 2.34998C35.4075 3.59562 36.3129 5.49026 36.1978 7.53668C36.1873 7.69892 36.1716 7.85594 36.1559 8.01819C35.9727 9.46271 35.1719 10.7398 33.9001 11.6138C32.084 12.8595 30.1527 13.0322 28.6035 12.0848C27.2061 11.2265 26.4367 9.61973 26.6461 7.98155C26.756 7.13891 27.2375 6.3643 27.965 5.85139C29.0693 5.07679 30.2365 4.96164 31.1733 5.5269C32.0107 6.03457 32.4713 6.99236 32.3457 7.97108C32.2829 8.46829 32.0264 8.91316 31.6339 9.21673C31.2414 9.51505 30.7598 9.65113 30.2731 9.58309C29.9695 9.54646 29.7026 9.75581 29.666 10.0489C29.6293 10.3472 29.8335 10.6194 30.1318 10.656C30.9064 10.7555 31.6758 10.5513 32.2934 10.0751C32.9162 9.59356 33.3192 8.89746 33.4186 8.11239C33.6018 6.70973 32.9371 5.33324 31.7333 4.60575C30.4354 3.82068 28.7972 3.95675 27.3474 4.97211C26.3687 5.65774 25.7197 6.7045 25.5731 7.8507C25.3062 9.91282 26.2745 11.9383 28.0383 13.0165C29.9381 14.1784 32.3614 13.9952 34.5125 12.5193C36.0408 11.4673 37.0038 9.92329 37.2288 8.16473C37.2498 7.97631 37.2707 7.79313 37.2812 7.60995C37.4173 5.19193 36.3495 2.96233 34.3607 1.49163C33.0261 0.507679 31.4455 1.17032e-06 29.8544 1.17032e-06V0.00523409Z' fill='%23D4C6B0' /%3E%3Cpath d='M7.43839 0.00563345C5.84732 0.00563345 4.26672 0.513313 2.9321 1.49727C0.938021 2.96797 -0.124442 5.19757 0.0116368 7.61558C0.0221044 7.79876 0.037801 7.98718 0.06397 8.17036C0.28379 9.92892 1.25204 11.4729 2.78031 12.5249C4.93141 14.0008 7.34942 14.1892 9.25452 13.0221C11.0183 11.9439 11.9866 9.91845 11.7197 7.85634C11.5731 6.71537 10.9241 5.66337 9.94539 4.97774C8.49563 3.96239 6.85744 3.82631 5.55946 4.61138C4.35569 5.33888 3.69623 6.71537 3.87418 8.11803C3.97362 8.9031 4.37662 9.59919 4.99944 10.0807C5.61703 10.557 6.3864 10.7663 7.161 10.6617C7.45933 10.625 7.66869 10.3529 7.62682 10.0545C7.59018 9.75621 7.32326 9.54685 7.0197 9.58872C6.53295 9.65676 6.05144 9.52069 5.65891 9.22236C5.26114 8.9188 5.00992 8.47392 4.94712 7.97671C4.8215 6.99799 5.28207 6.04021 6.11948 5.53253C7.0511 4.96728 8.22347 5.08765 9.32781 5.85702C10.0605 6.36994 10.542 7.14454 10.6467 7.98718C10.8561 9.62536 10.0867 11.2321 8.68928 12.0905C7.14008 13.0378 5.20881 12.8651 3.39268 11.6194C2.12086 10.7454 1.32009 9.46835 1.13691 8.02382C1.11597 7.86157 1.10026 7.70456 1.09503 7.54231C0.979886 5.49589 1.88533 3.60649 3.57585 2.35561C5.35534 1.04716 7.63728 0.71743 9.6837 1.48157L9.89829 1.56007C11.4684 2.09392 13.473 3.3605 15.1478 4.87307C20.1565 9.45265 24.757 7.97148 25.2333 7.79876C27.4315 7.23351 28.7714 4.98298 28.2271 2.76385C27.7769 0.93725 25.9346 -0.193251 24.1185 0.241155C23.3648 0.424338 22.6897 0.958186 22.3129 1.68045C21.7685 2.72198 21.8209 3.82107 22.4542 4.62708C23.0351 5.35981 23.9929 5.68954 24.8931 5.46972C25.181 5.39645 25.3589 5.10336 25.2857 4.8155C25.2124 4.52764 24.9193 4.34969 24.6314 4.42296C24.1395 4.54334 23.6161 4.36539 23.302 3.96239C22.9357 3.49658 22.9252 2.84759 23.2706 2.18813C23.5009 1.74326 23.9144 1.40829 24.3697 1.30362C25.6102 1.00529 26.8715 1.77989 27.1751 3.03077C27.5781 4.67942 26.5784 6.35423 24.9402 6.76247C24.9193 6.76771 24.8984 6.77294 24.8774 6.78341C24.7047 6.84621 20.5438 8.34831 15.8753 4.07753C14.0696 2.44982 11.9709 1.12567 10.2594 0.544714L10.0553 0.471441C9.20219 0.15218 8.31768 0.000400529 7.43317 0.000400529L7.43839 0.00563345Z' fill='%23D4C6B0' /%3E%3Cpath d='M18.6495 9.06504C18.4297 9.06504 18.2308 9.20112 18.1471 9.40524C18.079 9.57796 16.4565 13.6708 16.8438 16.8163C17.027 18.3184 17.8854 18.9883 18.6495 18.9883C19.4136 18.9883 20.272 18.3184 20.4552 16.8163C20.8425 13.676 19.22 9.57796 19.1519 9.40524C19.0682 9.20112 18.8693 9.06504 18.6495 9.06504ZM18.6495 17.9049C18.3617 17.9049 18.0162 17.4862 17.9168 16.6802C17.697 14.906 18.2151 12.7078 18.6495 11.2842C19.0787 12.713 19.5968 14.9112 19.3822 16.6802C19.2828 17.481 18.9374 17.9049 18.6495 17.9049Z' fill='%23D4C6B0' /%3E%3Cpath d='M21.9312 9.55142C21.7899 9.55142 21.6539 9.60899 21.5492 9.70843C21.4183 9.83928 21.3608 10.0277 21.4026 10.2056C21.4497 10.4255 21.9051 12.3829 23.0931 13.1889C23.6584 13.571 24.3597 13.5082 24.8412 13.0319C25.3175 12.5609 25.3856 11.8334 25.0087 11.2681C24.2132 10.0696 22.2662 9.60899 22.0464 9.56188C22.0097 9.55142 21.9679 9.55142 21.9312 9.55142ZM23.3967 12.744L23.7003 12.2939C23.292 12.0165 22.978 11.4565 22.7687 10.9331C23.2868 11.1477 23.8416 11.4618 24.1137 11.87C24.2446 12.0689 24.1347 12.2154 24.0823 12.2678C24.0195 12.3306 23.8887 12.4195 23.7055 12.2939L23.4019 12.744H23.3967Z' fill='%23D4C6B0' /%3E%3Cpath d='M15.3627 9.55142C15.3261 9.55142 15.2842 9.55142 15.2476 9.56188C15.0277 9.60899 13.0808 10.0696 12.2852 11.2681C11.9084 11.8334 11.9764 12.5609 12.4527 13.0319C12.9342 13.5082 13.6355 13.571 14.2008 13.1889C15.3889 12.3881 15.8442 10.4255 15.8913 10.2056C15.9332 10.0277 15.8756 9.83928 15.7448 9.70843C15.6401 9.60375 15.504 9.55142 15.3627 9.55142ZM13.4105 12.3567C13.3215 12.3567 13.2535 12.3096 13.2116 12.2678C13.1593 12.2154 13.0494 12.0689 13.1802 11.87C13.4524 11.4618 14.0071 11.1477 14.5253 10.9331C14.3107 11.4565 13.9967 12.0218 13.5937 12.2939C13.5256 12.341 13.4628 12.3567 13.4105 12.3567Z' fill='%23D4C6B0' /%3E%3C/svg%3E");
}
.elm-stock {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: #34c759;
  display: inline;
}
.elm-panel-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--clr-base-light);
  position: relative;
  overflow: hidden;
  padding: 15px;
  gap: 8px;
  color: var(--clr-base-white);
  min-height: 100%;
}
.elm-panel-total:hover {
  color: var(--clr-base-white);
}
.elm-panel-total .panel-total {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.35;
  color: var(--clr-att);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  min-width: 110px;
}
.elm-panel-total .panel-title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.elm-panel-total .panel-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin: 0;
}
.elm-panel-info {
  display: block;
  position: relative;
  -webkit-box-shadow:
    -17px -9px 42px 0 rgba(0, 0, 0, 0.49),
    -67px -38px 77px 0 rgba(0, 0, 0, 0.43),
    -151px -85px 104px 0 rgba(0, 0, 0, 0.25),
    -269px -152px 124px 0 rgba(0, 0, 0, 0.07),
    -420px -237px 135px 0 rgba(0, 0, 0, 0.01);
  box-shadow:
    -17px -9px 42px 0 rgba(0, 0, 0, 0.49),
    -67px -38px 77px 0 rgba(0, 0, 0, 0.43),
    -151px -85px 104px 0 rgba(0, 0, 0, 0.25),
    -269px -152px 124px 0 rgba(0, 0, 0, 0.07),
    -420px -237px 135px 0 rgba(0, 0, 0, 0.01);
  background: linear-gradient(169deg, #3d3d3d 0%, #212121 100%);
  font-weight: 700;
  font-size: 18px;
  line-height: 0.95;
  color: var(--clr-base-white);
  text-align: left;
  padding: 15px 15px 15px 59px;
  border-radius: 50px 0 0 50px;
  font-family: "Bebas Neue", sans-serif;
}
.elm-panel-info * {
  font-family: "Bebas Neue", sans-serif;
}
.elm-panel-info .elm-ico {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 33px;
  margin: -13px 0 0 -13px;
}
: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: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: 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.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 2;
}
.elm-photo.photo-zoom:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../img/icons/zoom.svg);
  background-size: 24px auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.elm-photo.photo-zoom:hover:after {
  opacity: 1;
}
.elm-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.elm-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.elm-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports (aspect-ratio: 1) {
  .elm-photo:not(.photo-cover, .photo-contain) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-price {
  white-space: nowrap;
}
.elm-price.price-old {
  text-decoration: line-through;
}
[data-unit]:after {
  content: attr(data-unit);
  font-family: "Arial", "Roboto", "Open Sans", sans-serif;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.lbl-ico img,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.lbl-ico svg,
.elm-ico .icon,
.button-ico .icon,
.menu-ico .icon,
.frm-ico .icon,
.tab-ico .icon,
.lbl-ico .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.elm-overlay {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.elm-overlay.active {
  display: block;
}
.elm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--clr-border-light);
}
.elm-row.row-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: none;
  padding: 0;
  min-height: 0;
  font-size: 1em;
}
.elm-row.row-text .row-value {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  font-size: inherit;
  line-height: 1.35;
  color: var(--clr-base);
  text-align: left;
}
.elm-row.row-text .row-title {
  width: 38%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.35;
  color: var(--clr-base-light);
}
.elm-row:last-child {
  border-bottom: none;
}
.elm-row .row-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--clr-base-light);
}
.elm-row .row-value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--clr-base);
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.elm-sticker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: var(--clr-att);
  text-align: center;
  height: 23px;
  line-height: 23px;
  border-radius: 2px;
  padding: 0 10px;
  color: var(--clr-base);
}
.elm-sticker.bg-green {
  color: #34c759;
  background-color: #edfff1;
}
.elm-sticker.bg-att-light {
  background: rgba(254, 195, 40, 0.35);
}
.elm-sticker.bg-red {
  color: var(--clr-base-white);
  background-color: #f43;
}
.elm-sticker.bg-red-dark {
  color: var(--clr-base-white);
  background-color: #dc2626;
}
.elm-sticker.bg-gray {
  color: var(--clr-base-light);
  background-color: #f9fafb;
}
.elm-sticker img,
.elm-sticker svg {
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 0 0;
  width: 24px;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.elm-sticker.type-round {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  text-align: center;
  min-width: 0;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .elm-panel-timer {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    padding: 3px 10px 3px 40px;
  }
  .elm-panel-timer .panel-title-wrap {
    display: none;
  }
  .elm-panel-timer .panel-timer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .elm-panel-timer:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/fire-timer.svg) center no-repeat;
    background-size: 16px auto;
    top: 50%;
    left: 18px;
    margin: -12px 0 0 -12px;
  }
}
@media (min-width: 1024px) {
  .elm-panel-srt {
    font-size: 14px;
    min-height: 18.78571429em;
    max-width: 28.42857143em;
  }
  .elm-panel-srt .panel-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .elm-panel-srt .panel-logo-wrap {
    width: 9.07142857em;
  }
  .elm-panel-srt .panel-total-wrap {
    font-size: 1.28571429em;
  }
  .elm-panel-srt .panel-title {
    font-size: 1.28571429em;
  }
  .elm-panel-srt .panel-subtitle {
    font-size: 1.14285714em;
  }
  .elm-panel-srt .panel-info {
    font-size: 1em;
  }
  .elm-panel-total {
    padding-left: 19px;
    gap: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .elm-panel-total .panel-title-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .elm-panel-total .panel-total {
    font-size: 45px;
    min-width: 0;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .elm-panel-timer .panel-timer-title {
    font-size: 12px;
  }
  .elm-panel-total .panel-total {
    font-size: 6rem;
  }
  .elm-panel-srt {
    font-size: 16px;
    min-height: 21.4375em;
    max-width: 32.5em;
  }
  .elm-panel-srt .panel-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .elm-panel-srt .panel-logo-wrap {
    width: 11.71428571em;
  }
  .elm-panel-srt .panel-total-wrap {
    font-size: 1.71428571em;
  }
  .elm-panel-srt .panel-title {
    font-size: 1.71428571em;
    background-size: auto 14px;
  }
  .elm-panel-srt .panel-subtitle {
    font-size: 1.71428571em;
  }
  .elm-panel-srt .panel-info {
    font-size: 1em;
    padding-bottom: 1.8em;
    background-size: auto 19px;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--clr-base-gray);
  position: relative;
  gap: 10px;
}
.item-tile-adv .elm-ico {
  width: 42px;
  height: 42px;
  background: var(--clr-att);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-adv .tile-info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-tile-adv .tile-title {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
  margin: 0 0 3px 0;
}
.item-tile-adv .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-menu {
  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;
  padding: 12px 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
  gap: 8px;
}
.item-tile-menu .elm-ico {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #f9f9f9;
  -webkit-filter: none;
  filter: none;
}
.item-tile-menu .elm-ico img,
.item-tile-menu .elm-ico svg {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.item-tile-menu .tile-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-tile-menu .tile-title {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 600;
}
.item-tile-menu .tile-info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  color: var(--clr-base-gray);
}
.item-tile-menu:hover .elm-ico {
  background: var(--clr-att);
}
.item-tile-logo {
  display: block;
  width: 100%;
  position: relative;
}
.item-tile-logo .elm-photo {
  width: 100%;
  aspect-ratio: 190/101;
}
.item-tile-logo.tile-main:not(:hover, .active) {
  border-color: var(--clr-border-light);
}
.item-tile-cart {
  border: 1px solid var(--clr-border-light);
  padding: 8px 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: 8px 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
}
.item-tile-cart .tile-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 0 9px;
}
.item-tile-cart .tile-actions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding-right: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-tile-cart .tile-counter-wrap {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-cart .tile-price-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8px;
}
.item-tile-cart .tile-fav-wrap {
  width: 33px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-cart .tile-fav-wrap .tile-button {
  margin-left: 5px;
}
.item-tile-cart .tile-photo-wrap {
  width: 84px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-cart .tile-info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-tile-cart .frm-select.select-main {
  width: 24px;
  height: 24px;
}
.item-tile-cart .frm-select.select-main label {
  padding: 0;
  width: 24px;
}
.item-tile-cart a:not(:hover) {
  color: inherit;
}
.item-tile-cart .elm-photo {
  aspect-ratio: 84/54;
  border: 1px solid var(--clr-border-light);
}
.item-tile-cart .tile-title {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: var(--clr-base);
}
.item-tile-cart .elm-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: var(--clr-base);
  display: block;
}
.item-tile-cart .tile-button {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-cart .tile-button:not(:hover):before {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.item-tile-cart .btn-action-ico.ico-del:before {
  background-size: 28px auto;
}
.item-tile-order {
  padding: 20px 15px;
}
.item-tile-order.tile-main {
  display: block;
}
.item-tile-order .tile-title-wrap {
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid var(--clr-border-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 16px;
  line-height: var(--lhsize);
  letter-spacing: 0.03em;
  font-weight: 600;
  color: var(--clr-base);
}
.item-tile-order .tile-title {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1em;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
.item-tile-order .tile-total {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 20px;
}
.item-tile-order .tile-title-info {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  letter-spacing: normal;
  white-space: nowrap;
}
.item-tile-order .tile-total-info {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.item-tile-order .tile-total-info:last-child {
  font-size: 18px;
}
.item-tile-order .elm-row {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: inherit;
  padding: 0;
  border: none;
  min-height: 0;
}
.item-tile-order .elm-row:last-child {
  margin-bottom: 0;
}
.item-tile-order .elm-row .row-title,
.item-tile-order .elm-row .row-value {
  font-size: 1em;
  font-weight: inherit;
  color: var(--clr-base);
}
.item-tile-order .elm-row .row-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.item-tile-order .elm-row .row-value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-order .elm-row .row-value-total {
  margin-left: 10px;
  font-weight: 600;
  white-space: nowrap;
  display: inline;
}
.item-tile-order .elm-row .row-value-counter {
  display: inline;
}
.item-tile-order a:not(:hover) {
  color: inherit;
}
.item-tile-card-modify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  padding: 5px;
  gap: 8px;
}
.item-tile-card-modify.active .btn:before,
.item-tile-card-modify.active .btn-action-ico:before,
.item-tile-card-modify.active .btn:after,
.item-tile-card-modify.active .btn-action-ico:after {
  -webkit-filter: none;
  filter: none;
}
.item-tile-card-modify .tile-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-tile-card-modify .elm-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(100% - 36px);
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-tile-card-modify .elm-photo {
  border: 1px solid #e4e4e4;
  aspect-ratio: 75/48;
}
.item-tile-card-modify .btn,
.item-tile-card-modify .btn-action-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 8;
}
.item-tile-card-modify .btn:before,
.item-tile-card-modify .btn-action-ico:before,
.item-tile-card-modify .btn:after,
.item-tile-card-modify .btn-action-ico:after {
  background-size: 20px auto;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.item-tile-card-modify .btn:hover:before,
.item-tile-card-modify .btn-action-ico:hover:before,
.item-tile-card-modify .btn:hover:after,
.item-tile-card-modify .btn-action-ico:hover:after {
  -webkit-filter: none;
  filter: none;
}
.item-tile-review {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 15px 30px;
}
.item-tile-review .tile-photos-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.item-tile-review .tile-rate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.item-tile-review .tile-votes-wrap {
  margin-top: 10px;
}
.item-tile-review .elm-photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 86/67;
  width: 86px;
  max-width: 30%;
}
.item-tile-review .tile-date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base-gray);
}
.item-tile-review .tile-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--clr-base);
  margin: 0;
}
.item-tile-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--clr-base);
}
.item-tile-file .tile-file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  gap: 8px;
  max-width: 100%;
}
.item-tile-file .tile-file-wrap:hover {
  color: var(--clr-att);
}
.item-tile-file .tile-file-wrap:hover .elm-ico {
  -webkit-filter: none;
  filter: none;
}
.item-tile-file .tile-title {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.item-tile-file .elm-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: var(--filterAttToBase) opacity(0.8);
  filter: var(--filterAttToBase) opacity(0.8);
}
.item-tile-file .elm-ico + .tile-title {
  max-width: calc(100% - 8px - 24px);
}
.item-tile-file .button-arrow {
  font-size: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 3px;
}
.item-tile-file .button-arrow:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.item-tile-catalog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 9px 14px 29px 14px;
}
.item-tile-catalog.tile-main {
  color: var(--clr-base);
  border-color: var(--clr-border-light);
}
.item-tile-catalog.tile-main:hover {
  color: var(--clr-base);
  border-color: var(--clr-att);
}
.item-tile-catalog .tile-info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 10px;
  position: static;
}
.item-tile-catalog .tile-info-wrap .elm-sticker {
  position: absolute;
  top: 40px;
  left: 29px;
  z-index: 3;
  margin: -16px 0 0 0;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 5px;
}
.item-tile-catalog .tile-info-wrap .elm-sticker img,
.item-tile-catalog .tile-info-wrap .elm-sticker svg {
  margin: 4px -2px 0 -2px;
}
.item-tile-catalog .tile-photo-wrap {
  position: relative;
}
.item-tile-catalog .tile-photo-wrap .elm-sticker {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 0;
  min-width: 0;
  line-height: 42px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
.item-tile-catalog .tile-side-panel {
  -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: 20px;
}
.item-tile-catalog .elm-photo {
  aspect-ratio: 342/249;
}
.item-tile-catalog .tile-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: var(--clr-base);
  width: 100%;
  margin-bottom: 3px;
  margin-top: 8px;
}
.item-tile-catalog .tile-title:first-child {
  margin-top: 0;
}
.item-tile-catalog .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-catalog .tile-info,
.item-tile-catalog .elm-stock {
  display: inline;
  margin: 0 4px 0 0;
}
.view-rows .item-tile-catalog {
  padding: 7px 9px;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.view-rows .item-tile-catalog.tile-main {
  background: none;
}
.view-rows .item-tile-catalog .tile-photo-wrap {
  width: 134px;
}
.view-rows .item-tile-catalog .tile-photo-wrap .elm-sticker {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 9px;
  top: 5px;
  left: 5px;
  right: auto;
}
.view-rows .item-tile-catalog .tile-info-wrap {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
.view-rows .item-tile-catalog .tile-info-wrap .elm-sticker {
  margin: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.view-rows .item-tile-catalog .tile-info-wrap .elm-sticker img,
.view-rows .item-tile-catalog .tile-info-wrap .elm-sticker svg {
  width: 16px;
}
.view-rows .item-tile-catalog .tile-side-panel {
  width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 10px;
}
.view-rows .item-tile-catalog .tile-price-panel {
  min-height: 0;
  padding: 0;
  border: none;
}
.view-rows .item-tile-catalog .elm-photo {
  aspect-ratio: 134/87;
  background-color: var(--clr-bg-white);
  border: 1px solid var(--clr-border-light);
}
.item-tile-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  min-height: 180px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--clr-base-white);
  overflow: hidden;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.item-tile-category.tile-brand {
  min-height: 160px;
}
.item-tile-category .tile-info-wrap {
  padding: 15px;
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.item-tile-category .tile-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: inherit;
  margin: 0 0 3px 0;
}
.item-tile-category .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-category .elm-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: inherit;
}
.item-tile-category .elm-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.item-tile-category:hover {
  color: var(--clr-base-white);
}
.item-tile-category:hover .tile-title {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.item-tile-catalog-small,
.item-tile-catalog-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  font-size: 12px;
  line-height: var(--lhsize);
}
.item-tile-catalog-small.tile-main,
.item-tile-catalog-rate.tile-main {
  color: var(--clr-base);
  border-color: var(--clr-border-light);
}
.item-tile-catalog-small.tile-main:hover,
.item-tile-catalog-rate.tile-main:hover {
  color: var(--clr-base);
  border-color: var(--clr-att);
}
.item-tile-catalog-small .tile-info-wrap,
.item-tile-catalog-rate .tile-info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-tile-catalog-small .tile-photo-wrap,
.item-tile-catalog-rate .tile-photo-wrap {
  width: 84px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-catalog-small .tile-action-wrap,
.item-tile-catalog-rate .tile-action-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 8;
  position: relative;
}
.item-tile-catalog-small .tile-action-wrap .btn,
.item-tile-catalog-rate .tile-action-wrap .btn {
  width: 34px;
  height: 32px;
}
.item-tile-catalog-small .tile-action-wrap .btn .button-ico,
.item-tile-catalog-rate .tile-action-wrap .btn .button-ico {
  width: 20px;
  height: 20px;
}
.item-tile-catalog-small .tile-action-wrap .btn:before,
.item-tile-catalog-rate .tile-action-wrap .btn:before,
.item-tile-catalog-small .tile-action-wrap .btn:after,
.item-tile-catalog-rate .tile-action-wrap .btn:after {
  background-size: 20px auto;
}
.item-tile-catalog-small .tile-title,
.item-tile-catalog-rate .tile-title {
  display: block;
  margin: 0 0 3px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
}
.item-tile-catalog-small .tile-title:last-child,
.item-tile-catalog-rate .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-catalog-small .elm-photo,
.item-tile-catalog-rate .elm-photo {
  aspect-ratio: 84/54;
  border: 1px solid var(--clr-border-light);
}
.item-tile-catalog-rate {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.item-tile-catalog-rate .tile-rate-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-tile-catalog-rate .tile-info-wrap {
  max-width: calc(100% - 10px - 84px);
}
.item-tile-catalog-rate .tile-title {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-tile-catalog-rate.tile-inner .tile-title {
  white-space: normal;
}
.item-tile-catalog-rate .elm-panel-rate {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-catalog-rate.tile04 .elm-panel-rate .panel-title,
.item-tile-catalog-rate.tile05 .elm-panel-rate .panel-title,
.item-tile-catalog-rate.tile06 .elm-panel-rate .panel-title {
  background: #febc2f;
}
.item-tile-catalog-rate.tile04 .elm-panel-rate:before,
.item-tile-catalog-rate.tile05 .elm-panel-rate:before,
.item-tile-catalog-rate.tile06 .elm-panel-rate:before {
  -webkit-filter: brightness(0.9) saturate(1.1) hue-rotate(-5deg);
  filter: brightness(0.9) saturate(1.1) hue-rotate(-5deg);
}
.item-tile-catalog-rate.tile07 .elm-panel-rate .panel-title,
.item-tile-catalog-rate.tile08 .elm-panel-rate .panel-title,
.item-tile-catalog-rate.tile09 .elm-panel-rate .panel-title,
.item-tile-catalog-rate.tile10 .elm-panel-rate .panel-title {
  background: #ededed;
}
.item-tile-catalog-rate.tile07 .elm-panel-rate:before,
.item-tile-catalog-rate.tile08 .elm-panel-rate:before,
.item-tile-catalog-rate.tile09 .elm-panel-rate:before,
.item-tile-catalog-rate.tile10 .elm-panel-rate:before {
  -webkit-filter: grayscale(100%) opacity(0.5);
  filter: grayscale(100%) opacity(0.5);
}
.item-tile-photo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 9px 14px;
}
.item-tile-photo.tile-main {
  color: var(--clr-base);
  border-color: var(--clr-border-light);
}
.item-tile-photo.tile-main:hover {
  color: var(--clr-base);
}
.item-tile-photo .tile-info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 0 10px 0;
}
.item-tile-photo .tile-actions-panel {
  margin-top: 20px;
}
.item-tile-photo .tile-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: var(--clr-base);
  display: block;
  margin: 0 0 3px 0;
}
.item-tile-photo .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-photo .tile-info {
  display: inline;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
}
.item-tile-photo .elm-stock {
  font-size: 12px;
  display: inline;
}
.item-tile-photo .elm-photo {
  aspect-ratio: 827/540;
}
.item-tile-step {
  padding: 14px 36px 14px 14px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base-light);
}
.item-tile-step:hover {
  color: var(--clr-base-light);
}
.item-tile-step:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-link.svg) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  top: 50%;
  right: 16px;
  margin: -12px -12px 0 0;
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.item-tile-step .tile-number {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.15;
  text-align: center;
  color: var(--clr-att);
  min-width: 40px;
}
.item-tile-step .tile-info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-tile-step .tile-title {
  margin: 0 0 4px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: var(--clr-base);
}
.item-tile-step .text-small {
  display: inline-block;
  font-size: 10px;
}
.item-tile-step p {
  margin: 0;
}
.item-tile-cnt {
  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;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: var(--clr-base-light);
  gap: 10px;
}
.item-tile-cnt .tile-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.item-tile-cnt .tile-content-wrap {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-cnt .tile-soc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4px;
}
.item-tile-cnt .tile-soc-section {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  gap: 10px;
}
.item-tile-cnt .tile-soc-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base-light);
  margin: 0;
}
.item-tile-cnt .tile-soc-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-tile-cnt .tile-soc-buttons .btn {
  width: 36px;
  height: 36px;
}
.item-tile-cnt .tile-soc-buttons .btn .button-ico {
  width: 28px;
  height: 28px;
}
.item-tile-cnt .tile-soc-buttons .btn:not(:hover) {
  background-color: var(--clr-base);
  border-color: var(--clr-base);
}
.item-tile-cnt .tile-soc-buttons .btn:not(:hover) .button-ico {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.item-tile-cnt .tile-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  color: var(--clr-base);
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  text-align: left;
}
.item-tile-cnt .elm-ico {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.item-tile-cnt .elm-sticker {
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  border-radius: 15px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}
.item-tile-cnt a {
  color: inherit;
}
.item-tile-cnt a:hover {
  color: var(--clr-att);
}
.item-tile-cnt p {
  margin-bottom: 5px;
}
.item-tile-cnt .tile-info {
  font-size: 14px;
}
.item-tile-info-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--clr-bg-white);
}
.item-tile-info-map .tile-map-wrap {
  height: 442px;
  position: relative;
  background: var(--clr-border-light);
  overflow: hidden;
}
.item-tile-info-map .tile-info-wrap {
  display: block;
  padding: 15px;
}
.item-tile-info-map p {
  margin-bottom: 6px;
}
.item-tile-info-summary {
  background: var(--clr-bg-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  color: var(--clr-base);
}
.item-tile-info-summary .tile-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  min-height: 52px;
  border-bottom: 1px solid var(--clr-border-light);
  padding: 8px 15px;
}
.item-tile-info-summary .tile-title-wrap .elm-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-info-summary .tile-info-wrap {
  display: block;
  width: 100%;
  padding: 16px 15px;
}
.item-tile-info-summary .tile-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.item-tile-new {
  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;
  color: var(--clr-base-gray);
  min-height: 100%;
}
.item-tile-new:hover {
  color: var(--clr-base-gray);
}
.item-tile-new .tile-info-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: 10px;
}
.item-tile-new .tile-title {
  margin: 0;
  color: var(--clr-base);
  margin-bottom: 10px;
}
.item-tile-new .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-new .tile-desc {
  font-size: 12px;
  display: block;
}
.item-tile-new .elm-photo {
  aspect-ratio: 372/260;
}
.item-tile-new .tile-many-lines {
  -webkit-line-clamp: 3;
}
.item-tile-catalog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  color: var(--clr-base);
  gap: 30px;
  padding: 9px 59px 9px 19px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.item-tile-catalog-link:hover {
  color: var(--clr-base);
}
.item-tile-catalog-link:hover:before {
  -webkit-filter: none;
  filter: none;
}
.item-tile-catalog-link .tile-photo-wrap {
  width: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-tile-catalog-link .tile-info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-tile-catalog-link .elm-photo {
  aspect-ratio: 72/70;
}
.item-tile-catalog-link .tile-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.item-tile-catalog-link .tile-total {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.15;
  display: block;
  color: var(--clr-att);
}
.item-tile-catalog-link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-link.svg) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  top: 50%;
  right: 30px;
  margin: -12px -12px 0 0;
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.item-tile-info-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 19px 19px 14px;
  position: relative;
  min-height: 100%;
  background: var(--clr-base-white);
  border: 1px solid var(--clr-base-white);
  color: var(--clr-base-light);
  gap: 15px;
  border-radius: 1px;
}
.item-tile-info-ico .tile-info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-tile-info-ico .elm-ico {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.item-tile-info-ico .tile-title {
  margin-bottom: 4px;
  color: var(--clr-base);
}
.item-tile-info-ico a {
  color: var(--clr-base);
}
.item-tile-info-ico a:hover {
  color: var(--clr-att);
}
.item-tile-info-ico p {
  margin-bottom: 5px;
}
.tile-soc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.tile-soc-wrap .btn {
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0;
  background: var(--clr-bg-light);
  border: none;
}
.tile-soc-wrap .btn .button-ico {
  width: 42px;
  height: 42px;
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.tile-soc-wrap .btn .button-ico img,
.tile-soc-wrap .btn .button-ico svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.tile-soc-wrap .btn:hover {
  background-color: var(--clr-att);
}
.tile-soc-wrap .btn:hover .button-ico {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.tile-actions-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.tile-actions-panel .tile-panel-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tile-actions-panel .tile-panel-button:has(.button-title) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 150px;
}
.tile-actions-panel .btn {
  height: 46px;
  width: 46px;
  padding: 0;
  min-width: 0;
  aspect-ratio: inherit;
  z-index: 8;
  gap: 8px;
}
.tile-actions-panel .btn .button-title {
  display: none;
}
.tile-actions-panel .btn .button-ico {
  margin: 0 auto;
}
.tile-actions-panel .btn:has(.button-title) {
  width: 100%;
  padding: 0 15px;
}
.tile-actions-panel .btn:has(.button-title) .button-title {
  display: block;
}
.tile-actions-panel .btn:has(.button-title) .button-ico {
  margin: 0;
}
.tile-price-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--clr-border-light);
  border-bottom: 1px solid var(--clr-border-light);
  padding: 15px 0;
  min-height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.tile-price-panel .elm-price {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: var(--clr-base);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tile-price-panel .price-old {
  font-weight: 400;
  font-size: 14px;
  color: var(--clr-base-gray);
  line-height: 20px;
  padding-bottom: 10px;
}
.tile-price-panel .elm-sticker {
  height: 21px;
  line-height: 21px;
  border-radius: 16px;
  padding: 0 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
}
.tile-main {
  background: var(--clr-bg-white);
  border: 1px solid var(--clr-bg-white);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: var(--clr-base-light);
}
.tile-main.active {
  border-color: var(--clr-att);
  color: var(--clr-base-light);
}
a.tile-main:hover,
.tile-main.tile-hover:hover,
.tile-main:has(.tile-link):hover {
  border-color: var(--clr-att);
  color: var(--clr-base-light);
}
@media (max-width: 1199px) {
  .item-tile-photo .tile-price-panel {
    min-height: 40px;
  }
  .item-tile-photo .tile-price-panel .elm-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
  }
  .item-tile-photo .tile-price-panel .price-old {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .item-tile-info-ico .tile-soc-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 639px) {
  .view-rows .item-tile-catalog {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: 134px 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .view-rows .item-tile-catalog .tile-photo-wrap {
    width: 100%;
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }
  .view-rows .item-tile-catalog .tile-info-wrap {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
  }
  .view-rows .item-tile-catalog .tile-side-panel {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
  }
  .view-rows .item-tile-catalog .tile-actions-panel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .view-rows .item-tile-catalog .tile-price-panel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 479px) {
  .view-rows .item-tile-catalog {
    grid-template-columns: 120px 1fr;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .view-rows .item-tile-catalog .tile-price-panel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .view-rows .item-tile-catalog .tile-price-panel .elm-price {
    font-size: 24px;
  }
  .view-rows .item-tile-catalog .tile-price-panel .price-old {
    padding: 0;
    text-align: right;
    font-size: 14px;
  }
  .view-rows .item-tile-catalog .tile-price-panel .elm-sticker {
    height: 16px;
    line-height: 16px;
    font-size: 10px;
  }
  .view-rows .item-tile-catalog .tile-actions-panel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .tile-panel-button {
    width: 36px;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .tile-panel-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .tile-panel-button:has(.button-title) {
    width: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .btn {
    width: 36px;
    height: 36px;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .btn:has(.button-title) {
    width: 36px;
    height: 36px;
    padding: 0;
    min-width: 0;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .btn:has(.button-title) .button-title {
    display: none;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .btn .button-title {
    display: none;
  }
}
@media (min-width: 640px) {
  .item-tile-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 11px 15px;
    text-align: center;
    font-size: 14px;
    line-height: var(--lhsize);
    min-height: 100%;
    gap: 8px;
  }
  .item-tile-menu .elm-ico {
    margin: 0 auto;
    width: 72px;
    height: 72px;
  }
  .item-tile-menu .tile-info-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item-tile-order .tile-title {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .item-tile-order .tile-total {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .item-tile-order .tile-bonuses {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .item-tile-cnt .tile-soc-wrap {
    gap: 15px;
  }
  .item-tile-cnt .tile-soc-section {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 40%;
  }
  .item-tile-cnt br {
    display: none;
  }
  .item-tile-cnt a[href*="tel"],
  .item-tile-cnt a[href*="mailto"] {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    overflow: visible;
  }
  .item-tile-cnt a[href*="tel"]:last-child,
  .item-tile-cnt a[href*="mailto"]:last-child {
    margin-right: 0;
  }
  .item-tile-cnt a[href*="tel"]:last-child:after,
  .item-tile-cnt a[href*="mailto"]:last-child:after {
    display: none;
  }
  .item-tile-cnt a[href*="tel"]:after,
  .item-tile-cnt a[href*="mailto"]:after {
    content: "/";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 12px;
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    text-align: right;
    color: var(--clr-base-light);
  }
}
@media (min-width: 640px) and (max-width: 1439px) {
  .item-tile-adv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .item-tile-adv .elm-ico {
    margin: 0 auto;
  }
}
@media (min-width: 640px) and (max-width: 1199px) {
  .view-rows .item-tile-catalog .tile-side-panel {
    width: 124px;
    gap: 15px;
  }
  .view-rows .item-tile-catalog .tile-price-panel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .view-rows .item-tile-catalog .tile-price-panel .elm-price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    font-size: 24px;
  }
  .view-rows .item-tile-catalog .tile-price-panel .price-old {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    text-align: right;
    font-size: 14px;
  }
  .view-rows .item-tile-catalog .tile-price-panel .elm-sticker {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
  }
  .view-rows .item-tile-catalog .tile-actions-panel {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .tile-panel-button {
    width: 36px;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .tile-panel-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .tile-panel-button:has(.button-title) {
    width: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .btn {
    width: 36px;
    height: 36px;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .btn:has(.button-title) {
    width: 36px;
    height: 36px;
    padding: 0;
    min-width: 0;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .btn:has(.button-title) .button-title {
    display: none;
  }
  .view-rows .item-tile-catalog .tile-actions-panel .btn .button-title {
    display: none;
  }
}
@media (min-width: 768px) {
  .item-tile-cart .tile-actions-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .item-tile-cart .tile-price-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 70px;
    text-align: right;
    padding-left: 0;
  }
  .item-tile-info-ico {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .item-tile-info-ico .elm-ico {
    margin: 0 auto;
  }
  .item-tile-info-ico .tile-soc-wrap {
    margin-left: -29px;
    margin-right: -29px;
  }
  .item-tile-catalog-rate.tile-inner {
    -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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 8px 9px;
    gap: 15px;
  }
  .item-tile-catalog-rate.tile-inner .tile-rate-wrap {
    display: contents;
  }
  .item-tile-catalog-rate.tile-inner .tile-photo-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 84px;
  }
  .item-tile-catalog-rate.tile-inner .tile-info-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .item-tile-catalog-rate.tile-inner .tile-title {
    font-size: 18px;
  }
  .item-tile-catalog-rate.tile-inner .tile-info {
    font-size: 14px;
  }
  .item-tile-catalog-rate.tile-inner .elm-panel-buy {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .item-tile-catalog-rate.tile-inner .elm-panel-buy .btn {
    height: 47px;
    line-height: 45px;
    padding: 0 15px;
    min-width: 142px;
    font-size: 18px;
  }
  .item-tile-catalog-rate.tile-inner .elm-panel-rate {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 40px;
    width: 73px;
    padding: 0 6px;
    border-radius: 20px;
  }
  .item-tile-catalog-rate.tile-inner .elm-panel-rate .panel-title {
    width: 32px;
    height: 32px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
  }
  .item-tile-catalog-rate.tile-inner .elm-panel-rate:before {
    width: 30px;
    height: 30px;
    margin: -15px -15px 0 0;
  }
}
@media (min-width: 1024px) {
  .item-tile-adv {
    gap: 15px;
    font-size: 14px;
  }
  .item-tile-adv .elm-ico {
    width: 52px;
    height: 52px;
  }
  .item-tile-adv .tile-title {
    font-size: 16px;
  }
  .item-tile-order .tile-title-wrap {
    font-size: 18px;
  }
  .item-tile-card-modify .elm-price {
    font-size: 16px;
  }
  .item-tile-category {
    min-height: 160px;
    font-size: 14px;
  }
  .item-tile-category .tile-title {
    font-size: 18px;
  }
  .item-tile-step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
  }
  .item-tile-step .tile-number {
    font-size: 6rem;
    min-width: 7rem;
  }
  .item-tile-cnt .tile-soc-section {
    min-width: 22%;
    gap: 15px;
  }
  .item-tile-info-summary .tile-title-wrap,
  .item-tile-info-summary .tile-info-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .item-tile-info-map .tile-map-wrap {
    height: 148px;
  }
  .item-tile-info-map .tile-info-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .item-tile-new {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 260px;
    height: 100%;
  }
  .item-tile-new .tile-photo-wrap {
    width: 210px;
  }
  .item-tile-new .tile-info-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item-tile-new .tile-many-lines {
    -webkit-line-clamp: 8;
  }
  .item-tile-new .elm-photo {
    aspect-ratio: inherit;
    height: 100%;
  }
  .item-tile-new .tile-action {
    margin-top: 10px;
  }
  .item-tile-catalog-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .item-tile-info-ico {
    padding: 29px;
  }
  .item-tile-info-ico .tile-title {
    margin-bottom: 15px;
  }
  .item-tile-info-ico p {
    max-width: 15.71428571em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .item-tile-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 12px 36px 12px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .item-tile-step:before {
    right: auto;
    left: 24px;
    top: auto;
    bottom: 20px;
    margin: 0 0 -12px -12px;
  }
  .item-tile-step .tile-number {
    width: 72px;
    min-width: 72px;
    text-align: center;
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .item-tile-menu {
    padding: 20px;
    font-size: 16px;
  }
  .item-tile-menu .tile-info {
    font-size: 12px;
  }
  .item-tile-order {
    padding: 30px;
  }
  .item-tile-card-modify {
    padding: 7px;
  }
  .item-tile-card-modify .elm-price {
    font-size: 2rem;
  }
  .item-tile-catalog .tile-title {
    font-size: 18px;
  }
  .item-tile-photo {
    padding: 9px 14px 29px 14px;
  }
  .item-tile-info-map .tile-map-wrap {
    height: 167px;
  }
  .item-tile-cnt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 2rem;
    gap: 30px;
  }
  .item-tile-cnt .tile-soc-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .item-tile-cnt .tile-soc-buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .item-tile-cnt .tile-soc-section {
    min-width: 0;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0auto;
    flex: 0 0auto;
  }
  .item-tile-cnt .tile-title-wrap {
    margin-bottom: 15px;
  }
  .item-tile-cnt .tile-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .item-tile-cnt .tile-content-wrap + .tile-content-wrap {
    width: 31%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tile-price-panel {
    min-height: 60px;
  }
}
@media (min-width: 1400px) {
  .item-tile-cart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .item-tile-cart .tile-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
  .item-tile-cart .tile-actions-wrap {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.top-outer-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;
  position: relative;
}
.top-outer-box.section-mobile-full {
  padding: 0;
}
.top-outer-box .slider-outer-wrap,
.top-outer-box .action-outer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.top-outer-box .slider-outer-wrap {
  background: linear-gradient(207deg, #1a1a1a 0%, #2a2a2a 100%);
}
.top-outer-box .slider-wrap {
  overflow: hidden;
  margin: 0;
}
.top-outer-box .sl-wrap {
  padding: 0;
  width: 100%;
}
.top-outer-box .btn-action-ico.ico-arrow {
  width: 30px;
  height: 30px;
  min-width: 0;
  min-height: 0;
  border-radius: 30px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.1);
}
.top-outer-box .btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-menu-toggle.svg);
  background-position: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.top-outer-box .btn-action-ico.ico-arrow.swiper-button-disabled {
  width: 30px;
  background: rgba(255, 255, 255, 0.1);
}
.top-outer-box .btn-action-ico.ico-arrow-prev:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.top-outer-box .button-slider {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
}
.top-outer-box .button-slider-next {
  left: auto;
  right: 15px;
}
.top-outer-box .slider-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  right: 0;
  top: auto !important;
  padding: 0 0 15px 0;
}
.top-outer-box .slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.top-outer-box .slider-pagination .swiper-pagination-bullet {
  border: none;
  width: 15px;
  height: 15px;
}
.top-outer-box .slider-pagination .swiper-pagination-bullet:not(:hover, .swiper-pagination-bullet-active) {
  background: rgba(255, 255, 255, 0.4);
}
.slider-action-box {
  height: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 500px;
  padding: 15px 28px 30px 28px;
  background: linear-gradient(207deg, #1a1a1a 0%, #2a2a2a 100%);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: #d1d5db;
  gap: 15px;
}
.slider-action-box .content-inner-wrap {
  display: block;
  padding-left: 27px;
  width: 100%;
  position: relative;
  z-index: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.slider-action-box .info-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.slider-action-box .photo-inner-wrap {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: -50px;
  right: 0;
}
.slider-action-box .photo-inner-wrap .elm-photo {
  aspect-ratio: 1410/840;
}
.slider-action-box .elm-panel-info {
  -webkit-box-shadow:
    -17px -9px 42px 0 rgba(0, 0, 0, 0.49),
    -67px -38px 77px 0 rgba(0, 0, 0, 0.43),
    -151px -85px 104px 0 rgba(0, 0, 0, 0.25),
    -269px -152px 124px 0 rgba(0, 0, 0, 0.07),
    -420px -237px 135px 0 rgba(0, 0, 0, 0.01);
  box-shadow:
    -17px -9px 42px 0 rgba(0, 0, 0, 0.49),
    -67px -38px 77px 0 rgba(0, 0, 0, 0.43),
    -151px -85px 104px 0 rgba(0, 0, 0, 0.25),
    -269px -152px 124px 0 rgba(0, 0, 0, 0.07),
    -420px -237px 135px 0 rgba(0, 0, 0, 0.01);
  background: linear-gradient(169deg, #3d3d3d 0%, rgba(33, 33, 33, 0) 100%);
  font-size: 16px;
  line-height: 0.95;
  padding-right: 15px;
  margin: 0 -28px 0 0;
}
.slider-action-box:after {
  content: "";
  display: block;
  padding-top: 56%;
}
.slider-action-box .section-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: var(--clr-base-white);
  display: block;
  margin: 5px 0;
}
.slider-action-box .section-title:first-child {
  margin-top: 0;
}
.slider-action-box .section-info,
.slider-action-box p {
  margin: 0;
}
.slider-action-box .btn {
  margin-top: 15px;
  height: 38px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  gap: 4px;
}
.slider-action-box .btn .button-ico {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.slider-action-box .elm-sticker {
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  font-size: 12px;
}
.action-box {
  position: relative;
  overflow: hidden;
  color: var(--clr-base-white);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
  min-height: 224px;
  padding: 13px 20px;
  font-size: var(--fsize);
  line-height: var(--lhsize);
}
.action-box .timer-inner-wrap {
  text-align: center;
}
.action-box .elm-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: inherit;
}
.action-box .elm-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.action-box .timer-inner-wrap {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  z-index: 3;
}
.action-box .info-inner-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.action-box .title-inner-wrap {
  margin-bottom: 10px;
}
.action-box .content-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  max-width: 400px;
}
.action-box .tile-price-panel {
  max-width: 300px;
  margin: 0 auto 0 0;
  padding: 0;
  border: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 0;
  gap: 0px 8px;
}
.action-box .tile-price-panel .elm-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.15;
  text-align: center;
  color: var(--clr-base-white);
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  text-align: right;
  padding-right: 30px;
}
.action-box .tile-price-panel .price-old {
  width: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28571;
  color: var(--clr-base-gray);
  margin: 0;
  padding: 0;
}
.action-box .tile-price-panel .elm-sticker {
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
}
.action-box .section-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 3px 0;
}
.action-box .btn {
  height: 38px;
  padding: 0 15px;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 600;
  gap: 8px;
}
.action-box .button-light:not(:hover) {
  background-color: transparent;
  border-color: var(--clr-bg-white);
  color: var(--clr-bg-white);
}
.action-box .button-light:not(:hover) .button-ico {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.action-box .button-light .button-ico {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.action-box .button-light:hover {
  color: var(--clr-att);
}
.action-box .button-light:hover .button-ico {
  -webkit-filter: none;
  filter: none;
}
.action-box .price-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tiles-box {
  margin-bottom: var(--sectionMargin);
}
.tiles-box .slider-tiles-logo .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.tiles-box .slider-tiles-logo .sl-wrap {
  width: 220px;
  padding: 0 15px;
}
.tiles-box .slider-tiles-logo .slider-wrap {
  margin: 0 -15px;
  overflow: visible;
}
.tiles-box.view-rows .item-wrap {
  width: 100% !important;
}
.tiles-box:has(.item-tile-info-ico) .item-wrap {
  width: 100%;
}
.tiles-box:has(.item-tile-order) .item-wrap {
  width: 100%;
}
.tiles-box:has(.item-tile-catalog-rate.tile-inner) .item-wrap {
  width: 100%;
}
.tiles-box:has(.item-tile-catalog-rate.tile-inner) .items-wrap {
  gap: 8px;
}
.tiles-box:has(.item-tile-file) .item-wrap {
  width: 100%;
}
.tiles-box:has(.item-tile-file) .items-wrap {
  row-gap: 15px;
}
.tiles-box .item-wrap,
.tiles-box .sl-wrap {
  width: 100%;
}
.tiles-adv-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.tiles-outer-box {
  margin-bottom: var(--sectionMargin);
  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;
  gap: 30px;
}
.tiles-outer-box:last-child {
  margin-bottom: 0;
}
.tiles-outer-box .tiles-box {
  margin: 0;
}
.tiles-outer-box .reviews-inner-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid var(--clr-border-light);
}
.tiles-outer-box .reviews-inner-wrap .elm-photo {
  display: block;
  width: 100%;
  max-width: 476px;
  margin: 0 auto;
}
.tiles-menu-box {
  margin-bottom: var(--sectionMargin);
}
.tiles-menu-box .more-inner-wrap {
  display: none;
}
.tiles-menu-box:has(.item-wrap:nth-child(13)) .more-inner-wrap {
  display: block;
}
.tiles-menu-box:has(.more-inner-wrap .button-arrow-toggle) .item-wrap {
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.tiles-menu-box:has(.more-inner-wrap .button-arrow-toggle) .item-wrap:nth-child(12) ~ .item-wrap {
  display: none;
}
.tiles-menu-box:has(.more-inner-wrap .button-arrow-toggle.active) .item-wrap:nth-child(12) ~ .item-wrap {
  display: block;
}
.tiles-catalog-row .item-wrap:nth-child(4) ~ .item-wrap {
  display: none;
}
.tiles-cart-box {
  margin: 0;
  position: relative;
}
.tiles-cart-box .action-inner-wrap {
  margin-bottom: var(--sectionMarginSmall);
}
.tiles-cart-box .remove-inner-wrap {
  margin-top: 15px;
}
.tiles-cart-box .items-inner-wrap {
  padding: 15px;
}
.tiles-cart-box .items-wrap {
  gap: 15px 0;
}
.tiles-cart-box .item-wrap {
  width: 100%;
}
.tiles-categories-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.tiles-categories-box.grid-main .item-tile-category {
  min-height: 180px;
}
.tiles-categories-box .more-inner-wrap {
  display: none;
  margin-top: var(--sectionMarginSmall);
}
.tiles-categories-box .items-wrap {
  margin: 0 -5px;
  gap: 10px 0;
}
.tiles-categories-box .item-wrap {
  padding: 0 5px;
  width: 50%;
}
.tiles-categories-box:has(.item-wrap:nth-child(15)) .more-inner-wrap {
  display: block;
}
.tiles-categories-box:has(.more-inner-wrap .button-arrow-toggle) .item-wrap {
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.tiles-categories-box:has(.more-inner-wrap .button-arrow-toggle) .item-wrap:nth-child(14) ~ .item-wrap {
  display: none;
}
.tiles-categories-box:has(.more-inner-wrap .button-arrow-toggle.active) .item-wrap:nth-child(14) ~ .item-wrap {
  display: block;
}
.tiles-modify-box {
  width: 100%;
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.tiles-modify-box .slider-inner-wrap {
  position: relative;
  padding: 0 25px;
}
.tiles-modify-box .slider-wrap {
  margin: 0 -5px;
}
.tiles-modify-box .sl-wrap {
  padding: 0 5px;
  width: 97px;
}
.tiles-modify-box .button-slider {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.tiles-modify-box .button-slider-next {
  left: auto;
  right: 0;
}
.tiles-letters-box {
  margin-bottom: var(--sectionMarginSmall);
}
.tiles-letters-box .tabs-inner-wrap {
  margin-bottom: 10px;
}
.tiles-letters-box .tabs-inner-wrap .btn {
  width: auto;
  padding: 0 11px;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
}
.tiles-letters-box .tabs-inner-wrap .button-light:not(:hover, .active) {
  color: var(--clr-base-gray);
  border-color: var(--clr-border-light);
}
.tiles-letters-box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.tiles-letters-box .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  min-width: 0;
  padding: 0;
  text-align: center;
  min-height: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
}
.tiles-letters-box .btn.active {
  background: var(--clr-att);
  border-color: var(--clr-att);
  color: var(--clr-base);
}
.tiles-letters-box .button-light {
  background-color: var(--clr-bg-white);
}
.tiles-thumbs-slider-box {
  position: relative;
}
.tiles-thumbs-slider-box .stickers-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  padding: 5px;
}
.tiles-thumbs-slider-box .slider-photos-main {
  margin-bottom: 15px;
}
.tiles-thumbs-slider-box .slider-photos-main .slider-wrap {
  margin: 0;
}
.tiles-thumbs-slider-box .slider-photos-main .sl-wrap {
  padding: 0;
  width: 100%;
}
.tiles-thumbs-slider-box .slider-photos-main .elm-photo {
  border: none;
  aspect-ratio: 332/220;
}
.tiles-thumbs-slider-box .swiper-slide-thumb-active .elm-photo {
  border-color: var(--clr-att);
}
.tiles-thumbs-slider-box .elm-photo {
  aspect-ratio: 100/67;
  border: 1px solid var(--clr-border-light);
  cursor: pointer;
}
.tiles-thumbs-slider-box .elm-photo:hover {
  border-color: var(--clr-att);
}
.tiles-thumbs-slider-box .elm-sticker:not(.type-round) {
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
.tiles-thumbs-slider-box .elm-sticker:not(.type-round) img,
.tiles-thumbs-slider-box .elm-sticker:not(.type-round) svg {
  margin-top: 2px;
}
.tiles-thumbs-slider-box .sl-wrap {
  width: 115px;
  padding: 0 8px;
}
.tiles-thumbs-slider-box .slider-wrap {
  margin: 0 -8px;
}
.tiles-thumbs-slider-box .btn-action-ico.ico-arrow {
  width: 24px;
  height: 24px;
}
.tiles-thumbs-slider-box .btn-action-ico.ico-arrow:before {
  background-size: 24px auto;
}
.tiles-thumbs-slider-box .btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0;
}
.tiles-thumbs-slider-box .button-slider-photos-thumbs-prev,
.tiles-thumbs-slider-box .button-slider-photos-thumbs-next {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -12px;
}
.tiles-thumbs-slider-box .button-slider-photos-thumbs-next {
  left: auto;
  right: 8px;
}
.tiles-catalog-slider-box {
  margin-bottom: var(--sectionMarginSmall);
}
.tiles-catalog-slider-box .box-inner-wrap {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.tiles-catalog-slider-box .title-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.tiles-catalog-slider-box .title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tiles-catalog-slider-box .action-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tiles-catalog-slider-box .slider-inner-wrap {
  padding: 0 30px;
}
.tiles-catalog-slider-box .button-slider {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.tiles-catalog-slider-box .button-slider-next {
  left: auto;
  right: 0;
}
.tiles-catalog-slider-box .sl-wrap {
  width: 100%;
}
.catalog-actions-box {
  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: 10px;
}
.catalog-actions-box .filter-selected-wrap {
  display: none;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.catalog-actions-box .filter-selected-wrap:has(.elm-panel-selected) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-actions-box .box-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog-actions-box .action-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid var(--clr-border-light);
  border-radius: 1px;
  background: var(--clr-bg-white);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base-gray);
  padding: 0 9px;
  min-height: 40px;
  gap: 10px;
}
.catalog-actions-box .action-inner-wrap:has(.btn-action-ico) {
  gap: 0;
  padding: 0;
}
.catalog-actions-box .action-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 9px 0;
}
.catalog-actions-box .action-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.catalog-actions-box .action-main {
  width: 100%;
}
.catalog-actions-box .button-view-toggle {
  width: 38px;
  height: 38px;
}
.info-bonuses-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
  --clr-succefull: #34c759;
  --clr-alert: #f43;
}
.info-bonuses-box .elm-panel-bonuses {
  margin-bottom: 15px;
}
.info-bonuses-box .table-inner-wrap {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.info-bonuses-box .table-inner-wrap table {
  width: 100%;
  min-width: 0;
}
.info-bonuses-box table {
  margin: 0;
}
.info-bonuses-box table th,
.info-bonuses-box table td {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
  vertical-align: middle;
  padding: 10px 8px;
  width: 100px;
  border: 1px solid var(--clr-border-light);
  height: 52px;
  border-left: none;
  border-right: none;
}
.info-bonuses-box table th:last-child,
.info-bonuses-box table td:last-child {
  width: auto;
}
.info-bonuses-box table th:first-child,
.info-bonuses-box table td:first-child {
  padding-left: 15px;
  border-left: 1px solid var(--clr-border-light);
}
.info-bonuses-box table th:last-child,
.info-bonuses-box table td:last-child {
  border-right: 1px solid var(--clr-border-light);
}
.info-bonuses-box .td-title {
  display: inline;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.info-tab-box .info-inner-wrap,
.info-tab-box .reviews-inner-wrap {
  margin-bottom: 15px;
}
.info-tab-box .info-inner-wrap:last-child,
.info-tab-box .reviews-inner-wrap:last-child {
  margin-bottom: 0;
}
.info-tab-box .reviews-inner-wrap .items-wrap {
  row-gap: 15px;
}
.info-tab-box .reviews-inner-wrap .item-wrap {
  width: 100%;
}
.info-tab-box .tab-title-wrap,
.info-tab-box .tab-more-wrap {
  display: none;
}
.info-tab-box .tab-content-wrap > *:last-child {
  margin-bottom: 0;
}
.info-tab-box .section-box {
  margin: 15px 0;
}
.info-tab-box .section-box:first-child {
  margin-top: 0;
}
.info-tab-box .section-box:last-child {
  margin-bottom: 0;
}
.info-tab-box .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 20px 0 10px 0;
}
.info-tab-box .section-title .elm-ico {
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.info-tab-box .section-title .title-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.info-tab-box .section-title:first-child {
  margin-top: 0;
}
.info-tab-box .info-attention-box {
  background: none;
  padding-bottom: 0;
  margin: 15px 0;
}
.info-tab-box .info-attention-box:first-child {
  margin-top: 0;
}
.info-tab-box .info-attention-box:last-child {
  margin-bottom: 0;
}
.info-tab-box .elm-panel-feature {
  margin-bottom: 4px;
}
.info-tab-box .elm-panel-feature:last-child {
  margin-bottom: 0;
}
.info-tabs-box {
  display: none;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
}
.info-tabs-box.type-second {
  display: block;
  margin-bottom: var(--sectionMarginSmall);
}
.info-tabs-box.type-second .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-tabs-box.type-second .menu li {
  width: 50%;
}
.info-tabs-box.type-second .button-tab {
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  width: 100%;
  text-align: center;
}
.info-tabs-box.type-second .button-tab .button-ico {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.info-tabs-box.type-second .button-tab:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--clr-att);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0;
  -webkit-filter: none;
  filter: none;
  width: 100%;
}
.info-tabs-box.type-second .button-tab:before {
  display: none;
}
.info-tabs-box.type-second .button-tab:hover,
.info-tabs-box.type-second .button-tab.active {
  background: transparent;
  border-bottom-color: var(--clr-att);
}
.info-tabs-box.type-second .button-tab:hover:after,
.info-tabs-box.type-second .button-tab.active:after {
  opacity: 1;
}
.info-tabs-box.type-second .button-tab:hover .button-ico,
.info-tabs-box.type-second .button-tab.active .button-ico {
  -webkit-filter: none;
  filter: none;
}
.info-tabs-box.type-second .button-tab:hover:has(.button-ico),
.info-tabs-box.type-second .button-tab.active:has(.button-ico) {
  background-color: var(--clr-bg-white);
}
.info-tabs-box:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--clr-border-light);
}
.info-tabs-box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-tabs-box .menu li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -1px;
}
.info-tabs-box .menu li:first-child {
  margin-left: 0;
}
.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;
  background: var(--clr-bg-white);
  padding: 20px;
  margin-bottom: var(--sectionMargin);
  gap: 20px;
}
.info-card-box .actions-inner-wrap,
.info-card-box .buttons-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px 15px -8px;
  gap: 8px 0;
}
.info-card-box .actions-inner-wrap .btn,
.info-card-box .buttons-inner-wrap .btn {
  width: 100%;
}
.info-card-box .actions-inner-wrap {
  gap: 15px 0;
}
.info-card-box .price-inner-wrap {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.info-card-box .price-wrap {
  width: auto;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-card-box .panel-wrap {
  margin-bottom: 15px;
  background: var(--clr-bg-light);
  padding: 15px;
}
.info-card-box .panel-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.info-card-box .panel-title-wrap .elm-ico {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-card-box .panel-title-wrap .panel-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-base);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.info-card-box .panel-more-wrap {
  margin-top: 10px;
}
.info-card-box .panel-more-wrap .btn {
  font-size: 10px;
}
.info-card-box .slider-outer-wrap {
  padding-bottom: 10px;
}
.info-card-box .tiles-catalog-slider-box {
  margin: 0;
}
.info-card-box .tiles-catalog-slider-box .box-inner-wrap {
  padding: 0;
}
.info-card-box .info-top-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
}
.info-card-box .rate-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-card-box .art-wrap {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.info-card-box .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 10px;
}
.info-card-box .buttons-wrap .btn {
  width: 46px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
}
.info-card-box .buttons-wrap .btn .button-ico {
  margin: 0 auto;
}
.info-card-box .tile-price-panel {
  padding: 0;
  min-height: 0;
  height: auto;
  border: none;
}
.info-card-box .tile-price-panel .elm-price:not(.price-old) {
  font-size: 24px;
  font-weight: bold;
}
.info-card-box .title-wrap {
  margin-bottom: 15px;
}
.info-card-box .title-wrap .elm-sticker {
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  border-radius: 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.info-card-box .info-wrap {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base-light);
  margin-bottom: 15px;
}
.info-card-box .info-wrap.tile-many-lines {
  -webkit-line-clamp: 3;
}
.info-card-box .button-wrap,
.info-card-box .action-wrap {
  width: 100%;
  padding: 0 8px;
}
.info-card-box .button-wrap .btn {
  height: 52px;
  font-size: 14px;
}
.info-card-box .button-wrap .button-card-oneclick {
  font-size: 16px;
}
.info-card-box .elm-panel-feature {
  margin-bottom: 4px;
}
.info-card-box .elm-panel-feature:last-child {
  margin-bottom: 0;
}
.info-card-box .section-title {
  margin-top: 10px;
}
.info-card-box .section-title:first-child {
  margin-top: 0;
}
.info-card-box .art {
  display: inline;
  margin-right: 5px;
}
.info-card-box .elm-stock {
  display: inline;
  font-size: 12px;
}
.info-card-box .elm-rate-panel {
  font-size: 14px;
}
.info-card-box .card-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
  margin: 0 0 15px 0;
}
.info-card-box .tiles-modify-box {
  margin: 15px 0 15px 0;
  padding: 10px 0 10px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.info-contacts-box {
  margin-bottom: var(--sectionMargin);
  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;
  gap: var(--gapMain);
}
.info-contacts-box .map-inner-wrap {
  background: var(--clr-border-light);
  height: 283px;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-contacts-box .items-wrap {
  margin: 0;
  gap: 0;
  width: 100%;
}
.info-contacts-box .item-wrap {
  width: 100%;
  padding: 0 0 9px 0;
  margin: 0 0 9px 0;
  border-bottom: 1px solid var(--clr-border-light);
}
.info-contacts-box .item-wrap:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.info-contacts-box .elm-row {
  margin-bottom: 8px;
}
.info-contacts-box .elm-row .row-title {
  max-width: 130px;
}
.info-attention-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
  background: #fff9ea;
  padding: 20px 15px 20px 42px;
  min-height: 120px;
}
.info-attention-box.text-large {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: normal;
}
.info-attention-box.text-large .h4-title {
  font-size: 18px;
}
.info-attention-box:last-child {
  margin-bottom: 0;
}
.info-attention-box.max-1000 p {
  max-width: 1074px;
}
.info-attention-box:before {
  content: "";
  display: block;
  width: 13px;
  height: 60px;
  position: absolute;
  background: url(../img/icons/attention.svg) center no-repeat;
  background-size: 100% auto;
  top: 20px;
  left: 15px;
}
.info-attention-box .h4-title {
  margin-bottom: 0;
}
.filter-box {
  margin-bottom: 30px;
  background: var(--clr-bg-white);
  border-radius: 1px;
  padding: 20px;
}
.filter-box .filter-section-range {
  margin-bottom: 15px;
}
.filter-box .filter-section-range:last-child {
  margin-bottom: 0;
}
.filter-box .filter-title-wrap {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.filter-box .filter-content-wrap,
.filter-box .filter-section-content {
  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;
}
.filter-box .filter-section-title.active ~ .filter-section-content {
  height: auto !important;
}
.filter-box .filter-section-content {
  position: relative;
  overflow: hidden;
  interpolate-size: allow-keywords;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.filter-box .filter-section-wrap {
  width: 100%;
  display: block;
  position: relative;
}
.filter-box .filter-section-title {
  display: block;
  padding: 15px 0 15px 0;
  font-weight: 600;
  position: relative;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
}
.filter-box .filter-section-title.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-box .filter-section-title.js-btn-tgl,
.filter-box .filter-section-title.title-action {
  cursor: pointer;
  padding-right: 40px;
}
.filter-box .filter-section-title.js-btn-tgl ~ .filter-section-content,
.filter-box .filter-section-title.title-action ~ .filter-section-content {
  height: 0;
}
.filter-box .filter-section-title.js-btn-tgl:before,
.filter-box .filter-section-title.title-action:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-menu-toggle.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 12px;
  margin: -12px -12px 0 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: var(--filterAttToBaseGray);
  filter: var(--filterAttToBaseGray);
}
.filter-box .filter-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.filter-box .frm-select {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.filter-box .filter-section-more {
  display: none;
}
.filter-box .filter-section-more .btn {
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.filter-box
  .filter-section-wrap:has(.filter-section-more):has(.frm-select:nth-child(8)):has(.button-filter-more:not(.active))
  .frm-select:nth-child(5)
  ~ .frm-select {
  display: none;
}
.filter-box .filter-section-wrap:has(.filter-section-more):has(.frm-select:nth-child(8)) .filter-section-more {
  display: block;
}
.filter-box .filter-section-wrap:has(.filter-section-more):has(.frm-select:nth-child(8)) .frm-select {
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.filter-box
  .filter-section-wrap:has(.filter-section-more):has(.item-wrap:nth-child(5)):has(.button-filter-more:not(.active))
  .item-wrap:nth-child(3)
  ~ .item-wrap {
  display: none;
}
.filter-box .filter-section-wrap:has(.filter-section-more):has(.item-wrap:nth-child(5)) .filter-section-more {
  display: block;
}
.filter-box .filter-section-wrap:has(.filter-section-more):has(.item-wrap:nth-child(5)) .item-wrap {
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.filter-box .filter-actions-wrap {
  width: 100%;
  padding-top: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.filter-box .filter-actions-wrap .button-content {
  height: 30px;
  line-height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 10px;
}
.filter-box .frm-main-search .form-input {
  height: 38px;
  padding: 0 40px 0 9px;
}
.filter-box .frm-main-search .button-form {
  right: 20px;
}
.filter-box .filter-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: bold;
}
.filter-box .btn-action-ico {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.filter-box .filter-section-reviews {
  border: 1px solid var(--clr-border-light);
}
.filter-box .filter-section-reviews:first-child {
  margin-top: 0;
}
.filter-box .filter-section-reviews:last-child {
  margin-bottom: 0;
}
.filter-box .items-wrap {
  margin: 0 -5px;
  gap: 10px 0;
}
.filter-box .item-wrap {
  padding: 0 5px;
  width: 100%;
}
.filter-box .frm-field-range .noUi-horizontal {
  height: 4px;
  background: #e4e4e4;
}
.filter-box .frm-field-range .noUi-horizontal .noUi-handle {
  opacity: 0;
}
.filter-box .frm-field-range .noUi-horizontal .noUi-tooltip {
  display: none;
}
.filter-box .frm-field-range .noUi-horizontal .noUi-connect {
  background: var(--clr-att);
}
.filter-box .frm-field-range {
  height: auto;
}
.filter-box .frm-field-range .field-range-wrap {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter-box .frm-field-range .field-range {
  max-width: 130px;
}
.filter-box .frm-field-range .field-range .form-input {
  height: 27px;
  font-size: 14px;
  color: var(--clr-base);
}
.form-submit-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.form-submit-box .frm-row-submit {
  margin: 0 -8px;
  gap: 8px 0;
}
.form-submit-box .frm-field {
  width: 100%;
}
.form-submit-box .btn {
  width: 100%;
  height: 42px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.section-order .form-content-box {
  margin-bottom: 0;
}
.form-content-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.form-content-box .frm-section-wrap {
  margin-bottom: var(--sectionMarginSmall);
}
.form-content-box .frm-section-wrap .frm-select-toggle {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.form-content-box .frm-section-wrap .frm-select-toggle .lbl-title {
  font-weight: 600;
  display: inline;
}
.form-content-box .frm-section-wrap .frm-select-toggle .lbl-ico {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 24px;
  height: 24px;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.form-content-box .frm-section-wrap textarea.form-input {
  height: 47px;
  padding-top: 8px;
}
.form-content-box .frm-section-wrap:last-child {
  margin-bottom: 0;
}
.form-content-box .frm-section-wrap .frm-row {
  margin: 0 -5px 10px -5px;
}
.form-content-box .frm-section-wrap .frm-row:last-child {
  margin-bottom: 0;
}
.form-content-box .frm-section-wrap .frm-field {
  padding: 0 5px;
  margin: 0;
  width: 100%;
}
.form-content-box .frm-section-wrap .field-third {
  width: 50%;
}
.form-content-box .frm-section-wrap.section-subscribe .frm-row,
.form-content-box .frm-section-wrap.section-password .frm-row,
.form-content-box .frm-section-wrap.section-confirm .frm-row,
.form-content-box .frm-section-wrap.section-pay .frm-row {
  gap: 15px 0;
  margin: 0 -8px 15px -8px;
}
.form-content-box .frm-section-wrap.section-subscribe .frm-row:last-child,
.form-content-box .frm-section-wrap.section-password .frm-row:last-child,
.form-content-box .frm-section-wrap.section-confirm .frm-row:last-child,
.form-content-box .frm-section-wrap.section-pay .frm-row:last-child {
  margin-bottom: 0;
}
.form-content-box .frm-section-wrap.section-subscribe .frm-field,
.form-content-box .frm-section-wrap.section-password .frm-field,
.form-content-box .frm-section-wrap.section-confirm .frm-field,
.form-content-box .frm-section-wrap.section-pay .frm-field {
  padding: 0 8px;
}
.form-content-box .frm-section-wrap .frm-field-input .field-input-title {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.35;
}
.form-content-box .frm-section-wrap .frm-field-input .field-input-title:after {
  color: inherit;
}
.form-content-box .frm-section-wrap .frm-field-input:has(textarea),
.form-content-box .frm-section-wrap .frm-field-input.field-textarea {
  display: block;
}
.form-content-box .frm-section-wrap .frm-field-input:has(textarea) .field-input-title,
.form-content-box .frm-section-wrap .frm-field-input.field-textarea .field-input-title {
  width: 100%;
  margin: 0 0 8px 0;
}
.form-content-box .frm-section-wrap .frm-field-input:has(textarea) .field-input-content,
.form-content-box .frm-section-wrap .frm-field-input.field-textarea .field-input-content {
  max-width: 100%;
}
.form-content-box .frm-section-wrap .form-input {
  font-size: 16px;
}
.form-content-box .section-title-wrap {
  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: 10px;
  margin-bottom: var(--sectionMarginSmall);
  font-size: 14px;
}
.form-content-box .section-title-wrap:has(p, .section-info) {
  display: block;
  margin-bottom: 15px;
}
.form-content-box .section-title-wrap .section-title {
  max-width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: var(--clr-base);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 10px 0;
}
.form-content-box .section-title-wrap .section-title:last-child {
  margin: 0;
}
.form-content-box .section-title-wrap .section-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.form-content-box .section-title-wrap .section-actions:has(.btn:only-child) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
}
.form-content-box .section-title-wrap .section-actions .button-content {
  font-size: 10px;
}
.form-content-box .section-title-wrap .section-actions .button-light {
  height: 46px;
  padding: 0 29px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.form-content-box:last-child {
  margin-bottom: 0;
}
.form-content-box .box-inner-wrap {
  background: var(--clr-bg-white);
  padding: 20px;
}
.form-content-box .title-inner-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.form-content-box .title-inner-wrap .elm-photo {
  border-radius: 0;
  width: 100%;
}
.form-content-box .section-title {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: var(--clr-base);
  margin: 0 0 20px 0;
}
.form-content-box .section-title:last-child {
  margin-bottom: 0;
}
.form-content-box .frm-row {
  margin-bottom: 15px;
}
.form-content-box .frm-row-submit {
  gap: 20px 0;
  text-align: center;
}
.form-content-box .frm-row-submit .frm-select {
  text-align: left;
}
.form-content-box textarea.form-input {
  height: 140px;
  padding-top: 10px;
}
.form-content-box .field-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
.form-content-box .field-rate .field-title {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.form-content-box .field-rate .field-content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form-constructor-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.form-constructor-box .box-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: var(--sectionMarginSmall);
}
.form-constructor-box .result-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: var(--sectionMarginSmall);
}
.form-constructor-box .result-title-wrap {
  text-align: center;
}
.form-constructor-box .result-info-wrap {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base-light);
}
.form-constructor-box .title-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form-constructor-box .title-inner-wrap .section-title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}
.form-constructor-box .frm-row,
.form-constructor-box .frm-content.active {
  margin-bottom: 15px;
}
.form-constructor-box .frm-field {
  width: 100%;
}
.form-constructor-box .frm-field-input .field-input-title {
  margin-bottom: 10px;
}
.form-constructor-box .frm-field-input:has([required]) .field-input-title:after {
  display: none;
}
.form-constructor-box .frm-select-toggle {
  font-weight: 400;
  line-height: 1.35;
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.form-constructor-box .field-submit {
  text-align: center;
}
.form-constructor-box .frm-field-file {
  text-align: center;
}
.form-subscribe-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
  background: linear-gradient(167deg, #1a1a1a 0%, #2a2a2a 100%);
  font-size: 16px;
  color: var(--clr-base-gray);
  padding: 15px;
  overflow: hidden;
}
.form-subscribe-box:before,
.form-subscribe-box:after {
  content: "";
  aspect-ratio: 1;
  width: 256px;
  border-radius: 50%;
  background: rgba(254, 195, 40, 0.1);
  position: absolute;
  bottom: 90px;
  right: -85px;
}
.form-subscribe-box:after {
  width: 160px;
  left: 50%;
  right: auto;
  bottom: -80px;
  margin-left: -100px;
  background: linear-gradient(167deg, #1a1a1a 0%, #2a2a2a 100%);
}
.form-subscribe-box .frm-title-wrap {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.form-subscribe-box .frm-title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--clr-base-white);
  margin-bottom: 12px;
}
.form-subscribe-box .frm-row {
  row-gap: 8px;
  margin: 0 -15px;
  width: calc(100% + 30px);
  position: relative;
  z-index: 2;
}
.form-subscribe-box .frm-field {
  width: 100%;
  padding: 0 15px;
}
.form-subscribe-box .field-submit {
  text-align: right;
}
.form-subscribe-box .form-input {
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
}
.form-subscribe-box .btn {
  height: 39px;
  font-size: 14px;
  font-weight: 600;
}
.subscribe-outer-box {
  margin-bottom: var(--sectionMargin);
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  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;
  gap: var(--gapMain);
}
.subscribe-outer-box .form-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;
}
.subscribe-outer-box .item-wrap {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.subscribe-outer-box .items-wrap {
  row-gap: 15px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.subscribe-outer-box .form-subscribe-box {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.page-title-box {
  margin-bottom: 15px;
  margin-top: 15px;
}
.page-title-box:first-child {
  margin-top: 0;
}
.page-title-box .title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-title-box .filter-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page-title-box .filter-wrap .btn-action-ico {
  width: 32px;
  height: 32px;
}
.page-title-box .filter-wrap .btn-action-ico:not(:hover):before {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.page-title-box:has(.action-wrap) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.page-title-box:has(.action-wrap) .action-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page-title-box:has(.action-wrap) .title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pagenav-box {
  margin-top: var(--sectionMarginSmall);
  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;
  gap: 15px;
}
.pagenav-box .more-inner-wrap {
  width: 100%;
  margin: 0;
}
.pagenav-box .pages-inner-wrap,
.pagenav-box .pages-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.pagenav-box .btn-page {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid var(--clr-border-light);
  background: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 4px;
  padding: 0 8px;
  min-width: 33px;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: var(--clr-base);
}
.pagenav-box .btn-page:hover,
.pagenav-box .btn-page.active {
  border-color: var(--clr-border-light);
  background-color: var(--clr-border-light);
  color: var(--clr-base);
}
.pagenav-box .button-disabled {
  display: none;
}
.pagenav-box .button-nav {
  padding: 0 11px;
}
.side-total-box {
  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;
}
.side-total-box.section-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;
}
.side-total-box .rows-inner-wrap .elm-row {
  min-height: 0;
  border-bottom: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
  padding: 0;
  margin-bottom: 16px;
}
.side-total-box .rows-inner-wrap .elm-row:first-child {
  padding-top: 15px;
  border-top: 1px solid var(--clr-border-light);
}
.side-total-box .rows-inner-wrap .elm-row:last-child {
  margin-bottom: 0;
}
.side-total-box .rows-inner-wrap .elm-row .row-title,
.side-total-box .rows-inner-wrap .elm-row .row-value {
  color: inherit;
  font-size: inherit;
  letter-spacing: normal;
}
.side-total-box .rows-inner-wrap .elm-row .row-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-total-box .rows-inner-wrap .elm-row b {
  font-weight: 600;
}
.side-total-box .rows-inner-wrap .row-right .row-title {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.side-total-box .rows-inner-wrap .row-right .row-value {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-total-box .rows-inner-wrap .row-total .row-title {
  font-size: 18px;
  font-weight: 600;
}
.side-total-box .rows-inner-wrap .row-total:last-child {
  padding-top: 15px;
  border-top: 1px solid var(--clr-border-light);
}
.side-total-box .rows-inner-wrap .row-main {
  border-bottom: 1px solid var(--clr-border-light);
  padding-bottom: 15px;
}
.side-total-box .rows-inner-wrap .row-value-total {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: var(--clr-base);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.side-total-box .rows-inner-wrap .row-value-total-old {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: line-through;
  color: var(--clr-base-light);
}
.side-total-box .item-tile-order {
  padding: 0;
}
.side-total-box .elm-panel-bonuses {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.side-total-box .elm-panel-bonuses .panel-title {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}
.side-total-box .elm-panel-bonuses .panel-value {
  font-size: 18px;
}
.side-menu-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.side-menu-box .menu {
  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;
}
.side-menu-box .menu li {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.side-menu-box .btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: var(--clr-bg-white);
  padding: 20px;
  min-height: 62px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: var(--clr-base);
  gap: 10px;
}
.side-menu-box .btn-menu:hover,
.side-menu-box .btn-menu.active {
  color: var(--clr-base);
}
.side-menu-box .btn-menu:hover:before,
.side-menu-box .btn-menu.active:before {
  opacity: 1;
}
.side-menu-box .btn-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: var(--clr-att);
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: none;
  filter: none;
}
.side-menu-box .btn-menu .button-ico {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.breadcrumbs-box {
  padding: 10px 0 0 0;
  margin-bottom: 15px;
  color: var(--clr-base-gray);
  line-height: 20px;
}
.breadcrumbs-box + .page-title-box {
  margin-top: 0;
}
.breadcrumbs-box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.breadcrumbs-box .menu li {
  padding: 0 18px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.breadcrumbs-box .menu li:last-child {
  color: var(--clr-base);
}
.breadcrumbs-box .menu li:last-child:after {
  display: none;
}
.breadcrumbs-box .menu li:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-bread.svg) center no-repeat;
  background-size: 100% auto;
  top: 10px;
  left: 100%;
  margin-left: -12px;
  margin-top: -12px;
}
.breadcrumbs-box a:not(:hover) {
  color: inherit;
}
.bg-full-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.bg-box {
  position: relative;
  padding: 20px 0;
  z-index: 2;
  margin-bottom: var(--sectionMargin);
}
.bg-box:has(.tiles-adv-box) {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.bg-box:has(.tiles-adv-box):before {
  border-bottom: 1px solid var(--clr-border-light);
  background: none;
}
.bg-box > *:last-child {
  margin-bottom: 0;
}
.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-white);
}
.bg-box > *:last-child {
  margin-bottom: 0;
}
.more-inner-wrap {
  text-align: center;
  margin-top: 15px;
}
.section-box {
  display: block;
  position: relative;
  background: var(--clr-bg-white);
  padding: 20px 15px;
}
[id*="section"] {
  scroll-margin-top: var(--sectionMarginSmall);
}
@media (max-width: 1399px) {
  .tiles-catalog-row .item-wrap:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .filter-box .filter-content-wrap {
    gap: 0;
  }
  .filter-box .filter-section-inner {
    gap: 6px;
  }
  .filter-box .filter-section-content {
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .tiles-catalog-row .item-wrap:nth-child(3) {
    display: none;
  }
  .info-tabs-box.type-main {
    padding-bottom: 0;
    border-bottom: none;
  }
  .info-tabs-box.type-main:before {
    display: none;
  }
  .info-tabs-box.type-main .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
  .info-tabs-box.type-main .menu li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
  .info-tabs-box.type-main .button-tab .button-title {
    text-align: left;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .info-tabs-box.type-main .button-tab.active {
    border-color: var(--clr-att);
  }
  .info-tabs-box.type-main .button-tab.active:after {
    display: none;
  }
  .info-card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .info-card-box .info-inner-wrap {
    display: contents;
  }
  .info-card-box .info-top-panel {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: contents;
  }
  .info-card-box .info-top-panel .rate-wrap {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
  }
  .info-card-box .info-top-panel .art-wrap {
    text-align: right;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .info-card-box .photos-inner-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 10px;
    border-top: 1px solid #e4e4e4;
  }
  .info-card-box .photos-inner-wrap:has(.tiles-modify-box) {
    display: contents;
  }
  .info-card-box .tiles-thumbs-slider-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .info-card-box .tiles-modify-box {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .info-card-box .buttons-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 5px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .info-card-box .buttons-wrap .btn {
    width: 32px;
    height: 32px;
  }
  .info-card-box .buttons-wrap .btn .button-ico {
    width: 22px;
    height: 22px;
  }
  .info-card-box .buttons-wrap .btn:before,
  .info-card-box .buttons-wrap .btn:after {
    background-size: 22px auto;
  }
  .info-card-box .info-content-panel {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .info-card-box .slider-outer-wrap {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .page-title-box:has(.filter-wrap) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
  .page-title-box:has(.filter-wrap) .section-title {
    font-size: 18px;
  }
  .filter-show {
    overflow: hidden;
  }
  .filter-show .filter-main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-main-box {
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: none;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter-main-box .filter-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
  }
  .filter-main-box .filter-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    padding-right: 15px;
  }
  .filter-main-box .filter-content-wrap::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border-radius: 5px;
    background-color: var(--clr-border-light);
  }
  .filter-main-box .filter-content-wrap::-webkit-scrollbar-thumb {
    background-color: var(--clr-att);
    border-radius: 5px;
  }
  .filter-main-box .filter-content-wrap::-webkit-scrollbar-thumb:hover {
    background-color: var(--clr-att);
  }
  .filter-main-box .filter-content-wrap::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .filter-main-box .filter-content-wrap::-webkit-scrollbar-button:vertical:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .filter-main-box .filter-content-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .filter-main-box .filter-content-wrap::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .section-lk .side-menu-box,
  .section-lk .side-wrap,
  .section-lk .side-menu-box .menu {
    margin: 0;
    display: contents;
  }
  .section-lk .side-menu-box li {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }
  .section-lk .side-menu-box li:has(.active) ~ li {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .section-lk .content-wrap {
    padding-top: 5px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
  }
  .section-lk .content-wrap > *:last-child {
    margin-bottom: 0;
  }
  .breadcrumbs-box .menu:has(li:nth-child(3)) li {
    display: none;
  }
  .breadcrumbs-box .menu:has(li:nth-child(3)) li:first-child {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .breadcrumbs-box .menu:has(li:nth-child(3)) li:nth-child(2) {
    width: 44px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    display: block;
  }
  .breadcrumbs-box .menu:has(li:nth-child(3)) li:nth-child(2):after {
    display: none;
  }
  .breadcrumbs-box .menu:has(li:nth-child(3)) li:nth-child(2) a,
  .breadcrumbs-box .menu:has(li:nth-child(3)) li:nth-child(2) span {
    display: none;
  }
  .breadcrumbs-box .menu:has(li:nth-child(3)) li:nth-child(2):before {
    content: "...";
    display: block;
    width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
    margin: 0;
    border-radius: 0;
    background: none;
    font-size: 1em;
    line-height: inherit;
    color: inherit;
  }
  .breadcrumbs-box .menu:has(li:nth-child(3)) li:last-child {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .breadcrumbs-box .menu:has(li:nth-child(3)) li:last-child:after {
    display: block;
    left: 0;
  }
  .breadcrumbs-box .menu:has(li:nth-child(3)) li:last-child > a,
  .breadcrumbs-box .menu:has(li:nth-child(3)) li:last-child > span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    right: 18px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .tiles-box .item-tile-info-ico br {
    display: none;
  }
  .tiles-categories-box.grid-main .item-wrap:nth-child(6) ~ .item-wrap {
    display: none;
  }
  .tiles-categories-box:has(.item-wrap:nth-child(4)) .more-inner-wrap {
    display: block;
  }
  .tiles-categories-box:has(.more-inner-wrap .button-arrow-toggle) .item-wrap:nth-child(3) ~ .item-wrap {
    display: none;
  }
  .tiles-categories-box:has(.more-inner-wrap .button-arrow-toggle.active) .item-wrap:nth-child(3) ~ .item-wrap {
    display: block;
  }
  .info-card-box .title-wrap .elm-sticker {
    height: 22px;
    line-height: 22px;
    font-size: 10px;
  }
  .info-tab-box {
    margin-bottom: var(--sectionMargin);
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .info-tab-box:not(.active) {
    display: block;
  }
  .info-tab-box:has(.tab-title-wrap .active) {
    gap: 15px;
  }
  .info-tab-box:has(.tab-title-wrap .active) .tab-more-wrap,
  .info-tab-box:has(.tab-title-wrap .active) .tab-content-wrap {
    height: auto;
    display: block;
  }
  .info-tab-box .tab-title-wrap {
    display: block;
  }
  .info-tab-box .tab-more-wrap,
  .info-tab-box .tab-content-wrap {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    interpolate-size: allow-keywords;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .info-tab-box .tab-more-wrap {
    text-align: center;
  }
  .info-tab-box .tab-more-wrap .btn {
    font-size: 13px;
  }
  .info-tab-box .tab-more-wrap .button-arrow-toggle:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .form-constructor-box .frm-field-range {
    height: auto;
  }
  .form-constructor-box .frm-field-range .field-range-wrap {
    margin-top: 0;
  }
  .form-constructor-box .frm-field-range .noUi-horizontal {
    display: none;
  }
}
@media (max-width: 639px) {
  .tiles-adv-box .items-wrap {
    gap: 5px 0;
  }
  .tiles-adv-box .item-wrap {
    width: 100%;
  }
  .tiles-menu-box .item-wrap {
    width: 100%;
  }
  .tiles-menu-box .items-wrap {
    row-gap: 8px;
  }
  .tiles-catalog-row .item-wrap:nth-child(2) {
    display: none;
  }
  .tiles-categories-box:has(.item-wrap:nth-child(3)) .more-inner-wrap {
    display: block;
  }
  .tiles-categories-box:has(.more-inner-wrap .button-arrow-toggle) .item-wrap {
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
  }
  .tiles-categories-box:has(.more-inner-wrap .button-arrow-toggle) .item-wrap:nth-child(2) ~ .item-wrap {
    display: none;
  }
  .tiles-categories-box:has(.more-inner-wrap .button-arrow-toggle.active) .item-wrap:nth-child(2) ~ .item-wrap {
    display: block;
  }
}
@media (min-width: 640px) {
  .tiles-adv-box .items-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tiles-adv-box .item-wrap {
    width: 33.33%;
    min-width: 180px;
  }
  .tiles-menu-box {
    margin-bottom: 40px;
  }
  .tiles-menu-box .item-wrap {
    width: 33.33%;
  }
  .info-card-box .button-wrap {
    width: 50%;
  }
  .tiles-box:has(.item-tile-new) .item-wrap,
  .tiles-box:has(.item-tile-new) .sl-wrap {
    width: 50%;
  }
  .tiles-box:has(.elm-panel-total) .item-wrap,
  .tiles-box:has(.elm-panel-total) .sl-wrap {
    width: 50%;
  }
  .tiles-box:has(.item-tile-info-summary) .item-wrap,
  .tiles-box:has(.item-tile-info-summary) .sl-wrap {
    width: 50%;
  }
  .tiles-box .sl-wrap,
  .tiles-box .item-wrap {
    width: 50%;
  }
  .tiles-categories-box .item-wrap {
    width: 33.33%;
  }
  .form-content-box .section-title-wrap .section-actions {
    width: auto;
    gap: 30px;
  }
  .bg-box:has(.tiles-adv-box) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bg-box:has(.tiles-adv-box):before {
    background: var(--clr-bg-white);
  }
}
@media (min-width: 768px) {
  .top-outer-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-outer-box .slider-outer-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 250px - 15px);
  }
  .top-outer-box .action-outer-wrap {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .slider-action-box {
    min-height: 420px;
    height: 100%;
  }
  .slider-action-box:after {
    padding: 0;
    height: 211px;
  }
  .slider-action-box .photo-inner-wrap .elm-photo {
    max-width: 523px;
    margin: 0 0 0 auto;
  }
  .action-box {
    min-height: 420px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .action-box .content-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .action-box .price-wrap {
    padding-right: 15px;
  }
  .tiles-box:has(.item-tile-info-ico) .item-wrap {
    width: 33.33%;
  }
  .tiles-box:has(.item-tile-info-ico.tile-second) .item-wrap {
    width: 25%;
  }
  .tiles-categories-box.grid-main .item-tile-category {
    min-height: 220px;
  }
  .tiles-categories-box.grid-main .item-wrap:nth-child(7) ~ .item-wrap {
    display: none;
  }
  .tiles-categories-box .item-wrap {
    width: 33.33%;
  }
  .tiles-categories-box .item-wrap:nth-child(7n + 4) {
    width: 25%;
  }
  .tiles-categories-box .item-wrap:nth-child(7n + 5) {
    width: 25%;
  }
  .tiles-categories-box .item-wrap:nth-child(7n + 6) {
    width: 25%;
  }
  .tiles-categories-box .item-wrap:nth-child(7n + 7) {
    width: 25%;
  }
  .tiles-catalog-slider-box .sl-wrap {
    width: 50%;
  }
  .info-tabs-box {
    display: block;
  }
  .form-constructor-box .frm-field-range .field-range-wrap {
    display: none;
  }
  .form-content-box .frm-section-wrap.section-pay .frm-field-input .field-input-title {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 260px;
  }
  .form-content-box .frm-section-wrap .frm-field-input.field-select .field-input-title {
    width: 190px;
    font-size: 14px;
  }
  .form-content-box .frm-section-wrap .frm-field-input.field-select .field-input-content {
    max-width: calc(100% - 190px - 10px);
  }
  .form-content-box .frm-section-wrap.section-subscribe .frm-field {
    width: 50%;
  }
  .form-content-box .frm-section-wrap.section-password .frm-field-input .field-input-title {
    width: 118px;
  }
  .form-content-box .frm-section-wrap.section-password .frm-field-input .field-input-content {
    max-width: 100%;
  }
  .form-content-box .frm-section-wrap .frm-field-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .form-content-box .frm-section-wrap .frm-field-input .field-input-title {
    width: 87px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
  .form-content-box .frm-section-wrap .frm-field-input .field-input-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 87px - 10px);
  }
  .form-content-box .frm-section-wrap .frm-field-input .field-input-content:first-child {
    max-width: 100%;
  }
  .form-content-box .frm-section-wrap .field-third {
    width: 33.33%;
  }
  .form-content-box .frm-section-wrap .field-half {
    width: 50%;
  }
  .form-content-box .frm-section-wrap .field-half + .field-half .frm-field-input .field-input-title {
    width: auto;
  }
  .form-content-box .frm-section-wrap .field-half + .field-half .frm-field-input .field-input-content {
    max-width: inherit;
  }
  .subscribe-outer-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .subscribe-outer-box .items-inner-wrap {
    width: 45%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .subscribe-outer-box .form-inner-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .slider-action-box {
    padding: 15px 15px 45px 15px;
    gap: 0;
    font-size: 16px;
  }
  .slider-action-box .content-inner-wrap {
    padding-left: 40px;
  }
  .slider-action-box .elm-panel-info {
    margin: 0 -30px 0 240px;
    width: auto;
    max-width: inherit;
  }
  .slider-action-box .photo-inner-wrap {
    top: 0;
    bottom: 0;
    right: auto;
    left: 170px;
    width: 690px;
    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;
  }
  .slider-action-box .photo-inner-wrap .elm-photo {
    max-width: 100%;
    width: 100%;
  }
  .slider-action-box .section-title {
    font-size: 24px;
    margin-bottom: 15px;
    width: 11.47058824em;
  }
  .slider-action-box .section-info {
    width: 20em;
  }
  .slider-action-box .btn {
    margin-top: 30px;
    height: 46px;
  }
  .slider-action-box .elm-sticker {
    height: 27px;
    line-height: 27px;
    font-size: 14px;
  }
  .slider-action-box:after {
    display: none;
  }
  .tiles-box:has(.item-tile-catalog-rate.tile-inner) .items-wrap {
    gap: 10px;
  }
  .tiles-box:has(.item-tile-catalog-rate.tile-inner) .more-inner-wrap {
    margin-top: 30px;
  }
  .tiles-box:has(.item-tile-step) .item-wrap {
    width: 25%;
  }
  .tiles-box .item-wrap,
  .tiles-box .sl-wrap {
    width: 33.33%;
  }
  .content-wrap .tiles-box .item-wrap {
    width: 50%;
  }
  .content-wrap .tiles-box:has(.item-tile-info-ico) .item-wrap {
    width: 100%;
  }
  .content-wrap .tiles-box:has(.item-tile-order) .item-wrap {
    width: 100%;
  }
  .tiles-adv-box .item-wrap {
    width: 20%;
  }
  .tiles-menu-box .item-wrap {
    width: 16.66%;
  }
  .tiles-categories-box.grid-second:has(.item-wrap:nth-child(15)) .more-inner-wrap {
    display: none;
  }
  .tiles-categories-box.grid-second:has(.item-wrap:nth-child(14)) .more-inner-wrap {
    display: block;
  }
  .tiles-categories-box.grid-second:has(.more-inner-wrap .button-arrow-toggle) .item-wrap {
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
  }
  .tiles-categories-box.grid-second:has(.more-inner-wrap .button-arrow-toggle) .item-wrap:nth-child(13) ~ .item-wrap {
    display: none;
  }
  .tiles-categories-box.grid-second:has(.more-inner-wrap .button-arrow-toggle.active)
    .item-wrap:nth-child(13)
    ~ .item-wrap {
    display: block;
  }
  .tiles-categories-box.grid-second .item-wrap {
    width: 25%;
  }
  .tiles-categories-box.grid-second .item-wrap:nth-child(7n + 4) {
    width: 25%;
  }
  .tiles-categories-box.grid-second .item-wrap:nth-child(7n + 5) {
    width: 25%;
  }
  .tiles-categories-box.grid-second .item-wrap:nth-child(7n + 6) {
    width: 25%;
  }
  .tiles-categories-box.grid-second .item-wrap:nth-child(7n + 7) {
    width: 25%;
  }
  .tiles-categories-box.grid-second .item-wrap:nth-child(9n + 5) {
    width: 20%;
  }
  .tiles-categories-box.grid-second .item-wrap:nth-child(9n + 6) {
    width: 20%;
  }
  .tiles-categories-box.grid-second .item-wrap:nth-child(9n + 7) {
    width: 20%;
  }
  .tiles-categories-box.grid-second .item-wrap:nth-child(9n + 8) {
    width: 20%;
  }
  .tiles-categories-box.grid-second .item-wrap:nth-child(9n + 9) {
    width: 20%;
  }
  .tiles-modify-box .slider-inner-wrap {
    padding: 0 30px;
  }
  .tiles-modify-box .sl-wrap {
    width: 33.33%;
  }
  .catalog-actions-box {
    margin-bottom: 30px;
  }
  .catalog-actions-box .box-inner-wrap {
    gap: 15px;
  }
  .catalog-actions-box .action-main {
    width: auto;
    margin: 0 auto 0 0;
  }
  .tiles-catalog-slider-box {
    margin-bottom: 30px;
  }
  .tiles-catalog-slider-box .box-inner-wrap {
    padding: 20px;
    -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;
    gap: 30px;
  }
  .tiles-catalog-slider-box .title-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 180px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tiles-catalog-slider-box .slider-inner-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 30px - 180px);
  }
  .tiles-catalog-slider-box .section-title {
    font-size: 24px;
    letter-spacing: normal;
  }
  .tiles-catalog-slider-box .section-title.title-small {
    font-size: 20px;
  }
  .tiles-catalog-slider-box .sl-wrap {
    width: 50%;
  }
  .info-card-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .info-card-box .tiles-modify-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .info-card-box .price-inner-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info-card-box .photos-inner-wrap {
    width: calc(50% - 15px);
    padding: 0 15px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .info-card-box .info-inner-wrap {
    width: calc(50% - 15px);
    padding: 0 0 0 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .info-card-box .slider-outer-wrap {
    width: calc(100% + 40px);
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #e4e4e4;
  }
  .info-bonuses-box .elm-panel-bonuses {
    margin-bottom: 30px;
  }
  .info-tab-box .tab-content-wrap:has(.side-inner-wrap) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .info-tab-box .tab-content-wrap:has(.side-inner-wrap) .info-inner-wrap,
  .info-tab-box .tab-content-wrap:has(.side-inner-wrap) .reviews-inner-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    width: auto;
    max-width: calc(100% - 302px - 30px);
  }
  .info-tab-box .tab-content-wrap:has(.side-inner-wrap) .side-inner-wrap {
    width: 302px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
  .info-tab-box .tab-content-wrap:has(.side-inner-wrap) .side-inner-wrap .section-box {
    padding: 20px;
  }
  .info-tab-box .tab-content-wrap:has(.reviews-inner-wrap) .reviews-inner-wrap {
    max-width: 100%;
  }
  .info-tab-box .tab-content-wrap:has(.reviews-inner-wrap) .side-inner-wrap {
    max-width: 522px;
    width: calc(50% - 15px);
  }
  .info-tab-box .section-box {
    padding: 30px;
  }
  .info-tab-box .section-box .info-attention-box {
    margin-left: -30px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .info-tabs-box.type-main .button-tab {
    min-height: 64px;
    font-size: 16px;
    height: 64px;
  }
  .info-tabs-box.type-second .menu li {
    width: auto;
  }
  .info-tabs-box.type-second .button-tab {
    padding: 0 30px;
  }
  .info-attention-box {
    padding: 30px 30px 30px 57px;
  }
  .info-attention-box:before {
    left: 30px;
    top: 30px;
  }
  .form-submit-box .frm-field {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form-submit-box .btn {
    height: 46px;
  }
  .form-content-box .frm-section-wrap:has(+ .frm-row-submit) {
    margin-bottom: 15px;
  }
  .form-content-box .frm-section-wrap + .frm-row-submit {
    text-align: left;
  }
  .form-content-box .frm-section-wrap .frm-row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .form-content-box .frm-section-wrap .frm-field {
    padding: 0 8px;
  }
  .form-constructor-box .frm-select-toggle {
    font-size: 16px;
  }
  .form-constructor-box .box-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-constructor-box .title-inner-wrap .section-title {
    font-size: 24px;
    line-height: var(--lhsize);
    font-weight: bold;
  }
  .form-constructor-box .form-inner-wrap {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 15px 0 0;
  }
  .form-constructor-box .result-inner-wrap {
    width: calc(50% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: var(--clr-bg-light);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    padding: 20px;
  }
  .form-constructor-box .result-title {
    font-size: 24px;
    line-height: var(--lhsize);
    font-weight: bold;
  }
  .form-constructor-box .frm-row {
    margin-bottom: 15px;
  }
  .form-constructor-box .frm-field-input .field-input-title {
    font-size: 16px;
  }
  .form-constructor-box .frm-row-submit {
    padding-top: 15px;
  }
  .form-constructor-box .field-submit {
    text-align: left;
  }
  .form-constructor-box .frm-field-file {
    text-align: left;
  }
  .form-subscribe-box {
    padding: 32px;
  }
  .form-subscribe-box .frm-title-wrap {
    margin-bottom: 30px;
  }
  .form-subscribe-box .frm-title {
    font-size: 24px;
  }
  .form-subscribe-box .frm-field {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form-subscribe-box .field-submit {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form-subscribe-box .btn {
    height: 42px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
  .form-subscribe-box:before {
    bottom: 53px;
    right: -80px;
  }
  .form-subscribe-box:after {
    margin-left: 0;
  }
  .subscribe-outer-box {
    gap: 30px;
    margin-top: 40px;
  }
  .subscribe-outer-box .items-inner-wrap {
    width: 34.5%;
  }
  .breadcrumbs-box {
    padding-top: 15px;
  }
  .page-title-box {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .page-title-box .filter-wrap {
    display: none;
  }
  .more-inner-wrap {
    margin-top: 30px;
  }
  .bg-box {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .info-card-box .info-inner-wrap {
    display: contents;
    padding: 0;
  }
  .info-card-box .info-top-panel {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--clr-border-light);
  }
  .info-card-box .info-content-panel {
    width: calc(50% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .top-outer-box {
    gap: 30px;
  }
  .top-outer-box .slider-outer-wrap {
    max-width: calc(100% - 316px - 30px);
  }
  .top-outer-box .action-outer-wrap {
    width: 316px;
  }
  .top-outer-box .slider-pagination {
    padding-bottom: 30px;
  }
  .top-outer-box .btn-action-ico.ico-arrow {
    width: 40px;
    height: 40px;
  }
  .top-outer-box .btn-action-ico.ico-arrow.swiper-button-disabled {
    width: 40px;
    height: 40px;
  }
  .top-outer-box .button-slider {
    margin-top: -20px;
  }
  .top-outer-box .button-slider-prev {
    left: 30px;
  }
  .top-outer-box .button-slider-next {
    right: 30px;
  }
  .slider-action-box {
    padding: 30px 30px 50px 30px;
  }
  .slider-action-box .content-inner-wrap {
    padding-left: 70px;
    margin-top: -45px;
  }
  .slider-action-box .photo-inner-wrap {
    left: 310px;
  }
  .slider-action-box .section-title {
    font-size: 3.4rem;
    line-height: 1.15;
    letter-spacing: normal;
  }
  .slider-action-box .elm-panel-info {
    margin-left: 350px;
  }
  .action-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .action-box .content-inner-wrap {
    gap: 8px;
  }
  .action-box .tile-price-panel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    gap: 12px;
  }
  .action-box .tile-price-panel .elm-price {
    width: auto;
    padding: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .action-box .tile-price-panel .price-old {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .action-box .tile-price-panel .elm-sticker {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .action-box .price-wrap {
    padding-right: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tiles-outer-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
  .tiles-outer-box .reviews-inner-wrap,
  .tiles-outer-box .tiles-inner-wrap {
    width: calc(50% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .tiles-outer-box .reviews-inner-wrap .elm-photo {
    max-width: 576px;
  }
  .tiles-menu-box {
    margin-bottom: var(--sectionMargin);
  }
  .tiles-catalog-slider-box .box-inner-wrap {
    padding: 20px 40px;
  }
  .tiles-catalog-slider-box .section-title.title-small {
    font-size: 24px;
  }
  .tiles-catalog-slider-box:has(.title-small) .title-inner-wrap {
    width: 210px;
  }
  .tiles-catalog-slider-box:has(.title-small) .slider-inner-wrap {
    max-width: calc(100% - 30px - 210px);
  }
  .tiles-modify-box .slider-inner-wrap {
    padding: 0 36px;
  }
  .tiles-categories-box.grid-main .item-tile-category {
    min-height: 300px;
  }
  .tiles-categories-box.grid-main .item-wrap:nth-child(1),
  .tiles-categories-box.grid-main .item-wrap:nth-child(3) {
    width: 37%;
  }
  .tiles-categories-box.grid-main .item-wrap:nth-child(2) {
    width: 26%;
  }
  .info-card-box .tiles-modify-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .info-card-box .tile-price-panel .elm-price:not(.price-old) {
    font-size: 34px;
  }
  .info-card-box .price-inner-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .info-card-box .slider-outer-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .info-card-box .photos-inner-wrap {
    width: calc(100% - 537px);
  }
  .info-card-box .panel-wrap {
    margin-bottom: 25px;
  }
  .info-card-box .info-wrap {
    margin-bottom: 25px;
  }
  .info-card-box .info-inner-wrap {
    width: 537px;
  }
  .info-card-box .info-top-panel {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--clr-border-light);
  }
  .info-card-box .title-wrap {
    margin-bottom: 20px;
  }
  .info-card-box .info-wrap {
    font-size: 16px;
  }
  .info-card-box .card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .info-tab-box .tab-content-wrap:has(.side-inner-wrap) .side-inner-wrap {
    width: 320px;
  }
  .info-tab-box .tab-content-wrap:has(.side-inner-wrap) .info-inner-wrap {
    max-width: calc(100% - 320px - 30px);
  }
  .info-tab-box .tab-content-wrap:has(.reviews-inner-wrap) .reviews-inner-wrap {
    max-width: 100%;
  }
  .info-tab-box .tab-content-wrap:has(.reviews-inner-wrap) .side-inner-wrap {
    max-width: 522px;
    width: calc(50% - 15px);
  }
  .info-contacts-box .item-wrap {
    padding-bottom: 14px;
    margin-bottom: 15px;
  }
  .info-contacts-box .rows-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    font-size: 16px;
  }
  .info-contacts-box .rows-section-wrap {
    width: 31%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .info-contacts-box .rows-section-wrap:last-child .elm-row .row-title {
    max-width: 100px;
  }
  .info-contacts-box .rows-section-wrap:first-child {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .info-contacts-box .elm-row {
    margin-bottom: 15px;
  }
  .info-contacts-box .elm-row:last-child {
    margin-bottom: 0;
  }
  .info-contacts-box .elm-row.row-text .row-value {
    letter-spacing: 0.03em;
  }
  .info-tabs-box.type-second .button-tab {
    font-size: 20px;
  }
  .form-constructor-box .box-inner-wrap {
    padding: 6rem;
    gap: 30px 0;
  }
  .form-constructor-box .title-inner-wrap .section-title {
    font-size: 3.4rem;
    line-height: 1.15;
    max-width: 16.17647059em;
  }
  .form-content-box .frm-section-wrap .frm-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-content-box .frm-section-wrap .frm-field {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-content-box .section-title-wrap .section-title {
    font-size: 18px;
  }
  .subscribe-outer-box {
    margin-top: 70px;
  }
  .subscribe-outer-box .items-inner-wrap {
    width: 40%;
  }
  .page-title-box {
    margin-bottom: 30px;
    margin-top: 6rem;
  }
  .breadcrumbs-box {
    margin-bottom: 3rem;
  }
  .more-inner-wrap {
    margin-top: 5rem;
  }
  .section-box {
    padding: 30px;
  }
  .bg-box {
    padding: 60px 0;
  }
  .bg-box:has(.tiles-adv-box) {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .top-outer-box .button-slider-prev {
    left: 20px;
  }
  .top-outer-box .button-slider-next {
    right: 20px;
  }
  .slider-action-box .content-inner-wrap {
    padding-left: 40px;
  }
  .slider-action-box .elm-panel-info {
    margin-left: 300px;
  }
  .slider-action-box .photo-inner-wrap {
    left: 260px;
  }
}
@media (min-width: 1400px) {
  .tiles-box:has(.item-tile-catalog) .item-wrap,
  .tiles-box:has(.item-tile-catalog) .sl-wrap {
    width: 25%;
  }
  .tiles-box:has(.item-tile-new) .item-wrap,
  .tiles-box:has(.item-tile-new) .sl-wrap {
    width: 33.33%;
  }
  .content-wrap .tiles-box:has(.item-tile-catalog) .item-wrap,
  .content-wrap .tiles-box:has(.item-tile-catalog) .sl-wrap {
    width: 33.33%;
  }
  .tiles-modify-box .sl-wrap {
    width: 25%;
  }
  .tiles-catalog-slider-box .sl-wrap {
    width: 33.33%;
  }
  .form-constructor-box .frm-field-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
  .form-constructor-box .frm-field-file .field-file-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form-constructor-box .frm-field-file .field-file-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .slider-action-box {
    background: none;
  }
  .slider-action-box .photo-inner-wrap {
    left: auto;
    right: 50px;
  }
  .slider-action-box .section-title,
  .slider-action-box .section-info {
    max-width: 100%;
    width: 100%;
    padding-right: 550px;
  }
  .slider-action-box .section-title {
    padding-right: 500px;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
[placeholder]::-webkit-input-placeholder {
  color: var(--clr-base-gray);
}
[placeholder]:-moz-placeholder {
  color: var(--clr-base-gray);
}
[placeholder]::-moz-placeholder {
  color: var(--clr-base-gray);
}
[placeholder]:-ms-input-placeholder {
  color: var(--clr-base-gray);
}
/* autofill icons delete */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
  height: 47px;
  border: 1px solid var(--clr-border-light);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
  padding: 0 10px 0 16px;
  font-size: 14px;
  line-height: var(--lhsize);
}
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 8px 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;
  width: 100%;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 9px 30px 9px 0;
  color: inherit;
  font-weight: bold;
  background-image: url(../img/icons/arrow-select.svg);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: 400;
  color: var(--clr-base);
}
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);
  height: 46px;
  padding: 0 24px;
  color: var(--clr-base-white);
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: var(--clr-base);
}
.btn:hover {
  background: var(--clr-att-second);
  border-color: var(--clr-att-second);
  color: var(--clr-base-white);
}
.btn:hover .button-ico,
.btn:hover:before,
.btn:hover:after {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.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(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.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-title-text-active {
  display: none;
}
.btn.active .button-title-text-active {
  display: block;
}
.btn.active .button-title-text {
  display: none;
}
.btn.button-card-oneclick .button-ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-filter: none;
  filter: none;
  background: rgba(254, 195, 40, 0.1);
}
.btn.button-card-oneclick .button-ico img,
.btn.button-card-oneclick .button-ico svg {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.btn.button-card-oneclick.button-border {
  color: var(--clr-base);
}
.btn.button-card-oneclick.button-border:hover .button-ico img,
.btn.button-card-oneclick.button-border:hover .button-ico svg {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.button-card-action {
  width: 100%;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
  min-height: 44px;
  height: auto;
  padding: 8px 30px 8px 8px;
  letter-spacing: normal;
  text-transform: none;
  gap: 8px;
}
.button-card-action:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-more.svg) center no-repeat;
  background-size: 16px auto;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
}
.button-card-action .button-title {
  white-space: normal;
}
.button-card-action .button-ico {
  width: 32px;
  height: 32px;
}
.button-att-light {
  border: none;
  background: rgba(254, 195, 40, 0.1);
  color: var(--clr-base);
}
.button-att-light .button-ico {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.button-att-light:hover {
  color: var(--clr-base-white);
  background: var(--clr-att);
}
.button-att-light:hover .button-ico {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.button-arrow,
.button-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  font-weight: 400;
  height: auto;
  padding: 0;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-base-light);
  width: auto;
  white-space: normal;
  background: none;
  border: none;
}
.button-arrow:hover,
.button-content:hover {
  border: none;
  background: none;
  color: var(--clr-att-second);
}
.button-arrow:hover:after,
.button-content:hover:after {
  -webkit-filter: var(--filterAttToAttSecond);
  filter: var(--filterAttToAttSecond);
}
.button-arrow .button-ico,
.button-content .button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-arrow:after,
.button-content:after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../img/icons/arrow-more.svg) center no-repeat;
  background-size: 16px auto;
  margin: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin-top: -2px;
  -webkit-filter: var(--filterAttToBaseGray);
  filter: var(--filterAttToBaseGray);
}
.button-content:after {
  display: none;
}
.button-arrow-toggle:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.button-arrow-toggle.active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.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-tab.btn {
  height: auto;
  min-height: 44px;
  text-align: left;
  min-width: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: var(--clr-base);
  padding: 9px 30px 9px 9px;
  border-color: var(--clr-border-light);
  background: none;
  width: 100%;
}
.button-tab.btn:hover,
.button-tab.btn.active {
  color: var(--clr-base);
  border-color: var(--clr-border-light);
  background-color: var(--clr-bg-white);
}
.button-tab.btn.active:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.button-tab.btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-more.svg) center no-repeat;
  background-size: 16px auto;
  top: 50%;
  right: 17px;
  margin: -12px -12px 0 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.button-tab.btn .button-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: normal;
}
.button-light {
  background: var(--clr-bg-light);
  border-color: var(--clr-border-light);
  color: var(--clr-base);
}
.button-light .button-ico,
.button-light:before,
.button-light:after {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.button-light:hover {
  background: rgba(254, 195, 40, 0.15);
  border-color: var(--clr-att);
  color: var(--clr-base);
}
.button-light:hover .button-ico,
.button-light:hover:before,
.button-light:hover:after {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.button-light.active {
  border-color: var(--clr-att);
  background: rgba(254, 195, 40, 0.15);
}
.button-light.active .button-ico,
.button-light.active:before,
.button-light.active:after {
  -webkit-filter: none;
  filter: none;
}
.button-att-second {
  background-color: var(--clr-att-second);
  border-color: var(--clr-att-second);
}
.button-att-second:hover {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.button-att-second.button-border:not(:hover) {
  color: var(--clr-att-second);
}
.button-att-second.button-border:not(:hover) .button-ico,
.button-att-second.button-border:not(:hover):before,
.button-att-second.button-border:not(:hover):after {
  -webkit-filter: var(--filterAttToSecond);
  filter: var(--filterAttToSecond);
}
.button-att-second.button-border:not(:hover) .button-title:after {
  -webkit-filter: var(--filterAttToSecond);
  filter: var(--filterAttToSecond);
}
[data-count] {
  overflow: visible;
}
[data-count]:after {
  content: attr(data-count);
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 10px;
  z-index: 4;
  padding: 0 4px;
  color: var(--clr-base);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  bottom: 50%;
  left: 50%;
  background: var(--clr-att);
}
.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-view:before {
  background-image: url(../img/icons/view.svg);
}
.btn-action-ico.ico-buy:before {
  background-image: url(../img/icons/buy.svg);
}
.btn-action-ico.ico-question:before {
  background-image: url(../img/icons/question.svg);
}
.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-view-tiles:before {
  background-image: url(../img/icons/view-tiles.svg);
}
.btn-action-ico.ico-view-rows:before {
  background-image: url(../img/icons/view-rows.svg);
}
.btn-action-ico.ico-view-tiles:before,
.btn-action-ico.ico-view-rows:before {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.btn-action-ico.ico-view-tiles:hover:before,
.btn-action-ico.ico-view-rows:hover:before,
.btn-action-ico.ico-view-tiles.active:before,
.btn-action-ico.ico-view-rows.active:before {
  -webkit-filter: none;
  filter: none;
}
.btn-action-ico.ico-del:before {
  background-image: url(../img/icons/del.svg);
}
.btn-action-ico.ico-filter:before {
  background-image: url(../img/icons/filter.svg);
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
  width: 45px;
  height: 24px;
  border-radius: 12px;
  background: var(--clr-att);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn-action-ico.ico-arrow.type-second {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: none;
  border: none;
}
.btn-action-ico.ico-arrow.type-second:before {
  -webkit-filter: grayscale(100%) opacity(1) brightness(0.7);
  filter: grayscale(100%) opacity(1) brightness(0.7);
  background-size: 18px auto;
}
.btn-action-ico.ico-arrow.type-second:hover {
  background: none;
}
.btn-action-ico.ico-arrow.type-second:hover:before {
  -webkit-filter: none;
  filter: none;
}
.btn-action-ico.ico-arrow.type-second.swiper-button-disabled {
  background: none;
}
.btn-action-ico.ico-arrow.type-second.swiper-button-disabled:before {
  -webkit-filter: grayscale(100%) opacity(0.8);
  filter: grayscale(100%) opacity(0.8);
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.svg);
  background-position: right center;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.btn-action-ico.ico-arrow:hover {
  background: var(--clr-att-second);
}
.btn-action-ico.ico-arrow:hover:before {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  width: 24px;
  background: var(--clr-border-light);
  pointer-events: none;
}
.btn-action-ico.ico-arrow.swiper-button-disabled:before {
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.btn-action-ico.ico-arrow-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-ico.ico-search:before {
  background-image: url(../img/icons/search.svg);
}
.btn-action-ico.ico-menu:before {
  background-image: url(../img/icons/menu.svg);
}
.btn-action-ico.ico-catalog:before {
  background-image: url(../img/icons/catalog.svg);
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close:before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -10px;
  background: var(--clr-base);
}
.btn-action-ico.ico-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
  max-width: 100%;
  max-height: 100%;
}
.btn-action-ico.button-soc:hover {
  opacity: 0.8;
}
.btn-action-ico.button-active-close:after,
.btn-action-ico.button-active-toggle:after,
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-catalog:after {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-toggle.active:before,
.btn-action-ico.ico-menu.active:before,
.btn-action-ico.ico-catalog.active:before {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:after,
.btn-action-ico.button-active-toggle.active:after,
.btn-action-ico.ico-menu.active:after,
.btn-action-ico.ico-catalog.active:after {
  opacity: 1;
}
.btn-action-ico.button-active-close:after,
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-catalog:after {
  background-image: url(../img/icons/close.svg);
}
@media (min-width: 768px) {
  .btn.button-tab {
    text-align: center;
    padding: 9px 19px;
    font-size: 16px;
    min-height: 46px;
    height: 100%;
  }
  .btn.button-tab:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .btn.button-tab {
    padding-left: 29px;
    padding-right: 29px;
    font-size: 18px;
  }
  .btn-action-ico.ico-arrow {
    width: 60px;
    height: 32px;
    border-radius: 16px;
  }
  .btn-action-ico.ico-arrow:before {
    background-size: 32px auto;
  }
  .btn-action-ico.ico-arrow.swiper-button-disabled {
    width: 32px;
  }
  .button-card-action {
    min-height: 54px;
    font-size: 16px;
    letter-spacing: 0.03em;
    padding-right: 46px;
    padding-left: 18px;
  }
}
@media (min-width: 1200px) {
  .btn.button-tab {
    min-height: 7rem;
    font-size: 2rem;
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-content[data-content] {
  position: relative;
  height: 0;
  overflow: hidden;
  interpolate-size: allow-keywords;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.frm-content[data-content].active {
  height: auto;
}
.frm-field-counter {
  display: block;
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 46px;
  border: 1px solid var(--clr-border-light);
  padding: 0 40px;
}
.frm-field-counter .form-input {
  height: 44px;
  text-align: center;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-base);
}
.frm-field-counter .button-plus,
.frm-field-counter .button-minus {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: none;
  border: none;
}
.frm-field-counter .button-plus:before,
.frm-field-counter .button-minus:before,
.frm-field-counter .button-plus:after,
.frm-field-counter .button-minus:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--clr-base);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -9px;
  -webkit-filter: none;
  filter: none;
}
.frm-field-counter .button-plus {
  left: auto;
  right: 0;
}
.frm-field-counter .button-plus:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.frm-field-attach {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
  overflow: hidden;
}
.frm-field-attach .field-file-list {
  padding-left: 26px;
}
.frm-field-attach .file-item {
  width: 100%;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100% - 8px - 24px);
  gap: 8px;
}
.frm-field-attach .file-item-info {
  max-width: 100%;
}
.frm-field-attach .file-item-icon {
  display: none;
}
.frm-field-attach .file-item-details {
  display: block;
  max-width: 100%;
}
.frm-field-attach .file-item-name {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.frm-field-attach .file-item-size {
  display: inline-block;
  display: none;
}
.frm-field-attach .file-item-preview {
  display: none;
}
.frm-field-attach .file-item-remove {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.frm-field-attach .file-item-remove:not(:hover):before {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.frm-field-attach input[type="file"] {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-field-attach:has(.button-light) .field-file-list {
  padding-left: 0;
}
.frm-field-attach .button-file-attach {
  gap: 8px;
  line-height: 18px;
}
.frm-field-attach .button-file-attach.btn.button-light {
  height: 48px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0.03em;
}
.frm-field-attach .button-file-attach.btn.button-light:hover .button-ico {
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.frm-field-attach .button-file-attach.btn.button-light .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.frm-field-attach .button-file-attach.btn.button-light .button-ico img,
.frm-field-attach .button-file-attach.btn.button-light .button-ico svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.frm-field-attach .button-file-attach .button-ico {
  width: 18px;
  height: 18px;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.frm-field-attach .button-file-attach:hover .button-ico {
  -webkit-filter: none;
  filter: none;
}
.frm-field-attach .field-file-info {
  color: var(--clr-base-gray);
  padding-left: 26px;
}
.frm-rate-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 172px;
  height: 24px;
  line-height: 1;
}
.frm-rate-set:hover .frm-rate {
  -webkit-filter: none !important;
  filter: none !important;
}
.frm-rate-set:hover .frm-rate:hover ~ .frm-rate {
  -webkit-filter: grayscale(100%) opacity(0.6) !important;
  filter: grayscale(100%) opacity(0.6) !important;
}
.frm-rate-set .frm-rate {
  display: block;
  width: 32px;
  height: 24px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  background-image: url(../img/icons/star.svg);
  -webkit-filter: grayscale(100%) opacity(0.6);
  filter: grayscale(100%) opacity(0.6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  margin: 0;
}
.frm-rate-set .frm-rate:last-child {
  width: 24px;
}
.frm-rate-set input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.frm-rate-set input:nth-child(1):checked ~ .frm-rate {
  -webkit-filter: none;
  filter: none;
}
.frm-rate-set input:nth-child(1):checked ~ .frm-rate ~ .frm-rate {
  -webkit-filter: grayscale(100%) opacity(0.6);
  filter: grayscale(100%) opacity(0.6);
}
.frm-rate-set input:nth-child(2):checked ~ .frm-rate {
  -webkit-filter: none;
  filter: none;
}
.frm-rate-set input:nth-child(2):checked ~ .frm-rate ~ .frm-rate ~ .frm-rate {
  -webkit-filter: grayscale(100%) opacity(0.6);
  filter: grayscale(100%) opacity(0.6);
}
.frm-rate-set input:nth-child(3):checked ~ .frm-rate {
  -webkit-filter: none;
  filter: none;
}
.frm-rate-set input:nth-child(3):checked ~ .frm-rate ~ .frm-rate ~ .frm-rate ~ .frm-rate {
  -webkit-filter: grayscale(100%) opacity(0.6);
  filter: grayscale(100%) opacity(0.6);
}
.frm-rate-set input:nth-child(4):checked ~ .frm-rate {
  -webkit-filter: none;
  filter: none;
}
.frm-rate-set input:nth-child(4):checked ~ .frm-rate ~ .frm-rate ~ .frm-rate ~ .frm-rate ~ .frm-rate {
  -webkit-filter: grayscale(100%) opacity(0.6);
  filter: grayscale(100%) opacity(0.6);
}
.frm-rate-set input:nth-child(5):checked ~ .frm-rate {
  -webkit-filter: none;
  filter: none;
}
.frm-field-input {
  display: block;
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.frm-field-input.field-bonuses .field-input-content:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/bonuses.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 25px;
  margin: -12px 0 0 -12px;
  z-index: 3;
  pointer-events: none;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.frm-field-input.field-bonuses .field-input-content .form-input {
  padding-left: 46px;
}
.frm-field-input:has(.field-input-unit) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.frm-field-input:has(.field-input-unit) .field-input-title {
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.frm-field-input:has(.field-input-unit) .field-input-content {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 146px;
}
.frm-field-input:has(.field-input-unit) .field-input-unit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
}
.frm-field-input:has(.field-input-button) .form-input {
  padding-right: 45px;
}
.frm-field-input .field-input-content {
  position: relative;
}
.frm-field-input .field-input-button {
  position: absolute;
  top: 50%;
  right: 24px;
  margin: -20px -20px 0 0;
  z-index: 3;
}
.frm-field-input .field-input-button:before,
.frm-field-input .field-input-button:after {
  -webkit-filter: var(--filterAttToBase) opacity(0.6);
  filter: var(--filterAttToBase) opacity(0.6);
}
.frm-field-input .field-input-button:hover:before,
.frm-field-input .field-input-button.active:before,
.frm-field-input .field-input-button:hover:after,
.frm-field-input .field-input-button.active:after {
  -webkit-filter: var(--filterAttToBase) opacity(0.6);
  filter: var(--filterAttToBase) opacity(0.6);
}
.frm-field-input:has([required]) .field-input-title:after {
  content: "*";
  color: #e31b1b;
}
.frm-field-input select ~ .elm-ico {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: var(--clr-bg-white);
  position: absolute;
  top: 50%;
  left: 34px;
  margin: -16px 0 0 -16px;
  z-index: 3;
  pointer-events: none;
}
.frm-field-input select ~ .elm-ico.active {
  display: block;
}
.frm-field-input select:has(~ .elm-ico) {
  padding-left: 59px;
}
.frm-field-input .field-input-title {
  font-size: 14px;
  display: block;
  position: relative;
  margin: 0 0 6px 0;
  line-height: var(--lhsize);
}
.frm-field-input .field-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  padding: 0 15px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: var(--clr-base);
}
.frm-field-input:has(.field-counter) .form-input {
  padding-right: 100px;
}
.frm-field-file {
  position: relative;
  line-height: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.frm-field-file .field-file-info {
  display: block;
  margin: 15px 0 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: var(--clr-base-gray);
}
.frm-field-file .field-file-content {
  max-width: 100%;
}
.frm-field-file .field-file-content .btn {
  padding: 0 30px;
  font-size: 16px;
  letter-spacing: 0.03em;
}
.frm-field-file .field-file-content .btn .button-title {
  max-width: calc(100% - 24px - 8px);
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.frm-field-file input[type="file"] {
  display: none;
}
.frm-field-range {
  display: block;
  position: relative;
  height: 70px;
}
.frm-field-range .field-range-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -8px;
}
.frm-field-range .field-range {
  width: 50%;
  padding: 0 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.frm-field-range .field-range .form-input {
  height: 47px;
  border-radius: 1px;
  border: 1px solid var(--clr-border-light);
  padding: 0 5px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: var(--clr-base-light);
}
.frm-field-range .field-range-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.frm-field-range .field-range-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: var(--clr-base-light);
}
.frm-field-range .noUi-horizontal {
  height: 8px;
  border-radius: 4px;
  background: var(--clr-att);
  margin: 0;
  border: none;
}
.frm-field-range .noUi-connect {
  background: var(--clr-border-light);
  border-radius: 4px;
  border: none;
}
.frm-field-range .noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--clr-bg-white);
  background: var(--clr-att);
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -7px;
  cursor: pointer;
}
.frm-field-range .noUi-horizontal .noUi-handle:before,
.frm-field-range .noUi-horizontal .noUi-handle:after {
  display: none;
}
.frm-field-range .noUi-tooltip {
  height: 47px;
  width: 90px;
  border: 1px solid var(--clr-border-light);
  text-align: center;
  line-height: 45px;
  padding: 0;
  display: block;
  position: relative;
  min-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
  color: var(--clr-base-light);
  bottom: auto !important;
  top: 100% !important;
  margin-top: -8px;
  cursor: pointer;
}
.frm-main-code {
  display: block;
  position: relative;
  background: #f9fafb;
  padding: 10px 15px;
}
.frm-main-code .field-title {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
  margin: 0 0 8px 0;
}
.frm-main-code .form-input {
  height: 47px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
}
.frm-main-search {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-main-search .form-input {
  height: 46px;
  border: 1px solid var(--clr-border-light);
  border-radius: 1px;
  background: var(--clr-bg-white);
  padding: 0 50px 0 19px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: var(--clr-base);
}
.frm-main-search .btn {
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 25px;
  margin: -14px -14px 0 0;
}
.frm-main-search [placeholder]::-webkit-input-placeholder {
  color: var(--clr-base-gray);
}
.frm-main-search [placeholder]:-moz-placeholder {
  color: var(--clr-base-gray);
}
.frm-main-search [placeholder]::-moz-placeholder {
  color: var(--clr-base-gray);
}
.frm-main-search [placeholder]:-ms-input-placeholder {
  color: var(--clr-base-gray);
}
.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: var(--gapMainHalf) 0;
  margin: 0 calc(-1 * var(--gapMainHalf));
  width: calc(100% + var(--gapMain));
  margin-bottom: var(--gapMainHalf);
}
.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 var(--gapMainHalf);
}
.frm-field {
  display: block;
  width: 100%;
}
.frm-select,
.frm-select-toggle {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input,
.frm-select-toggle input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select input:checked ~ label:after,
.frm-select-toggle input:checked ~ label:after {
  opacity: 1;
}
.frm-select label,
.frm-select-toggle label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select-toggle label:before,
.frm-select label:after,
.frm-select-toggle label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select label:after,
.frm-select-toggle label:after {
  opacity: 0;
}
.frm-select-toggle {
  position: relative;
  overflow: visible;
}
.frm-select-toggle input:checked ~ label:after {
  background-color: var(--clr-att);
  right: 2px;
}
.frm-select-toggle input:checked ~ label:before {
  opacity: 1;
}
.frm-select-toggle label {
  padding: 0 50px 0 0;
}
.frm-select-toggle label:before {
  width: 40px;
  height: 20px;
  border: 1px solid var(--clr-border-light);
  border-radius: 10px;
  top: 50%;
  right: 20px;
  margin: -10px -20px 0 0;
}
.frm-select-toggle label:after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--clr-border-light);
  margin: -8px 0 0 -8px;
  top: 50%;
  right: 22px;
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.frm-select {
  overflow: visible;
}
.frm-select.select-main label {
  font-size: 14px;
  line-height: 20px;
  padding-top: 2px;
  min-height: 24px;
  padding-left: 34px;
}
.frm-select.select-main label:before,
.frm-select.select-main label:after {
  width: 24px;
  height: 24px;
  top: 50%;
  left: 12px;
  margin: -12px 0 0 -12px;
}
.frm-select.select-main label:after {
  border: none;
  background: url(../img/icons/chk.svg) center no-repeat;
  background-size: 24px auto;
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.frm-select .text-large {
  display: inline;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.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 {
  font-size: 14px;
  line-height: 18px;
  padding-left: 28px;
  min-height: 18px;
}
.frm-select label:before,
.frm-select label:after {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid var(--clr-border-light);
  top: 9px;
  left: 9px;
  margin: -9px 0 0 -9px;
}
.frm-select label:after {
  background: var(--clr-att);
  opacity: 0;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
@media (min-width: 1024px) {
  .frm-field-input:has(.field-input-unit) .field-input-unit {
    font-size: 16px;
  }
}
/* ----------------------------------- *\
		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-actions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: var(--sectionMarginSmall);
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slider-actions-wrap .slider-pagination {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  height: 3px;
  border-radius: 2px;
  background: #e4e4e4;
}
.slider-actions-wrap .slider-pagination .swiper-pagination-progressbar-fill {
  background: var(--clr-att);
  border-radius: 3px;
}
.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-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 .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;
}
.tile-many-lines,
.text-many-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-overflow: ellipsis;
  overflow: hidden;
}
.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: "Bebas Neue Bold";
  src:
    url("../fonts/BebasNeueBold.woff2") format("woff2"),
    url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src:
    url("../fonts/BebasNeueCyrillic.woff2") format("woff2"),
    url("../fonts/BebasNeueCyrillic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Digital Numbers";
  src:
    url("../fonts/DigitalNumbers-Regular.woff2") format("woff2"),
    url("../fonts/DigitalNumbers-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src:
    url("../fonts/NotoSans-Light-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSans-Light-cyrillic-ext.woff") format("woff");
  font-weight: 300;
  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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Light-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSans-Light-cyrillic.woff") format("woff");
  font-weight: 300;
  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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Light-latin.woff2") format("woff2"),
    url("../fonts/NotoSans-Light-latin.woff") format("woff");
  font-weight: 300;
  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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Regular-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Regular-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Regular-latin.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Medium-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Medium-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Medium-latin.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-SemiBold-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-SemiBold-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-SemiBold-latin.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Bold-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Bold-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Bold-latin.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-ExtraBold-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-ExtraBold-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-ExtraBold-latin.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Black-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Black-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSans-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: "Noto Sans";
  src:
    url("../fonts/NotoSans-Black-latin.woff2") format("woff2"),
    url("../fonts/NotoSans-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;
}
@font-face {
  font-family: "Noto Serif";
  src:
    url("../fonts/NotoSerif-Italic-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSerif-Italic-cyrillic-ext.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  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: "Noto Serif";
  src:
    url("../fonts/NotoSerif-Italic-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSerif-Italic-cyrillic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Noto Serif";
  src:
    url("../fonts/NotoSerif-Italic-latin.woff2") format("woff2"),
    url("../fonts/NotoSerif-Italic-latin.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  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: "Noto Serif";
  src:
    url("../fonts/NotoSerif-Regular-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSerif-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: "Noto Serif";
  src:
    url("../fonts/NotoSerif-Regular-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSerif-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: "Noto Serif";
  src:
    url("../fonts/NotoSerif-Regular-latin.woff2") format("woff2"),
    url("../fonts/NotoSerif-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: "Noto Serif";
  src:
    url("../fonts/NotoSerif-BoldItalic-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSerif-BoldItalic-cyrillic-ext.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  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: "Noto Serif";
  src:
    url("../fonts/NotoSerif-BoldItalic-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSerif-BoldItalic-cyrillic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Noto Serif";
  src:
    url("../fonts/NotoSerif-BoldItalic-latin.woff2") format("woff2"),
    url("../fonts/NotoSerif-BoldItalic-latin.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  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: "Noto Serif";
  src:
    url("../fonts/NotoSerif-Bold-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NotoSerif-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: "Noto Serif";
  src:
    url("../fonts/NotoSerif-Bold-cyrillic.woff2") format("woff2"),
    url("../fonts/NotoSerif-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: "Noto Serif";
  src:
    url("../fonts/NotoSerif-Bold-latin.woff2") format("woff2"),
    url("../fonts/NotoSerif-Bold-latin.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Базовый класс для SVG-иконок из спрайта (symbols).
   Использование в HTML: <svg class="icon" aria-hidden="true"><use href="/__spritemap#icon-ИМЯ_ФАЙЛА"></use></svg>
   Пример: <svg class="icon"><use href="/__spritemap#icon-check"></use></svg>
   Имена символов = prefix + имя файла без расширения (prefix: icon-). */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}
