@charset "UTF-8";
:root {
  --clr-base: #181818;
  --clr-dark: #000;
  --clr-att: #37F713;
  --clr-att-hover: #C0F743;
  --clr-light: #78787A;
  --clr-border: #D1D1D1;
  --clr-attention: #FF5E0D;
  --min: 320px;
  --max: 1220px;
  --paddingContainer: 15px;
  font-size: 10px;
}
.sl-wrap ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
.ft {
  font-family: 'Press Start 2P', cursive;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #fff;
  font-size: 16px;
  line-height: 1.25;
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: 1.25em;
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
  padding-left: 24px;
}
li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.625em;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: -2px;
  background-color: currentColor;
}
.menu,
.list {
  margin: 0;
  padding: 0;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
}
.menu li:before,
.list li:before {
  display: none;
}
a {
  text-decoration: none;
  color: var(--clr-base);
}
a:hover {
  text-decoration: none;
  color: var(--clr-att);
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone {
  white-space: nowrap;
}
.page-inner-subtitle,
.page-inner-title,
.page-subtitle,
.page-title,
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  display: block;
  position: relative;
  font-weight: bold;
  margin: 1em 0;
}
.page-inner-subtitle:first-child,
.page-inner-title:first-child,
.page-subtitle:first-child,
.page-title:first-child,
h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
  margin-top: 0;
}
.h1-title,
h1 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
}
.h2-title,
h2 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
}
.page-inner-subtitle {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: normal;
  margin-bottom: 21px;
  color: #B6BBBD;
  position: relative;
}
.page-inner-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: 'Press Start 2P', cursive;
}
.page-inner-title * {
  font-family: 'Press Start 2P', cursive;
}
.page-inner-title .title-att {
  color: var(--clr-att);
}
.page-subtitle {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
}
.page-title {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--clr-base);
  padding-top: 0.27272727em;
}
.page-title.title-center {
  text-align: center;
}
.page-title.title-center:before {
  right: 0.4em;
  text-align: center;
}
.page-title:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0.4em;
  color: rgba(24, 24, 24, 0.15);
  font-weight: 400;
  z-index: -1;
  font-family: 'Press Start 2P', cursive;
}
.text-att,
.title-att {
  color: var(--clr-att);
}
.text-light,
.title-light {
  color: var(--clr-light);
}
.text-center,
.title-center {
  text-align: center;
}
table.tbl-orders {
  border-top: 1px solid #DCDCDC;
}
table.tbl-orders thead th,
table.tbl-orders thead td {
  border: none;
  border-bottom: 1px solid #DCDCDC;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  color: #808080;
  vertical-align: top;
  padding: 14px;
}
table.tbl-orders thead th:first-child,
table.tbl-orders thead td:first-child {
  text-align: left;
}
table.tbl-orders tbody tr:last-child th,
table.tbl-orders tbody tr:last-child td {
  border-bottom: none;
}
table.tbl-orders tbody th,
table.tbl-orders tbody td {
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #DCDCDC;
  padding: 20px 14px;
}
table.tbl-total {
  line-height: 1.25;
  font-size: 1em;
}
table.tbl-total th,
table.tbl-total td {
  font-size: 1em;
  line-height: inherit;
  text-align: left;
  font-weight: 400;
  padding: 0 10px 10px 0;
  color: inherit;
}
table.tbl-total th:last-child,
table.tbl-total td:last-child {
  padding-right: 0;
  text-align: right;
}
table.tbl-total .tr-main th,
table.tbl-total .tr-main td {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 1.375em;
  font-weight: 500;
}
table .tbl-order-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
table .tbl-order-item .elm-photo {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
table .tbl-order-item .tbl-info-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 20px;
  text-align: left;
}
table .tbl-order-item .tbl-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
table .tbl-order-item .tbl-title:last-child {
  margin-bottom: 0;
}
table .tbl-order-item a:not(:hover) {
  color: inherit;
}
@media (max-width: 1399px) {
  :root {
    font-size: 9.5px;
  }
}
@media (max-width: 1199px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 1023px) {
  :root {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: var(--min);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
.cnt-full-wrap {
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
}
.inner-wrap,
.page-full {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
  min-width: var(--min);
  max-width: var(--max);
  width: 100%;
}
.inner-wrap .inner-wrap,
.page-full .inner-wrap {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.inner-wrap .cnt-section,
.page-full .cnt-section {
  min-width: 0;
}
.page-full {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: var(--min);
  width: 100%;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrap.wrap-dark {
  background-color: #0f0f0f;
}
.wrap.wrap-dark-light {
  background-color: var(--clr-base);
}
.nav,
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
  display: none;
}
.nav a,
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  transition: all ease 0.2s;
}
.header {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid var(--clr-border);
  font-weight: 400;
}
.header .inner-wrap {
  height: 59px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header .logo-wrap {
  -ms-flex-order: 1;
      order: 1;
  width: 132px;
  width: 13.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .menu-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 2;
      order: 2;
}
.header .search-wrap {
  width: 36px;
  -ms-flex-order: 3;
      order: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .actions-wrap {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 4;
      order: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.header .action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.header .popup-content-block {
  display: none;
}
.popup-lk-wrap .popup-content-block {
  position: absolute;
  top: 100%;
  right: 0;
  margin-right: -40px;
  width: 400px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 20;
  margin-top: 24px;
  padding: 20px;
}
.popup-lk-wrap .menu {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  columns: 2;
  column-gap: 10px;
}
.popup-lk-wrap .menu li {
  display: block;
  break-inside: avoid-column;
}
.popup-lk-wrap .btn-menu {
  display: block;
  position: relative;
  padding: 7px 0 7px 30px;
}
.popup-lk-wrap .btn-menu .button-ico {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.popup-menu-wrap .menu-logo-wrap {
  padding: 0 40px 10px 40px;
}
.popup-menu-wrap .menu-logo-wrap .logo {
  width: 120px;
}
.popup-menu-wrap .menu-contacts-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 40px;
}
.popup-menu-wrap .menu-phone {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.popup-menu-wrap .menu-soc-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 5px 0;
}
.popup-menu-wrap .menu-soc-wrap .btn-action-ico.button-soc {
  width: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-menu-wrap .btn-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.footer {
  background-color: var(--clr-base);
  font-weight: 300;
  line-height: 1.5;
  font-size: 15px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: var(--clr-att);
}
.footer-main-panel {
  padding: 80px 0 15px 0;
  padding: 8rem 0 15px 0;
}
.footer-main-panel .inner-wrap {
  display: -ms-flexbox;
  display: flex;
}
.footer-main-panel .info-inner-wrap {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 15px 0 0;
}
.footer-main-panel .menu-inner-wrap {
  -ms-flex: 1;
      flex: 1;
}
.footer-main-panel .contacts-inner-wrap {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-main-panel .contacts-inner-wrap .footer-title {
  margin-bottom: 1.05em;
}
.footer-main-panel .logo-wrap {
  width: 200px;
  max-width: 100%;
  margin: 0 0 32px 0;
}
.footer-main-panel .soc-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 200px;
  max-width: 100%;
  margin-bottom: 35px;
}
.footer-main-panel .soc-wrap .button-soc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 3px;
}
.footer-main-panel .action-wrap {
  margin-bottom: 15px;
  width: 200px;
  width:250px;
  max-width: 100%;
}
.footer-main-panel .action-wrap .btn {
  width: 100%;
  border-radius: 0;
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: normal;
}
.footer-main-panel .menu {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-main-panel .menu a {
  display: block;
  padding: 5px 0;
}
.footer-main-panel .button-soc {
  filter: brightness(0) invert(1);
}
.footer-main-panel .footer-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0 0 0.83333333em 0;
  color: var(--clr-light);
}
.footer-main-panel .footer-title a:not(:hover) {
  color: inherit;
}
.footer-main-panel .footer-subtitle {
  display: block;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  text-transform: none;
  color: var(--clr-light);
  margin: 0 0 5px 0;
}
.footer-main-panel .cnt-wrap {
  margin-bottom: 30px;
}
.footer-main-panel .cnt-section-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 0 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-main-panel .cnt-section-wrap .cnt-wrap {
  width: 53%;
  padding: 0 10px 0 0;
  margin-bottom: 15px;
}
.footer-main-panel .cnt-section-wrap .cnt-wrap + .cnt-wrap {
  width: auto;
  -ms-flex: 1;
      flex: 1;
}
.footer-main-panel .cnt-section-wrap .cnt-wrap.wrap-full {
  width: 100%;
}
.footer-bottom-panel {
  overflow: hidden;
  position: relative;
  clear: both;
  width: 100%;
  font-size: 13px;
  line-height: 1.45;
  color: var(--clr-light);
  border-top: 1px solid #45484D;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-bottom-panel .inner-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer-bottom-panel .info-wrap {
  padding: 0 15px 0 0;
  width: 320px;
}
.footer-bottom-panel .info-wrap:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  border-radius: 50%;
  opacity: 0;
}
.footer-bottom-panel .info-wrap + .info-wrap {
  width: auto;
  -ms-flex: 1;
      flex: 1;
}
.footer-bottom-panel .info-wrap + .info-wrap + .info-wrap {
  -ms-flex: inherit;
      flex: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
  padding-left: 15px;
  position: relative;
}
.footer-bottom-panel .info-wrap + .info-wrap + .info-wrap:before {
  opacity: 1;
}
.footer-bottom-panel a:not(.link-main):not(:hover) {
  color: inherit;
}
.logo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  letter-spacing: normal;
  font-weight: 400;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1199px) {
  .menu-show {
    overflow: hidden;
  }
  .header .inner-wrap {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .header .logo-wrap {
    margin: 0 auto;
    width: 132px;
    -ms-flex-order: 3;
        order: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -66px;
    transform: translateY(-50%);
  }
  .header .menu-wrap {
    width: 40px;
    height: 40px;
    -ms-flex-order: 1;
        order: 1;
    position: absolute;
    top: 50%;
    left: var(--paddingContainer);
    margin-top: -20px;
  }
  .header .search-wrap {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: var(--paddingContainer);
    margin-left: 50px;
    margin-top: -18px;
    -ms-flex-order: 2;
        order: 2;
  }
  .header .actions-wrap {
    -ms-flex-order: 4;
        order: 4;
    -ms-flex: inherit;
        flex: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .action-lk {
    display: none;
  }
  .popup-search-wrap .btn-action-ico.ico-search {
    width: 36px;
    height: 36px;
  }
  .popup-menu-wrap .popup-content-block {
    width: 300px;
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 48px 0;
    background-color: #fff;
    z-index: 22;
  }
  .popup-menu-wrap .menu-logo-wrap,
  .popup-menu-wrap .menu-contacts-wrap {
    display: block;
  }
  .popup-menu-wrap .menu-list-wrap {
    -ms-flex: 1;
        flex: 1;
    padding: 30px 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .popup-menu-wrap .menu-list-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .popup-menu-wrap .menu {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .popup-menu-wrap .menu ul {
    display: none;
    padding-left: 40px;
  }
  .popup-menu-wrap .menu ul .btn-menu {
    padding-left: 70px;
  }
  .popup-menu-wrap .btn-menu {
    display: block;
    position: relative;
    padding: 10px 20px 10px 50px;
  }
  .popup-menu-wrap .btn-menu .button-ico {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -10px;
  }
  .popup-menu-wrap .btn-menu.btn-action-toggle {
    padding-right: 40px;
  }
  .popup-menu-wrap .btn-menu.btn-action-toggle:after {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 8px;
  }
  .popup-menu-wrap .js-btn-toggle.active + .js-popup-block {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .popup-menu-wrap .js-btn-toggle.active + .js-popup-block ~ .elm-overlay {
    display: block;
    z-index: 3;
  }
}
@media (max-width: 1023px) {
  .footer-main-panel .info-inner-wrap {
    width: 240px;
  }
  .footer-bottom-panel .inner-wrap {
    display: block;
  }
  .footer-bottom-panel .info-wrap {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .footer-bottom-panel .info-wrap + .info-wrap {
    width: 100%;
  }
  .footer-bottom-panel .info-wrap + .info-wrap + .info-wrap {
    width: 100%;
    padding: 0;
  }
  .footer-bottom-panel .info-wrap + .info-wrap + .info-wrap:before {
    opacity: 0;
  }
  .footer-bottom-panel .info-wrap:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-main-panel .inner-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-main-panel .info-inner-wrap {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .footer-main-panel .menu-inner-wrap {
    width: 200px;
    -ms-flex: inherit;
        flex: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer-main-panel .contacts-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    max-width: calc(100% - 200px);
  }
  .footer-main-panel .logo-wrap,
  .footer-main-panel .soc-wrap,
  .footer-main-panel .action-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .footer-main-panel .inner-wrap {
    display: block;
  }
  .footer-main-panel .menu-inner-wrap {
    padding: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-main-panel .contacts-inner-wrap {
    text-align: center;
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .header .inner-wrap {
    height: 50px;
  }
  .header .logo-wrap {
    width: 120px;
    margin-left: -60px;
  }
  .header .search-wrap {
    width: 32px;
    height: 32px;
    margin-left: 35px;
  }
  .header .menu-wrap {
    margin-left: -10px;
  }
  .header .actions-wrap {
    margin-right: -6px;
  }
  .popup-search-wrap .btn-action-ico.ico-search {
    width: 32px;
    height: 32px;
  }
  .popup-menu-wrap .btn-action-ico.ico-menu:before,
  .popup-menu-wrap .btn-action-ico.ico-menu:after {
    width: 20px;
    margin-left: -10px;
  }
}
@media (max-width: 479px) {
  .footer-main-panel .cnt-section-wrap {
    display: block;
  }
  .footer-main-panel .cnt-section-wrap .cnt-wrap {
    padding: 0;
    width: 100%;
  }
  .footer-main-panel .cnt-section-wrap .cnt-wrap + .cnt-wrap {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header .menu-wrap {
    padding-left: 20px;
  }
  .header .search-wrap {
    padding-left: 10px;
  }
  .header .action-cart {
    margin-left: 8px;
  }
  .header .action-fav {
    margin-left: 8px;
  }
  .header .action-lk {
/*    margin-right: 14px;*/
  }
  .header .action-lk .btn-action-toggle {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .popup-menu-wrap .popup-content-block {
    display: block;
  }
  .popup-menu-wrap .menu {
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .popup-menu-wrap .menu > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: 1px solid var(--clr-border);
  }
  .popup-menu-wrap .menu > li:first-child {
    border: none;
  }
  .popup-menu-wrap .menu .menu-lk {
    display: none;
  }
  .popup-menu-wrap .btn-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .popup-menu-wrap .btn-popup,
  .popup-menu-wrap .btn-popup-close {
    display: none;
  }
  .popup-menu-wrap .menu-contacts-wrap,
  .popup-menu-wrap .menu-logo-wrap {
    display: none;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-start {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  color: #000;
  max-width: 300px;
}
.item-tile-start .tile-title {
  font-size: 26px;
  display: block;
  padding-bottom: 4px;
  margin: 0 0 4px 0;
  border-bottom: 1px solid #E0E2E3;
  font-weight: 400;
}
.item-tile-plus {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  color: #56586B;
}
.item-tile-plus .tile-ico {
  width: 50px;
  height: 50px;
  margin: 0 0 18px 0;
}
.item-tile-history {
  font-size: 1em;
  line-height: 1.55;
  text-align: left;
}
.item-tile-history .tile-title {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 26px 0;
}
.item-tile-history ul {
  margin: 0;
}
.item-tile-history li {
  margin: 0;
  padding: 0;
}
.item-tile-history li:first-letter {
  padding-left: 12px;
}
.item-tile-history li:before {
  width: 3px;
  height: 3px;
  background-color: #fff;
  top: 0.775em;
  left: 4px;
  margin-top: -2px;
}
.item-tile-partner {
  display: block;
  position: relative;
  height: 100%;
  min-height: 165px;
  background: #212330;
  border-radius: 8px;
  padding: 24px 20px;
  font-size: 11px;
  line-height: 1.55;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.item-tile-partner .tile-ico {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.item-tile-partner .tile-title {
  display: block;
}
.item-tile-photo-link {
  display: block;
  position: relative;
  text-align: center;
  color: var(--clr-base);
  overflow: hidden;
}
.item-tile-photo-link:hover {
  color: var(--clr-base);
}
.item-tile-photo-link.tile-small {
/*  padding-top: 50px;*/
}
.item-tile-photo-link.tile-small .tile-photo:before {
  padding-top: 127.58%;
}
.item-tile-photo-link .tile-title {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: normal;
  margin: 15px 0 0 0;
      text-align: left;
    padding-left: 15px;
}
.item-tile-photo-link .tile-photo {
  border-radius: 25px;
  display: block;
  position: relative;
}
.item-tile-photo-link .tile-photo span{
  display:inline-flex;
  border-radius: 100px;
  padding: 5px 10px;
  background:#fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  align-items:center;
  gap:5px;
  align-items:center;
  position: absolute;
      bottom: 15px;
      left: 15px;
  }
.item-tile-photo-link .tile-photo:before {
  padding-top: 162%;
}
.item-tile-catalog-main {
  display: block;
  min-height: 370px;
  height: 100%;
  background: linear-gradient(90deg, #C8C9CD 0%, #D7D8DC 39.06%, #D8D9DD 71.81%, #C2C5CA 100%);
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 30px 20px 0 20px;
  text-align: center;
  color: var(--clr-base);
}
.item-tile-catalog-main:hover {
  color: var(--clr-base);
}
.item-tile-catalog-main:hover .tile-title {
  color: var(--clr-attention);
}
.item-tile-catalog-main .tile-info-wrap {
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.item-tile-catalog-main .tile-title {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 33px 0;
  margin: 0 0 3.3rem 0;
  letter-spacing: 0.1em;
  transition: all ease 0.2s;
  font-family: 'Press Start 2P', cursive;
}
.item-tile-catalog-main .btn {
  display: none;
  min-width: 180px;
  height: 49px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0;
}
.item-tile-catalog-main .tile-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-tile-catalog-main .tile-photo img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 294px;
  margin: 0 auto;
}
.item-tile-catalog-main.tile-second .tile-photo img {
  max-width: 240px;
}
.item-tile-catalog-main.tile-photo-right .tile-photo img {
  margin-right: 0;
  margin-left: auto;
}
.item-tile-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 100%;
  position: relative;
  min-height: 395px;
  background: #000;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
  padding: 175px 30px 50px 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
}
.item-tile-main .tile-title-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-main .tile-action {
  margin-top: 45px;
  display: block;
}
.item-tile-main .tile-title {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 20px 0;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'Press Start 2P', cursive;
}
.item-tile-main .tile-info {
  display: block;
}
.item-tile-main .btn {
  height: 54px;
  padding: 0 24px;
  min-width: 208px;
  border-radius: 0;
}
.item-tile-main .btn.button-att.button-border:not(:hover) {
  color: #fff !important;
}
.wrap-dark .item-tile-new .tile-title {
  color: #fff;
}
.wrap-dark .item-tile-new:hover {
  color: #fff;
}
.item-tile-gallery {
  display: block;
  position: relative;
  color: var(--clr-base);
  font-size: 14px;
  line-height: 1.25;
}
.item-tile-gallery:hover {
  color: var(--clr-base);
}
.item-tile-gallery .tile-info-wrap {
  display: block;
  padding: 16px 10px 0 10px;
}
.item-tile-gallery .tile-photo {
  border-radius: 25px;
  height: 340px;
}
.item-tile-gallery .tile-photo-wrap:last-child .tile-photo {
  height: 470px;
}
.item-tile-gallery .tile-info-text {
  height: 36px;
  line-height: 18px;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
.item-tile-gallery .tile-info-link {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.item-tile-gallery .tile-info-title {
  margin-bottom: 16px;
  display: block;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 0 24px;
  font-weight: bold;
}
.item-tile-gallery .tile-info-title:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/loc-att.svg) center no-repeat;
  background-size: 14px auto;
  top: 50%;
  left: -5px;
  margin-top: -12px;
}
.item-tile-gallery a:not(:hover) {
  color: inherit;
}
.item-tile-new {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: #999999;
}
.item-tile-new .tile-photo-wrap {
  display: block;
}
.item-tile-new .tile-photo:before {
  padding-top: 58.62%;
}
.item-tile-new .tile-info-wrap {
  display: block;
  padding: 10px 0 0 10px;
}
.item-tile-new .tile-title {
  color: var(--clr-base);
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.item-tile-new:hover {
  color: var(--clr-base);
}
.item-tile-press {
  font-size: 14px;
  position: relative;
  line-height: 1.55;
  font-weight: 300;
  border: 1px solid var(--clr-base);
  display: -ms-flexbox;
  display: flex;
  color: var(--clr-base);
  border-radius: 15px;
  min-height: 352px;
  height: 100%;
  padding-left: 203px;
  -ms-flex-direction: column;
      flex-direction: column;
}
.item-tile-press .tile-info-wrap {
  width: 100%;
  display: block;
  -ms-flex: 1;
      flex: 1;
  padding: 40px 20px 0 20px;
  padding: 4rem 20px 0 20px;
}
.item-tile-press .tile-action-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
  font-weight: 400;
  padding: 20px 20px 40px 20px;
  padding: 20px 20px 4rem 20px;
}
.item-tile-press .tile-photo-wrap {
  width: 203px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 15px;
  background: #292929;
  z-index: 2;
}
.item-tile-press .tile-title {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.item-tile-press .tile-photo {
  width: 203px;
  height: 203px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  transform: rotate(90deg);
}
.item-tile-press a {
  color: inherit;
}
.item-tile-press a:hover {
  color: var(--clr-att);
}
.item-tile-press:hover {
  color: var(--clr-base);
}
.item-tile-cart {
  font-size: 14px;
  line-height: 1.25;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 70px 15px 0;
}
.item-tile-cart .tile-photo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
}
.item-tile-cart .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 30px 0 20px;
  padding: 0 3rem 0 20px;
}
.item-tile-cart .tile-actions-wrap {
  width: 420px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.item-tile-cart .tile-price-wrap {
  width: 176px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px 0 0;
}
.item-tile-cart .tile-price-wrap .tile-price {
  font-size: 16px;
  font-weight: 400;
}
.item-tile-cart .tile-counter-wrap {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-cart .tile-total-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-left: 30px;
  padding-left: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-tile-cart .tile-total-wrap .tile-price {
  display: block;
  min-width: 120px;
}
.item-tile-cart .tile-price-info {
  display: block;
  margin: 5px 0 0 0;
  color: #808080;
}
.item-tile-cart .tile-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.item-tile-cart .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-cart .tile-price {
  font-size: 18px;
  font-weight: bold;
}
.item-tile-cart .tile-photo {
  border-radius: 10px;
}
.item-tile-cart .tile-photo:before {
  padding-top: 100%;
}
.item-tile-cart a:not(:hover) {
  color: inherit;
}
.item-tile-cart .ico-del {
  position: absolute;
  top: 50%;
  right: 32px;
  right: 3.2rem;
  margin-top: -12px;
}
.item-tile-question {
  display: block;
  position: relative;
}
.item-tile-question .popup-content-block {
  display: none;
  padding-bottom: 18px;
}
.item-tile-question .btn-popup {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  color: var(--clr-base);
  text-transform: uppercase;
  font-weight: 500;
  padding: 20px 40px 20px 0;
  padding: 20px 4rem 20px 0;
  cursor: pointer;
}
.item-tile-question .btn-popup:hover {
  color: var(--clr-base);
}
.item-tile-question .btn-popup.active:before {
  transform: rotate(45deg);
}
.item-tile-question .btn-popup.active:after {
  transform: rotate(-45deg);
}
.item-tile-question .btn-popup:before,
.item-tile-question .btn-popup:after {
  content: "";
  display: block;
  width: 26px;
  width: 2.6rem;
  height: 1px;
  background-color: var(--clr-base);
  position: absolute;
  top: 50%;
  right: 19px;
  margin: -1px -13px 0 0;
  margin: -1px -1.3rem 0 0;
  transition: all ease 0.2s;
}
.item-tile-question .btn-popup:before {
  transform: rotate(90deg);
}
.item-tile-question a:not(:hover) {
  color: inherit;
}
.item-tile-catalog {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 16px;
  line-height: 1.25;
  color: var(--clr-base);
  font-weight: 300;
  min-height: 100%;
}
.item-tile-catalog:hover {
  color: var(--clr-light);
}
.item-tile-catalog:hover .tile-title {
  color: var(--clr-att);
}
.item-tile-catalog .tile-stickers-wrap {
  width: 30px;
  width: 3rem;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.item-tile-catalog .tile-photo-wrap,
.item-tile-catalog .tile-price-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-catalog .tile-price-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 400;
}
.item-tile-catalog .tile-info-wrap {
  display: block;
  position: relative;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  padding: 22px 0 15px 0;
}
.item-tile-catalog .tile-price {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 5px;
  line-height: 30px;
  line-height: 3rem;
}
.item-tile-catalog .tile-title {
  display: block;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: bold;
  transition: color ease 0.2s;
  margin: 0 0 10px 0;
}
.item-tile-catalog .tile-photo:before {
  padding-top: 125%;
}
.item-tile-catalog .tile-ico {
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  display: block;
  margin-bottom: 10px;
}
.elm-photo,
.tile-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  transform: translateZ(0);
}
.elm-photo.photo-main,
.tile-photo.photo-main {
  border: 1px solid #f00;
  width: 300px;
  height: 300px;
}
.elm-photo:before,
.tile-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img,
.tile-photo img {
  display: block;
  position: relative;
  width: 100%;
}
.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.elm-price,
.tile-price {
  white-space: nowrap;
}
.elm-price.price-old,
.tile-price.price-old {
  text-decoration: line-through;
  color: #9C9A9A;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.tile-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.tile-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-overlay {
  display: none;
  animation: fadein ease 0.2s;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.elm-overlay.active {
  display: block;
}
.elm-point {
  display: block;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background-color: var(--clr-att);
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--clr-base);
}
@media (max-width: 1199px) {
  .item-tile-plus br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .item-tile-press {
    padding: 203px 0 0 0;
  }
  .item-tile-press .tile-photo-wrap {
    right: -1px;
    bottom: auto;
    height: 203px;
    width: auto;
  }
  .item-tile-press .tile-photo {
    transform: rotate(0deg);
  }
  .item-tile-cart {
    padding-right: 40px;
  }
  .item-tile-cart .tile-actions-wrap {
    width: 380px;
  }
  .item-tile-cart .tile-price-wrap {
    width: 150px;
  }
  .item-tile-cart .ico-del {
    right: 0;
  }
}
@media (max-width: 767px) {
  .item-tile-cart .tile-actions-wrap {
    width: 300px;
  }
  .item-tile-cart .tile-total-wrap .tile-price {
    min-width: 0;
  }
  .item-tile-cart .tile-price-wrap {
    width: 120px;
    font-size: 12px;
  }
  .item-tile-cart .tile-price-wrap .tile-price {
    font-size: 14px;
  }
  .item-tile-cart .tile-price {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .item-tile-new {
    font-size: 12px;
  }
  .item-tile-new .tile-title {
    font-size: 14px;
  }
  .item-tile-new .tile-info-wrap {
    padding-left: 0;
  }
  .item-tile-cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
  }
  .item-tile-cart .tile-info-wrap {
    padding-right: 30px;
    width: calc(100% - 70px);
    -ms-flex: inherit;
        flex: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .item-tile-cart .tile-actions-wrap {
    width: 100%;
    padding-top: 3rem;
    max-width: 300px;
  }
  .item-tile-cart .tile-total-wrap {
    padding-left: 10px;
  }
  .item-tile-cart .ico-del {
    top: 10px;
    right: 0;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .item-tile-partner {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }
  .item-tile-catalog-main {
    min-height: 240px;
  }
  .item-tile-catalog-main .tile-title {
    font-size: 18px;
  }
  .item-tile-catalog-main .tile-photo img {
    max-width: 155px;
  }
  .item-tile-catalog-main.tile-second .tile-photo img {
    max-width: 155px;
  }
  .item-tile-catalog {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .item-tile-catalog-main.tile-main {
    min-height: 370px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .item-tile-catalog-main.tile-main .tile-photo {
    width: 373px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .item-tile-catalog-main.tile-main .tile-photo img {
    width: 100%;
    max-width: 100%;
  }
  .item-tile-catalog-main.tile-main .tile-info-wrap {
    width: 226px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
  .item-tile-catalog-main.tile-main .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .item-tile-catalog-main.tile-main .tile-title {
    font-size: 22px;
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .item-tile-catalog-main.tile-main {
    min-height: 240px;
  }
  .item-tile-catalog-main.tile-main .tile-info-wrap {
    width: 200px;
  }
  .item-tile-catalog-main.tile-main .tile-photo {
    width: 240px;
  }
}
@media (min-width: 1024px) {
  .item-tile-catalog-main.tile-second {
    min-height: 370px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .item-tile-catalog-main.tile-second .tile-photo {
    width: 294px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .item-tile-catalog-main.tile-second .tile-photo img {
    width: 100%;
    max-width: 100%;
  }
  .item-tile-catalog-main.tile-second .tile-info-wrap {
    width: 216px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
  .item-tile-catalog-main.tile-second .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .item-tile-catalog-main.tile-second .tile-title {
    font-size: 22px;
    text-align: left;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .item-tile-catalog-main.tile-main .tile-info-wrap {
    width: 180px;
  }
  .item-tile-catalog-main.tile-main .tile-photo {
    width: 320px;
  }
  .item-tile-catalog-main.tile-second .tile-info-wrap {
    width: 180px;
  }
  .item-tile-catalog-main.tile-second .tile-photo {
    width: 250px;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.main-photos-box {
  padding: 40px 0 20px 0;
  padding: 4rem 0 20px 0;
}
.main-photos-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
}
.main-photos-box .title-inner-wrap {
  width: 44%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 26px 0 0;
}
.main-photos-box .title-inner-wrap .item-wrap {
  width: 50%;
}
.main-photos-box .title-inner-wrap .elm-photo {
  height: 230px;
}
.main-photos-box .title-wrap {
  min-height: 180px;
  padding-bottom: 15px;
}
.main-photos-box .items-inner-wrap {
  -ms-flex: 1;
      flex: 1;
}
.main-photos-box .h1-title {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1;
  margin: 0;
  position: relative;
  z-index: 2;
  color: var(--clr-base);
  text-transform: none;
  font-weight: bold;
}
.main-photos-box .items-wrap {
  margin: 0 -10px -20px -10px;
}
.main-photos-box .item-wrap {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main-photos-box .elm-photo {
  border-radius: 5px;
  height: 320px;
}
.main-terms-box {
  background-color: #13141C;
  position: relative;
  overflow: hidden;
  padding: 170px 0;
  padding: 17rem 0;
  color: #fff;
}
.main-terms-box .items-wrap {
  margin: 0 -5px -10px -5px;
}
.main-terms-box .item-wrap {
  width: 60%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.main-terms-box .item-wrap + .item-wrap {
  width: 40%;
}
.main-terms-box .title-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 52px 30px 30px 55px;
  padding: 5.2rem 3rem 3rem 5.5rem;
  background: #13141C;
  border-radius: 15px;
  min-height: 100%;
}
.main-terms-box .title-inner-wrap .info-title {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  color: #65677A;
  margin: 0 0 32px 0;
  margin: 0 0 3.2rem 0;
  padding-top: 10px;
  padding-top: 1rem;
}
.main-terms-box .title-inner-wrap ul {
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
}
.main-terms-box .title-inner-wrap ul li {
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
  padding-left: 20px;
}
.main-terms-box .title-inner-wrap ul li:last-child {
  margin-bottom: 0;
}
.main-terms-box .title-inner-wrap ul li:before {
  width: 8px;
  height: 8px;
  top: 0.55em;
  left: 0;
  margin-top: -4px;
  background-color: var(--clr-att);
}
.main-terms-box .info-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100%;
  border-radius: 15px;
  background-color: #191A26;
  padding: 40px;
  padding: 4rem;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
}
.main-terms-box .info-inner-wrap .elm-ico {
  display: block;
  margin: 0 auto 12px auto;
  width: 50px;
  height: 50px;
}
.main-terms-box .info-inner-wrap .info-title {
  display: block;
  margin: 0 auto;
  max-width: 11.5em;
}
.main-terms-box .info-inner-wrap .info-title-wrap {
  width: 100%;
}
.main-terms-box .title-wrap {
  width: 56.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px 0 0;
}
.main-terms-box .info-wrap {
  width: 43.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-terms-box .elm-photo {
  width: 221px;
  max-width: 100%;
}
.main-terms-box .h1-title {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.1;
  font-weight: bold;
  text-transform: none;
  color: #fff;
  margin: 0 0 26px 0;
  margin: 0 0 2.6rem 0;
}
.main-map-box {
  background: #13141C;
  padding: 40px 0 0 0;
  padding: 4rem 0 0 0;
  font-size: 15px;
  line-height: 1.35;
  color: #fff;
  font-weight: 400;
}
.main-map-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-map-box .items-wrap {
  margin: 0 -60px -20px -10px;
}
.main-map-box .item-wrap {
  padding: 0 10px;
  width: 33.33%;
  margin-bottom: 20px;
}
.main-map-box .map-outer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-map-box .map-inner-wrap {
  width: 1160px;
  position: relative;
  left: 50%;
  margin-left: -580px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 50px;
  margin-top: 5rem;
}
.main-map-box .map-inner-wrap .img-map {
  display: block;
  width: 100%;
}
.main-map-box .title-inner-wrap {
  width: 500px;
  width: 50rem;
  padding: 0 30px 0 0;
  padding: 0 3rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-map-box .items-inner-wrap {
  overflow: hidden;
  -ms-flex: 1;
      flex: 1;
  padding-top: 55px;
  padding-top: 5.5rem;
  width: calc(100% - 50rem);
}
.main-map-box .h1-title {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: bold;
  margin-top: 0;
}
.main-map-box .h1-title:last-child {
  margin-bottom: 0;
}
.main-map-box .text-light {
  display: inline;
  color: #B6BBBD;
  font-weight: 400;
}
.main-map-box .elm-point {
  position: absolute;
  margin-bottom: -15px;
  margin-left: -15px;
}
.main-map-box .elm-point:hover {
  z-index: 4;
}
.main-map-box .elm-point:hover + .point-popup-box {
  display: block;
}
.main-map-box .point-popup-box {
  display: none;
  position: absolute;
  margin-bottom: 30px;
  width: 280px;
  margin-left: -140px;
  z-index: 5;
  color: var(--clr-base);
}
.main-start-box {
  padding: 10px 0;
}
.main-start-box .box-inner-wrap {
  background: #F9F9F9;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 80px 20px 120px;
  padding: 20px 8rem 20px 12rem;
  display: -ms-flexbox;
  display: flex;
}
.main-start-box .info-inner-wrap {
  width: 455px;
  width: 45.5rem;
  padding: 13px 77px 0 0;
  padding: 13px 7.7rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-start-box .photo-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-start-box .item-wrap {
  margin-bottom: 23px;
}
.main-start-box .item-wrap:last-child {
  margin-bottom: 0;
}
.main-start-box .info-wrap {
  background-color: #212330;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #fff;
  padding: 10px 10px 10px 0;
}
.main-start-box .info-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1000px;
  background-color: #212330;
}
.main-start-box .info-wrap .info-total {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--clr-att);
}
.main-start-box .h1-title {
  font-size: 58px;
  font-size: 5.8rem;
  margin: 0 -50px 20px 0;
  margin: 0 -5rem 20px 0;
  line-height: 0.95;
  font-weight: 400;
}
.main-pluses-box .inner-wrap {
  padding-top: 40px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 8rem;
}
.main-pluses-box .title-inner-wrap {
  font-size: 15px;
  line-height: 1.55;
  color: #56586B;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.main-pluses-box .h1-title {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1;
  font-weight: bold;
  text-transform: none;
  margin: 0 0 11px 0;
  color: var(--clr-base);
  max-width: 8.96551724em;
}
.main-pluses-box .items-wrap {
  margin: 0 -10px -53px -10px;
  margin: 0 -10px -5.3rem -10px;
  position: relative;
}
.main-pluses-box .items-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 906px;
  background: url(../img/logo-plus.svg) center no-repeat;
  background-size: contain;
}
.main-pluses-box .item-wrap {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 53px;
  margin-bottom: 5.3rem;
  z-index: 2;
}
.main-history-box {
  background-color: #13141C;
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
  overflow: hidden;
}
.main-history-box .items-outer-wrap {
  position: relative;
  overflow: hidden;
}
.main-history-box .items-wrap {
  margin: -4px -10px -40px -10px;
  padding-left: 30px;
}
.main-history-box .item-wrap {
  padding: 0 10px 40px 40px;
  position: relative;
}
.main-history-box .item-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  bottom: 40px;
  width: 1px;
  border-left: 1px dashed #56586B;
}
.main-history-box .item-wrap:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(86, 88, 107, 0.5);
  position: absolute;
  top: 0.77em;
  left: -6px;
  margin-top: -6px;
}
.main-history-box .item-tile-history {
  position: static;
}
.main-history-box .item-tile-history .tile-title {
  position: static;
}
.main-history-box .item-tile-history .tile-title:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #56586B;
  z-index: 2;
  position: absolute;
  top: 0.77em;
  left: -4px;
  margin-top: -4px;
}
.main-history-box .elm-photo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 338px;
  z-index: 1;
}
.main-history-box .inner-wrap {
  padding-top: 40px;
  padding-bottom: 0;
  z-index: 2;
}
.main-history-box .line-slider-box {
  margin: 0;
  height: 54px;
  padding: 0;
}
.main-history-box .line-slider-box .sl-wrap img,
.main-history-box .line-slider-box .sl-wrap svg {
  height: 54px;
}
.main-history-box .title-inner-wrap {
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  color: #D3D3D3;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.main-history-box .page-inner-subtitle {
  margin: 0 0 20px 0;
  color: #B6BBBD;
}
.main-history-box .h1-title {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1;
  margin: 0 0 11px 0;
  text-transform: none;
  font-weight: bold;
  color: #fff;
}
.main-partners-box {
  background: #13141C;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  padding: 58px 0 67px 0;
  padding: 5.8rem 0 6.7rem 0;
}
.main-partners-box .items-wrap {
  margin: 0 -3px -5px -2px;
}
.main-partners-box .item-wrap {
  padding: 0 3px 0 2px;
  width: 20%;
  margin-bottom: 5px;
}
.main-partners-box .photo-inner-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #D3D3D3;
  padding: 50px 80px 70px 80px;
  padding: 5rem 8rem 7rem 8rem;
  overflow: hidden;
  margin-top: 5px;
  min-height: 425px;
}
.main-partners-box .photo-inner-wrap:first-child {
  margin-top: 0;
}
.main-partners-box .photo-inner-wrap p {
  max-width: 28em;
}
.main-partners-box .title-inner-wrap {
  display: block;
  width: 100%;
}
.main-partners-box .page-inner-subtitle {
  margin-bottom: 21px;
}
.main-partners-box .h1-title {
  text-transform: none;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: normal;
  max-width: 7.24137931em;
}
.main-fs-box {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.55;
}
.main-fs-box .inner-wrap {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 70px;
  padding-bottom: 7rem;
  min-height: 720px;
  min-height: 72rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.main-fs-box .title-inner-wrap {
  display: block;
  width: 100%;
}
.main-fs-box .h1-title {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.18421053;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.main-fs-box .logo-wrap {
  width: 100%;
  max-width: 566px;
  max-width: 56.6rem;
  margin: 0 auto 55px auto;
  margin: 0 auto 5.5rem auto;
  position: relative;
}
.main-fs-box .info-wrap {
  margin: 0 auto;
  max-width: 16.66666667em;
  display: block;
}
.main-fs-box .logo-title {
  float: left;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: rotate(-4deg);
  margin-left: 30px;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
  z-index: 2;
}
.about-article-box {
  padding: 80px 0;
  padding: 8rem 0;
  font-size: 12px;
  line-height: 1.4;
  color: #999999;
  letter-spacing: normal;
  font-weight: 400;
  font-family: 'Press Start 2P', cursive;
}
.about-article-box .article-section-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  margin-bottom: 8rem;
  margin-left: -20px;
  margin-left: -2rem;
  margin-right: -20px;
  margin-right: -2rem;
}
.about-article-box .article-section-wrap:last-child {
  margin-bottom: 0;
}
.about-article-box .page-inner-title {
  color: #fff;
}
.about-article-box .page-inner-title:last-child {
  margin-bottom: 0 !important;
}
.about-article-box .article-column-wrap {
  padding: 0 20px;
  padding: 0 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.about-article-box .column-start {
  padding-top: 22px;
  padding-top: 2.2rem;
}
.about-article-box .column-end {
  padding-top: 60px;
  padding-top: 6rem;
}
.about-article-box .section-full .elm-photo + .page-inner-title {
  position: relative;
  padding-left: 45px;
  padding-left: 4.5rem;
  z-index: 2;
  margin-top: -65px;
  margin-top: -6.5rem;
  max-width: 37.69230769em;
}
.about-article-box .section-main {
  margin-left: -50px;
  margin-left: -5rem;
  margin-right: -50px;
  margin-right: -5rem;
}
.about-article-box .section-main .article-column-wrap {
  width: 47.5%;
  padding-left: 50px;
  padding-left: 5rem;
  padding-right: 50px;
  padding-right: 5rem;
}
.about-article-box .section-main .article-column-wrap + .article-column-wrap {
  width: 52.5%;
}
.about-article-box .section-main .page-inner-title {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.about-article-box .section-main .elm-photo {
  margin-bottom: 77px;
  margin-bottom: 7.7rem;
}
.about-article-box .section-inner .article-column-wrap {
  width: 45%;
}
.about-article-box .section-inner .article-column-wrap + .article-column-wrap {
  width: 27.5%;
}
.about-article-box .section-inner .article-column-wrap + .article-column-wrap + .article-column-wrap {
  width: 27.5%;
}
.about-article-box p {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.about-article-box .elm-photo {
  margin-bottom: 20px;
}
.about-article-box .elm-photo:last-child {
  margin-bottom: 0 !important;
}
.about-article-box * {
  font-family: 'Press Start 2P', cursive;
}
.about-top-box {
  background: #000;
  color: #fff;
}
.about-top-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 750px;
  min-height: 75rem;
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
}
.about-top-box .title-inner-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.about-top-box .page-inner-title {
  margin-bottom: 0.3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 24.34615385em;
}
.about-top-box .page-inner-title:last-child {
  margin-bottom: 0;
}
.main-subscribe-box {
  background-color: #1e1e1e;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #fff;
}
.main-subscribe-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-top: 6.4rem;
  padding-bottom: 48px;
  padding-bottom: 4.8rem;
}
.main-subscribe-box .form-inner-wrap {
  width: 572px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 9px;
}
.main-subscribe-box .title-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-right: 24px;
}
.main-subscribe-box .inner-title {
  display: block;
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 45px;
  letter-spacing: normal;
}
.main-subscribe-box .inner-title:before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  position: absolute;
  background: url(../img/icons/email-att.svg) center no-repeat;
  background-size: 100% auto;
  margin-top: -11px;
  left: 0;
  top: 0.625em;
}
.main-subscribe-box .frm-row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.main-subscribe-box .field-input {
  -ms-flex: 1;
      flex: 1;
  padding: 0 20px 0 0;
  width: auto;
}
.main-subscribe-box .field-button {
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}
.main-subscribe-box .form-input {
  height: 45px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  padding: 0;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.main-subscribe-box [placeholder]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.main-subscribe-box [placeholder]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.main-subscribe-box [placeholder]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.main-subscribe-box [placeholder]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.main-subscribe-box .btn {
  height: 65px;
  height: 6.5rem;
  min-height: 45px;
  padding: 0 30px;
  min-width: 252px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.main-subscribe-box p {
  max-width: 23.625em;
}
.main-reviews-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.main-reviews-box .items-wrap {
  margin: 0 -6px -20px -6px;
}
.main-reviews-box .item-wrap {
  width: 25%;
  padding: 0 6px;
  margin-bottom: 20px;
}
.main-reviews-box .more-wrap {
  margin-top: 40px;
  margin-top: 4rem;
  text-align: center;
}
.main-reviews-box .more-wrap .btn {
  min-width: 252px;
  height: 65px;
  height: 6.5rem;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.main-reviews-box .elm-photo {
  border-radius: 2.5rem;
  box-shadow: 0px 0px 35px rgba(24, 24, 24, 0.1);
  transition: all ease 0.2s;
}
.main-reviews-box .elm-photo:hover {
  box-shadow: 0px 0px 50px rgba(24, 24, 24, 0.2);
}
.main-srt-box {
  background-color: #fafafa;
  margin-bottom: 90px;
  margin-bottom: 9rem;
  font-size: 16px;
  line-height: 1.55;
  overflow: visible;
}
.main-srt-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.main-srt-box .info-inner-wrap {
  width: 49%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 70px;
  padding-top: 7rem;
  padding-bottom: 80px;
  padding-bottom: 8rem;
}
.main-srt-box .photo-inner-wrap {
  width: 51%;
  padding: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-srt-box .photo-inner-wrap .elm-photo {
  margin-left: -30px;
  margin-right: 0;
  width: auto;
  overflow: visible;
}
.main-srt-box .photo-inner-wrap .elm-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: inherit;
}
.main-srt-box .photo-inner-wrap .elm-photo:before {
  display: block;
  padding-top: 80%;
}
.main-srt-box .logo-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.25;
}
.main-srt-box .logo-inner-wrap .elm-photo {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
.main-srt-box .logo-inner-wrap p,
.main-srt-box .logo-inner-wrap .logo-title {
  max-width: 27em;
  display: block;
  margin: 0;
  -ms-flex: 1;
      flex: 1;
}
.main-srt-box .btn {
  border-radius: 0;
  height: 65px;
  height: 6.5rem;
  padding: 0 24px;
  min-width: 252px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.main-srt-box p {
  max-width: 23.625em;
  margin-bottom: 10px;
}
.main-srt-box .info-title {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: bold;
  margin: 0 0 20px 0;
  letter-spacing: normal;
}
.main-srt-box .info-title-image {
  display: block;
  width: 140px;
  margin-bottom: 6px;
}
.main-srt-box .info-title-image img {
  display: block;
  width: 100%;
}
.main-brand-box {
  background-color: var(--clr-base);
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  position: relative;
  margin-bottom: 66px;
  margin-bottom: 6.6rem;
}
.main-brand-box .photos-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  max-width: calc(100% - 340px);
}
.main-brand-box .photo-out-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  padding-bottom: 42px;
}
.main-brand-box .photo-out-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 406px;
  height: 558px;
  bottom: -30px;
  left: 50%;
  margin-left: -203px;
  background: url(../img/photo-out.png) center bottom no-repeat;
  background-size: 100% auto;
}
.main-brand-box .photo-out-wrap .elm-photo:before {
  padding-top: 100%;
}
.main-brand-box .elm-photo:before {
  padding-top: 144.18%;
}
.main-brand-box .items-wrap {
  width: 1400px;
  -ms-flex-align: end;
      align-items: flex-end;
}
.main-brand-box .item-wrap {
  width: 225px;
  padding: 0 10px 0 0;
  z-index: 2;
}
.main-brand-box .item-wrap:nth-child(5) {
  display: none;
}
.main-brand-box .item-wrap.wrap-main {
  width: 238px;
  z-index: 1;
}
.main-brand-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.main-brand-box .title-inner-wrap {
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 540px;
  padding: 10px 30px 40px 0;
}
.main-brand-box .inner-title {
  display: block;
  font-size: 32px;
  line-height: 1.55;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 -60px 15px 0;
}
.main-brand-box .inner-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  transition: all ease 0.2s;
  font-size: 12px;
  font-weight: 500;
  margin-top: 40px;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
.main-brand-box .inner-button .button-ico {
  width: 66px;
  height: 66px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-brand-box .inner-button .button-title {
  display: block;
  padding: 0 0 0 15px;
}
.main-brand-box .inner-button:hover {
  color: var(--clr-att);
}
.main-brand-box .elm-ico {
  width: 60px;
  height: 120px;
  margin-top: -35px;
  margin-top: -3.5rem;
}
.main-brand-box p {
  max-width: 16.25em;
}
.main-section-box > .inner-wrap > *:first-child {
  margin-top: 0;
}
.main-about-box {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
  margin-bottom: 70px;
  margin-bottom: 7rem;
}
.main-about-box .inner-wrap {
  min-height: 564px;
  padding-top: 140px;
  padding-bottom: 40px;
}
.main-about-box .info-inner-wrap {
  width: 737px;
  width: 73.7rem;
  display: block;
  margin: 0 90px 0 auto;
  margin: 0 9rem 0 auto;
  position: relative;
  background: url(../img/about.svg) 0 0 no-repeat;
  background-size: 100% auto;
  padding: 190px 0 0 350px;
  padding: 19rem 0 0 35rem;
}
.main-about-box .info-title {
  display: block;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-weight: 400;
  margin: 0 0 40px 0;
  font-family: 'Press Start 2P', cursive;
}
.main-about-box .btn {
  min-width: 160px;
  padding: 0;
  margin-left: 80px;
  margin-left: 8rem;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: normal;
  border-radius: 0;
  height: 45px;
}
.main-catalog-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.main-catalog-box .items-wrap {
  margin: 0 -10px -20px -10px;
}
.main-catalog-box .item-wrap {
  width: 46.5%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main-catalog-box .wrap-main {
  width: 53.5%;
}
.main-catalog-box .wrap-small {
  width: 26.75%;
}
.main-tiles-box {
  padding: 80px 0;
  padding: 8rem 0;
  margin-bottom: 90px;
  margin-bottom: 9rem;
}
.main-tiles-box .items-wrap {
  margin: 0 -10px -20px -10px;
}
.main-tiles-box .item-wrap {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 50%;
}
.main-top-box {
  background: #000;
  position: relative;
  overflow: hidden;
}
.main-top-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  min-height: 750px;
  min-height: 75rem;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 140px;
  padding-top: 14rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.main-top-box .title-inner-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-top-box .actions-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.main-top-box .action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main-top-box .top-title {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0 auto 75px auto;
  margin: 0 auto 7.5rem auto;
  max-width: 20.47619048em;
  font-family: 'Press Start 2P', cursive;
}
.main-top-box .btn {
  min-width: 252px;
  height: 66px;
  height: 6.6rem;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.main-top-box .btn.button-att.button-border:not(:hover) {
  color: #fff !important;
}
.gallery-slider-box {
  margin-bottom: 75px;
  margin-bottom: 7.5rem;
  position: relative;
}
.gallery-slider-box .more-wrap {
  margin-top: 40px;
  margin-top: 4rem;
}
.gallery-slider-box .slider-wrap {
  margin: 0 -10px;
  position: static;
}
.gallery-slider-box .slider {
  position: static;
}
.gallery-slider-box .sl-wrap {
  padding: 0 10px;
  position: relative;
}
.gallery-slider-box .title-box {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding-right: 110px;
}
.gallery-slider-box .ico-arrow {
  position: absolute;
  top: -2px;
  right: 10px;
}
.gallery-slider-box .ico-arrow-prev {
  margin-right: 55px;
}
.gallery-slider-box .item-tile-gallery,
.gallery-slider-box .item-tile-photo-link {
  width: 290px;
}
.gallery-slider-box .slick-list {
  overflow: visible;
}
.gallery-slider-box .btn {
  height: 75px;
  height: 7.5rem;
  padding: 0 23px;
  padding: 0 2.3rem;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 0;
}
.point-popup-box {
  display: block;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 15px 20px 20px;
  font-size: 14px;
  line-height: 1.55;
}
.point-popup-box .popup-title {
  font-weight: bold;
  font-size: 1em;
  line-height: inherit;
  margin: 0;
}
.point-popup-box p {
  margin-bottom: 24px;
}
.point-popup-box a:not(:hover) {
  color: inherit;
}
.map-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.map-box .img-map {
  height: 373px;
  display: block;
  position: relative;
  max-width: inherit;
  width: auto;
}
.map-box .ico-point {
  position: absolute;
  bottom: 306px;
  right: 370px;
  margin: 0 -15px -15px 0;
}
.map-box .point-popup-box {
  position: absolute;
  bottom: 306px;
  right: 370px;
  width: 280px;
  margin-right: -140px;
  margin-bottom: 25px;
}
.add-shop-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
  background-color: #F5F5F5;
  padding: 50px 35px;
  padding: 5rem 3.5rem;
  font-size: 14px;
  line-height: 1.25;
}
.add-shop-box .h1-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.add-shop-box .btn {
  height: 65px;
  height: 6.5rem;
  padding: 0 26px;
  padding: 0 2.6rem;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 22px;
  margin-top: 2.2rem;
}
.logo-box {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.logo-box:first-child {
  margin-top: 75px;
  margin-top: 7.5rem;
}
.logo-box .logo-wrap {
  width: 340px;
  max-width: 100%;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.logo-box .info-wrap {
  margin: 0 auto;
  max-width: 25.625em;
}
.news-box {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.news-box .items-wrap {
  margin: 0 -10px -30px -10px;
}
.news-box .item-wrap {
  padding: 0 10px;
  margin-bottom: 30px;
  width: 25%;
}
.page-title-box {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.page-title-box:first-child {
  margin-top: 130px;
  margin-top: 13rem;
}
.page-title-box img {
  display: block;
  width: auto;
  max-width: inherit;
  height: 190px;
  height: 19rem;
  margin-bottom: 18px;
}
.page-title-box img:last-child {
  margin-bottom: 0;
}
.tiles-box {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.tiles-box .items-wrap {
  margin: 0 -5px -10px -5px;
}
.tiles-box .item-wrap {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.tiles-box .more-wrap {
  margin-top: 40px;
  margin-top: 4rem;
  text-align: center;
}
.tiles-box .more-wrap .btn {
  min-width: 252px;
  height: 65px;
  height: 6.5rem;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.line-slider-box {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  position: relative;
  display: block;
}
.line-slider-box.slider-small {
  margin: 0;
}
.line-slider-box.slider-small:first-child {
  margin-top: 0;
}
.line-slider-box.slider-dark {
  background-color: #000;
  color: #fff;
}
.line-slider-box.slider-dark .line-inner-wrap {
  background-color: #000;
}
.line-slider-box .sl-title {
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
}
.line-slider-box:first-child {
  margin-top: 110px;
  margin-top: 11rem;
}
.line-slider-box .info-inner-wrap {
  margin-top: 15px;
  line-height: 1.55;
  text-align: center;
}
.line-slider-box .button-inner-wrap {
  margin-bottom: 35px;
  text-align: center;
  line-height: 1;
}
.line-slider-box .button-inner-wrap .btn {
  min-width: 132px;
  height: 32px;
  font-size: 12px;
  border-radius: 5px;
  letter-spacing: normal;
}
.line-slider-box .line-inner-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.line-slider-box .sl-wrap {
  padding: 0 15px;
}
.line-slider-box .sl-wrap img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: inherit;
  height: 37px;
}
.line-slider-box .sl-small img {
  height: 27px;
}
.widget-box {
  display: block;
  position: relative;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.article-box {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.article-box .article-columns-wrap {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  display: -ms-flexbox;
  display: flex;
}
.article-box .column-main {
  width: 24.3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 30px 0 0;
  padding: 0 3rem 0 0;
}
.article-box .column-middle {
  -ms-flex: 1;
      flex: 1;
  padding-right: 30px;
  padding-right: 3rem;
}
.article-box .column-right {
  width: 322px;
  width: 32.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.article-box .column-right img {
  display: block;
  width: 100%;
}
.article-box h1,
.article-box h2,
.article-box .h1-title,
.article-box .h2-title {
  font-size: 22px;
  font-weight: 500;
  margin: 40px 0 15px 0;
  margin: 4rem 0 15px 0;
}
.article-box h1:first-child,
.article-box h2:first-child,
.article-box .h1-title:first-child,
.article-box .h2-title:first-child {
  margin-top: 0;
}
.article-box h1 + h1,
.article-box h2 + h1,
.article-box .h1-title + h1,
.article-box .h2-title + h1,
.article-box h1 + h2,
.article-box h2 + h2,
.article-box .h1-title + h2,
.article-box .h2-title + h2,
.article-box h1 + .h1-title,
.article-box h2 + .h1-title,
.article-box .h1-title + .h1-title,
.article-box .h2-title + .h1-title,
.article-box h1 + .h2-title,
.article-box h2 + .h2-title,
.article-box .h1-title + .h2-title,
.article-box .h2-title + .h2-title {
  margin-top: 20px;
}
.article-box h1.title-space,
.article-box h2.title-space,
.article-box .h1-title.title-space,
.article-box .h2-title.title-space {
  line-height: 1.55;
}
.article-box a {
  color: var(--clr-att);
}
.article-box a:hover {
  color: var(--clr-attention);
}
.submit-box {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.submit-box .btn {
  height: 55px;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 0 30px;
  min-width: 298px;
  max-width: 100%;
}
.page-section-box {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  border: 1px solid #DCDCDC;
  border-radius: 2rem;
  line-height: 1.25;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}
.page-section-box.section-side {
  background-color: #fafafa;
  font-size: 16px;
}
.page-section-box .section-title-wrap {
  display: block;
  border-bottom: 1px solid #DCDCDC;
  background-color: #FAFAFA;
  padding: 19px 40px 14px 40px;
  padding: 19px 4rem 14px 4rem;
}
.page-section-box .section-content-wrap {
  display: block;
  padding: 40px 30px;
  padding: 4rem 3rem;
}
.page-section-box .section-title {
  display: block;
  font-size: 1.22222222em;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
.page-section-box .frm-field {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  line-height: inherit;
}
.page-section-box .frm-row {
  line-height: inherit;
}
.page-section-box .frm-row:last-child .frm-field {
  margin-bottom: 0;
}
.page-section-box .frm-field-title {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-section-box .frm-select {
  margin-bottom: 7px;
  margin-left: 10px;
}
.page-section-box .frm-select:last-child {
  margin-bottom: 0;
}
.page-section-box table {
  margin: 0;
}
.page-section-box .tbl-wrap {
  margin: -20px -30px -40px -30px;
  margin: -2rem -3rem -4rem -3rem;
}
.page-section-box .tbl-wrap table {
  margin: 0;
}
.page-section-box .tbl-wrap table thead th:first-child,
.page-section-box .tbl-wrap table tbody th:first-child,
.page-section-box .tbl-wrap table thead td:first-child,
.page-section-box .tbl-wrap table tbody td:first-child {
  padding-left: 40px;
  padding-left: 4rem;
}
.page-section-box .tbl-wrap table thead th:last-child,
.page-section-box .tbl-wrap table tbody th:last-child,
.page-section-box .tbl-wrap table thead td:last-child,
.page-section-box .tbl-wrap table tbody td:last-child {
  padding-right: 30px;
  padding-right: 3rem;
}
.cart-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.cart-box .items-wrap {
  border-top: 1px solid #83857E;
}
.cart-box .item-wrap {
  border-bottom: 1px solid #83857E;
}
.cart-box .cart-title {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 22px;
  font-weight: bold;
  display: block;
}
.cart-box .cart-total-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 40px;
  margin-top: 4rem;
  margin-left: 0;
 /* margin-right: -40px;
  margin-right: -4rem;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cart-box .cart-total-wrap .cart-total {
  padding: 10px 40px 10px 0;
  padding: 1rem 4rem 1rem 0;
  padding: 1rem 0rem 1rem 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.cart-box .cart-total-wrap .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px;
  margin-right: 40px;
  margin-right: 4rem;
  white-space: normal;
}
.card-box {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.card-box .photos-inner-wrap {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-box .info-inner-wrap {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 4px;
  padding-left: 40px;
  padding-left: 4rem;
}
.card-box .photos-slider-box {
  max-width: 560px;
  margin: 0;
}
.card-box .title-wrap {
  margin-bottom: 20px;
}
.card-box .price-wrap {
  margin: 0 -10px 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 22px;
  line-height: 1.25;
}
.card-box .price-wrap .elm-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 10px 0;
}
.card-box .widget-wrap {
  line-height: 1;
  margin-bottom: 20px;
}
.card-box .actions-wrap {
  margin: 0 -10px 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.card-box .actions-wrap .btn,
.card-box .actions-wrap .btn-action-ico {
  margin: 0 10px 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-box .h2-title {
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
.card-box .h2-title:last-child {
  margin-bottom: 0;
}
.photos-slider-box {
  display: block;
  position: relative;
  padding: 0 0 0 60px;
}
.photos-slider-box .slider-outer-wrap {
  padding: 0 70px;
  padding: 0 7rem;
  position: relative;
}
.photos-slider-box .slider-outer-wrap .ico-arrow {
  position: absolute;
  top: 50%;
  left: -40px;
  left: -4rem;
  margin-top: -15px;
}
.photos-slider-box .slider-outer-wrap .ico-arrow.slick-disabled {
  opacity: 0.3;
}
.photos-slider-box .slider-outer-wrap .ico-arrow-next {
  left: auto;
  right: -40px;
  right: -4rem;
}
.photos-slider-box .slider-wrap .elm-photo {
  height: 480px;
}
.photos-slider-box .sl-wrap.active .elm-photo:after {
  opacity: 1;
}
.photos-slider-box .elm-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity ease 0.2s;
}
.questions-box {
  margin-bottom: 70px;
  margin-bottom: 7rem;
}
.questions-box .items-wrap {
  border-top: 1px solid var(--clr-base);
}
.questions-box .item-wrap {
  border-bottom: 1px solid var(--clr-base);

}


.title-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.title-box.title-small {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.title-box .page-title,
.title-box .page-subtitle {
  margin-bottom: 0.3em;
  text-transform: uppercase;
}
.title-box .page-title:last-child,
.title-box .page-subtitle:last-child {
  margin-bottom: 0;
}
.catalog-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.catalog-box .items-wrap {
  margin: 0 -20px -50px -20px;
  margin: 0 -2rem -5rem -2rem;
}
.catalog-box .slider-wrap {
  margin: 0 -20px;
  margin: 0 -2rem;
}
.catalog-box .sl-wrap {
  padding: 0 20px;
  padding: 0 2rem;
}
.catalog-box .item-wrap {
  padding: 0 20px;
  padding: 0 2rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  width: 33.33%;
  width: 25%;
}
.catalog-box .slick-dots {
  padding-top: 20px;
}
.catalog-box .ico-arrow {
  position: absolute;
  top: 50%;
  left: -50px;
  left: -5rem;
  margin-top: -15px;
}
.catalog-box .ico-arrow-next {
  left: auto;
  right: -50px;
  right: -5rem;
  right: 3rem;
}
.catalog-box .ico-arrow-prev{
  left: auto;
  right: -50px;
  right: -5rem;
  right: 7rem;
}
.catalog-menu-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 400;
  color: var(--clr-light);
}
.catalog-menu-box .menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px 0 0;
  border-bottom: 1px solid #83857E;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-menu-box li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalog-menu-box a {
  display: block;
  position: relative;
  padding: 0 40px 13px 0;
}
.catalog-menu-box a.active {
  font-weight: bold;
}
.catalog-menu-box a:not(:hover) {
  color: var(--clr-base);
}
.breadcrumbs-box {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 45px 0 58px 0;
  padding: 4.5rem 0 5.8rem 0;
  font-weight: 500;
}
.breadcrumbs-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 0;
}
.breadcrumbs-box .menu li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin: 0 20px 0 0;
}
.breadcrumbs-box .menu li:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 100%;
  background: url(../img/icons/arrow-bread.svg) center no-repeat;
  background-size: 10px auto;
  margin-top: -10px;
}
.breadcrumbs-box .menu li:last-child:after {
  display: none;
}
.breadcrumbs-box a:not(:hover) {
  color: inherit;
}
.wrap-dark .page-title-box {
  color: #fff;
}
.bg-dark {
  background-color: var(--clr-base);
  color: #fff;
}
.bg-actions-box .action-wrap > a.btn.all_ws:not(:hover)  {
  background:#37f713;
  color:#000!important;
}

.bg-actions-box .action-wrap > a.btn.all_ws:hover {
  background:#ff5e0d;
  border-color:#ff5e0d;
  color:#fff!important;
}
@media (max-width: 1399px) {
  .catalog-box .ico-arrow-prev {
    left: 3rem;
  }
  .catalog-box .ico-arrow-next {
    right: 3rem;
  }
}
@media (max-width: 1279px) {
  .main-history-box .elm-photo {
    right: 50%;
    margin-right: -640px;
  }
}
@media (max-width: 1199px) {
  .main-map-box .items-wrap {
    margin-right: -10px;
  }
  .main-start-box .box-inner-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .about-article-box .section-main {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .about-article-box .section-main .article-column-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .main-brand-box .items-wrap {
    margin-left: -60px;
  }
}
@media (max-width: 1023px) {
  .main-photos-box .items-wrap {
    margin: 0 -5px -10px -5px;
  }
  .main-photos-box .item-wrap {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main-terms-box .item-wrap {
    width: 100%;
  }
  .main-terms-box .item-wrap + .item-wrap {
    width: 100%;
  }
  .main-terms-box .info-inner-wrap {
    min-height: 38rem;
  }
  .main-map-box .inner-wrap {
    display: block;
  }
  .main-map-box .title-inner-wrap {
    width: 100%;
    padding-right: 0;
  }
  .main-map-box .items-inner-wrap {
    width: 100%;
  }
  .main-start-box .h1-title {
    font-size: 4.5rem;
  }
  .main-partners-box .item-wrap {
    width: 33.33%;
  }
  .about-article-box .section-main,
  .about-article-box .section-inner,
  .about-article-box .section-full {
    margin-left: -10px;
    margin-right: -10px;
  }
  .about-article-box .section-main .article-column-wrap,
  .about-article-box .section-inner .article-column-wrap,
  .about-article-box .section-full .article-column-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-subscribe-box {
    text-align: center;
  }
  .main-subscribe-box .inner-wrap {
    display: block;
  }
  .main-subscribe-box .title-inner-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 4rem;
  }
  .main-subscribe-box .form-inner-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .main-subscribe-box .frm-row {
    margin: 0 auto;
    max-width: 572px;
    width: 100%;
  }
  .main-subscribe-box .inner-title {
    padding-left: 0;
    padding-top: 34px;
  }
  .main-subscribe-box .inner-title:before {
    top: 0;
    left: 50%;
    margin: 0 0 0 -15px;
  }
  .main-subscribe-box p {
    margin-left: auto;
    margin-right: auto;
  }
  .main-brand-box .inner-wrap {
    display: block;
  }
  .main-brand-box .item-wrap {
    width: 250px;
  }
  .main-brand-box .item-wrap:nth-child(5) {
    display: block;
  }
  .main-brand-box .items-wrap {
    left: 50%;
    margin-left: -470px;
  }
  .main-brand-box .title-inner-wrap {
    width: 100%;
    padding-right: 0;
    text-align: center;
    display: block;
    padding-top: 20px;
    min-height: 0;
    margin-bottom: 200px;
  }
  .main-brand-box .inner-title {
    margin-right: 0;
    font-size: 20px;
  }
  .main-brand-box p {
    margin-left: auto;
    margin-right: auto;
  }
  .main-about-box .inner-wrap {
    min-height: 400px;
    padding-top: 100px;
  }
  .main-catalog-box .item-wrap {
    width: 50%;
  }
  .main-catalog-box .wrap-main {
    width: 100%;
  }
  .map-box {
    width: 810px;
    left: 50%;
    margin-left: -405px;
  }
  .add-shop-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  .news-box .item-wrap {
    width: 50%;
  }
  .article-box .article-columns-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-box .column-main {
    width: calc(100% - 32.2rem);
    -ms-flex-order: 1;
        order: 1;
  }
  .article-box .column-right {
    -ms-flex-order: 2;
        order: 2;
  }
  .article-box .column-middle {
    width: 100%;
    padding: 0;
    margin-top: 4rem;
    -ms-flex-order: 3;
        order: 3;
  }
  .page-section-box {
    font-size: 16px;
  }
  .photos-slider-box {
    padding: 0;
  }
  .photos-slider-box .slider-outer-wrap {
    margin-bottom: 5px;
    padding: 0;
  }
  .photos-slider-box .slider-outer-wrap .ico-arrow {
    left: 10px;
  }
  .photos-slider-box .slider-outer-wrap .ico-arrow-next {
    left: auto;
    right: 10px;
  }
  .photos-slider-box .slider-preview-wrap {
    margin: 0 -5px;
  }
  .photos-slider-box .slider-preview-wrap .sl-wrap {
    padding: 0 5px;
  }
  .catalog-box .item-wrap {
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .catalog-box .items-wrap {
    margin: 0 -5px -30px -5px;
  }
  .catalog-box .slider-wrap {
    margin: 0 -5px;
  }
  .catalog-box .sl-wrap {
    padding: 0 5px;
  }
  .catalog-menu-box .menu {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .catalog-menu-box .menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media (max-width: 767px) {
  .main-photos-box .inner-wrap {
    display: block;
  }
  .main-photos-box .title-inner-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .main-photos-box .title-wrap {
    min-height: 0;
  }
  .main-map-box .map-inner-wrap {
    width: 800px;
    margin-left: -400px;
  }
  .main-start-box .box-inner-wrap {
    padding: 20px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-start-box .info-inner-wrap {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 4rem;
  }
  .main-start-box .item-tile-start {
    margin: 0 auto;
  }
  .main-start-box .photo-inner-wrap {
    -ms-flex: inherit;
        flex: inherit;
    width: 100%;
  }
  .main-start-box .h1-title {
    margin-right: 0;
  }
  .main-start-box .info-wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-article-box .section-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-article-box .section-inner .article-column-wrap {
    width: 52.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-article-box .section-inner .article-column-wrap + .article-column-wrap {
    width: 47.5%;
  }
  .about-article-box .section-inner .article-column-wrap + .article-column-wrap + .article-column-wrap {
    margin-top: 5rem;
    width: 100%;
  }
  .main-reviews-box .item-wrap {
    width: 50%;
  }
  .main-srt-box .inner-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-srt-box .info-inner-wrap {
    width: 100%;
    padding-left: 0;
    text-align: center;
    -ms-flex-order: 1;
        order: 1;
  }
  .main-srt-box .logo-inner-wrap {
    display: block;
  }
  .main-srt-box .logo-inner-wrap p,
  .main-srt-box .logo-inner-wrap .logo-title {
    margin: 0 auto;
    width: 100%;
  }
  .main-srt-box .logo-inner-wrap .elm-photo {
    margin: 0 auto 15px auto;
  }
  .main-srt-box .photo-inner-wrap {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 400px;
  }
  .main-srt-box .photo-inner-wrap .elm-photo {
    margin-left: auto;
    margin-right: auto;
  }
  .main-srt-box .photo-inner-wrap .elm-photo img {
    position: static;
  }
  .main-srt-box .photo-inner-wrap .elm-photo:before {
    display: none;
  }
  .main-srt-box p {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main-srt-box .info-title-image {
    margin-left: auto;
    margin-right: auto;
  }
  .catalog-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .main-terms-box .title-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-terms-box .info-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-map-box .item-wrap {
    width: 50%;
  }
  .main-map-box .map-inner-wrap {
    width: 640px;
    margin-left: -320px;
  }
  .main-photos-box .h1-title,
  .main-map-box .h1-title,
  .main-history-box .h1-title,
  .main-start-box .h1-title,
  .main-pluses-box .h1-title {
    font-size: 4.5rem;
  }
  .main-partners-box .item-wrap {
    width: 50%;
  }
  .main-partners-box .photo-inner-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-partners-box .photo-inner-wrap .h1-title {
    font-size: 4.5rem;
  }
  .about-article-box {
    font-size: 10px;
  }
  .main-subscribe-box .frm-row {
    display: block;
    max-width: 300px;
  }
  .main-subscribe-box .field-input {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .main-subscribe-box .field-button {
    width: 100%;
  }
  .main-about-box .inner-wrap {
    padding-top: 50px;
    min-height: 300px;
  }
  .main-about-box .info-inner-wrap {
    margin-right: 0;
    max-width: 100%;
    padding-left: 25rem;
    padding-top: 14rem;
    background-size: 70% auto;
  }
  .main-tiles-box .item-wrap {
    width: 100%;
  }
  .gallery-slider-box .title-box {
    padding-right: 0;
  }
  .gallery-slider-box .item-tile-gallery,
  .gallery-slider-box .item-tile-photo-link {
    width: 260px;
  }
  .gallery-slider-box .ico-arrow {
    display: none !important;
  }
  .tiles-box .item-wrap {
    width: 100%;
  }
  .submit-box .btn {
    width: 100%;
    min-width: 0;
  }
  .page-section-box .tbl-wrap {
    margin-top: -4rem;
  }
  .page-section-box .tbl-wrap table.tbl-orders {
    display: block;
    position: relative;
    border-top: none;
  }
  .page-section-box .tbl-wrap table.tbl-orders .tbl-order-item {
    display: block;
    text-align: center;
  }
  .page-section-box .tbl-wrap table.tbl-orders .tbl-order-item .elm-photo {
    margin: 0 auto 20px auto;
  }
  .page-section-box .tbl-wrap table.tbl-orders .tbl-order-item .tbl-info-wrap {
    text-align: center;
    padding-left: 0;
  }
  .page-section-box .tbl-wrap table.tbl-orders thead tr:last-child th:last-child,
  .page-section-box .tbl-wrap table.tbl-orders tbody tr:last-child th:last-child,
  .page-section-box .tbl-wrap table.tbl-orders thead tr:last-child td:last-child,
  .page-section-box .tbl-wrap table.tbl-orders tbody tr:last-child td:last-child {
    border-bottom: none;
  }
  .page-section-box .tbl-wrap table.tbl-orders thead th,
  .page-section-box .tbl-wrap table.tbl-orders tbody th,
  .page-section-box .tbl-wrap table.tbl-orders thead td,
  .page-section-box .tbl-wrap table.tbl-orders tbody td {
    padding: 5px 10px;
    border: none;
  }
  .page-section-box .tbl-wrap table.tbl-orders thead th:first-child,
  .page-section-box .tbl-wrap table.tbl-orders tbody th:first-child,
  .page-section-box .tbl-wrap table.tbl-orders thead td:first-child,
  .page-section-box .tbl-wrap table.tbl-orders tbody td:first-child {
    padding: 20px 10px 10px 10px;
  }
  .page-section-box .tbl-wrap table.tbl-orders thead th:last-child,
  .page-section-box .tbl-wrap table.tbl-orders tbody th:last-child,
  .page-section-box .tbl-wrap table.tbl-orders thead td:last-child,
  .page-section-box .tbl-wrap table.tbl-orders tbody td:last-child {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
  }
  .page-section-box .tbl-wrap table.tbl-orders thead th[data-title]:before,
  .page-section-box .tbl-wrap table.tbl-orders tbody th[data-title]:before,
  .page-section-box .tbl-wrap table.tbl-orders thead td[data-title]:before,
  .page-section-box .tbl-wrap table.tbl-orders tbody td[data-title]:before {
    content: attr(data-title);
    font-size: 14px;
    font-weight: 500;
    display: block;
  }
  .page-section-box .tbl-wrap table.tbl-orders thead {
    display: none;
  }
  .page-section-box .tbl-wrap table.tbl-orders tbody,
  .page-section-box .tbl-wrap table.tbl-orders tr,
  .page-section-box .tbl-wrap table.tbl-orders td,
  .page-section-box .tbl-wrap table.tbl-orders th {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
  }
  .card-box {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .card-box .photos-inner-wrap {
    width: 100%;
    margin-bottom: 5rem;
  }
  .card-box .info-inner-wrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 479px) {
  .main-photos-box .item-wrap {
    width: 50%;
  }
  .main-photos-box .elm-photo {
    height: 230px;
  }
  .main-terms-box .title-inner-wrap {
    display: block;
  }
  .main-terms-box .title-inner-wrap .title-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 5rem;
  }
  .main-terms-box .title-inner-wrap .info-wrap {
    width: 100%;
    padding: 0;
  }
  .main-fs-box .logo-title {
    margin-left: 0;
  }
  .about-article-box .article-section-wrap {
    display: block;
  }
  .about-article-box .article-column-wrap {
    width: 100%;
    min-width: 100%;
    margin-top: 5rem;
  }
  .about-article-box .article-column-wrap:first-child {
    margin-top: 0;
  }
  .about-article-box .section-full .elm-photo + .page-inner-title {
    margin-top: 3rem;
    padding-left: 0;
  }
  .main-about-box .info-inner-wrap {
    background-size: 200px auto;
    padding-left: 0;
  }
  .add-shop-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-title-box img {
    height: 14rem;
  }
  .article-box .column-main {
    width: 100%;
    padding-right: 0;
  }
  .article-box .column-right {
    width: 100%;
  }
}
@media (max-width: 439px) {
  .main-map-box .item-wrap {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .main-pluses-box .item-wrap {
    width: 33.33%;
  }
  .main-history-box .items-wrap {
    display: block;
    columns: 2;
    column-gap: 0;
  }
}
@media (min-width: 1024px) {
  .main-pluses-box .item-wrap {
    width: 25%;
  }
  .main-history-box .items-wrap {
    columns: 3;
  }
  .page-section-box.section-side .section-title-wrap {
    padding: 3rem 3rem 2rem 3rem;
  }
  .page-section-box.section-side .section-content-wrap {
    padding: 3rem;
  }
  .photos-slider-box .slider-preview-wrap {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -10px;
  }
  .photos-slider-box .slider-preview-wrap .slick-slide {
    border: none;
  }
  .photos-slider-box .slider-preview-wrap .sl-wrap {
    height: 70px;
    padding: 0 0 10px 0;
  }
  .photos-slider-box .slider-preview-wrap .elm-photo {
    height: 60px;
  }
  .map-outer-wrap,
  .content-outer-wrap,
  .order-outer-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .map-outer-wrap .content-wrap,
  .content-outer-wrap .content-wrap,
  .order-outer-wrap .content-wrap {
    -ms-flex: 1;
        flex: 1;
    padding: 0 4rem 0 0;
    max-width: calc(100% - 34.7rem);
  }
  .map-outer-wrap .side-wrap,
  .content-outer-wrap .side-wrap,
  .order-outer-wrap .side-wrap {
    width: 34.7rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .content-outer-wrap .side-wrap {
    width: 41rem;
  }
  .content-outer-wrap .content-wrap {
    max-width: calc(100% - 41rem);
    padding-right: 6rem;
  }
  .map-outer-wrap {
    padding-top: 1.5rem;
  }
  .map-outer-wrap .side-wrap {
    width: 39.8rem;
  }
  .map-outer-wrap .content-wrap {
    max-width: calc(100% - 39.8rem);
    padding-right: 5.2rem;
  }
}
@media (min-width: 1200px) {
  .main-pluses-box .item-wrap {
    width: 27%;
  }
  .main-pluses-box .item-wrap + .item-wrap {
    width: 31%;
  }
  .main-pluses-box .item-wrap + .item-wrap + .item-wrap {
    width: 27%;
  }
  .main-pluses-box .item-wrap + .item-wrap + .item-wrap + .item-wrap {
    width: 15%;
  }
  .main-pluses-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap {
    width: 18%;
  }
  .main-pluses-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap {
    width: 29%;
  }
  .main-pluses-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap {
    width: 25%;
  }
  .main-pluses-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap {
    width: 18%;
  }
  .main-pluses-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap {
    width: 10%;
  }
  .main-history-box .inner-wrap {
    padding-top: 40px;
  }
  .main-history-box .title-inner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 40px;
  }
  .main-history-box .items-wrap {
    display: -ms-flexbox;
    display: flex;
    columns: 1;
    column-gap: 0;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 0;
    margin: 0;
    width: 1230px;
    max-width: inherit;
    min-width: 1230px;
  }
  .main-history-box .items-outer-wrap {
    overflow: visible;
  }
  .main-history-box .item-wrap {
    width: 130px;
    padding: 0 10px;
    margin: 0;
    margin-top: 465px;
  }
  .main-history-box .item-wrap:after {
    display: none;
  }
  .main-history-box .item-wrap:before {
    display: none;
  }
  .main-history-box .item-wrap .item-tile-history .tile-title {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .main-history-box .item-wrap .item-tile-history {
    position: static;
    font-size: 11px;
  }
  .main-history-box .item-wrap .item-tile-history .tile-title:after {
    display: none;
  }
  .main-history-box .item-wrap .item-tile-history .tile-text {
    position: relative;
    display: block;
    overflow: visible;
  }
  .main-history-box .item-wrap .item-tile-history .tile-text:after,
  .main-history-box .item-wrap .item-tile-history .tile-text:before {
    content: "";
    display: block;
    position: absolute;
    top: -32px;
    left: -10px;
    bottom: -100px;
    border-left: 1px dashed #56586B;
    width: 1px;
  }
  .main-history-box .item-wrap .item-tile-history .tile-text:after {
    border: none;
    top: 50%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  }
  .main-history-box .item-wrap .item-tile-history ul {
    position: static;
  }
  .main-history-box .item-wrap .item-tile-history ul:after,
  .main-history-box .item-wrap .item-tile-history ul:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(86, 88, 107, 0.5);
    position: absolute;
    z-index: 2;
    top: -20px;
    left: -10px;
    margin-left: -6px;
    margin-top: -6px;
  }
  .main-history-box .item-wrap .item-tile-history ul:before {
    background-color: #56586B;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
  }
  .main-history-box .item-wrap + .item-wrap {
    width: 145px;
    margin-top: 440px;
  }
  .main-history-box .item-wrap + .item-wrap .item-tile-history .tile-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main-history-box .item-wrap + .item-wrap .item-tile-history {
    font-size: 12px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap {
    width: 215px;
    margin-top: 310px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap .item-tile-history .tile-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap .item-tile-history {
    font-size: 14px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap + .item-wrap {
    width: 300px;
    margin-top: 190px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap + .item-wrap .item-tile-history .tile-title {
    font-size: 25px;
    margin-bottom: 32px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap + .item-wrap .item-tile-history {
    font-size: 15px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap {
    width: 190px;
    margin-top: 120px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap .item-tile-history .tile-title {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap .item-tile-history {
    font-size: 15px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap {
    width: 210px;
    margin-top: 0;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap .item-tile-history .tile-title {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .main-history-box .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap + .item-wrap .item-tile-history {
    font-size: 15px;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  height: 55px;
  height: 5.5rem;
  padding: 0 10px 0 18px;
  font-size: 16px;
  color: var(--clr-base);
  background: #FAFAFA;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}
[placeholder]::-webkit-input-placeholder {
  color: #808080;
}
[placeholder]:-moz-placeholder {
  color: #808080;
}
[placeholder]::-moz-placeholder {
  color: #808080;
}
[placeholder]:-ms-input-placeholder {
  color: #808080;
}
select.form-input {
  display: block;
  width: 100%;
  padding-right: 30px;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 20px center;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
}
select.form-input.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 0 16px 0 0;
  color: inherit;
  font-weight: bold;
  background-image: url(../img/icons/arrow-select.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
select.form-input:required:invalid {
  color: #ADADAD;
}
.btn {
  height: 45px;
  padding: 0 30px;
  border-radius: 5px;
  border: 1px solid var(--clr-attention);
  background-color: var(--clr-attention);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn:hover {
  color: var(--clr-base) !important;
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.btn.button-att {
  color: var(--clr-base) !important;
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.btn.button-att:hover {
  color: #fff !important;
  background-color: var(--clr-attention);
  border-color: var(--clr-attention);
}
.btn.button-dark:not(:hover) {
  border-color: #000000;
  background-color: #000000;
}
.btn.button-border:not(:hover) {
  background-color: transparent;
  color: #231f20;
}
.btn.button-border:hover,
.btn.button-border.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.btn.button-border:hover .button-ico,
.btn.button-border.active .button-ico {
  filter: brightness(0) invert(1);
}
.btn.button-border-dark:not(:hover) {
  background-color: transparent;
  color: var(--clr-base);
  border-color: var(--clr-base);
}
.btn.button-border-dark:hover,
.btn.button-border-dark.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.btn.button-border-dark:hover .button-ico,
.btn.button-border-dark.active .button-ico {
  filter: brightness(0) invert(1);
}
.btn.button-border-light:not(:hover) {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.button-border-light:hover,
.btn.button-border-light.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.btn.button-border-light:hover .button-ico,
.btn.button-border-light.active .button-ico {
  filter: brightness(0) invert(1);
}
.btn .button-ico {
  width: 24px;
  height: 24px;
  margin: 0 10px;
  transition: all ease 0.2s;
}
.btn .button-ico:last-child {
  margin-right: 0;
}
.btn .button-ico:first-child {
  margin-left: 0;
}
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img,
.btn-action-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: 24px;
  max-height: 24px;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  box-shadow: none;
}
.btn-action-ico.ico-point {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.btn-action-ico.ico-point:hover {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.btn-action-ico.ico-point:before {
  background-image: url(../img/icons/point.svg);
  background-size: 14px auto;
}
.btn-action-ico.ico-arrow {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: var(--clr-base);
  z-index: 20;
  cursor: pointer;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.svg);
  background-size: auto 24px;
}
.btn-action-ico.ico-arrow:hover {
  background-color: var(--clr-attention);
}
.btn-action-ico.ico-arrow-second {
  width: 40px;
  height: 40px;
  border: 1px solid var(--clr-base);
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.btn-action-ico.ico-arrow-second:hover {
  border: 1px soplid var(--clr-base);
  border-radius: 0;
  box-shadow: none;
  background-color: var(--clr-base);
}
.btn-action-ico.ico-arrow-second:hover:before {
  filter: brightness(0) invert(1);
}
.btn-action-ico.ico-arrow-second:before {
  background-image: url(../img/icons/arrow-slider-second.svg);
  background-size: 40px auto;
}
.btn-action-ico.ico-arrow-second.ico-arrow-prev:before {
  transform: scaleX(-1);
}
.btn-action-ico.ico-arrow-prev:before {
  transform: rotate(180deg);
}
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
  width: 24px;
  height: 18px;
  border-top: 2px solid var(--clr-base);
  border-bottom: 2px solid var(--clr-base);
  margin: -9px 0 0 -12px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.btn-action-ico.ico-menu:before {
  height: 2px;
  margin-top: -1px;
  border-top: none;
}
.btn-action-ico.ico-menu.active:after {
  height: 2px;
  margin-top: -1px;
  border-top: none;
  transform: rotate(-45deg);
}
.btn-action-ico.ico-menu.active:before {
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close:before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -10px;
  background: var(--clr-base);
}
.btn-action-ico.ico-close:before {
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after {
  transform: rotate(-45deg);
}
.btn-action-ico.ico-search {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(24, 24, 24, 0.65);
}
.btn-action-ico.ico-search:before {
  background-image: url(../img/icons/search.svg);
}
.btn-action-ico.ico-search:hover {
  border: 1px solid rgba(24, 24, 24, 0.65);
}
.btn-action-ico.ico-fav:before {
  background-image: url(../img/icons/fav.svg);
  background-size: 26px auto;
}
.btn-action-ico.ico-add-fav {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.btn-action-ico.ico-add-fav:hover {
  border-color: #000;
}
.btn-action-ico.ico-add-fav.active {
  border-color: var(--clr-attention);
}
.btn-action-ico.ico-add-fav.active:before {
  opacity: 0;
}
.btn-action-ico.ico-add-fav.active:after {
  opacity: 1;
}
.btn-action-ico.ico-add-fav:before {
  background-image: url(../img/icons/fav.svg);
  background-size: 26px auto;
}
.btn-action-ico.ico-add-fav:after {
  background-image: url(../img/icons/fav-active.svg);
  opacity: 0;
  background-size: 26px auto;
}
.btn-action-ico.ico-del {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #83857E;
}
.btn-action-ico.ico-del:hover {
  border-color: var(--clr-base);
}
.btn-action-ico.ico-del:hover:before,
.btn-action-ico.ico-del:hover:after {
  background-color: var(--clr-base);
}
.btn-action-ico.ico-del:before,
.btn-action-ico.ico-del:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #83857E;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -6px;
  transform: rotate(45deg);
}
.btn-action-ico.ico-del:before {
  transform: rotate(-45deg);
}
.btn-action-ico.ico-cart:before {
  background-image: url(../img/icons/cart.svg);
  background-size: 21px auto;
}
.btn-action-ico.button-soc:hover {
  opacity: 0.8;
}
.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
  max-width: 30px;
  max-height: 30px;
}
.btn-action-ico[data-count] {
  overflow: visible;
}
.btn-action-ico[data-count]:after {
  content: attr(data-count);
  text-indent: 0;
  display: block;
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  height: 16px;
  min-width: 16px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--clr-base);
  padding: 0 4px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  margin-left: 2px;
  margin-top: 1px;
}
.btn-action-toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 0 0;
}
.btn-action-toggle:after {
  content: "";
  display: block;
  width: 7px;
  height: 6px;
  position: absolute;
  background: url(../img/icons/arrow-menu.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  transition: all ease 0.2s;
  filter: brightness(0) grayscale(1);
}
.btn-action-toggle.active:after {
  transform: rotate(180deg);
}
.btn-action-toggle:hover:after {
  filter: none;
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-row,
.frm-field,
.frm-row-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1;
}
.frm-field {
  display: block;
  width: 100%;
}
.frm-select {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select input[type="radio"] ~ label:before,
.frm-select input[type="radio"] ~ label:after {
  border-radius: 50%;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  padding-left: 30px;
  line-height: 1.25;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--clr-base);
  position: absolute;
  top: 0.625em;
  left: 8px;
  margin-left: -8px;
  margin-top: -8px;
}
.frm-select label:after {
  width: 10px;
  height: 10px;
  background-color: var(--clr-base);
  margin: -5px 0 0 -5px;
  opacity: 0;
}
.frm-field-counter {
  display: block;
  position: relative;
  width: 70px;
  height: 20px;
  padding: 0 20px;
}
.frm-field-counter .counter-value {
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #83857E;
}
.frm-field-counter .btn-plus,
.frm-field-counter .btn-minus {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #83857E;
  transition: all ease 0.2s;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  border-radius: 50%;
}
.frm-field-counter .btn-plus:hover,
.frm-field-counter .btn-minus:hover {
  border-color: var(--clr-base);
}
.frm-field-counter .btn-plus:hover:before,
.frm-field-counter .btn-minus:hover:before,
.frm-field-counter .btn-plus:hover:after,
.frm-field-counter .btn-minus:hover:after {
  background-color: var(--clr-base);
}
.frm-field-counter .btn-plus:before,
.frm-field-counter .btn-minus:before,
.frm-field-counter .btn-plus:after,
.frm-field-counter .btn-minus:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px;
  transition: all ease 0.2s;
  background-color: #83857E;
}
.frm-field-counter .btn-plus {
  left: auto;
  right: 0;
}
.frm-field-counter .btn-plus:before {
  transform: rotate(90deg);
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.i,
[class*="icon-"] {
  display: block;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: cover) {
  .img-bg-cover {
    height: 100%;
    object-fit: cover;
  }
}
@supports (object-fit: contain) {
  .img-bg-contain {
    height: 100%;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  animation: fadein ease 0.3s;
}
.js-tab-block {
  display: none;
  animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.items-wrap.show-all .item-wrap.wrap-hidden {
  display: block;
}
.items-wrap.show-all .wrap-more a:after {
  content: attr(data-hide);
}
.item-wrap {
  width: 100%;
  position: relative;
  break-inside: avoid-column;
  display: block;
  animation: fadein ease 0.2s;
}
.item-wrap.wrap-more ~ .item-wrap {
  display: none;
}
.item-wrap.wrap-more.active {
  display: none;
}
.item-wrap.wrap-more.active ~ .item-wrap {
  display: block;
}
.item-wrap.wrap-more a:after {
  content: attr(data-show);
}
.item-wrap.wrap-hidden {
  display: none;
  animation: fadein ease 0.2s;
}
.slider-wrap,
.slider,
.sl-wrap {
  position: relative;
  line-height: 1;
  display: block;
}
.sl-wrap ~ .sl-wrap {
  display: none;
}
.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 0;
  margin: 0;
}
.slick-dots li {
  margin: 0 5px 5px 0;
  padding: 0;
  display: block;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  background: none;
  border: none;
  min-width: 0;
  padding: 0;
  box-shadow: none;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C4C4C4;
}
.slick-dots li button:hover,
.slick-dots li button.active {
  background: var(--clr-base);
}
.slick-dots .slick-active button {
  background: var(--clr-base);
}
.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;
}
.tile-photo {
  transform: translateZ(0);
}
.tile-photo img {
  transition: all ease 0.2s;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none !important;
  }
  .slick-dots li button:hover,
  .slick-dots li button.active {
    background-color: #c4c4c4;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none !important;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Bold.eot');
  src: local('TT Norms Bold'), local('TTNorms-Bold'), url('../fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TTNorms-Bold.woff') format('woff'), url('../fonts/TTNorms-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Regular.eot');
  src: local('TT Norms Regular'), local('TTNorms-Regular'), url('../fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TTNorms-Regular.woff') format('woff'), url('../fonts/TTNorms-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Light.eot');
  src: local('TT Norms Light'), local('TTNorms-Light'), url('../fonts/TTNorms-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/TTNorms-Light.woff') format('woff'), url('../fonts/TTNorms-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Medium.eot');
  src: local('TT Norms Medium'), local('TTNorms-Medium'), url('../fonts/TTNorms-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/TTNorms-Medium.woff') format('woff'), url('../fonts/TTNorms-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Impact';
  src: url('../fonts/impact.eot'); /* IE 9 Compatibility Mode */
  src: url('../fonts/impact.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/impact.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/impact.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/impact.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/impact.svg#impact') format('svg'); /* Chrome < 4, Legacy iOS */
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */

.btn-action-ico.button-search {
  border-radius: 5px;
  background: #000;
}
.btn-action-ico.button-search:hover {
  background: #090909;
}
.btn-action-ico.button-search:before {
  background-image: url(../img/search.svg);
  background-size: 100% auto;
}
.btn-action-ico.button-close {
  border-radius: 5px;
  background: #f0f0f0;
}
.btn-action-ico.button-close:hover {
  background: #f9f9f9;
}
.btn-action-ico.button-close:before {
  background-image: url(../img/close.svg);
  background-size: 100% auto;
}
.btn.button-large {
  height: 65px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.elm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.elm-row .row-title {
  font-weight: bold;
  padding-right: 10px;
}
.elm-row .row-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-row.row-att {
  color: #FF5E0D;
}
.elm-row.row-total {
  border-top: 1px solid #83857E;
  padding-top: 19px;
}
.frm-select.select-second input:checked ~ label {
  font-weight: bold;
}
.form-input.input-second {
  height: 38px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--clr-base);
  border-radius: 0;
  background: none;
  border-color: #83857E;
}
.form-input.input-second[placeholder]::-webkit-input-placeholder {
  color: var(--clr-base);
}
.form-input.input-second[placeholder]:-moz-placeholder {
  color: var(--clr-base);
}
.form-input.input-second[placeholder]::-moz-placeholder {
  color: var(--clr-base);
}
.form-input.input-second[placeholder]:-ms-input-placeholder {
  color: var(--clr-base);
}
select.form-input.input-second:required:invalid {
  color: var(--clr-base);
}
.page-title.title-large {
  font-size: 33px;
  line-height: 1.25;
}
.page-title.title-large:before {
  font-size: 1em;
}
.catalog-filter-box {
  line-height: 1;
}
.catalog-filter-box .filter-content-block {
  display: none;
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 310px;
  z-index: 5;
}
.catalog-filter-box .filter-actions-wrap {
  margin: 10px 0 0 0;
  display: -ms-flexbox;
  display: flex;
}
.catalog-filter-box .filter-actions-wrap .btn-action-ico {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 0;
}
.catalog-filter-box .filter-form-wrap {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #83857E;
  background: #F7F7F7;
}
.catalog-filter-box .frm-field {
  margin-bottom: 15px;
}
.catalog-filter-box .frm-row:last-child .frm-field {
  margin-bottom: 0;
}
.catalog-filter-box .btn-popup-open {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  position: relative;
  padding-left: 28px;
  color: var(--clr-base);
}
.catalog-filter-box .btn-popup-open:hover {
  color: var(--clr-base);
}
.catalog-filter-box .btn-popup-open .button-ico {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.catalog-top-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  max-height: 330px;
}
.catalog-top-box .catalog-filter-box {
  z-index: 3;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 18px;
  margin: 0;
}
.catalog-top-box + .breadcrumbs-box {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 100px;
}
.catalog-top-box:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.catalog-top-box .elm-photo {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
}
.catalog-top-box .cat-title {
  font-size: 40px;
  line-height: 1.25;
  display: block;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.catalog-top-box .cat-title:before {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.25);
}
.order-form-box {
  max-width: 480px;
  margin-bottom: 20px;
}
.order-form-box .frm-row {
  margin: 0 -10px;
}
.order-form-box .frm-field {
  padding: 0 10px;
  margin-bottom: 10px;
}
.order-form-box .frm-title-wrap {
  margin: 20px 0 18px 0;
}
.order-form-box .frm-title-wrap:first-child {
  margin-top: 0;
}
.order-form-box .frm-title-wrap.title-small {
  margin-bottom: 10px;
}
.order-form-box .frm-title-wrap.title-small .frm-title {
  font-size: 16px;
}
.order-form-box .frm-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 10px;
}
.order-form-box .frm-title:last-child {
  margin-bottom: 0;
}
.order-form-box .frm-select {
  margin-bottom: 15px;
  font-size: 14px;
}
.order-form-box .frm-select b {
  font-weight: 500;
}
.order-form-box .frm-select:last-child {
  margin-bottom: 0;
}
.order-total-box {
  margin-bottom: 40px;
  border-radius: 15px;
  border: 1px solid #83857E;
  padding: 19px;
  font-size: 16px;
  line-height: 1.25;
  max-width: 452px;
}
.order-total-box .order-submit-wrap {
  margin-top: 30px;
}
.order-total-box .order-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 30px;
}
.order-total-box .elm-row {
  margin-bottom: 20px;
}
.order-total-box .elm-row:last-child {
  margin-bottom: 0;
}
.order-total-box .btn {
  width: 100%;
}
.lk-order-box {
  margin-bottom: 50px;
  max-width: 580px;
}
.lk-order-box .frm-row,
.lk-order-box .frm-row-submit {
  margin: 0 -10px;
}
.lk-order-box .frm-field {
  padding: 0 10px;
  margin-bottom: 10px;
}
.lk-order-box .frm-row-submit {
  padding-top: 20px;
}
.lk-order-box .frm-row-submit .frm-field {
  margin: 0;
}
.lk-order-box .frm-row-submit .btn {
  width: 100%;
}
.lk-order-box .field-select {
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lk-order-box .field-select .frm-select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin: 0 30px 10px 0;
}
.lk-menu-box {
  margin-bottom: 50px;
}
.lk-menu-box .action-wrap {
  margin-top: 30px;
}
.lk-menu-box .action-wrap .btn {
  width: 100%;
  font-size: 12px;
  letter-spacing: normal;
}
.lk-menu-box .menu {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.25;
}
.lk-menu-box .menu a {
  display: block;
  padding: 9px 0;
}
.lk-menu-box .menu a:not(:hover, .active) {
  color: inherit;
}
.lk-user-box {
  margin-bottom: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  font-size: 16px;
  line-height: 1.25;
}
.lk-user-box .user-title-wrap {
  -ms-flex: 1;
      flex: 1;
  display: block;
  padding: 0 0 0 20px;
  color: var(--clr-base);
}
.lk-user-box .elm-photo {
  width: 78px;
  border-radius: 50%;
  background: #f2f2f2 url(../img/user.jpg) center no-repeat;
  background-size: 100% auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lk-user-box .user-info {
  display: block;
  margin-bottom: 10px;
}
.lk-user-box .user-info:last-child {
  margin-bottom: 0;
}
.lk-user-box a:not(:hover) {
  color: inherit;
}
.lk-outer-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.lk-outer-wrap .side-wrap {
  -ms-flex-order: 1;
      order: 1;
}
.lk-outer-wrap .content-wrap {
  -ms-flex-order: 2;
      order: 2;
}
.cart-order-outer-wrap .cart-box {
  margin-bottom: 30px;
  max-width: 580px;
}
.cart-order-outer-wrap .cart-box .cart-title {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.25;
}
.cart-order-outer-wrap .cart-box .cart-total-wrap {
  margin-top: 20px;
}

.sort-filter {
  display: flex;
  gap: 15px;
}

.sort-wrapper{
  margin-bottom: 5rem;
}

.sort-field {
    visibility: hidden;
}

.select2-container {
    width: max-content !important;
}

.select2-container--default .select2-selection--single {
    position: relative;
    border-radius: 100px;
    border: none;
    padding: 0px 20px;
    padding-left: 45px;
    width: max-content;
    height: 42px;
    background-color: rgba(24, 24, 24, 0.05);
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    border: none;
    color: #181818;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.select2-container--default .select2-selection--single::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/icons/sort.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    background-color: rgba(24, 24, 24, 0.2);
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.select2-container--open .select2-dropdown {
    border: 1px solid rgba(24, 24, 24, 0.05);
    border-radius: 15px;
    padding: 20px;
    width: 180px!important;
    left: 0;
    top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #181818;
	font-weight: 500;
	font-size: 16px;
	line-height: 137%;
}

.select2-results__option {
	font-weight: 500;
	font-size: 16px;
	line-height: 137%;
	white-space: no-wrap;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #181818;
}


.select2-results__option:before {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/icons/radiobutton-off.svg');
    background-repeat: no-repeat;
    background-size: contain;
	border-radius: 0;
    margin-top: 0;
    background-color: unset;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:before {
    background-image: url('../img/icons/radiobutton-on.svg');
}

.select2-results__options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.select2-results__option {
	padding: 0 0 0 25px;
}


@media (max-width: 767px) {
    .select2-dropdown.mobile-dropdown {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100% !important;
        top: auto;
        border-radius: 15px 15px 0 0;
        box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
        border: 1px solid rgba(24, 24, 24, 0.2);
        max-height: 50vh;
        overflow-y: auto;
        padding: 15px;
        transform: translateY(100%);
        animation: slideUp 0.3s forwards;
    }

   .select2-results__option {
        padding: 0 25px 0 0;
   }

   .select2-results__option:before {
      content: none;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-image: url('../img/icons/radiobutton-off.svg');
      background-repeat: no-repeat;
      background-size: contain;
	  border-radius: 0;
      margin-top: 0;
      background-color: unset;
   }

   .select2-results__option:after{
	  content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-image: url('../img/icons/radiobutton-off.svg');
      background-repeat: no-repeat;
      background-size: contain;
	  border-radius: 0;
      margin-top: 0;
      background-color: unset;
   }

    .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
        filter: brightness(0.5); 
    }

   .select2-container--default .select2-results__option--highlighted[aria-selected]:after {
      background-image: url('../img/icons/radiobutton-on.svg');
   }

    .select2-mobile-header {
        position: relative;
        padding: 0 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .select2-mobile-header span {
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
    }
    
    .select2-mobile-close {
        width: 24px;
        height: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .select2-mobile-close svg {
        width: 100%;
        height: 100%;
    }
    
    .select2-mobile-close:hover svg path {
        fill: #000;
    }
    
    .select2-mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(24, 24, 24, 0.7);
        z-index: 9998;
    }
    
    .select2-container--open {
        z-index: 9999 !important;
    }

	.select2-container--default .select2-selection--single .select2-selection__rendered {
        display: none;
   }

	.select2-container--default .select2-selection--single::before {
        left: 9px;
        width: 12px;
        height: 12px;
   }

	.select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none;
   }

	.select2-container--default .select2-selection--single {
        width: 28px;
        height: 28px;
        padding-left: 0;
   }
    
    @keyframes slideUp {
        to { transform: translateY(0); }
    }
    
    .select2-container--closing .select2-dropdown.mobile-dropdown {
        animation: slideDown 0.3s forwards;
    }
    
    @keyframes slideDown {
        to { transform: translateY(100%); }
    }
}

@media (max-width: 639px) {
  .item-tile-cart {
    padding: 15px 0;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .item-tile-cart .tile-photo-wrap {
    width: 80px;
  }
  .item-tile-cart .tile-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    padding: 0 0 0 20px;
  }
  .item-tile-cart .tile-title {
    margin: 0 0 10px 0;
  }
  .item-tile-cart .tile-title:last-child {
    margin-bottom: 0;
  }
  .item-tile-cart .tile-title-info {
    font-size: 16px;
  }
  .item-tile-cart .tile-info-wrap {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .item-tile-cart .tile-actions-wrap {
    display: block;
    padding-top: 10px;
  }
  .item-tile-cart .tile-total-wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0;
    margin-top: 20px;
  }
  .item-tile-cart .tile-price {
    font-weight: 400;
  }
  .item-tile-cart .tile-photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .item-tile-cart .ico-del {
    display: none;
  }
}
@media (min-width: 640px) {
  .item-tile-cart.tile-order {
    -ms-flex-align: start;
        align-items: flex-start;
    padding-right: 24px;
  }
  .item-tile-cart.tile-order .tile-photo-wrap {
    width: 120px;
  }
  .item-tile-cart.tile-order .tile-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    padding-top: 28px;
    padding-left: 20px;
    max-width: calc(100% - 120px);
    display: -ms-flexbox;
    display: flex;
  }
  .item-tile-cart.tile-order .tile-info-wrap {
    -ms-flex: 1;
        flex: 1;
    max-width: inherit;
    padding: 0 15px 0 0;
    width: auto;
  }
  .item-tile-cart.tile-order .tile-actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex: inherit;
        flex: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .item-tile-cart.tile-order .tile-counter-wrap {
    width: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .item-tile-cart.tile-order .tile-total-wrap {
    width: 136px;
    padding: 0 10px;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: inherit;
        flex: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .item-tile-cart.tile-order .tile-price {
    font-weight: 400;
    font-size: 16px;
  }
  .item-tile-cart.tile-order .tile-title-info {
    font-size: 16px;
  }
  .item-tile-cart.tile-order .tile-title {
    margin-bottom: 5px;
  }
  .item-tile-cart.tile-order .tile-title:last-child {
    margin-bottom: 0;
  }
  .item-tile-cart.tile-order .btn-action-ico.ico-del {
    position: absolute;
    top: 54px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    right: 0;
  }
  .item-tile-cart.tile-order .btn-action-ico.ico-del:before,
  .item-tile-cart.tile-order .btn-action-ico.ico-del:after {
    width: 8px;
    margin-left: -4px;
  }
}
@media (min-width: 768px) {
  .form-input.input-second {
    height: 55px;
    padding-left: 19px;
    font-size: 18px;
  }
  .catalog-top-box {
    max-height: 550px;
  }
  .catalog-top-box + .breadcrumbs-box {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .catalog-top-box .catalog-filter-box {
    padding-top: 38px;
  }
  .catalog-top-box:before {
    padding-top: 42.85%;
  }
  .catalog-top-box .cat-title {
    font-size: 90px;
  }
  .order-form-box .frm-title-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .order-form-box .frm-title-wrap.title-small {
    margin-bottom: 20px;
  }
  .order-form-box .frm-title-wrap.title-small .frm-title {
    font-size: 22px;
  }
  .order-form-box .frm-field {
    margin-bottom: 20px;
  }
  .order-form-box .frm-select {
    font-size: 18px;
  }
  .order-form-box .frm-title {
    font-size: 22px;
  }
  .order-form-box .frm-title.title-large {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .order-total-box {
    padding: 29px;
  }
  .order-total-box .order-submit-wrap {
    margin-top: 40px;
  }
  .order-total-box .order-title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .lk-order-box .frm-field {
    margin-bottom: 20px;
  }
  .lk-order-box .frm-row-submit {
    padding-top: 10px;
  }
  .lk-order-box .field-select {
    font-size: 18px;
  }
  .lk-box {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .lk-box .user-wrap {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 1;
        flex: 1;
    text-align: right;
    max-width: calc(100% - 35.3rem);
    padding-right: 40px;
    padding-top: 10px;
  }
  .lk-box .menu-wrap {
    width: 35.3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .lk-box .lk-menu-box,
  .lk-box .lk-user-box {
    margin: 0 auto;
  }
  .lk-box .lk-user-box {
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
  }
  .lk-menu-box .menu {
    font-size: 26px;
  }
  .lk-menu-box .menu a {
    padding: 10px 0;
  }
  .lk-menu-box .action-wrap {
    margin-top: 20px;
  }
  .lk-menu-box .action-wrap .btn {
    width: auto;
    padding: 0 30px;
  }
  .lk-user-box {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .lk-user-box .elm-photo {
    width: 122px;
    height: 122px;
  }
  .cart-order-outer-wrap .cart-box {
    margin-bottom: 40px;
  }
  .cart-order-outer-wrap .cart-box .cart-title {
    font-size: 22px;
  }
  .cart-order-outer-wrap .cart-box .cart-total-wrap {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .lk-box .lk-menu-box .menu {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .catalog-filter-box .filter-content-block {
    bottom: 25px;
  }
  .catalog-top-box {
    height: 550px;
  }
  .catalog-top-box + .breadcrumbs-box {
    padding-bottom: 50px;
  }
  .catalog-top-box .cat-title {
    font-size: 11rem;
  }
  .order-total-box {
    max-width: 100%;
  }
  .order-form-box {
    margin-bottom: 50px;
  }
  .lk-box .user-wrap {
    text-align: center;
    padding-right: 0;
  }
  .cart-order-outer-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .cart-order-outer-wrap .cart-box {
    max-width: 100%;
  }
  .cart-order-outer-wrap .content-wrap {
    -ms-flex: 1;
        flex: 1;
    padding: 0 4.8rem 0 0;
    max-width: calc(100% - 45.2rem);
    -ms-flex-order: 1;
        order: 1;
  }
  .cart-order-outer-wrap .side-wrap {
    width: 45.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-order: 2;
        order: 2;
  }
  .lk-outer-wrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .lk-outer-wrap .side-wrap {
    width: 35.3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .lk-outer-wrap .content-wrap {
    -ms-flex: 1;
        flex: 1;
    max-width: calc(100% - 35.3rem);
    padding-left: 3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .cart-order-outer-wrap .content-wrap {
    padding: 0 3rem 0 0;
    max-width: calc(100% - 38rem);
  }
  .cart-order-outer-wrap .side-wrap {
    width: 38rem;
  }
}
/*error page*/
.btn.button-border-green {
  background-color: transparent;
  border-color: #37F713;
  color: #fff;
}
.btn.button-border-green:hover,
.btn.button-border-green.active {
  background-color: #37F713;
  border-color: #37F713;
  color: var(--clr-base);
}
.wrap-error .page-full:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #181818 url(../img/error-bg.png) center no-repeat;
  background-size: cover;
}
.wrap-error .footer {
  z-index: 10;
}
.error-box {
  padding: 40px 0 50px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.error-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.error-box .title-inner-wrap {
  display: block;
  -ms-flex-order: 1;
      order: 1;
  position: relative;
  z-index: 2;
}
.error-box .info-inner-wrap {
  -ms-flex-order: 2;
      order: 2;
  position: relative;
  display: block;
  z-index: 2;
}
.error-box .photo-inner-wrap {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: -72px;
  margin-left: -35px;
  margin-right: -15px;
  -ms-flex-order: 3;
      order: 3;
}
.error-box .actions-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -160px -5px 0 -5px;
  position: relative;
  z-index: 6;
}
.error-box .action-wrap {
  width: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 5px;
  margin-bottom: 10px;
}
.error-box .error-title,
.error-box .error-number {
  font-family: Press Start\ 2P,cursive;
  display: block;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 0;
}
.error-box .error-title *,
.error-box .error-number * {
  font-family: Press Start\ 2P,cursive;
}
.error-box .error-number {
  font-size: 5.5em;
  text-shadow: 1px 1px 0 #37F713, 2px 2px 0 #37F713, 3px 3px 0 #37F713;
}
.error-box .error-number img {
  display: block;
  width: 3.15em;
  margin-top: 30px;
}
.error-box .actions-title {
  display: block;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.8em 0;
  font-weight: 400;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 100%;
  padding: 0 5px;
}
.error-box .elm-photo {
  max-width: 400px;
  margin: 0 auto;
  overflow: visible;
  z-index: 4;
}
.error-box .elm-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  height: 65%;
  border-radius: 50%;
  background: rgba(55, 247, 19, 0.8);
  filter: blur(111.59999847px);
  z-index: -1;
}
.error-box .btn {
  width: 100%;
  border-radius: 0;
  height: 55px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .error-box {
    padding: 15rem 0 10rem 0;
    font-size: 3.6rem;
    position: relative;
  }
  .error-box .box-inner-wrap {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    position: static;
  }
  .error-box .title-inner-wrap {
    width: auto;
    -ms-flex: 1;
        flex: 1;
    padding: 0 3rem 3rem 0;
    margin: 0;
  }
  .error-box .info-inner-wrap {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 3.5rem 0 0 3rem;
    text-align: right;
    margin: 0;
  }
  .error-box .photo-inner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    padding-top: 6rem;
  }
  .error-box .actions-inner-wrap {
    margin: -20px -8px 0 -8px;
  }
  .error-box .actions-title {
    margin-bottom: 1.1em;
  }
  .error-box .action-wrap {
    padding: 0 8px;
  }
  .error-box .elm-photo {
    max-width: 43rem;
    width: 50%;
  }
  .error-box .error-title {
    font-size: 1.33333333em;
    line-height: 1.5;
  }
  .error-box .error-number {
    font-size: 4em;
    line-height: 1;
  }
  .error-box .error-number img {
    margin-top: 10px;
  }
  .error-box .btn {
    height: 6.4rem;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .error-box {
    font-size: 3rem;
  }
}
/*end error page*/

/*about page start*/
/* 



  --clr-base: #181818;
  --clr-dark: #000;
  --clr-att: #37F713;
  --clr-att-hover: #C0F743;
  --clr-light: #78787A;
  --clr-border: #D1D1D1;
  --clr-attention: #FF5E0D;



 */

 #popup_enter{
  position:fixed;
  background-color: #ffffff;
  box-shadow: 0 5px 14px -3px rgba(0,0,0,.3);
  display: flex;
  margin: 0 auto;
  padding: 10px 30px;
  bottom: 0;
  pointer-events: auto;
  cursor: auto;
  width: 100%;
  font-size: 15px;
  align-items: center;
  z-index: 199;
  margin: 0 auto;
}

#popup_enter .inner-wrap{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 20px;
  align-items: center;
}

#popup_enter .inner-wrap .btn{
  border-radius:0;
  min-width: 202px;
}

@media (max-width: 768px) {
  #popup_enter {
    padding: 20px 13px;
  }
  #popup_enter .inner-wrap{
    display:flex;
    flex-direction: row;
    text-align: center;
    zoom: 70%;
  }
  .modals-text {
    padding-bottom: 15px;
    text-align: left;
  }
  #popup_enter .inner-wrap .btn {
    min-width: 136px;
  }
  .social_links_fixed {
    bottom: 15rem!important;
  }
}

.no-ptop {
  padding-top: 0 !important;
}
.no-pbottom {
  padding-bottom: 0 !important;
}
.ftitle {
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.ftitle * {
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.page-title.title-small {
  font-size: 20px;
  line-height: 1.2;
}
.item-tile-video {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
  height: 700px;
  background: #ccc;
}
.item-tile-video iframe,
.item-tile-video object,
.item-tile-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-tile-video .tile-img {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-tile-video .tile-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.item-tile-video .btn-action-ico {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  margin: auto;
}
.item-tile-video:after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-tile-video.active .tile-bg,
.item-tile-video.active img,
.item-tile-video.active .tile-img,
.item-tile-video.active .btn-action-ico,
.item-tile-video.active:after {
  display: none;
}
.item-tile-info-plus {
  line-height: 1.375;
}
.item-tile-info-plus .tile-ico {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.item-tile-info-plus .tile-title {
  font-weight: bold;
  margin-bottom: 4px;
}
.item-tile-about-inst {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.item-tile-about-inst .tile-photo-wrap {
  display: none;
}
.item-tile-about-inst .tile-total {
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #EFEFEF;
}
.item-tile-button {
  aspect-ratio: 1;
  border: 2px solid var(--clr-att);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 18px;
  text-align: right;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--clr-base);
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.item-tile-button:hover {
  color: var(--clr-att);
}
.section-padding {
  padding: 50px 0;
}
.info-action-box {
  padding: 50px 0;
  line-height: 22px;
}
.info-action-box .action-wrap {
  margin: 30px 0 0 0;
}
.info-action-box .action-wrap .btn {
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  height: 45px;
  letter-spacing: normal;
}
.info-action-box .action-wrap .btn.button-border:not(:hover) {
  border-color: var(--clr-base);
}
.info-action-box .h3-title,
.info-action-box p {
  margin-bottom: 0.875em;
  margin-top: 0;
}
.info-action-box .h3-title:last-child,
.info-action-box p:last-child {
  margin-bottom: 0;
}
.about-story-box {
  padding: 50px 0;
  background: #181818;
}
.about-story-box .title-box {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  margin-bottom: 30px;
}
.about-story-box .title-box .page-title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #fff !important;
}
.about-story-box .title-box .inner-title {
  font-weight: bold;
  color: #EFEFEF;
  margin: 0 0 20px 0;
  font-size: 1em;
  max-width: 450px;
}
.about-story-box .title-box p {
  max-width: 450px;
}
.about-collabe-box {
  padding: 80px 0 50px 0;
}
.about-collabe-box .title-box.title-text-att .page-title:before {
  opacity: 1;
}
.about-collabe-box .action-inner-wrap {
  text-align: center;
  margin-top: 30px;
}
.about-collabe-box .action-inner-wrap .btn {
  height: 45px;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.about-collabe-box .action-inner-wrap .btn.button-border {
  border-color: var(--clr-base);
  border-radius: 0;
}
.about-collabe-box .action-inner-wrap .btn.button-border:hover {
  background-color: var(--clr-base);
  color: #fff !important;
}
.about-collabe-box .items-inner-wrap {
  margin-bottom: 50px;
}
.about-collabe-box .items-inner-wrap:last-child,
.about-collabe-box .items-inner-wrap:has(+.action-inner-wrap) {
  margin-bottom: 0;
}
.about-collabe-box .items-inner-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.about-collabe-box .items-wrap {
  margin: 0 -10px -20px -10px;
}
.about-collabe-box .item-wrap {
  padding: 0 10px;
  margin-bottom: 20px;
}
.about-collabe-box .item-wrap .elm-photo {
  aspect-ratio: inherit;
  height: 420px;
}
.about-future-box {
  padding: 70px 0 50px 0;
  background: var(--clr-base);
  color: #999;
  line-height: 1.375;
}
.about-future-box p,
.about-future-box .text-wrap,
.about-future-box .photo-wrap {
  margin-bottom: 30px;
}
.about-future-box .photo-inner-wrap {
  margin-bottom: 30px;
}
.about-future-box .info-wrap {
  margin-bottom: 30px;
}
.about-future-box .bottom-wrap {
  padding-right: 30px;
}
.about-future-box .bottom-wrap .elm-photo {
  max-width: 563px;
  margin-bottom: 0;
}
.about-future-box .title-box.title-text-att .page-title {
  color: #fff;
  opacity: 1;
}
.about-awards-box {
  padding: 50px 0;
}
.about-awards-box .title-box .page-title {
  font-size: 24px;
  line-height: 28px;
}
.about-awards-box .items-wrap {
  margin: 0 -10px -20px -10px;
}
.about-awards-box .item-wrap {
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.375;
}
.about-awards-box .item-wrap:has(.elm-photo, .item-tile-button) {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  text-align: left;
}
.about-awards-box .items-inner-wrap {
  margin-bottom: 20px;
}
.about-awards-box .items-inner-wrap:last-child {
  margin-bottom: 0;
}
.about-awards-box .award-title {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.about-inst-box {
  padding: 50px 0;
  position: relative;
  background: #181818;
}
.about-inst-box .title-box {
  color: #fff;
}
.about-inst-box .title-box .page-title {
  color: inherit;
  font-size: 24px;
  line-height: 28px;
}
.about-inst-box .title-box .page-title:before {
  color: var(--clr-att);
  opacity: 0.2;
}
.about-inst-box .items-wrap {
  margin: 0 -10px;
  -ms-flex-pack: center;
      justify-content: center;
}
.about-inst-box .item-wrap {
  padding: 0 10px;
  width: 50%;
  max-width: 170px;
  margin-bottom: 30px;
}
.about-inst-box .wrap-main {
  width: 100%;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0 45px;
}
.about-tiles-box {
  padding: 50px 0;
}
.about-tiles-box .slider-wrap {
  margin: 0 -10px;
  overflow: visible;
}
.about-tiles-box .sl-wrap {
  padding: 0 10px;
  width: 310px;
}
.about-locations-box {
  padding: 50px 0;
  background: #181818;
  color: #fff;
}
.about-locations-box .title-inner-wrap {
  margin-bottom: 0;
  color: inherit;
}
.about-locations-box .slider-main-box .slider-pagination-wrap {
  bottom: auto;
  top: 360px;
  transform: translatey(-100%);
  z-index: 10;
}
.about-locations-box .slider-main-box .btn-action-ico.ico-arrow {
  top: 180px;
}
.about-locations-box .sl-info-wrap {
  margin-top: 20px;
}
.about-locations-box .slider-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.about-locations-box .slider-wrap .sl-wrap {
  padding: 0;
}
.about-locations-box .slider-wrap .elm-photo {
  height: 360px;
  border-radius: 2.5rem;
}
.about-locations-box .map-inner-wrap {
  margin-top: -130px;
  margin-bottom: -100px;
  margin-right: 0;
  margin-left: -15px;
}
.about-locations-box .map-inner-wrap .elm-photo {
  width: 1268px;
  margin-left: -15px;
}
.about-locations-box .location-info {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  margin-bottom: 15px;
}
.about-locations-box .location-action {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.11px;
}
.about-locations-box .location-action a {
  color: #EFEFEF;
}
.about-locations-box .location-action a:hover {
  color: #fff;
}
.about-locations-box .location-title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #EFEFEF;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
.about-locations-box .location-title:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/about/icons/location.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: -5px;
  margin-top: -12px;
}
.about-locations-box .location-title a {
  color: #EFEFEF;
}
.about-locations-box .location-title a:hover {
  color: #fff;
}
.about-locations-box .page-title {
  color: inherit;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.about-locations-box .page-title * {
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.about-video-box {
  padding: 80px 0 50px 0;
  line-height: 1.375;
}
.about-video-box .info-inner-wrap {
  margin-bottom: 30px;
}
.about-who-box {
  padding: 80px 0 50px 0;
  position: relative;
  background: #181818;
  color: #fff;
}
.about-who-box .title-box {
  color: #fff;
}
.about-who-box .h3-title,
.about-who-box h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 1em;
  line-height: inherit;
}
.title-box.title-text-att {
  margin-bottom: 30px;
}
.title-box.title-text-att .page-title {
  font-size: 18px;
  line-height: 22px;
  color: inherit;
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.title-box.title-text-att .page-title * {
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.title-box.title-text-att .page-title:before {
  font-size: 2.66666667em;
  line-height: 1.16666667;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #37F713;
  font-family: "TT Norms", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: transparent;
  margin-top: -16px;
  left: 0.3em;
  opacity: 0.4;
}
.line-slider-box .sl-title.title-main {
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #fff;
  text-stroke-color: #fff;
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.line-slider-box .sl-title.title-main * {
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.line-slider-box .sl-wrap {
  padding-top: 7px;
  padding-bottom: 8px;
}
.line-slider-box .sl-wrap img.h20 {
  height: 20px;
}
.abourt-teams-box {
  padding: 50px 0;
  font-size: 16px;
  line-height: 1.375;
  background: #fff;
}
.abourt-teams-box .title-box {
  margin-bottom: 30px;
}
.abourt-teams-box .title-box .page-title:before {
  white-space: nowrap;
}
.abourt-teams-box p,
.abourt-teams-box .elm-photo,
.abourt-teams-box .info-wrap {
  margin-bottom: 30px;
}
.abourt-teams-box p:last-child,
.abourt-teams-box .elm-photo:last-child,
.abourt-teams-box .info-wrap:last-child {
  margin-bottom: 0;
}
.abourt-teams-box .inner-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.abourt-teams-box .inner-subtitle {
  display: block;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
  letter-spacing: 0.11px;
  color: #999;
}
.main-top-box.section-about .inner-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 700px;
}
.main-top-box.section-about .top-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px;
}
.main-top-box.section-about .top-title:last-child {
  margin-bottom: 0;
}
.main-top-box .bg-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: inherit;
}
.main-top-box .bg-photo:before {
  display: none;
}
.main-top-box .top-title .title-att {
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.main-top-box .top-title .title-att * {
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.title-box.max-750 {
  max-width: 750px;
}
.title-box .icons-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5px;
}
.title-box .icons-list .elm-ico {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 0;
}
.title-box .icons-list .elm-ico.ico-small {
  width: 28px;
  height: 28px;
}
.info-pluses-box {
  margin-bottom: 50px;
}
.info-pluses-box .items-wrap {
  margin: 0 -20px -40px -20px;
}
.info-pluses-box .item-wrap {
  padding: 0 20px;
  width: 100%;
  margin-bottom: 40px;
}
.bg-actions-box {
  padding: 50px 0 30px 0;
  position: relative;
  line-height: 1.375;
  color: #EFEFEF;
}
.bg-actions-box .bg-inner-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  background: var(--clr-base);
}
.bg-actions-box .bg-inner-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg-actions-box .page-title,
.bg-actions-box p,
.bg-actions-box .action-wrap,
.bg-actions-box .title-box {
  margin-bottom: 20px;
  color: inherit;
}
.bg-actions-box .btn {
  width: 100%;
  height: 45px;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0.01em;
  font-weight: bold;
  text-transform: uppercase;
}
.bg-actions-box .btn.button-border.button-att:not(:hover) {
  color: var(--clr-att) !important;
}
.questions-box .title-box {
  margin-bottom: 20px;
}
.info-icons-box {
  margin-bottom: 45px;
}
.info-icons-box .title-box {
  line-height: 1.375;
}
.info-icons-box .title-box .page-title {
  margin-bottom: 30px;
}
.top-bg-box {
  position: relative;
  margin-bottom: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 200px;
  padding: 30px 0;
  color: #fff;
}
.top-bg-box .bg-inner-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  background: #000;
}
.top-bg-box .bg-inner-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.top-bg-box .title-inner-wrap {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.top-bg-box .h1-title {
  text-align: center;
  color: inherit;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 50px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.top-bg-box .h1-title * {
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}
.slider-main-box .sl-wrap ~ .sl-wrap {
  display: block;
}
.slider-main-box .slider-pagination-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.slider-main-box .slider-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  padding: 10px 10px 5px 10px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.2);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 20;
  width: auto;
}
.slider-main-box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.slider-main-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px 5px 2px !important;
  background: #EFEFEF;
  opacity: 1;
}
.slider-main-box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-main-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr-att);
}
.slider-main-box .btn-action-ico.ico-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #00000020;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -16px;
}
.slider-main-box .btn-action-ico.ico-arrow:hover {
  background: #00000040;
}
.slider-main-box .btn-action-ico.ico-arrow:before {
  background-image: url(../img/about/icons/arrow-slider-main.svg);
  background-size: 32px auto;
}
.slider-main-box .btn-action-ico.ico-arrow-next {
  left: auto;
  right: 10px;
}
.card-box .info-inner-wrap img{
  width:30px!important;
  height:30px!important;
  padding:0!important;
  margin-right:20px!important;
}
@media (max-width: 1023px) {
  .about-collabe-box .items-scroll-wrap {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .about-collabe-box .items-scroll-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .about-collabe-box .item-wrap {
    width: 310px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-collabe-box .items-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .about-inst-box .wrap-main {
    -ms-flex-order: 1;
        order: 1;
  }
  .about-inst-box .item-tile-about-inst-main {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 640px) {
  .about-future-box .info-inner-wrap {
    margin: 0 -2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-future-box .bottom-wrap {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-future-box .info-wrap {
    padding: 0 2rem;
    margin: 0;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-future-box .info-wrap + .info-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .about-awards-box .item-wrap {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: right;
  }
  .about-awards-box .items-wrap:has(.item-tile-button) {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .item-tile-info-plus .tile-title {
    margin-bottom: 10px;
  }
  .info-action-box .info-wrap {
    max-width: 500px;
  }
  .info-action-box .action-wrap {
    margin-top: 4rem;
  }
  .info-action-box .action-wrap .btn {
    width: auto;
    padding: 0 6rem;
    height: 6.5rem;
    border-radius:0px;
    font-size:14px;
  }
  .about-future-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2rem;
  }
  .about-future-box .photo-inner-wrap {
    width: 45%;
    padding: 0 2rem;
  }
  .about-future-box .info-inner-wrap {
    width: 55%;
    padding: 0 2rem;
    margin: 0;
  }
  .about-future-box .info-wrap {
    padding: 0 2rem 0 0;
  }
  .about-future-box .info-wrap + .info-wrap {
    padding: 0 0 0 2rem;
  }
  .about-awards-box .item-wrap {
    width: 33.33%;
  }
  .about-locations-box .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-locations-box .map-inner-wrap {
    -ms-flex-order: 3;
        order: 3;
    width: calc(100% - 38rem);
    margin-left: 0;
  }
  .about-locations-box .map-inner-wrap .elm-photo {
    width: 1268px;
    margin: 0 0 0 12rem;
  }
  .about-locations-box .title-inner-wrap {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-order: 1;
        order: 1;
    margin: 0;
    padding: 0;
  }
  .about-locations-box .info-inner-wrap {
    -ms-flex-order: 2;
        order: 2;
    width: 38rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0;
  }
  .main-top-box.section-about .inner-wrap {
    min-height: 73.8rem;
  }
  .main-top-box.section-about .top-title {
    font-size: 2.6rem;
    line-height: 1.23076923;
    margin: 0 auto;
    max-width: 23.07692308em;
  }
  .info-pluses-box .item-wrap {
    max-width: 300px;
    width: 33.33%;
  }
  .bg-actions-box .actions-wrap {
    margin: 0 -20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bg-actions-box .action-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 20px 0 0;
  }
  .bg-actions-box .btn {
    width: auto;
    padding: 0 30px;
    min-width: 252px;
  }
}
@media (min-width: 1024px) {
  .item-tile-about-inst {
    font-size: 16px;
    line-height: 18px;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .item-tile-about-inst .tile-info-wrap {
    width: 100%;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px 0;
  }
  .item-tile-about-inst .tile-photo-wrap {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .item-tile-about-inst .tile-total {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 5px;
  }
  .item-tile-about-inst .tile-photo {
    border-radius: 10px;
  }
  .info-action-box {
    padding: 10rem 0;
  }
  .section-padding {
    padding: 8rem 0;
  }
  .about-story-box {
    padding: 17rem 0 10rem 0;
  }
  .about-story-box .title-box {
    margin-bottom: 40px;
  }
  .about-story-box .title-box .page-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .about-story-box .title-box.title-text-att .page-title:before {
    left: 3em;
  }
  .about-collabe-box {
    padding: 17rem 0 10rem 0;
  }
  .about-collabe-box .items-inner-title {
    font-size: 32px;
    line-height: 40px;
  }
  .about-collabe-box .items-inner-wrap {
    margin-bottom: 40px;
  }
  .about-collabe-box .action-inner-wrap {
    margin-top: 40px;
  }
  .about-collabe-box .items-wrap {
    margin: 0 -5px -10px -5px;
  }
  .about-collabe-box .item-wrap {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 33.33%;
  }
  .about-collabe-box .item-wrap .elm-photo {
    height: auto;
    aspect-ratio: 380/500;
  }
  .about-collabe-box .action-inner-wrap .btn {
    height: 65px;
    padding: 0 65px;
  }
  @supports (display: grid) {
    .about-collabe-box .section-grid01 {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1fr 1fr;
          grid-template-rows: 1fr 1fr;
      -ms-grid-columns: 2fr 1fr 1fr 2fr;
          grid-template-columns: 2fr 1fr 1fr 2fr;
    }
    .about-collabe-box .section-grid01 .item-wrap {
      width: 100%;
    }
    .about-collabe-box .section-grid01 .item-wrap .elm-photo {
      aspect-ratio: inherit;
      height: 245px;
    }
    .about-collabe-box .section-grid01 .wrap-first {
      -ms-grid-row: span 2;
          grid-row: span 2;
    }
    .about-collabe-box .section-grid01 .wrap-first .elm-photo {
      height: 500px;
    }
    .about-collabe-box .section-grid01 .wrap-last {
      -ms-grid-row: span 2;
          grid-row: span 2;
    }
    .about-collabe-box .section-grid01 .wrap-last .elm-photo {
      height: 500px;
    }
    .about-collabe-box .section-grid02 {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1fr 1fr;
          grid-template-rows: 1fr 1fr;
      -ms-grid-columns: 40% 22% 38%;
          grid-template-columns: 40% 22% 38%;
    }
    .about-collabe-box .section-grid02 .item-wrap {
      width: 100%;
    }
    .about-collabe-box .section-grid02 .item-wrap .elm-photo {
      aspect-ratio: inherit;
      height: 245px;
    }
    .about-collabe-box .section-grid02 .wrap-first {
      -ms-grid-row: span 2;
          grid-row: span 2;
    }
    .about-collabe-box .section-grid02 .wrap-first .elm-photo {
      height: 500px;
    }
    .about-collabe-box .section-grid02 .wrap-last {
      -ms-grid-row: span 2;
          grid-row: span 2;
    }
    .about-collabe-box .section-grid02 .wrap-last .elm-photo {
      height: 500px;
    }
  }
  .about-future-box {
    padding: 16rem 0 10rem 0;
  }
  .about-future-box .title-box {
    margin-bottom: 5.5rem;
  }
  .about-awards-box {
    padding: 10rem 0;
  }
  .about-awards-box:has(+.info-action-box) {
    padding-bottom: 0;
  }
  .about-awards-box .item-wrap {
    width: 25%;
  }
  .about-awards-box .title-box .page-title {
    font-size: 32px;
    line-height: 40px;
  }
  .about-awards-box .award-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .about-inst-box {
    padding: 10rem 0;
  }
  .about-inst-box .title-box .page-title {
    font-size: 32px;
    line-height: 40px;
  }
  .about-inst-box .items-wrap {
    margin: 0 -15px;
  }
  .about-inst-box .item-wrap {
    padding: 0 15px;
    width: 230px;
    max-width: inherit;
    margin: 0;
  }
  .about-inst-box .wrap-main {
    width: calc(100% - 920px);
  }
  .about-inst-box .item-tile-about-inst-main {
    max-width: inherit;
    margin: -10px -15px;
    width: auto;
  }
  .about-locations-box {
    padding: 10rem 0;
  }
  .about-locations-box .title-inner-wrap {
    margin-bottom: 4rem;
  }
  .about-locations-box .page-title {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
  }
  .about-locations-box .slider-wrap .elm-photo {
    aspect-ratio: inherit;
    height: 500px;
  }
  .about-locations-box .slider-main-box .slider-pagination-wrap {
    top: 500px;
  }
  .about-locations-box .slider-main-box .btn-action-ico.ico-arrow {
    top: 250px;
  }
  .info-pluses-box {
    margin-bottom: 8rem;
  }
  .info-pluses-box .title-box {
    margin-bottom: 30px;
  }
  .about-video-box {
    padding: 14.6rem 0 10rem 0;
  }
  .about-video-box .title-box.title-text-att .page-title:before {
    left: 2.9em;
  }
  .about-video-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .about-video-box .video-inner-wrap {
    -ms-flex-order: 1;
        order: 1;
    width: 50%;
    padding: 0 2rem 0 0;
    margin: 0;
  }
  .about-video-box .info-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    padding-left: 2rem;
    -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
  }
  .about-video-box .item-tile-video {
    height: 274px;
  }
  .abourt-teams-box {
    padding: 10rem 0;
  }
  .abourt-teams-box .info-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2rem;
  }
  .abourt-teams-box .info-wrap {
    padding: 0 2rem;
    margin: 0;
    width: 33.33%;
  }
  .about-who-box {
    padding: 16rem 0 10rem 0;
  }
  .title-box.title-text-att {
    margin-bottom: 5rem;
  }
  .title-box.title-text-att .page-title {
    font-size: 26px;
    line-height: 32px;
  }
  .title-box.title-text-att .page-title:before {
    font-size: 96px;
    line-height: 112px;
    left: 2.4em;
    margin-top: -0.5em;
  }
  .bg-actions-box {
    padding: 8rem 0 6rem 0;
  }
  .bg-actions-box .btn {
    height: 65px;
  }
  .top-bg-box {
    min-height: 30rem;
    padding: 8rem 0;
    margin-bottom: 8.5rem;
  }
  .top-bg-box .h1-title {
    font-size: 26px;
    line-height: 32px;
  }
  .info-icons-box .title-box .page-title {
    margin-bottom: 20px;
  }
  .info-icons-box .title-box p {
    max-width: 35em;
  }
}
@media (min-width: 1024px) and (max-width: 1099px) {
  .about-inst-box .item-wrap {
    width: 180px;
    padding: 0 10px;
  }
  .about-inst-box .wrap-main {
    width: calc(100% - 760px);
  }
  .about-inst-box .items-wrap {
    margin: 0 -10px;
  }
  .about-inst-box .item-tile-about-inst-main {
    margin: -10px auto;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .about-inst-box .item-wrap {
    width: 210px;
    padding: 0 10px;
  }
  .about-inst-box .wrap-main {
    width: calc(100% - 840px);
  }
  .about-inst-box .items-wrap {
    margin: 0 -10px;
  }
  .about-inst-box .item-tile-about-inst-main {
    margin: -10px auto;
  }
}
/*about page end*/

/* brand about page */
.item-tile-photo {
  color: #181818;
}
.item-tile-photo .tile-title {
  margin: 20px 15px 0 15px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.item-tile-photo:hover {
  color: #181818;
}
.brand-about-box {
  padding: 0 15px;
  position: relative;
}
.brand-about-box .items-wrap {
  margin: 0 -1px 0 0;
}
.brand-about-box .items-full {
  margin-left: -15px;
  margin-right: -16px;
}
.brand-about-box .item-wrap {
  width: 100%;
  padding: 0 1px 0 0;
  margin-bottom: 40px;
}
.brand-about-box .wrap-half {
  width: 50%;
}
.brand-about-box .info-inner-wrap {
  padding: 0px 0 50px 0;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
}
.brand-about-box .title-wrap {
  padding-top: 10px;
}
.brand-about-box .action-wrap,
.brand-about-box .info-wrap {
  margin-top: 30px;
}
.brand-about-box .action-wrap:first-child,
.brand-about-box .info-wrap:first-child {
  margin-top: 0;
}
.brand-about-box .action-wrap .btn,
.brand-about-box .info-wrap .btn {
  width: 100%;
  height: 45px;
  padding: 0 49px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}
.brand-about-box .action-wrap .btn:not(:hover),
.brand-about-box .info-wrap .btn:not(:hover) {
  border-color: #181818;
  color: #fff;
}
.brand-about-box .h1-title {
  font-family: 'Press Start 2P', cursive;
  display: block;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #c5b4e3;
  text-align: center;
}
.brand-about-box .h1-title:last-child {
  margin-bottom: 0;
}
.brand-about-box .h1-title * {
  font-family: 'Press Start 2P', cursive;
}
.brand-about-box .subtitle,
.brand-about-box .h1-title .subtitle {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #181818;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "TT Norms", sans-serif;
}
.brand-about-box .subtitle *,
.brand-about-box .h1-title .subtitle * {
  font-family: "TT Norms", sans-serif;
}
.brand-about-box .subtitle:last-child,
.brand-about-box .h1-title .subtitle:last-child {
  margin-bottom: 0;
}
.brand-about-box .no-mbottom {
  padding-bottom: 1px !important;
}
.brand-about-box p {
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .brand-about-box .scroll-outer-wrap {
    position: relative;
  }
  .brand-about-box .scroll-outer-wrap:before {
    content: "";
    display: none;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.4) url(../img/icons/arrow-button.svg) center no-repeat;
    background-size: 24px auto;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 3;
    pointer-events: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .brand-about-box .items-mobile-scroll {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .brand-about-box .items-mobile-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .brand-about-box .items-mobile-scroll .item-wrap {
    width: 196px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 33.33dvw;
  }
  .brand-about-box .items-mobile-scroll:has(.item-wrap:nth-child(4)) .item-wrap {
    min-width: 25dvw;
  }
}
@media (max-width: 655px) {
  .brand-about-box .scroll-outer-wrap:before {
    display: block;
  }
}
@media (min-width: 1024px) {
  .item-tile-photo .tile-title {
    margin: 25px 0 0 0;
    padding: 0 25px;
    font-size: 16px;
    line-height: 22px;
  }
  .brand-about-box {
    padding: 0;
  }
  .brand-about-box .info-inner-wrap {
    padding-top: 45px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .brand-about-box .h1-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .brand-about-box .subtitle {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .brand-about-box .info-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    margin-top: 40px;
  }
  .brand-about-box .info-wrap.w600 {
    max-width: 600px;
  }
  .brand-about-box .info-wrap.w620 {
    max-width: 620px;
  }
  .brand-about-box .info-wrap.w720 {
    max-width: 720px;
  }
  .brand-about-box .action-wrap {
    margin-top: 40px;
  }
  .brand-about-box .action-wrap .btn {
    width: auto;
    min-width: 287px;
    height: 65px;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
  .brand-about-box .items-wrap {
    margin: 0 -1px 0 0;
  }
  .brand-about-box .item-wrap {
    margin-bottom: 55px;
  }
  .brand-about-box .wrap-half,
  .brand-about-box .wrap-half-d {
    width: 50%;
  }
  .brand-about-box .wrap-four {
    width: 25%;
  }
}
/* end brand about page */

/* animate button */
.btn.button-animate {
  background: none;
  border: none;
  border-radius: 0;
  color: #fff !important;
  text-transform: uppercase;
  filter: none;
}
.btn.button-animate.button-text-dark {
  color: #000 !important;
}
.btn.button-animate.button-border-light:before,
.btn.button-animate.button-border-light:after {
  border-color: #fff;
}
.btn.button-animate:hover {
  background: none;
  border: none;
  color: #fff;
  filter: none;
}
.btn.button-animate:hover:before,
.btn.button-animate:hover:after {
  width: 50%;
}
.btn.button-animate:before,
.btn.button-animate:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  border: 2px solid var(--clr-att);
  transition: all ease-in-out 0.3s;
}
.btn.button-animate:before {
  left: 0;
  border-right: none;
}
.btn.button-animate:after {
  right: 0;
  border-left: none;
}
/* end animate button */
/* about locations and main slider animate  */
.actions-slider-box .sl-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 28px;
}
.actions-slider-box .slider-wrap {
  margin: 0;
  padding: 0;
  position: relative;
}
.actions-slider-box .slider {
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1440/720;
  aspect-ratio: 1440/570;
  margin: 0;
  position: relative;
  background: #000;
}
.actions-slider-box .sl-wrap {
  -ms-flex: 1;
      flex: 1;
  transition: all ease-in-out 0.8s;
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 100%;
}
.actions-slider-box .sl-wrap ~ .sl-wrap {
  display: block;
}
.actions-slider-box .sl-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
}
.actions-slider-box .elm-photo {
  aspect-ratio: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.actions-slider-box .sl-title-wrap {
  display: block;
}
.actions-slider-box .btn {
  height: 112px;
  height: 7rem;
  padding: 0 32px;
  padding: 0 2rem;
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: none;
  min-width: 0;
  letter-spacing: normal;
  transition: background ease-in-out 0.8s;
}
.actions-slider-box .btn .button-ico {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  transform: scaleX(0);
  width: 0;
  margin-left: 0;
  transition: transform ease-in-out 0.1s;
  transition: none;
}
.actions-slider-box .btn .button-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 16px;
  margin: 0 1rem;
}
.actions-slider-box .btn .button-hidden {
  display: inline-block;
  transition: transform ease-in-out 0.1s;
  transition: none;
  transform: scaleX(0);
  width: 0;
}
.actions-slider-box .btn * {
  font-family: 'Press Start 2P', cursive;
}
.about-locations-box .title-box {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-locations-box .title-box .page-title:before {
  color: rgba(55, 247, 19, 0.2);
  text-transform: uppercase;
  font-size: 1.3em;
  white-space: nowrap;
}
.about-locations-box .list-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.28571429;
  color: #999999;
}
.about-locations-box .list-inner-wrap .list li {
  break-inside: avoid-column;
  padding: 0 0 30px 0;
}
.about-locations-box .list-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.about-locations-box .list-title a:not(:hover) {
  color: inherit;
}
.about-locations-box .list-info {
  margin-bottom: 10px;
}
.about-locations-box .list-info:last-child {
  margin-bottom: 0;
}
.about-locations-box .list-more {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.about-locations-box .list-more a:not(:hover) {
  color: inherit;
}
.about-locations-box .btn-title {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.about-locations-box .btn-title:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/location-min.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.brand-about-box .items_big_tile .item-wrap {
    width: 33.12%;
    padding: 0 1px 0 0;
    margin-bottom: 0px;
}

@media (max-width: 1023px) {
  .actions-slider-box .slider {
    -ms-flex-direction: column;
        flex-direction: column;
    aspect-ratio: 390/600;
  }
  .actions-slider-box .sl-wrap.sl-hover {
    -ms-flex: 1;
        flex: 1;
  }
  .actions-slider-box .sl-wrap.sl-hover .sl-title-wrap {
    margin-bottom: 10px;
  }
  .actions-slider-box .sl-wrap.sl-hover .btn:hover .button-title {
    color: var(--clr-base);
  }
  .actions-slider-box .sl-wrap.sl-hover .btn {
    background: var(--clr-att);
    color: var(--clr-base);
    border-radius: 0;
  }
  .actions-slider-box .sl-wrap.sl-hover .btn .button-ico {
    transform: scaleX(1);
    width: 4rem;
    margin-right: 1rem;
  }
  .actions-slider-box .sl-wrap.sl-hover .btn .button-hidden {
    transform: scaleX(1);
    width: auto;
  }
  .actions-slider-box .sl-title-wrap {
    text-align: left;
    padding: 0 0 0 5px;
    margin-bottom: -15px;
    transition: all ease 0.2s;
  }
  .actions-slider-box .btn {
    font-size: 24px;
    padding: 0 10px;
    height: 36px;
  }
  .actions-slider-box .btn:hover .button-title {
    color: #fff;
  }
  .actions-slider-box .btn .button-hidden {
    display: inline;
    margin: 0;
    transform: none !important;
    width: auto !important;
  }
  .actions-slider-box .btn .button-title {
    margin: 0;
  }
  .actions-slider-box .btn .button-ico {
    display: none;
  }
}
.actions-slider-box .elm-photo:after { 
 content: ""; 
 display: block; 
 position: absolute; 
 top: 0; 
 bottom: 0; 
 left: 0; 
 right: 0; 
 transition: all ease-in-out 0.8s; 
 opacity: 0; 
 background: #00000040; 
} 
@media (max-width: 1023px) { 
 .actions-slider-box .sl-wrap:not(.sl-hover) .elm-photo:after { 
  opacity: 1; 
 } 
} 
@media (min-width: 1024px) { 
 .actions-slider-box .elm-photo:after { 
  opacity: 1; 
 } 
 .actions-slider-box .sl-wrap:hover .elm-photo:after { 
  opacity: 0; 
 } 
}
@media (min-width: 640px) {
  .about-locations-box .list-inner-wrap .list {
    columns: 2;
    column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .about-locations-box .list-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    padding: 0 30px 0 0;
    margin: 0;
    -ms-flex-order: 2;
        order: 2;
    width: calc(100% - 42rem);
  }
  .about-locations-box .list-inner-wrap + .info-inner-wrap {
    -ms-flex-order: 2;
        order: 2;
    width: 42rem;
  }
  .about-locations-box .list-inner-wrap + .info-inner-wrap .slider-wrap .elm-photo {
    height: 560px;
  }
  .about-locations-box .list-inner-wrap + .info-inner-wrap .slider-main-box .slider-pagination-wrap {
    top: 560px;
  }
  .about-locations-box .list-inner-wrap + .info-inner-wrap .slider-main-box .btn-action-ico.ico-arrow {
    top: 280px;
  }
  .about-locations-box .list-inner-wrap .list {
    max-width: 528px;
    columns: 2;
  }
  .about-locations-box .title-box {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media (min-width: 1024px) {
  .actions-slider-box .sl-wrap:hover {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
  .actions-slider-box .sl-wrap:hover .btn {
    background: var(--clr-att);
    color: var(--clr-base);
    border-radius: 0;
  }
  .actions-slider-box .sl-wrap:hover .btn .button-ico {
    transform: scaleX(1);
    width: 4rem;
    margin-right: 1rem;
  }
  .actions-slider-box .sl-wrap:hover .btn .button-hidden {
    transform: scaleX(1);
    width: auto;
  }
  .about-locations-box:has(.list-inner-wrap) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .about-locations-box .list-inner-wrap .list {
    column-gap: 60px;
  }
}
/* end about locations and main slider animate  */


/* Filter */

.custom-filter-btns {
	display: flex;
	align-items;
	gap: 20px;
	margin-top: 20px;
}

.custom-filter-btns .new-btn-2 {
	background: none!important;
    color: #333!important;
}

.custom-filter-btns .new-btn-2:hover {
	background: none!important;
	color: #333!important;
}

.bx-filter-select-popup.custom {
	display: none;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(24, 24, 24, 0.05);
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #181818;
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 45px;
}

.bx-filter-select-popup.custom.active {
	display: block;
}


.bx-filter-select-block.form-input.active .bx-filter-select-arrow {
	transform: rotate(180deg);
}

.catalog-menu-inner-filter input[type="submit"] {
	border-radius: 100px!important;
	transition: .2s;
	height: 42px!important;
	display: none;
}
.catalog-menu-inner-filter input[type="submit"]:hover {
	background: rgba(24, 24, 24, 0.2)!important;
	border: none!important;
	border-color: none!important;
}
.catalog-menu-inner-filter .new-btn-2 {
	background: #181818!important;
	color: #fff!important;
}
.bx-filter-select-arrow {
	transition: .3s;
}

.bx-filter-select-popup ul li label.selected, .bx-filter-select-popup ul li label:hover {
	background: #fff;
}

.bx-filter-input-checkbox input[type="checkbox"] {
    display: none;
}

.bx-filter-select-popup label {
	padding-left: 0!important;
}

.bx-filter-param-text::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 16px;
    color: white;
    z-index: 2;
}

.bx-filter-input-checkbox input:checked + .bx-filter-param-text::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0,0,256,256'%3E%3Cg fill='%23ffffff' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(8.53333,8.53333)'%3E%3Cpath d='M26.98047,5.99023c-0.2598,0.00774 -0.50638,0.11632 -0.6875,0.30273l-15.29297,15.29297l-6.29297,-6.29297c-0.25082,-0.26124 -0.62327,-0.36647 -0.97371,-0.27511c-0.35044,0.09136 -0.62411,0.36503 -0.71547,0.71547c-0.09136,0.35044 0.01388,0.72289 0.27511,0.97371l7,7c0.39053,0.39037 1.02353,0.39037 1.41406,0l16,-16c0.29576,-0.28749 0.38469,-0.72707 0.22393,-1.10691c-0.16075,-0.37985 -0.53821,-0.62204 -0.9505,-0.60988z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
    width: 15px;
    height: 14px;
}

.bx-filter-param-label:hover .bx-filter-param-text::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0,0,256,256'%3E%3Cg fill='%23ffffff' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(8.53333,8.53333)'%3E%3Cpath d='M26.98047,5.99023c-0.2598,0.00774 -0.50638,0.11632 -0.6875,0.30273l-15.29297,15.29297l-6.29297,-6.29297c-0.25082,-0.26124 -0.62327,-0.36647 -0.97371,-0.27511c-0.35044,0.09136 -0.62411,0.36503 -0.71547,0.71547c-0.09136,0.35044 0.01388,0.72289 0.27511,0.97371l7,7c0.39053,0.39037 1.02353,0.39037 1.41406,0l16,-16c0.29576,-0.28749 0.38469,-0.72707 0.22393,-1.10691c-0.16075,-0.37985 -0.53821,-0.62204 -0.9505,-0.60988z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
    width: 15px;
    height: 14px;
}

.bx-filter .bx-filter-popup-result.left {
	display: none!important;
}

.bx-filter-input-checkbox {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}

.bx-filter-input-checkbox::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #999999;
    border-radius: 3px;
    background-color: transparent;
    transition: background-color 0.2s, border-color 0.2s;
}

.bx-filter-input-checkbox input:checked + .bx-filter-param-text::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 16px;
    color: white;
	z-index: 2;
}

.bx-filter-input-checkbox input:checked + .bx-filter-param-text::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    background-color: #000;
    border-radius: 4px;
    z-index: 1;
}

.bx-filter-input-checkbox:hover::before {
    /*background-color: #000;*/
    border-color: #000;
}

.bx-filter-input-checkbox:hover .bx-filter-param-text {

}

.custom-filter-btns {
	display: flex;
	align-items;
	gap: 20px;
	margin-top: 20px;
}

.custom-filter-btns .new-btn-2 {
	background: none!important;
    color: #333!important;
}

.custom-filter-btns .new-btn-2:hover {
	background: rgba(24, 24, 24, 0.2) !important;
    border: none!important;
}

.custom-filter-btns .new-btn-1:hover {
	background: rgba(24, 24, 24, 0.2) !important;
    border: none!important;
}

@media screen and (max-width: 768px) {
	.bx-filter-select-popup.custom{
		left: -135px;
		top: 30px;
	}
	.catalog-menu-box .form-input.bx-filter-select-block {
		display: flex;
		align-items: center;
	}
	.bx-filter .bx-filter-select-arrow {
		top: 8px;
	}
	.bx-filter-param-label:hover .bx-filter-param-text::before {
		background-color: none;
	}
	.bx-filter-input-checkbox:hover::before {
		background: none;
	}
	.sort-wrapper,
	.catalog-menu-box {
    		margin-bottom: 20px;
	}
  span.frm-title_span{
    display:block;
    width:100%;
  }
}

/*end*/