@charset "UTF-8";
:root {
  --clr-base: #404040;
  --clr-att: #b88337;
  --clr-att-hover: #d5a35e;
  --clr-light: #e4e4e;
  --min: 320px;
  --max: 1500px;
  --paddingContainer: 15px;
  --filter-dark: brightness(0) grayscale(1);
  --filter-white: brightness(0) invert(1);
  font-size: 10px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
.fm {
  font-family: 'Futura PT', sans-serif;
}
.fm * {
  font-family: 'Futura PT', sans-serif;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #e5e5e5;
  font-weight: 300;
  font-size: 22px;
  font-size: clamp(18px, 22px, 22px);
  font-size: clamp(18px, 2.2rem, 22px);
  line-height: 1.18181818;
  text-align: justify;
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: 1.18181818em;
}
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: 28px;
  padding-left: 2.8rem;
  margin-bottom: 4px;
  overflow: hidden;
}
li:last-child {
  margin-bottom: 0;
}
li:before {
  content: "";
  display: block;
  width: 10px;
  width: 1rem;
  height: 1px;
  position: absolute;
  top: 0.55em;
  left: 2px;
  margin-top: -1px;
  background: var(--clr-att);
}
ol {
  counter-reset: li;
  list-style: none;
}
ol li:before {
  content: counter(li) '.';
  counter-increment: li;
  border-radius: 0;
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: auto;
  color: currentColor;
}
ol li:nth-child(99) ~ li {
  padding-left: 40px;
  padding-left: 4rem;
}
ol li:nth-child(9) ~ li:before {
  content: counter(li) '.';
}
.menu,
.list {
  margin: 0;
  padding: 0;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
}
.menu li:before,
.list li:before {
  display: none;
}
a {
  text-decoration: none;
  color: var(--clr-att);
}
a:hover {
  text-decoration: none;
  color: var(--clr-att-hover);
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone {
  white-space: nowrap;
}
.page-subtitle {
  display: block;
  font-size: 0.90909091em;
  color: var(--clr-att);
  margin-bottom: 0.5em;
}
.page-subtitle + h1,
.page-subtitle + .h1-title,
.page-subtitle + h2,
.page-subtitle + .h2-title,
.page-subtitle + h3,
.page-subtitle + .h3-title,
.page-subtitle + h4,
.page-subtitle + .h4-title,
.page-subtitle + h5,
.page-subtitle + .h5-title,
.page-subtitle + h6,
.page-subtitle + .h6-title {
  margin-top: 0;
}
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;
  text-align: left;
  margin: 1.2em 0 1em 0;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
}
h1:last-child,
.h1-title:last-child,
h2:last-child,
.h2-title:last-child,
h3:last-child,
.h3-title:last-child,
h4:last-child,
.h4-title:last-child,
h5:last-child,
.h5-title:last-child,
h6:last-child,
.h6-title:last-child {
  margin-bottom: 0;
}
h1: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;
}
.title-decor {
  position: relative;
  padding-bottom: 0.7em;
}
.title-decor:before {
  content: "";
  display: block;
  width: 200px;
  width: 20rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--clr-att);
}
.h1-title,
h1 {
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 1.2em;
}
.h2-title,
h2 {
  font-size: 36px;
  font-size: 3.6rem;
}
.h3-title,
h3 {
  font-size: 30px;
  font-size: 3rem;
}
.h4-title,
h4 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 0.95em;
  margin-bottom: 0.8em;
}
.h5-title,
h5 {
  margin-bottom: 0.9em;
  margin-top: 0.8em;
}
.text-lead {
  font-size: 1.09090909em;
  font-weight: 400;
}
.text-lead-large {
  font-size: 1.18181818em;
  font-weight: 400;
}
.text-att,
.title-att {
  color: var(--clr-att);
}
.text-light,
.title-light {
  color: var(--clr-light);
}
.text-center,
.title-center {
  text-align: center;
}
.img-article {
  margin: 0.6em auto 1.5em auto;
  max-width: 500px;
  width: 100%;
  display: block;
}
.img-article:last-child {
  margin-bottom: 0;
}
.clear {
  width: 100%;
  display: block;
  clear: both;
}
b {
  font-weight: 500;
}
.tbl-inner-wrap {
  margin: 2em 0 2em 0;
  font-size: 0.90909091em;
  font-size: clamp(18px, 0.909em, 20px);
}
.tbl-inner-wrap table {
  margin: 0;
  font-size: 1em;
}
table {
  width: auto;
  margin: 2em 0 2em 0;
  font-size: 0.90909091em;
  font-size: clamp(18px, 0.909em, 20px);
  border-spacing: 1px 1px;
  border-collapse: separate;
  max-width: 100%;
}
table th,
table td {
  background: #dedede;
  vertical-align: top;
  text-align: center;
  padding: 0.4em 1em;
  min-width: 9.54545455em;
}
table thead th,
table thead td {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background-color: #747474;
  padding: 0.6em 1em;
}
table:last-child {
  margin-bottom: 0;
}
table:first-child {
  margin-top: 0;
}
blockqoute,
.bq-text {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 1.09090909em;
  padding: 1.3em 0 1.6em 0;
  margin: 1.4em 0 1.4em 0;
  height: auto;
  text-align: center;
}
blockqoute:before,
.bq-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: 320px;
  transform: translateX(-50%);
  background: #fff;
}
blockqoute:first-child,
.bq-text:first-child {
  margin-top: 0;
}
blockqoute:last-child,
.bq-text:last-child {
  margin-bottom: 0;
}
@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;
  }
  .tbl-inner-wrap {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tbl-inner-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
}
@media (min-width: 768px) {
  .img-article {
    float: left;
    margin-left: 0;
    margin-right: 4.2rem;
    width: 40%;
  }
  .img-article + h1,
  .img-article + .h1-title,
  .img-article + h2,
  .img-article + .h2-title,
  .img-article + h3,
  .img-article + .h3-title,
  .img-article + h4,
  .img-article + .h4-title,
  .img-article + h5,
  .img-article + .h5-title,
  .img-article + h6,
  .img-article + .h6-title {
    margin-top: 0;
    padding-top: 1rem;
  }
  .img-article + p,
  .img-article + ul {
    padding-top: 1rem;
  }
  .img-right {
    float: right;
    margin-right: 0;
    margin-left: 4.2rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
  }
}
@media (min-width: 1400px) {
  :root {
    --paddingContainer: 50px;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: var(--min);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
html {
  scrollbar-gutter: stable;
}
.section-full-wrap {
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
}
.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;
}
.nav,
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: rgba(11, 14, 17, 0.95);
  color: #fff;
  padding-top: 25px;
  padding-bottom: 30px;
}
.header .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1920px;
  -ms-flex-pack: center;
      justify-content: center;
}
.header .logo-wrap {
  text-align: center;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 5px;
  line-height: 0;
}
.header .menu-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 2;
      order: 2;
}
.header .phone-wrap {
  font-size: 20px;
  font-weight: 400;
  padding-left: 30px;
  margin: 0 10px 0 0;
  -ms-flex-order: 3;
      order: 3;
}
.header .phone-wrap a:not(:hover) {
  color: inherit;
}
.header .soc-wrap {
  -ms-flex-order: 4;
      order: 4;
  display: -ms-flexbox;
  display: flex;
}
.header .soc-wrap>div[id], .footer .soc-wrap>div[id] {
  display: -ms-flexbox;
  display: flex;
}
.header .soc-wrap .btn-action-ico.button-soc:not(:hover) img,
.header .soc-wrap .btn-action-ico.button-soc:not(:hover) svg {
  filter: var(--filter-white);
}
.header .soc-wrap .btn-action-ico.button-soc img,
.header .soc-wrap .btn-action-ico.button-soc svg {
  max-width: 24px;
  max-height: 24px;
}
.header .logo {
  font-size: 26px;
}
.header .logo .logo-title {
  padding-left: 30px;
}
.header .logo .logo-image {
  width: 126px;
}
.popup-menu-wrap .popup-content-block {
  display: none;
}
.popup-menu-wrap .btn-popup {
  margin: 0 auto;
}
.popup-menu-wrap .menu {
  font-size: 24px;
  font-size: 2.4rem;
}
.popup-menu-wrap .menu ul {
  display: none;
  animation: fadein ease 0.2s;
}
.popup-menu-wrap .active {
  color: #fff;
}
.popup-menu-wrap .active .button-title {
  background-image: linear-gradient(to right, #fff, #fff);
}
.popup-menu-wrap .btn-menu,
.popup-menu-wrap .btn-submenu {
  color: #fff;
  display: block;
  position: relative;
}
.popup-menu-wrap .btn-menu .button-title,
.popup-menu-wrap .btn-submenu .button-title {
  background-size: 100% 1px;
  background-position: 100% 98%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  line-height: 24px;
  display: inline;
}
.popup-menu-wrap .btn-menu:hover,
.popup-menu-wrap .btn-submenu:hover {
  color: #a0a0a0;
}
.popup-menu-wrap .btn-menu.active,
.popup-menu-wrap .btn-submenu.active {
  color: #fff;
}
.popup-menu-wrap .btn-menu-toggle {
  display: none;
}
.footer {
  color: #fff;
  background: #0c0e11;
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(18px, 0.90909091em, 20px);
  font-weight: 300;
  padding-top: 75px;
  padding-top: 7.5rem;
  padding-bottom: 15px;
  text-align: center;
}
.footer .footer-section-wrap {
  margin-bottom: 30px;
}
.footer .logo-wrap,
.footer .phone-wrap,
.footer .soc-wrap {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 55px;
  min-height: 5.5rem;
}
.footer .phone-wrap {
  padding-bottom: 10px;
}
.footer .menu-wrap,
.footer .logo-info-wrap,
.footer .info-wrap {
  min-width: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer .soc-wrap .btn-action-ico {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  margin: 0 1rem;
}
.footer .soc-wrap .btn-action-ico.button-soc:not(:hover) img,
.footer .soc-wrap .btn-action-ico.button-soc:not(:hover) svg {
  filter: var(--filter-white);
}
.footer .soc-wrap .btn-action-ico.button-soc:hover {
  opacity: 0.8;
}
.footer .menu-wrap {
  font-size: 1.2em;
}
.footer .menu-wrap .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  margin: 0 -1.5rem;
}
.footer .menu-wrap .menu a {
  display: block;
  padding: 0 15px;
  padding: 0 1.5rem;
  white-space: nowrap;
}
.footer .phone-wrap {
  font-size: 1.5em;
  font-weight: 400;
}
.footer a:not(:hover) {
  color: inherit;
}
.logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: auto;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  color: #fff;
}
.logo>div[id] {
	display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.logo .logo-image {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.533333em;
}
.logo .logo-image img {
  display: block;
  width: 100%;
}
.logo .logo-title {
  display: block;
  white-space: nowrap;
  padding-left: 1.43333333em;
}
.logo .logo-title-sep {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1.5em;
  background: currentColor;
  margin: 0 0.1em 0 0.1em;
}
.logo:hover {
  text-decoration: none;
  color: #fff;
}
.logo img {
  display: block;
  width: 100%;
}
.fancybox__toolbar {
  padding-right: 15px;
}
.f-button.is-next {
  margin-right: 15px;
}
.f-button.is-prev {
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .menu-show {
    overflow: hidden;
  }
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
  .popup-menu-wrap .popup-content-block {
    padding-top: 90px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 120;
    background: rgba(16, 18, 21, 0.95);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .popup-menu-wrap .popup-content-block::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .popup-menu-wrap .menu {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 320px;
  }
  .popup-menu-wrap .menu ul {
    padding-bottom: 20px;
  }
  .popup-menu-wrap li.open ul {
    display: block;
  }
  .popup-menu-wrap li.open .btn-menu .btn-menu-toggle:before {
    transform: rotate(0);
  }
  .popup-menu-wrap .btn-menu-toggle {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -12px;
    z-index: 10;
  }
  .popup-menu-wrap .btn-menu-toggle ~ .button-title {
    margin-left: 30px;
    margin-right: 30px;
  }
  .popup-menu-wrap .btn-menu-toggle:before,
  .popup-menu-wrap .btn-menu-toggle:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -4px;
  }
  .popup-menu-wrap .btn-menu-toggle:before {
    transform: rotate(90deg);
    transition: all ease 0.2s;
  }
  .popup-menu-wrap .btn-menu {
    font-size: 22px;
    padding: 3px 0;
  }
  .popup-menu-wrap .btn-popup-close {
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 130;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 15px 0;
  }
  .header .inner-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-height: 7rem;
  }
  .header .logo-wrap {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .header .menu-wrap {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    padding: 0 24px 0 80px;
  }
  .header .phone-wrap {
    font-size: 20px;
    margin: 0 8rem 0 0;
    padding: 0;
  }
  .header .soc-wrap .btn-action-ico.button-soc img,
  .header .soc-wrap .btn-action-ico.button-soc svg {
    max-width: 30px;
    max-height: 30px;
  }
  .header .soc-wrap .btn-action-ico {
    margin-left: 8px;
  }
  .header .logo {
    font-size: 3rem;
  }
  .header .logo .logo-title {
    padding-left: 4rem;
  }
  .header .logo .logo-image {
    width: 17.6rem;
  }
  .footer {
    text-align: left;
  }
  .footer .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
  }
  .footer .footer-section-wrap {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer .footer-section-wrap:nth-child(1) {
    padding-right: 3rem;
  }
  .footer .footer-section-wrap:nth-child(2) {
    text-align: center;
    width: 50%;
  }
  .footer .footer-section-wrap:nth-child(3) {
    text-align: right;
  }
  .footer .logo-wrap,
  .footer .logo-info-wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .footer .soc-wrap,
  .footer .info-wrap {
    text-align: right;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .footer .soc-wrap .btn-action-ico {
    margin: 0 0 0 2rem;
  }
  .popup-menu-wrap .popup-content-block {
    display: block;
  }
  .popup-menu-wrap .menu {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup-menu-wrap .menu ul {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 100;
    background: rgba(36, 36, 36, 0.98);
    width: auto;
    min-width: 100%;
    width: 288px;
    padding: 12px 0;
    font-size: 22px;
    line-height: 1.2;
    animation: fadein ease 0.2s;
  }
  .popup-menu-wrap .menu li {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    overflow: visible;
  }
  .popup-menu-wrap .menu li:hover ul {
    display: block;
  }
  .popup-menu-wrap .btn-menu {
    padding: 20px 15px;
    white-space: nowrap;
  }
  .popup-menu-wrap .btn-submenu {
    padding: 5px 10px 5px 30px;
  }
  .popup-menu-wrap .btn-popup,
  .popup-menu-wrap .btn-popup-close {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .footer .logo {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .header .phone-wrap {
    margin-right: 20px;
  }
  .header .soc-wrap .btn-action-ico {
    margin-left: 0;
  }
  .header .menu-wrap {
    padding: 0 10px;
  }
}
@media (min-width: 1500px) {
  .section-max-wrap {
    width: 100dvw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1920px;
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
  }
}
@media (min-width: 1920px) {
  .footer .inner-wrap,
  .header .inner-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
  .section-max-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
  .section-max-wrap .section-full-wrap {
    margin-left: -80px;
    margin-right: -80px;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-about {
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  color: var(--clr-base);
  transition: all ease 0.2s;
}
.item-tile-about:hover {
  color: var(--clr-att);
}
.item-tile-about .tile-ico {
  width: 82px;
  width: 8.2rem;
  height: 82px;
  height: 8.2rem;
  margin: 0 auto;
}
.item-tile-about .tile-title {
  display: block;
  margin-top: 1em;
  font-weight: inherit;
}
.item-tile-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  background: #e0e0e0;
  padding: 15px 32px 20px 32px;
  padding: 15px 3.2rem 20px 3.2rem;
}
.item-tile-info .tile-title-wrap {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-info .tile-info-wrap {
  padding: 22px 0 30px 0;
  padding: 2.2rem 0 3rem 0;
  -ms-flex: 1;
      flex: 1;
}
.item-tile-info .tile-action-wrap {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-info .tile-title {
  margin: 0;
}
.item-tile-text .popup-content-block {
  display: none;
  padding: 15px 0 24px 0;
}
.item-tile-text .btn-popup {
  display: inline-block;
  position: relative;
  min-width: 18.36363636em;
  font-size: 1em;
  line-height: 1.36363636;
  padding: 5px 65px 5px 30px;
  padding: 5px 6.5rem 5px 3rem;
  max-width: 100%;
  color: #fff;
  background: #747474;
  transition: all ease 0.2s;
}
.item-tile-text .btn-popup:hover,
.item-tile-text .btn-popup.active {
  background-color: var(--clr-att);
  color: #fff;
}
.item-tile-text .btn-popup.active:before {
  transform: rotate(180deg);
}
.item-tile-text .btn-popup:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-toggle.png) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 30px;
  right: 3rem;
  margin-top: -12px;
  transition: all ease 0.2s;
}
:is([class^="item-tile"]):hover .elm-photo img,
:is([class^="item-tile"]):hover .tile-photo img {
  transform: scale(1.03);
}
.elm-photo,
.tile-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
}
.elm-photo.photo-gallery:hover:after,
.tile-photo.photo-gallery:hover:after {
  opacity: 1;
}
.elm-photo.photo-gallery:after,
.tile-photo.photo-gallery:after {
  content: attr(data-gallery-title);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
  color: #fff;
  background: rgba(64, 64, 64, 0.75);
  opacity: 0;
  transition: opacity ease 0.2s;
}
.elm-photo:before,
.tile-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img,
.tile-photo img {
  display: block;
  position: relative;
  width: 100%;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports (aspect-ratio: 1) {
  .elm-photo:not(.photo-cover, .photo-contain),
  .tile-photo:not(.photo-cover, .photo-contain) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-price,
.tile-price {
  white-space: nowrap;
}
.elm-price.price-old,
.tile-price.price-old {
  text-decoration: line-through;
}
[data-unit]:after {
  content: attr(data-unit);
  font-family: 'Arial', 'Roboto', 'Open Sans', sans-serif;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.tile-ico img,
.lbl-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.tile-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-ico svg,
.lbl-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-overlay {
  display: none;
  animation: fadein ease 0.2s;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.elm-overlay.active {
  display: block;
}
.elm-sticker,
.tile-sticker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #000;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.main-slider-box {
  margin-bottom: 90px;
  margin-bottom: 9rem;
  position: relative;
  overflow: hidden;
}
.main-slider-box:hover .bg-inner-wrap:after {
  background: rgba(32, 31, 31, 0.45);
}
.main-slider-box .slider-inner-wrap {
  position: relative;
}
.main-slider-box .bg-inner-wrap {
  position: absolute;
  top: 0;
  bottom: -120px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.main-slider-box .bg-inner-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(32, 31, 31, 0.65);
  transition: all ease 0.2s;
}
.main-slider-box .info-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 3;
  color: #fff;
  margin: 0 auto;
  max-width: 22.22222222em;
  font-size: clamp(18px, 24px, 24px);
  font-size: clamp(18px, 2.4rem, 24px);
  min-height: 320px;
  padding: 40px 0;
  text-align: center;
}
.main-slider-box .title-wrap {
  margin-bottom: 24px;
}
.main-slider-box .slider-info-wrap {
  color: #fff;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
}
.main-slider-box .slider-info-wrap a {
  color: inherit;
}
.main-slider-box .slider-info-wrap a:hover {
  color: var(--clr-att);
}
.main-slider-box .slider-info-wrap .link-phone {
  margin: 0 20px;
}
.main-slider-box .slider-info-wrap p {
  margin-bottom: 10px;
}
.main-slider-box .h1-title {
  font-size: 34.5px;
  font-size: 3.45rem;
  text-align: center;
}
.main-slider-box .slider-main-pagination {
  display: block;
  white-space: nowrap;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  position: absolute;
  bottom: 30px;
  right: var(--paddingContainer);
  width: auto;
  float: left;
  top: auto;
  left: auto;
  padding: 0;
  z-index: 100;
  color: #fff;
}
.main-slider-box .slider-main-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  padding: 0 2px;
  opacity: 1;
  display: inline-block;
  transition: all ease 0.2s;
}
.main-slider-box .slider-main-pagination .swiper-pagination-bullet:hover {
  color: #a0a0a0;
}
.main-slider-box .slider-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  font-size: 34px;
}
.main-slider-box .slider-wrap {
  overflow: visible;
}
.order-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 500px;
  min-height: 50rem;
}
.order-box .bg-inner-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: 320px;
  transform: translateX(-50%);
  background: #000;
}
.order-box .bg-inner-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 31, 31, 0.65);
}
.order-box .info-inner-wrap {
  display: block;
  position: relative;
  padding: 80px 0;
  padding: 8rem 0;
  z-index: 2;
  margin: 0 auto;
  max-width: 27.08333333em;
  color: #fff;
  text-align: center;
  font-size: 1.09090909em;
}
.order-box .h1-title {
  text-align: center;
  margin-bottom: 1.1em;
  text-transform: uppercase;
  color: var(--clr-att);
}
.order-box .title-decor {
  padding-bottom: 0.75em;
}
.order-box .title-decor:before {
  left: 50%;
  background: #fff;
  margin-left: -100px;
}
.order-box .btn {
  margin-top: 26px;
  margin-top: 2.6rem;
  text-transform: uppercase;
}
.about-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-box .photo-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-box .photo-inner-wrap .elm-photo {
  height: 450px;
  height: 45rem;
  aspect-ratio: inherit;
}
.about-box .actions-inner-wrap {
  padding-top: 20px;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -10px;
  margin: 0 -1rem;
}
.about-box .info-content-wrap {
  display: block;
  position: relative;
  background: rgba(28, 28, 28, 0.75);
  padding: 44px 60px 60px 60px;
  padding: 4.4rem 6rem 6rem 6rem;
  color: #fff;
  max-width: 27.27272727em;
}
.about-box .info-inner-wrap {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-top: -378px;
  margin-top: -37.8rem;
  padding-left: 70px;
  padding-left: 7rem;
}
.about-box .items-inner-wrap {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 50px 50px 0 20px;
  padding: 5rem 5rem 0 2rem;
}
.about-box .action-wrap {
  width: 50%;
  padding: 0 10px;
  padding: 0 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.about-box .action-wrap .btn {
  min-width: 0;
  width: 100%;
  padding: 0 15px;
}
.about-box .action-wrap .link-main {
  font-size: 1.09090909em;
  font-weight: 400;
  color: inherit;
}
.about-box .action-wrap .link-main:hover {
  color: var(--clr-att);
}
.about-box .items-wrap {
  margin: 0 -10px -50px -10px;
  margin: 0 -1rem -5rem -1rem;
  -ms-flex-pack: center;
      justify-content: center;
}
.about-box .item-wrap {
  max-width: 200px;
  width: 33.33%;
  padding: 0 10px;
  padding: 0 1rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.about-box .h1-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 1em;
}
.about-box .title-decor {
  padding-bottom: 0.5em;
}
.tiles-menu-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.tiles-menu-box .menu-content-wrap {
  display: block;
  padding: 60px var(--paddingContainer) 90px var(--paddingContainer);
  padding: 6rem var(--paddingContainer) 9rem var(--paddingContainer);
  background: #e0e0e0 url(../img/pattern.jpg) 50%;
  background-size: 1500px auto;
}
.tiles-menu-box .menu-inner-wrap {
  background: #fff;
  position: relative;
  font-size: 1.54545455em;
  padding: 60px 0 60px var(--paddingContainer);
  padding: 6rem 0 6rem var(--paddingContainer);
}
.tiles-menu-box .menu-section-wrap {
  margin-bottom: 70px;
  margin-bottom: 7rem;
}
.tiles-menu-box .menu-section-wrap:last-child {
  margin-bottom: 0;
}
.tiles-menu-box .menu {
  color: #5e5e5e;
}
.tiles-menu-box .menu a {
  color: inherit;
  display: block;
  position: relative;
  padding: 0.15em var(--paddingContainer) 0.15em 0;
}
.tiles-menu-box .menu a:hover,
.tiles-menu-box .menu a.active {
  color: var(--clr-att);
}
.tiles-menu-box table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1em;
}
.tiles-menu-box table th,
.tiles-menu-box table td {
  vertical-align: top;
  padding: 1.2em 1em 0.8em 0;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  color: #747474;
  text-align: left;
  font-weight: 300;
  background: none;
  min-width: 0;
}
.tiles-menu-box table th:first-child,
.tiles-menu-box table td:first-child {
  padding-left: 40px;
  padding-left: 4rem;
}
.tiles-menu-box table th:last-child,
.tiles-menu-box table td:last-child {
  width: 50px;
  padding-right: 0;
  min-width: 50px;
}
.tiles-menu-box .menu-section-title {
  margin-bottom: 0.8em;
}
.tiles-menu-box .menu-title {
  font-size: 1.27272727em;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 300;
  color: var(--clr-base);
  margin: 0 0 0.5em 0;
  position: relative;
}
.tiles-menu-box .menu-title:before {
  content: "";
  display: block;
  width: 20px;
  width: 2rem;
  height: 1px;
  position: absolute;
  top: 15px;
  top: 1.5rem;
  left: -40px;
  left: -4rem;
  margin-top: -1px;
  background: var(--clr-att);
}
.tiles-menu-box .menu-title a {
  display: block;
}
.tiles-menu-box .menu-title a:not(:hover) {
  color: inherit;
}
.tiles-menu-box .elm-price {
  font-size: 1.18181818em;
  font-weight: 400;
  line-height: 30px;
  line-height: 3rem;
  color: var(--clr-att);
}
.tiles-gallery-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.tiles-gallery-box .items-wrap {
  margin: 0 -1px -1px 0;
}
.tiles-gallery-box .item-wrap {
  padding: 0 1px 0 0;
  margin-bottom: 1px;
  width: 50%;
}
.tiles-gallery-box .elm-photo {
  aspect-ratio: 634/420;
}
.contacts-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.contacts-box .info-inner-wrap {
  width: 20.45454545em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding: 0 40px 0 0;
  padding: 0 4rem 0 0;
}
.contacts-box .map-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-top: 30px;
  padding-top: 3rem;
}
.contacts-box .map-content-wrap {
  display: block;
  height: 500px;
  height: 50rem;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
}
.contacts-box .cnt-inner-wrap {
  padding-top: 16px;
}
.contacts-box .text-lead {
  margin-bottom: 0.2em;
}
.contacts-box .cnt-wrap {
  margin: 0 -24px 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts-box .cnt-phone,
.contacts-box .cnt-email {
  font-size: 1.09090909em;
  font-weight: 400;
  margin: 0 24px 0 0;
  line-height: 40px;
}
.contacts-box .cnt-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 18px 0 0;
}
.contacts-box .cnt-buttons .btn-action-ico {
  margin-right: 6px;
}
.contacts-box .wrap-soc {
  padding-top: 30px;
  padding-top: 3rem;
  margin-left: -5px;
}
.contacts-box .wrap-soc .cnt-buttons {
  margin-right: 24px;
}
.contacts-box .wrap-soc .cnt-buttons .btn-action-ico {
  margin-right: 0px;
}
.article-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.tiles-news-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.tiles-news-box .items-wrap {
  margin: 0 -10px -20px -10px;
  margin: 0 -1rem -2rem -1rem;
}
.tiles-news-box .item-wrap {
  padding: 0 10px;
  padding: 0 1rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pagenav-box {
  margin: 60px 0 0 0;
  margin: 6rem 0 0 0;
  display: block;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.09090909em;
  text-align: center;
  color: var(--clr-att);
}
.pagenav-box .btn-page {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 2px;
}
.pagenav-box .btn-page.active {
  font-size: 1.41666667em;
  color: var(--clr-base);
}
.pagenav-box a:not(:hover) {
  color: inherit;
}
.page-action-box {
  margin-top: 80px;
  margin-top: 8rem;
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.page-title-box {
  margin-bottom: 70px;
  margin-bottom: 7rem;
}
.page-title-box .title-inner-wrap {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
  padding-top: 10px;
  padding-top: 1rem;
}
.page-title-box .title-inner-wrap:last-child {
  margin-bottom: -45px;
  margin-bottom: -4.5rem;
}
.info-text-box {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.info-text-box .item-wrap {
  margin-bottom: 1px;
}
.info-text-box .item-wrap:last-child {
  margin-bottom: 0;
}
.breadcrumbs-box {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding-top: 40px;
  padding-top: 4rem;
  font-size: 0.90909091em;
  font-size: clamp(16px, 0.909em, 20px);
  text-align: right;
  color: var(--clr-att);
}
.breadcrumbs-box .menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -56px 0 0;
  margin: 0 -5.6rem 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.breadcrumbs-box li {
  padding: 0 56px 0 0;
  padding: 0 5.6rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.breadcrumbs-box li:last-child {
  color: #000;
}
.breadcrumbs-box li:after {
  content: "";
  display: block;
  width: 20px;
  width: 2rem;
  height: 1px;
  background: #b8b8b8;
  position: absolute;
  top: 0.55em;
  right: 18px;
  right: 1.8rem;
  margin-top: -1px;
}
.breadcrumbs-box li:last-child:after {
  display: none;
}
.breadcrumbs-box a:not(:hover) {
  color: inherit;
}
@media (max-width: 1399px) {
  .about-box .info-inner-wrap {
    padding-left: 20px;
  }
  .about-box .items-inner-wrap {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .about-box .info-content-wrap {
    padding: 40px 20px;
  }
  .about-box .item-wrap {
    width: 50%;
  }
  .contacts-box .map-inner-wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .contacts-box {
    display: block;
  }
  .contacts-box .info-inner-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .about-box .info-inner-wrap {
    padding: 0 10px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-box .items-inner-wrap {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .about-box .info-content-wrap {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 640px) {
  .tiles-news-box .item-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tiles-menu-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .tiles-menu-box .menu-inner-wrap {
    width: 30rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .tiles-menu-box .menu-content-wrap {
    padding-left: 5rem;
    -ms-flex: 1;
        flex: 1;
    max-width: calc(100% - 30rem);
  }
}
@media (min-width: 1024px) {
  .main-slider-box .info-inner-wrap {
    min-height: 80rem;
    padding-top: 8rem;
    text-align: left;
    max-width: 100%;
    margin: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .main-slider-box .slider-info-wrap {
    text-align: left;
    padding-bottom: 35px;
    font-size: 20px;
  }
  .main-slider-box .slider-info-wrap p {
    margin-bottom: 10px;
  }
  .main-slider-box .slider-info-wrap .link-phone {
    margin: 0 20px 0 0;
  }
  .main-slider-box .title-wrap {
    margin-bottom: 2.2em;
  }
  .main-slider-box .h1-title {
    text-align: left;
    max-width: 18.33333333em;
    font-size: 6rem;
  }
  .main-slider-box p {
    max-width: 33.33333333em;
  }
  .tiles-menu-box .menu-inner-wrap {
    width: 40rem;
  }
  .tiles-menu-box .menu-content-wrap {
    padding-left: 10.5rem;
    max-width: calc(100% - 40rem);
  }
  .tiles-gallery-box .item-wrap {
    width: 33.33%;
  }
  .tiles-news-box .items-wrap {
    margin: 0 -2.4rem -4.8rem -2.4rem;
  }
  .tiles-news-box .item-wrap {
    padding: 0 2.4rem;
    margin-bottom: 4.8rem;
  }
}
@media (min-width: 1920px) {
  .tiles-menu-box .menu-inner-wrap {
    padding-left: 13rem;
  }
  .tiles-menu-box .menu-content-wrap {
    padding-right: 15rem;
  }
  .main-slider-box .slider-main-pagination {
    right: 50%;
    margin-right: -870px;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
}
select.form-input {
  display: block;
  text-overflow: ellipsis;
  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;
  outline: none;
  cursor: pointer;
}
select.form-input.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 0 16px 0 0;
  color: inherit;
  font-weight: bold;
  background-image: url(../img/icons/arrow-select.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
select.form-input:required:invalid {
  color: #ADADAD;
}
.btn {
  height: 44px;
  padding: 0 24px;
  font-size: 16px;
  min-width: 180px;
  border-radius: 1rem;
  border: 1px solid var(--clr-att);
  background: var(--clr-att);
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.btn:hover {
  color: #fff;
  background-color: var(--clr-att-hover);
  border-color: var(--clr-att-hover);
}
.btn.button-arrow:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/arrow-button.png) center no-repeat;
  background-size: 100% auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
  margin-left: 1.5rem;
  transition: all ease 0.2s;
}
.btn.button-arrow:hover:after {
  transform: translateX(1.5rem);
  filter: var(--filter-white);
}
.btn.button-arrow-back:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/arrow-button.png) center no-repeat;
  background-size: 100% auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  margin-right: 1.5rem;
  transform: rotate(180deg);
  transition: all ease 0.2s;
}
.btn.button-arrow-back:hover:before {
  transform: rotate(180deg) translateX(1.5rem);
  filter: var(--filter-white);
}
.btn.button-clear {
  width: auto;
  height: auto;
  line-height: 24px;
  color: inherit;
  white-space: normal;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: inherit;
}
.btn.button-clear:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.btn.button-clear .button-ico {
  width: 24px;
  height: 24px;
  filter: none;
}
.btn.button-border:not(:hover) {
  background-color: transparent;
  color: var(--clr-att);
}
.btn.button-border:hover,
.btn.button-border.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.btn.button-border:hover .button-ico,
.btn.button-border.active .button-ico {
  filter: brightness(0) invert(1);
}
.btn .button-ico {
  width: 24px;
  height: 24px;
  margin: 0 10px;
  transition: all ease 0.2s;
}
.btn .button-ico:last-child {
  margin-right: 0;
}
.btn .button-ico:first-child {
  margin-left: 0;
}
.btn .button-title[data-title]:before {
  content: attr(data-title);
}
.btn .button-title[data-show]:before {
  content: attr(data-show);
}
.btn.active .button-title[data-title-active]:before {
  content: attr(data-title-active);
}
.btn.active .button-title[data-hide]:before {
  content: attr(data-hide);
}
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img,
.btn-action-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: 24px;
  max-height: 24px;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  box-shadow: none;
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.png);
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-prev:before {
  transform: rotate(180deg);
}
.btn-action-ico.ico-menu {
  width: 60px;
  height: 50px;
}
.btn-action-ico.ico-menu:before,
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu span {
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  right: auto;
  bottom: auto;
  margin-top: -7px;
}
.btn-action-ico.ico-menu:before {
  margin-top: 6px;
  width: 28px;
}
.btn-action-ico.ico-menu span {
  margin-top: -1px;
  width: 20px;
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close:before {
  width: 30px;
  height: 2px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -15px;
  background: #b4b5b6;
}
.btn-action-ico.ico-close:before {
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after {
  transform: rotate(-45deg);
}
.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
  max-width: 30px;
  max-height: 30px;
}
.btn-action-ico.button-soc:not(:hover) img,
.btn-action-ico.button-soc:not(:hover) svg {
  filter: brightness(0) grayscale(1) opacity(0.7);
}
.btn-action-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: inherit;
}
.btn-action-icon.button-att {
  color: var(--clr-att);
}
.btn-action-icon.button-att .button-ico {
  filter: none;
}
.btn-action-icon:hover {
  color: var(--clr-att);
}
.btn-action-icon:hover .button-ico {
  filter: none;
}
.btn-action-icon .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  filter: brightness(0) grayscale(1);
}
.btn-action-icon .button-ico + .button-title {
  padding-left: 10px;
}
.btn-action-icon .button-title {
  display: block;
}
@media (min-width: 1024px) {
  .btn {
    height: 47px;
    padding: 0 30px;
    font-size: 18px;
    min-width: 222px;
  }
}
/* ----------------------------------- *\
			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 input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select label:after {
  opacity: 0;
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.i,
[class*="icon-"] {
  display: block;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: cover) {
  .img-bg-cover {
    height: 100%;
    object-fit: cover;
  }
}
@supports (object-fit: contain) {
  .img-bg-contain {
    height: 100%;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.js-btn-popup-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  animation: fadein ease 0.3s;
}
.js-tab-block {
  animation: fadein ease 0.2s;
}
.js-tab-block:not(.active) {
  display: none;
}
.js-tab-block.tab-slider:not(.active) {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0;
  position: relative;
  overflow: hidden;
}
.items-wrap {
  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;
}
.tile-many-lines,
.text-many-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 

add to head box

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

 */
.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
  display: block;
  position: relative;
}
.tile-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.no-pbottom {
  padding-bottom: 0 !important;
}
.no-ptop {
  padding-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
input.form-clear-autofill::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.sl-wrap.swiper-slide {
  height: auto;
}
.swiper,
.swiper-wrapper {
  position: relative;
}
.slider-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -5px -5px -5px;
  position: relative;
  width: auto;
}
.slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--clr-light);
  opacity: 1;
  transition: all ease 0.2s;
  cursor: pointer;
  padding: 0;
  margin: 0 5px 5px 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slider-pagination .swiper-pagination-bullet:hover,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none !important;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Heavy.eot');
  src: local('Futura PT Heavy'), local('FuturaPT-Heavy'), url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Heavy.woff') format('woff'), url('../fonts/FuturaPT-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Medium.eot');
  src: local('Futura PT Medium'), local('FuturaPT-Medium'), url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Medium.woff') format('woff'), url('../fonts/FuturaPT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Book.eot');
  src: local('Futura PT Book'), local('FuturaPT-Book'), url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Book.woff') format('woff'), url('../fonts/FuturaPT-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Light.eot');
  src: local('Futura PT Light'), local('FuturaPT-Light'), url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Light.woff') format('woff'), url('../fonts/FuturaPT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT Demi';
  src: url('../fonts/FuturaPT-Demi.eot');
  src: local('Futura PT Demi'), local('FuturaPT-Demi'), url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Demi.woff') format('woff'), url('../fonts/FuturaPT-Demi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Bold.eot');
  src: local('Futura PT Bold'), local('FuturaPT-Bold'), url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Bold.woff') format('woff'), url('../fonts/FuturaPT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-ExtraBold.eot');
  src: local('Futura PT Extra Bold'), local('FuturaPT-ExtraBold'), url('../fonts/FuturaPT-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-ExtraBold.woff') format('woff'), url('../fonts/FuturaPT-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
/* cond  */
@font-face {
  font-family: 'Futura PT Cond Book';
  src: url('../fonts/FuturaPTCond-Book.eot');
  src: local('Futura PT Cond Book'), local('FuturaPTCond-Book'), url('../fonts/FuturaPTCond-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPTCond-Book.woff') format('woff'), url('../fonts/FuturaPTCond-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT Cond Extra';
  src: url('../fonts/FuturaPTCond-ExtraBold.eot');
  src: local('Futura PT Cond Extra Bold'), local('FuturaPTCond-ExtraBold'), url('../fonts/FuturaPTCond-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPTCond-ExtraBold.woff') format('woff'), url('../fonts/FuturaPTCond-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT Cond';
  src: url('../fonts/FuturaPTCond-Bold.eot');
  src: local('Futura PT Cond Bold'), local('FuturaPTCond-Bold'), url('../fonts/FuturaPTCond-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPTCond-Bold.woff') format('woff'), url('../fonts/FuturaPTCond-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT Cond';
  src: url('../fonts/FuturaPTCond-Medium.eot');
  src: local('Futura PT Cond Medium'), local('FuturaPTCond-Medium'), url('../fonts/FuturaPTCond-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPTCond-Medium.woff') format('woff'), url('../fonts/FuturaPTCond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
.row {
width: 100%
}
.col-md-6 {
    width: 50% !important;
    display: inline-block !important;
}