@charset "UTF-8";
:root {
  --fira-sans-family: "Fira Sans", sans-serif;
  --source-sans-family: "Source Sans 3", sans-serif;
  --montserrat-family: "Montserrat", sans-serif;
  --hind-vadodara-family: "Hind Vadodara", sans-serif;
  --open-sans-family: "Open Sans", sans-serif;
  --orange-color-rgb: 208, 63, 24;
  --orange-color: rgb(var(--orange-color-rgb));
  --orange-color-50: rgba(var(--orange-color-rgb), 0.5);
  --light-gray-color: #EFEFEF;
  --gray-color: #D9D9D9;
  --dark-gray-color-rgb: 26, 35, 52;
  --dark-gray-color: rgb(var(--dark-gray-color-rgb));
  --red-color: #ff0000;
  --width-1400: 87.5rem;
  --width-1324: 82.75rem;
  --mobile-padding: 8px;
  --mobi-menu-height: 60px; }

*, *::before, *::after {
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0; }

html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.15; }
  @media (min-width: 1600px) and (max-width: 1899px) {
    html {
      font-size: 18.4px; } }
  @media (min-width: 1900px) {
    html {
      font-size: 20.8px; } }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  font-family: var(--source-sans-family);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  position: relative; }
  @media (min-width: 1600px) and (max-width: 1899px) {
    body {
      font-size: 18.4px; } }
  @media (min-width: 1900px) {
    body {
      font-size: 20.8px; } }
button, input, select, textarea, th, td {
  font-family: var(--source-sans-family);
  font-style: normal;
  font-weight: normal; }

a {
  text-decoration: none; }

header.head-top {
  background: url("../images/top-bg.f1eda697facd.jpg") no-repeat center/cover; }
  @media (max-width: 767px) {
    header.head-top {
      display: none; } }
  header.head-top div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 3rem;
    column-gap: 2rem; }
    @media (max-width: 767px) {
      header.head-top div.container {
        width: 100vw; } }
  header.head-top a.search {
    display: flex;
    align-items: center;
    color: white;
    column-gap: 0.5rem; }
    header.head-top a.search span {
      font-family: var(--hind-vadodara-family);
      font-size: 1rem;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-decoration-thickness: 0.0625rem;
      text-underline-offset: 0.125rem; }
  header.head-top div.city-holder {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    color: white;
    font-family: var(--hind-vadodara-family); }
    header.head-top div.city-holder > a {
      display: flex;
      align-items: center;
      column-gap: 0.125rem;
      color: white; }
      header.head-top div.city-holder > a > span {
        text-decoration: underline;
        text-decoration-style: dotted;
        text-decoration-thickness: 0.0625rem;
        text-underline-offset: 0.125rem; }
  header.head-top a.mail {
    display: flex;
    align-items: center;
    color: white;
    column-gap: 0.75rem; }
    header.head-top a.mail span {
      font-family: var(--hind-vadodara-family);
      font-size: 1rem;
      text-decoration: underline; }
  header.head-top a.phone {
    display: flex;
    align-items: center;
    color: white;
    column-gap: 0.25rem; }
    header.head-top a.phone span {
      font-family: var(--hind-vadodara-family);
      font-weight: 500;
      font-size: 1.25rem; }

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

header.header div.container {
  width: var(--width-1400);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 5.875rem;
  column-gap: 1.5rem; }
  @media (max-width: 767px) {
    header.header div.container {
      width: 100vw; } }
header.header a.logo {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  color: black; }
  header.header a.logo span.line1 {
    font-family: var(--fira-sans-family);
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 700;
    color: var(--dark-gray-color); }
    header.header a.logo span.line1 span.first {
      color: var(--orange-color); }
    header.header a.logo span.line1 span.o svg {
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 50%;
      vertical-align: middle; }
  header.header a.logo span.line2 {
    font-family: var(--hind-vadodara-family);
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 500; }

header.header div.main-menu {
  display: flex; }
  header.header div.main-menu div.main-menu-item {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent; }
    header.header div.main-menu div.main-menu-item > a {
      display: flex;
      align-items: center;
      height: 2ю5rem;
      color: black; }
      header.header div.main-menu div.main-menu-item > a span {
        font-family: var(--source-sans-family);
        font-size: 1.125rem; }
    header.header div.main-menu div.main-menu-item:hover {
      border-bottom-color: var(--orange-color); }
      header.header div.main-menu div.main-menu-item:hover > a {
        color: var(--orange-color); }
    header.header div.main-menu div.main-menu-item ul {
      position: absolute;
      left: 0;
      top: calc(100% + 0.25rem);
      list-style: none;
      padding-bottom: 0.25rem;
      border: 0.0625rem solid var(--light-gray-color);
      border-radius: 0 0 0.625rem 0.625rem;
      width: 11rem;
      background-color: white;
      z-index: 1000; }
    header.header div.main-menu div.main-menu-item:not(:hover) ul {
      display: none; }
    header.header div.main-menu div.main-menu-item li:not(:first-of-type) {
      border-top: 0.0625rem solid var(--light-gray-color); }
    header.header div.main-menu div.main-menu-item li a {
      display: block;
      padding: 0.5rem 1.125rem 0.75rem;
      font-family: var(--source-sans-family);
      color: var(--dark-gray-color); }

header.header a.demand {
  display: block;
  width: 10.75rem;
  height: 2.625rem;
  line-height: 2.625rem;
  text-align: center;
  border: none;
  background-color: var(--orange-color);
  color: white;
  font-family: var(--hind-vadodara-family);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer; }

footer.footer {
  background-color: black;
  color: white;
  margin-top: 3.5rem; }
  footer.footer div.container {
    width: var(--width-1324);
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      footer.footer div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      footer.footer div.container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding);
        row-gap: 1rem;
        column-gap: 0.5rem;
        padding-bottom: 0.5rem; } }
  footer.footer div.info {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem; }
    @media (max-width: 767px) {
      footer.footer div.info {
        grid-column: 1 / span 3; } }
    footer.footer div.info a.logo {
      font-family: var(--fira-sans-family);
      font-size: 1.875rem;
      line-height: 1;
      font-weight: 700;
      color: white; }
      footer.footer div.info a.logo span.o svg {
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 50%;
        vertical-align: middle; }
    footer.footer div.info div.address {
      font-family: var(--hind-vadodara-family);
      font-size: 0.9375rem; }
    footer.footer div.info div.phone a {
      font-family: var(--hind-vadodara-family);
      font-size: 1.5rem;
      font-weight: 700;
      color: inherit; }
  footer.footer ul.menu {
    list-style: none;
    font-family: var(--hind-vadodara-family);
    font-size: 0.875rem;
    line-height: 1.5rem; }
    footer.footer ul.menu.thin-menu {
      padding-left: 1.5rem; }
    footer.footer ul.menu.last-menu {
      grid-column: 1 / span 3; }
    footer.footer ul.menu a {
      color: inherit; }
      footer.footer ul.menu a:hover {
        text-decoration: underline;
        text-underline-offset: 0.125rem; }
      footer.footer ul.menu a.mail {
        display: flex;
        align-items: center;
        column-gap: 0.25rem; }
  footer.footer div.disclaimer {
    height: 2.125rem;
    line-height: 2.125rem;
    text-align: center;
    font-family: var(--open-sans-family);
    font-size: 0.625rem;
    color: #888888; }

section.advantages {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    section.advantages {
      margin-top: 2rem;
      margin-bottom: 1.5rem; } }
  section.advantages div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 28.125rem);
    column-gap: 1.5625rem;
    grid-auto-rows: 10.9375rem; }
    @media (max-width: 767px) {
      section.advantages div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.advantages div.container {
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding); } }
  section.advantages div.advantage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
    border-radius: 1.875rem;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (max-width: 767px) {
      section.advantages div.advantage {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        column-gap: 0.75rem;
        border-radius: 1.25rem;
        height: 6rem; } }
    section.advantages div.advantage svg {
      flex: 0 0 4.6875rem;
      width: 4.6875rem;
      height: 4.6875rem; }
      @media (max-width: 767px) {
        section.advantages div.advantage svg {
          flex: 0 0 2.5rem;
          width: 2.5rem;
          height: 2.5rem; } }
    section.advantages div.advantage span {
      font-family: var(--montserrat-family);
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.45; }
      @media (max-width: 767px) {
        section.advantages div.advantage span {
          font-size: 1rem; } }
    section.advantages div.advantage:nth-child(odd) {
      background-image: url("../images/gray-450.9723028a0607.jpg");
      color: var(--dark-gray-color); }
      section.advantages div.advantage:nth-child(odd) svg {
        color: #444; }
    section.advantages div.advantage:nth-child(even) {
      background-image: url("../images/red-450.66af6795271e.jpg");
      color: white; }
      section.advantages div.advantage:nth-child(even) svg {
        color: white; }

section.trailers {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  section.trailers div.runner {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 50rem 36rem;
    column-gap: 1.5rem;
    grid-auto-rows: 32.5rem; }
    @media (max-width: 767px) {
      section.trailers div.runner {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.trailers div.runner {
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem; } }
  section.trailers div.trailer {
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      section.trailers div.trailer {
        width: 100vw;
        height: 56.25vw; } }
    section.trailers div.trailer img, section.trailers div.trailer video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 1.875rem; }
      @media (max-width: 767px) {
        section.trailers div.trailer img, section.trailers div.trailer video {
          border-radius: 0; } }
div.cookie-disclaimer {
  position: fixed;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 2rem;
  z-index: 333; }
  div.cookie-disclaimer:not(.shown) {
    display: none; }
  div.cookie-disclaimer div.body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.5rem;
    border: 1px solid white;
    border-radius: 2.5rem;
    background-color: #141414;
    max-width: 1200px;
    padding: 1rem 1rem 1rem 1.5rem; }
    @media (max-width: 767px) {
      div.cookie-disclaimer div.body {
        width: 98vw;
        flex-direction: column;
        row-gap: 1rem; } }
  div.cookie-disclaimer div.disclaimer {
    font-size: 0.875rem;
    color: white; }
    div.cookie-disclaimer div.disclaimer a {
      color: var(--orange-color); }
  div.cookie-disclaimer a.close {
    display: block;
    justify-content: center;
    align-items: center;
    background-color: var(--orange-color);
    border-radius: 14px;
    color: white;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    flex-shrink: 0;
    text-decoration: none; }

div.content-header {
  position: relative;
  background: url("../images/content-header-bg.362f6374b954.jpg") repeat-x left center/auto 100%;
  color: white; }
  div.content-header img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  div.content-header div.gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.8) 90%); }
  div.content-header div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    height: 6rem;
    position: relative; }
    @media (max-width: 767px) {
      div.content-header div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      div.content-header div.container {
        height: auto;
        position: static;
        padding: 1rem var(--mobile-padding); } }
  div.content-header.paper-header div.container {
    height: 10rem; }
    @media (max-width: 767px) {
      div.content-header.paper-header div.container {
        height: auto; } }
  div.content-header div.inner {
    position: absolute;
    left: 0;
    bottom: 0.625rem;
    width: 100%; }
    @media (max-width: 767px) {
      div.content-header div.inner {
        position: relative;
        bottom: auto; } }
  div.content-header h1 {
    font-family: var(--source-sans-family);
    font-size: 2.8125rem;
    margin-bottom: 0.625rem; }
    @media (max-width: 767px) {
      div.content-header h1 {
        font-size: 1.5rem; } }
  div.content-header ol {
    display: flex;
    list-style: none;
    column-gap: 0.375rem;
    font-family: var(--source-sans-family);
    font-size: 0.625rem; }
  div.content-header li {
    display: flex; }
    div.content-header li:not(:last-of-type)::after {
      content: '/';
      margin-left: 0.375rem; }
  div.content-header a {
    color: inherit; }
    div.content-header a:hover {
      text-decoration: underline; }

section.simple-text {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.simple-text div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      section.simple-text div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.simple-text div.container {
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding); } }
  section.simple-text article {
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      section.simple-text article img {
        display: block;
        max-width: 100%; } }
    section.simple-text article img.image-left {
      float: left;
      margin: 0 0.75rem 0.375rem 0; }
      @media (max-width: 767px) {
        section.simple-text article img.image-left {
          float: none;
          margin-left: auto;
          margin-right: auto; } }
    section.simple-text article img.image-right {
      float: right;
      margin: 0 0 0.375rem 0.75rem; }
      @media (max-width: 767px) {
        section.simple-text article img.image-right {
          float: none;
          margin-left: auto;
          margin-right: auto; } }
    section.simple-text article table.bordered-table {
      border-collapse: collapse; }
      section.simple-text article table.bordered-table th, section.simple-text article table.bordered-table td {
        border: 1px solid #999; }
    @media (max-width: 767px) {
      section.simple-text article p.video-holder {
        aspect-ratio: 16 / 9;
        width: 100%; }
        section.simple-text article p.video-holder iframe {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; } }
    section.simple-text article p, section.simple-text article ul, section.simple-text article ol, section.simple-text article table, section.simple-text article h2 {
      margin-bottom: 1em;
      line-height: 1.4; }
      @media (max-width: 767px) {
        section.simple-text article p, section.simple-text article ul, section.simple-text article ol, section.simple-text article table, section.simple-text article h2 {
          margin-left: 0 !important; } }
    section.simple-text article ul, section.simple-text article ol {
      padding-left: 1.25em; }
    section.simple-text article a {
      color: var(--orange-color);
      text-decoration: underline; }
    section.simple-text article svg {
      vertical-align: middle; }
    section.simple-text article *:last-child {
      margin-bottom: 0 !important; }
    section.simple-text article::after {
      content: '';
      display: block;
      clear: both; }

section.moscow-map {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.moscow-map div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 767px) {
      section.moscow-map div.container {
        width: 100vw; } }
  section.moscow-map iframe {
    width: 100%; }

section.simple-slider {
  margin-top: 4rem;
  margin-bottom: 2rem; }
  section.simple-slider div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      section.simple-slider div.container {
        width: 100vw; } }
  section.simple-slider div.holder {
    display: flex;
    flex-direction: column;
    width: 56.6875rem; }
  section.simple-slider div.holder div.arrows {
    position: relative; }
    section.simple-slider div.holder div.arrows button {
      position: absolute;
      border: none;
      background: transparent;
      bottom: 0;
      color: var(--dark-gray-color);
      transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
      cursor: pointer;
      opacity: 1; }
      section.simple-slider div.holder div.arrows button:hover {
        color: var(--orange-color); }
      section.simple-slider div.holder div.arrows button.right {
        right: 0; }
      section.simple-slider div.holder div.arrows button.left {
        right: 3.3125rem;
        transform: rotate(180deg); }
    section.simple-slider div.holder div.arrows svg {
      width: 2.8125rem;
      height: 2.8125rem;
      vertical-align: top; }
  section.simple-slider div.holder.first-position div.arrows button.left,
  section.simple-slider div.holder.last-position div.arrows button.right {
    opacity: 0; }
  section.simple-slider div.slider {
    position: relative;
    height: 31.625rem; }
  section.simple-slider div.slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10; }
    section.simple-slider div.slide.active {
      opacity: 1;
      z-index: 20; }
    section.simple-slider div.slide.transition {
      z-index: 30; }
    section.simple-slider div.slide img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 1.875rem; }
      @media (max-width: 767px) {
        section.simple-slider div.slide img {
          border-radius: 0; } }
    section.simple-slider div.slide div.info {
      position: absolute;
      left: 1.5rem;
      bottom: 1.5rem;
      right: 1.5rem;
      padding: 0.5rem 1.5rem;
      background-color: var(--orange-color-50);
      color: white;
      text-align: center;
      font-family: var(--source-sans-family);
      font-weight: 500;
      border-radius: 1.25rem; }
  section.simple-slider div.dots {
    display: flex;
    justify-content: center;
    column-gap: 0.75rem;
    margin-top: 0.5rem; }
    section.simple-slider div.dots button {
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 50%;
      border: 0.125rem solid var(--orange-color);
      background-color: var(--orange-color);
      cursor: pointer; }
      section.simple-slider div.dots button.active {
        background-color: white; }

div.pager {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  div.pager div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0.75rem;
    row-gap: 0.75rem; }
    @media (max-width: 767px) {
      div.pager div.container {
        width: 100vw; } }
  div.pager a {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.375rem;
    border: 0.0625rem solid var(--orange-color);
    background-color: white;
    font-family: var(--fira-sans-family);
    font-size: 1.125rem;
    color: var(--orange-color);
    border-radius: 0.5rem; }
    div.pager a.active {
      color: white;
      background-color: var(--orange-color); }

div.search-panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999; }
  @media (max-width: 767px) {
    div.search-panel {
      padding-top: var(--mobile-padding);
      padding-bottom: var(--mobile-padding);
      padding-left: var(--mobile-padding);
      padding-right: var(--mobile-padding); } }
  div.search-panel:not(.shown) {
    display: none; }
  div.search-panel div.form-holder {
    display: block;
    border-radius: 1.25rem;
    box-shadow: 0 0 1rem 0.3125rem rgba(0, 0, 0, 0.25);
    border: 0.0625rem solid rgba(var(--dark-gray-color-rgb), 0.05);
    background-color: white;
    padding: 1.5rem 3rem; }
    @media (max-width: 767px) {
      div.search-panel div.form-holder {
        padding: var(--mobile-padding); } }
  div.search-panel form {
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
    height: 2.5rem;
    width: 75.75rem;
    border-radius: 1.25rem;
    background-color: var(--light-gray-color);
    padding-right: 0.5rem;
    padding-left: 2.5rem; }
    @media (max-width: 767px) {
      div.search-panel form {
        width: calc(100vw - 4 * var(--mobile-padding));
        border-radius: 0.75rem;
        padding-left: 1rem; } }
    div.search-panel form input {
      flex-grow: 1;
      font-family: var(--hind-vadodara-family);
      font-size: 1rem;
      background: transparent;
      border: none;
      outline: none; }
    div.search-panel form button {
      height: 2rem;
      width: 4.5rem;
      border: none;
      background-color: var(--orange-color);
      border-radius: 1rem;
      color: white;
      cursor: pointer; }
      @media (max-width: 767px) {
        div.search-panel form button {
          width: 3rem; } }
      div.search-panel form button svg {
        vertical-align: top; }

section.tile-gallery {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.tile-gallery div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    row-gap: 1.875rem; }
    @media (max-width: 767px) {
      section.tile-gallery div.container {
        width: 100vw; } }
  section.tile-gallery h2 {
    font-family: var(--source-sans-family);
    font-size: 2.8125rem; }
  section.tile-gallery div.grid {
    display: grid;
    grid-template-columns: 40rem 45.625rem;
    grid-template-rows: 19.375rem 19.375rem;
    gap: 1.875rem 1.875rem; }
    section.tile-gallery div.grid.alt {
      grid-template-columns: 45.625rem 40rem; }
    section.tile-gallery div.grid.kaz {
      grid-template-columns: 36.875rem 23.4375rem 24.8125rem;
      grid-template-rows: 29.75rem; }
    @media (max-width: 767px) {
      section.tile-gallery div.grid {
        display: flex;
        flex-direction: column;
        column-gap: 1rem; } }
  section.tile-gallery div.photo {
    display: block;
    position: relative;
    cursor: pointer; }
    @media (max-width: 767px) {
      section.tile-gallery div.photo {
        width: 100vw;
        height: 56.25vw; } }
    section.tile-gallery div.photo img, section.tile-gallery div.photo video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 1.875rem; }
      @media (max-width: 767px) {
        section.tile-gallery div.photo img, section.tile-gallery div.photo video {
          border-radius: 0; } }
  section.tile-gallery div.grid:not(.alt):not(.kaz) div.photo.even {
    grid-row: span 2; }
  section.tile-gallery div.grid.alt div.photo:first-of-type {
    grid-row: span 2; }

section.search-results {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    section.search-results {
      padding-left: var(--mobile-padding);
      padding-right: var(--mobile-padding);
      margin-bottom: 2rem; } }
  section.search-results .container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      section.search-results .container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.search-results .container {
        width: calc(100vw - 2 * var(--mobile-padding)); } }
  section.search-results article {
    border-radius: 0.625rem;
    box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.15); }
    section.search-results article:not(:first-of-type) {
      margin-top: 2.25rem; }
    section.search-results article.with-image {
      display: grid;
      grid-template-columns: 25rem 1fr;
      height: 15.625rem;
      column-gap: 5rem;
      border-radius: 0.625rem;
      box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.15);
      overflow: hidden; }
      @media (max-width: 767px) {
        section.search-results article.with-image {
          display: block;
          height: auto;
          width: auto; } }
    section.search-results article .image {
      display: block;
      height: 15.625rem; }
      @media (max-width: 767px) {
        section.search-results article .image {
          height: auto; } }
    section.search-results article img {
      display: block;
      width: 100%;
      height: 15.625rem;
      object-fit: cover;
      object-position: center;
      border-radius: 0.625rem 0px 0px 0.625rem;
      box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.15); }
      @media (max-width: 767px) {
        section.search-results article img {
          height: auto;
          aspect-ratio: 4 / 3;
          border-radius: 0.625rem 0.625rem 0px 0px; } }
    section.search-results article div.info {
      position: relative;
      border: solid var(--lighter-gray-color);
      border-width: 1px 1px 1px 0;
      display: flex;
      flex-direction: column;
      padding: 2rem 1.5rem 1.5rem 0; }
      @media (max-width: 767px) {
        section.search-results article div.info {
          padding-top: 0.5rem;
          padding-left: var(--mobile-padding);
          padding-right: var(--mobile-padding); } }
    section.search-results article:not(.with-image) div.info {
      padding-left: 1.5rem; }
    section.search-results article div.head {
      display: flex;
      align-items: center;
      margin-bottom: 0.5rem; }
      @media (max-width: 767px) {
        section.search-results article div.head {
          justify-content: flex-start;
          flex-wrap: wrap; } }
    section.search-results article h3 {
      font-size: 2.5rem;
      font-weight: bold; }
      @media (max-width: 767px) {
        section.search-results article h3 {
          font-size: 1.375rem;
          width: 100%; } }
      section.search-results article h3 a {
        color: inherit; }
    section.search-results article:hover h3 {
      color: var(--red-color);
      font-weight: bold; }
    section.search-results article div.date {
      color: var(--gray-color);
      font-size: 1.25rem;
      margin-bottom: 2px; }
      @media (max-width: 767px) {
        section.search-results article div.date {
          font-size: 1rem; } }
    section.search-results article p {
      color: var(--gray-color);
      margin-top: 0.125rem; }
      @media (max-width: 767px) {
        section.search-results article p {
          margin-top: 0.5rem; } }
section.main-slider div.container {
  width: var(--width-1400);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 36.25rem; }
  @media (max-width: 767px) {
    section.main-slider div.container {
      width: 100vw; } }
  @media (max-width: 767px) {
    section.main-slider div.container {
      height: calc(75vw + 4rem); } }
section.main-slider div.slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0; }
  section.main-slider div.slide.active {
    z-index: 100;
    opacity: 1; }
  section.main-slider div.slide.fade-in {
    z-index: 25; }
  section.main-slider div.slide.fade-out {
    z-index: 50; }
  section.main-slider div.slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1.25rem; }
    @media (max-width: 767px) {
      section.main-slider div.slide img {
        height: 75vw;
        border-radius: 0; } }
section.main-slider div.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem; }
  @media (max-width: 767px) {
    section.main-slider div.cover {
      height: 75vw;
      border-radius: 0;
      padding: 2rem 2.5vw; } }
  section.main-slider div.cover.gradient {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.98) 90%); }

section.main-slider div.info {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 4.5rem;
  top: 4.5rem;
  width: 26.5rem;
  height: 23.375rem;
  color: white; }
  @media (max-width: 767px) {
    section.main-slider div.info {
      position: static;
      width: auto;
      height: 100%; } }
  section.main-slider div.info h2 {
    font-family: var(--montserrat-family);
    font-size: 1.5rem;
    margin-bottom: 1rem; }
    @media (max-width: 767px) {
      section.main-slider div.info h2 {
        font-size: 1.125rem; } }
  section.main-slider div.info p {
    font-family: var(--montserrat-family);
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem; }
    @media (max-width: 767px) {
      section.main-slider div.info p {
        font-size: 1rem; } }
  section.main-slider div.info div.price {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    section.main-slider div.info div.price div.value {
      border: 0.125rem solid white;
      padding-left: 0.75rem;
      padding-right: 1.25rem;
      line-height: 3.625rem;
      font-family: var(--montserrat-family);
      font-size: 2.5rem;
      font-weight: 700; }
      @media (max-width: 767px) {
        section.main-slider div.info div.price div.value {
          font-size: 1.125rem;
          line-height: 2.5; } }
  section.main-slider div.info div.url {
    display: flex;
    margin-top: auto; }
    @media (max-width: 767px) {
      section.main-slider div.info div.url {
        justify-content: center;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -3.5rem; } }
    section.main-slider div.info div.url a {
      display: block;
      padding-left: 2.25rem;
      padding-right: 2.25rem;
      line-height: 2.625rem;
      font-family: var(--hind-vadodara-family);
      font-weight: 500;
      border-radius: 1.25rem;
      background: linear-gradient(to right, #D03F18 0, #7C2A13 73%);
      color: white; }
  section.main-slider div.info div.footnote {
    margin-top: 1rem;
    font-family: var(--montserrat-family);
    font-size: 0.8125rem;
    font-style: italic; }

section.main-slider button.arrow {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: var(--dark-gray-color);
  top: 16.625rem;
  cursor: pointer;
  z-index: 100; }
  @media (max-width: 767px) {
    section.main-slider button.arrow {
      top: calc(75vw + 0.5rem); } }
  section.main-slider button.arrow.prev {
    left: 1.5rem;
    transform: rotate(180deg); }
  section.main-slider button.arrow.next {
    right: 1.5rem; }
  section.main-slider button.arrow svg {
    width: 2rem;
    height: 2rem;
    vertical-align: top; }

section.main-slider div.dots {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 0.5rem;
  z-index: 100; }
  @media (max-width: 767px) {
    section.main-slider div.dots {
      bottom: 5rem; } }
  section.main-slider div.dots button {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 50%;
    cursor: pointer; }
    section.main-slider div.dots button.active {
      background-color: var(--orange-color); }

section.product-slider {
  margin-top: 3.375rem;
  margin-bottom: 5.5rem;
  --slider-step: 18.625rem; }
  @media (max-width: 767px) {
    section.product-slider {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  section.product-slider div.simple-slider div.arrows {
    position: relative; }
    section.product-slider div.simple-slider div.arrows button {
      position: absolute;
      border: none;
      background: transparent;
      bottom: 0;
      color: var(--dark-gray-color);
      transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
      cursor: pointer;
      opacity: 1; }
      section.product-slider div.simple-slider div.arrows button:hover {
        color: var(--orange-color); }
      section.product-slider div.simple-slider div.arrows button.right {
        right: 0; }
      section.product-slider div.simple-slider div.arrows button.left {
        right: 3.3125rem;
        transform: rotate(180deg); }
    section.product-slider div.simple-slider div.arrows svg {
      width: 2.8125rem;
      height: 2.8125rem;
      vertical-align: top; }
  section.product-slider div.simple-slider.first-position div.arrows button.left,
  section.product-slider div.simple-slider.last-position div.arrows button.right {
    opacity: 0; }
  section.product-slider div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      section.product-slider div.container {
        width: 100vw; } }
  section.product-slider div.holder {
    position: relative;
    height: 19.125rem; }
  section.product-slider div.slider {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(0.5 * (var(--client-width) + var(--width-1400)));
    height: 100%;
    overflow: hidden; }
    @media (max-width: 767px) {
      section.product-slider div.slider {
        width: 100vw; } }
  section.product-slider div.runner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
    height: 19.125rem;
    display: flex;
    column-gap: 1.25rem;
    transition: transform 1s ease-in-out; }
  section.product-slider article.product {
    width: 17.375rem;
    height: 19.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.125rem solid;
    border-radius: 1.25rem;
    padding-top: 1rem; }
    section.product-slider article.product img {
      width: 12.5rem;
      height: 12.5rem;
      vertical-align: top;
      border-radius: 50%; }
    section.product-slider article.product hr {
      width: 12.5rem;
      height: 0.125rem;
      margin-top: 1.25rem;
      border: none;
      background-color: var(--gray-color); }
    section.product-slider article.product h3 {
      width: 15.5rem;
      text-align: center;
      font-family: var(--source-sans-family);
      font-size: 1.125rem;
      font-weight: bold;
      margin-top: auto;
      margin-bottom: auto; }
      section.product-slider article.product h3 a {
        color: var(--dark-gray-color); }
    section.product-slider article.product:hover h3 a {
      color: var(--orange-color); }
    section.product-slider article.product:nth-of-type(4n+1) {
      background-color: #F7F7F7;
      border-color: #F7F7F7; }
      section.product-slider article.product:nth-of-type(4n+1):hover {
        border-color: var(--gray-color); }
    section.product-slider article.product:nth-of-type(4n+2) {
      background-color: var(--light-gray-color);
      border-color: var(--light-gray-color); }
      section.product-slider article.product:nth-of-type(4n+2):hover {
        border-color: var(--gray-color); }
    section.product-slider article.product:nth-of-type(4n+3) {
      background-color: #FBECE8;
      border-color: #FBECE8; }
      section.product-slider article.product:nth-of-type(4n+3) hr {
        background-color: var(--orange-color-50); }
      section.product-slider article.product:nth-of-type(4n+3):hover {
        border-color: var(--orange-color-50); }
    section.product-slider article.product:nth-of-type(4n+4) {
      background-color: #E9F0F6;
      border-color: #E9F0F6; }
      section.product-slider article.product:nth-of-type(4n+4) hr {
        background-color: #96B7E4; }
      section.product-slider article.product:nth-of-type(4n+4):hover {
        border-color: #96B7E4; }
  section.product-slider h2 {
    font-family: var(--source-sans-family);
    font-size: 2.8125rem;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      section.product-slider h2 {
        font-size: 1.5rem;
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding); } }
    section.product-slider h2 a {
      color: inherit; }
      section.product-slider h2 a:hover {
        color: var(--orange-color); }

section.home-granit-block {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem; }
  @media (max-width: 767px) {
    section.home-granit-block {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  section.home-granit-block div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 53.375rem 31.625rem;
    column-gap: 2.5rem; }
    @media (max-width: 767px) {
      section.home-granit-block div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.home-granit-block div.container {
        display: flex;
        flex-direction: column;
        row-gap: 2rem; } }
  section.home-granit-block div.granites {
    --slider-step: 13.625rem; }
  section.home-granit-block div.deposites {
    --slider-step: 31.625rem; }
    @media (max-width: 767px) {
      section.home-granit-block div.deposites {
        --slider-step: 100vw; } }
  section.home-granit-block div.head {
    display: flex;
    column-gap: 0.25rem;
    align-items: baseline;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      section.home-granit-block div.head {
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding); } }
    section.home-granit-block div.head h2 {
      font-family: var(--source-sans-family);
      font-size: 2.8125rem; }
      @media (max-width: 767px) {
        section.home-granit-block div.head h2 {
          font-size: 1.5rem; } }
      section.home-granit-block div.head h2 a {
        color: inherit; }
        section.home-granit-block div.head h2 a:hover {
          color: var(--orange-color); }
    section.home-granit-block div.head span {
      font-family: var(--source-sans-family);
      font-size: 1.125rem;
      font-weight: 500;
      color: var(--orange-color); }
  section.home-granit-block div.simple-slider div.arrows {
    position: relative; }
    section.home-granit-block div.simple-slider div.arrows button {
      position: absolute;
      border: none;
      background: transparent;
      bottom: 0;
      color: var(--dark-gray-color);
      transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
      cursor: pointer;
      opacity: 1; }
      section.home-granit-block div.simple-slider div.arrows button:hover {
        color: var(--orange-color); }
      section.home-granit-block div.simple-slider div.arrows button.right {
        right: 0; }
      section.home-granit-block div.simple-slider div.arrows button.left {
        right: 3.3125rem;
        transform: rotate(180deg); }
    section.home-granit-block div.simple-slider div.arrows svg {
      width: 2.8125rem;
      height: 2.8125rem;
      vertical-align: top; }
  section.home-granit-block div.simple-slider.first-position div.arrows button.left,
  section.home-granit-block div.simple-slider.last-position div.arrows button.right {
    opacity: 0; }
  section.home-granit-block div.slider {
    position: relative;
    width: 100%;
    height: 26.125rem;
    overflow: hidden; }
  @media (max-width: 767px) {
    section.home-granit-block div.deposites div.slider {
      height: 82.6vw; } }
  section.home-granit-block div.runner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
    height: 26.125rem;
    display: flex;
    transition: transform 1s ease-in-out; }
  section.home-granit-block div.granites div.runner {
    column-gap: 1.125rem; }
    section.home-granit-block div.granites div.runner div.column {
      flex: 0 0 12.5rem;
      display: flex;
      flex-direction: column;
      row-gap: 1.125rem; }
      section.home-granit-block div.granites div.runner div.column a {
        display: block;
        position: relative;
        width: 12.5rem;
        height: 12.5rem; }
        section.home-granit-block div.granites div.runner div.column a img {
          position: absolute;
          left: 0;
          top: 0;
          width: 12.5rem;
          height: 12.5rem;
          object-fit: cover;
          object-position: center;
          border-radius: 1.25rem; }
        section.home-granit-block div.granites div.runner div.column a span {
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          width: 100%;
          padding: 0.5rem 1rem;
          background-color: rgba(0, 0, 0, 0.5);
          font-family: var(--source-sans-family);
          font-size: 1.125rem;
          font-weight: 500;
          color: white;
          text-align: center;
          transform: translateY(-50%);
          opacity: 0;
          transition: opacity 0.3s ease-in-out; }
          @media (max-width: 767px) {
            section.home-granit-block div.granites div.runner div.column a span {
              opacity: 1; } }
        section.home-granit-block div.granites div.runner div.column a:hover span {
          opacity: 1; }
  section.home-granit-block div.deposites div.runner a {
    display: block;
    position: relative;
    width: 31.625rem;
    height: 26.125rem; }
    @media (max-width: 767px) {
      section.home-granit-block div.deposites div.runner a {
        width: 100vw;
        height: 82.6vw; } }
    section.home-granit-block div.deposites div.runner a img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 1.875rem; }
      @media (max-width: 767px) {
        section.home-granit-block div.deposites div.runner a img {
          border-radius: 0; } }
    section.home-granit-block div.deposites div.runner a span.cover {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 90%);
      border-radius: 1.875rem; }
      @media (max-width: 767px) {
        section.home-granit-block div.deposites div.runner a span.cover {
          border-radius: 0; } }
    section.home-granit-block div.deposites div.runner a span.info {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding-bottom: 1.25rem;
      text-align: center; }
    section.home-granit-block div.deposites div.runner a span.title {
      font-family: var(--source-sans-family);
      font-size: 1.5rem;
      font-weight: 500;
      color: white; }
    section.home-granit-block div.deposites div.runner a span.delim {
      display: block;
      width: 18.4375rem;
      height: 0.0625rem;
      background-color: rgba(255, 255, 255, 0.5);
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    section.home-granit-block div.deposites div.runner a span.subtitle {
      font-family: var(--source-sans-family);
      color: rgba(255, 255, 255, 0.5); }

section.granit-list {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.granit-list div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      section.granit-list div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.granit-list div.container {
        display: block;
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding); } }
  section.granit-list h2 {
    font-family: var(--source-sans-family);
    font-size: 2.8125rem;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      section.granit-list h2 {
        font-size: 1.5rem; } }
  section.granit-list div.grid {
    display: grid;
    grid-template-columns: repeat(6, 12.5rem);
    column-gap: 1.5rem;
    row-gap: 1.5rem; }
    section.granit-list div.grid a {
      display: block;
      position: relative;
      width: 12.5rem;
      height: 12.5rem; }
      section.granit-list div.grid a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 12.5rem;
        height: 12.5rem;
        object-fit: cover;
        object-position: center;
        border-radius: 1.25rem; }
      section.granit-list div.grid a span {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        padding: 0.5rem 1rem;
        background-color: rgba(0, 0, 0, 0.5);
        font-family: var(--source-sans-family);
        font-size: 1.125rem;
        font-weight: 500;
        color: white;
        text-align: center;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.3s ease-in-out; }
        @media (max-width: 767px) {
          section.granit-list div.grid a span {
            opacity: 1; } }
      section.granit-list div.grid a:hover span {
        opacity: 1; }
    @media (max-width: 767px) {
      section.granit-list div.grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: var(--mobile-padding);
        row-gap: var(--mobile-padding); }
        section.granit-list div.grid a {
          width: 100%;
          height: auto;
          aspect-ratio: 1; }
          section.granit-list div.grid a img {
            width: 100%;
            height: 100%;
            border-radius: 0.5rem; } }
section.granit-sample {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.granit-sample div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      section.granit-sample div.container {
        width: 100vw; } }
  section.granit-sample img {
    border: 0.25rem solid #cdcdcd; }

section.storefront {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.storefront article.product {
    width: 17.375rem;
    height: 19.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.125rem solid;
    border-radius: 1.25rem;
    padding-top: 1rem; }
    section.storefront article.product img {
      width: 12.5rem;
      height: 12.5rem;
      vertical-align: top;
      border-radius: 50%; }
    section.storefront article.product hr {
      width: 12.5rem;
      height: 0.125rem;
      margin-top: 1.25rem;
      border: none;
      background-color: var(--gray-color); }
    section.storefront article.product h3 {
      width: 15.5rem;
      text-align: center;
      font-family: var(--source-sans-family);
      font-size: 1.125rem;
      font-weight: bold;
      margin-top: auto;
      margin-bottom: auto; }
      section.storefront article.product h3 a {
        color: var(--dark-gray-color); }
    section.storefront article.product:hover h3 a {
      color: var(--orange-color); }
    section.storefront article.product:nth-of-type(4n+1) {
      background-color: #F7F7F7;
      border-color: #F7F7F7; }
      section.storefront article.product:nth-of-type(4n+1):hover {
        border-color: var(--gray-color); }
    section.storefront article.product:nth-of-type(4n+2) {
      background-color: var(--light-gray-color);
      border-color: var(--light-gray-color); }
      section.storefront article.product:nth-of-type(4n+2):hover {
        border-color: var(--gray-color); }
    section.storefront article.product:nth-of-type(4n+3) {
      background-color: #FBECE8;
      border-color: #FBECE8; }
      section.storefront article.product:nth-of-type(4n+3) hr {
        background-color: var(--orange-color-50); }
      section.storefront article.product:nth-of-type(4n+3):hover {
        border-color: var(--orange-color-50); }
    section.storefront article.product:nth-of-type(4n+4) {
      background-color: #E9F0F6;
      border-color: #E9F0F6; }
      section.storefront article.product:nth-of-type(4n+4) hr {
        background-color: #96B7E4; }
      section.storefront article.product:nth-of-type(4n+4):hover {
        border-color: #96B7E4; }
  section.storefront div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      section.storefront div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.storefront div.container {
        display: block; } }
  section.storefront div.grid {
    display: grid;
    grid-template-columns: repeat(4, 17.375rem);
    column-gap: 1.5rem;
    row-gap: 1.5rem; }
    @media (max-width: 767px) {
      section.storefront div.grid {
        display: flex;
        flex-direction: column;
        align-items: center; } }
.gallery-up {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(0.5rem);
  z-index: 100; }
  .gallery-up:not(.show) {
    display: none; }
  .gallery-up a.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 1rem;
    color: white; }
    .gallery-up a.icon.close {
      right: 1rem; }
    .gallery-up a.icon.toggle {
      right: 4rem; }
    .gallery-up a.icon:hover {
      background-color: rgba(255, 255, 255, 0.15); }
    .gallery-up a.icon svg {
      width: 1.5rem;
      height: 1.5rem; }
  .gallery-up a.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border-radius: 50%; }
    .gallery-up a.arrow.left {
      left: 1rem; }
    .gallery-up a.arrow.right {
      right: 1rem; }
    .gallery-up a.arrow svg {
      width: 1.5rem;
      height: 1.5rem; }
  .gallery-up .viewport {
    position: absolute;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .gallery-up .viewport img, .gallery-up .viewport video {
      max-width: 100%;
      max-height: 100%;
      border-radius: 1.875rem; }
  .gallery-up .title {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 1rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: white;
    border-radius: 1.875rem; }
  .gallery-up .bi-fullscreen-exit {
    display: none; }
  .gallery-up.fullscreen .viewport {
    overflow: auto; }
    .gallery-up.fullscreen .viewport img, .gallery-up.fullscreen .viewport video {
      max-width: none;
      max-height: none; }
  .gallery-up.fullscreen .bi-fullscreen-exit {
    display: inline-block; }
  .gallery-up.fullscreen .bi-arrows-fullscreen {
    display: none; }

body.gallery-freeze-background {
  overflow: hidden; }

section.gallery {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.gallery div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      section.gallery div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.gallery div.container {
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding); } }
  section.gallery div.grid {
    display: grid;
    grid-template-columns: repeat(5, 14.1875rem);
    row-gap: 0.75rem;
    column-gap: 1.5rem;
    cursor: pointer; }
    @media (max-width: 767px) {
      section.gallery div.grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0.75rem; } }
  section.gallery img {
    width: 14.1875rem;
    height: 9.1875rem;
    object-fit: cover;
    object-position: center;
    border-radius: 1.25rem; }
    @media (max-width: 767px) {
      section.gallery img {
        width: 100%;
        height: auto;
        aspect-ratio: 227 /147;
        border-radius: 0.5rem; } }
section.deposit-list {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.deposit-list div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      section.deposit-list div.container {
        width: 100vw; } }
  section.deposit-list div.grid {
    display: grid;
    grid-template-columns: repeat(2, 31.625rem);
    row-gap: 1.5rem;
    column-gap: 1.5rem; }
    section.deposit-list div.grid a {
      display: block;
      position: relative;
      width: 31.625rem;
      height: 26.125rem; }
      @media (max-width: 767px) {
        section.deposit-list div.grid a {
          width: 100vw;
          height: 82.6vw; } }
      section.deposit-list div.grid a img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 1.875rem; }
        @media (max-width: 767px) {
          section.deposit-list div.grid a img {
            border-radius: 0; } }
      section.deposit-list div.grid a span.cover {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 90%);
        border-radius: 1.875rem; }
        @media (max-width: 767px) {
          section.deposit-list div.grid a span.cover {
            border-radius: 0; } }
      section.deposit-list div.grid a span.info {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-bottom: 1.25rem;
        text-align: center; }
      section.deposit-list div.grid a span.title {
        font-family: var(--source-sans-family);
        font-size: 1.5rem;
        font-weight: 500;
        color: white; }
      section.deposit-list div.grid a span.delim {
        display: block;
        width: 18.4375rem;
        height: 0.0625rem;
        background-color: rgba(255, 255, 255, 0.5);
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
      section.deposit-list div.grid a span.subtitle {
        font-family: var(--source-sans-family);
        color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 767px) {
      section.deposit-list div.grid {
        display: flex;
        flex-direction: column; } }
section.full-granit-list {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.full-granit-list div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      section.full-granit-list div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.full-granit-list div.container {
        display: block;
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding); } }
  section.full-granit-list div.grid {
    display: grid;
    grid-template-columns: repeat(6, 12.5rem);
    column-gap: 1.5rem;
    row-gap: 1.5rem; }
    @media (max-width: 767px) {
      section.full-granit-list div.grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: var(--mobile-padding); } }
    section.full-granit-list div.grid article {
      display: flex;
      flex-direction: column;
      row-gap: 0.75rem; }
      @media (max-width: 767px) {
        section.full-granit-list div.grid article {
          row-gap: 0.5rem; } }
      section.full-granit-list div.grid article > a {
        display: block;
        position: relative;
        width: 12.5rem;
        height: 12.5rem; }
        @media (max-width: 767px) {
          section.full-granit-list div.grid article > a {
            width: 100%;
            height: auto;
            aspect-ratio: 1; } }
        section.full-granit-list div.grid article > a img {
          position: absolute;
          left: 0;
          top: 0;
          width: 12.5rem;
          height: 12.5rem;
          object-fit: cover;
          object-position: center;
          border-radius: 1.25rem; }
          @media (max-width: 767px) {
            section.full-granit-list div.grid article > a img {
              width: 100%;
              height: 100%;
              border-radius: 0.5rem; } }
      section.full-granit-list div.grid article h3 {
        font-size: 1.125rem;
        text-align: center; }
        @media (max-width: 767px) {
          section.full-granit-list div.grid article h3 {
            font-size: 1rem; } }
        section.full-granit-list div.grid article h3 a {
          color: var(--dark-gray-color); }
      section.full-granit-list div.grid article:hover h3 a {
        color: var(--orange-color); }

form.dialog div.message {
  margin-bottom: 0.75rem; }

form.dialog div.control:not(.checkbox) {
  position: relative; }

form.dialog div.control:not(.checkbox) label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--dark-gray-color);
  padding: 1rem 1.125rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  transition: all 0.3s ease-in-out; }

form.dialog div.control:not(.checkbox) input, form.dialog div.control textarea {
  display: block;
  background-color: white;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  width: 100%;
  font-size: 1rem;
  line-height: 3rem;
  padding: 0 1.125rem; }
  form.dialog div.control:not(.checkbox) input::placeholder, form.dialog div.control textarea::placeholder {
    color: transparent; }
  form.dialog div.control:not(.checkbox) input:focus ~ label, form.dialog div.control:not(.checkbox) input:not(:placeholder-shown) ~ label, form.dialog div.control textarea:focus ~ label, form.dialog div.control textarea:not(:placeholder-shown) ~ label {
    opacity: 0.75;
    padding-top: 0;
    padding-bottom: 0;
    height: 1rem; }

form.dialog div.control textarea {
  max-width: 100%;
  min-height: 7.4375rem;
  line-height: 1.2;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

form.dialog div.control .errtext {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--red-color); }

form.dialog div.control.error .errtext {
  display: block; }

section.demand-form {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem; }
  @media (max-width: 767px) {
    section.demand-form {
      margin-top: 2rem;
      margin-bottom: 2rem;
      padding-left: var(--mobile-padding);
      padding-right: var(--mobile-padding); } }
  section.demand-form div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, #2B3134 0%, #555A5D 90%);
    padding: 3rem 4.875rem;
    border-radius: 1.875rem; }
    @media (max-width: 767px) {
      section.demand-form div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.demand-form div.container {
        width: calc(100vw - 2 * var(--mobile-padding));
        padding: 1.5rem calc(2 * var(--mobile-padding));
        border-radius: 1.25rem; } }
  section.demand-form div.grid {
    display: grid;
    grid-template-columns: 1fr 34.3125rem;
    column-gap: 5rem; }
    @media (max-width: 767px) {
      section.demand-form div.grid {
        display: flex;
        flex-direction: column; } }
  section.demand-form article {
    font-family: var(--montserrat-family);
    color: white;
    font-size: 1.25rem; }
    @media (max-width: 767px) {
      section.demand-form article {
        font-size: 1.125rem; } }
    section.demand-form article p {
      margin-bottom: 1em; }
      section.demand-form article p.strong {
        font-size: 2.1875rem;
        font-weight: bold; }
        @media (max-width: 767px) {
          section.demand-form article p.strong {
            font-size: 1.25rem; } }
  section.demand-form div.message {
    color: white; }
  section.demand-form div.controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
    row-gap: 0.75rem; }
    @media (max-width: 767px) {
      section.demand-form div.controls {
        display: flex;
        flex-direction: column; } }
    section.demand-form div.controls div.name, section.demand-form div.controls div.text, section.demand-form div.controls div.accept {
      grid-column: span 2; }
    section.demand-form div.controls div.accept {
      color: white; }
      section.demand-form div.controls div.accept a {
        color: white;
        text-decoration: underline; }
  section.demand-form div.submit {
    margin-top: 1.5rem; }
    @media (max-width: 767px) {
      section.demand-form div.submit {
        text-align: center; } }
    section.demand-form div.submit button {
      width: 11.5rem;
      height: 3rem;
      border: none;
      background: var(--orange-color);
      border-radius: 0.625rem;
      font-family: var(--montserrat-family);
      font-size: 1.125rem;
      color: white;
      cursor: pointer; }

section.call-form {
  margin-top: 5.25rem;
  margin-bottom: 3.5rem; }
  @media (max-width: 767px) {
    section.call-form {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  section.call-form div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media (max-width: 767px) {
      section.call-form div.container {
        width: 100vw; } }
  section.call-form div.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 48.75rem;
    height: 100%;
    background: url("../images/call-bg.8bc4855f7c6e.jpg") no-repeat center/cover;
    border-radius: 1.875rem 0 0 1.875rem; }
    @media (max-width: 767px) {
      section.call-form div.bg {
        display: none; } }
  section.call-form div.holder {
    position: relative;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      section.call-form div.holder {
        justify-content: center; } }
  section.call-form form.dialog {
    display: block;
    width: 40.75rem;
    padding: 2.25rem 2rem 2.5rem;
    background: #2B3134;
    border-radius: 1.875rem; }
    section.call-form form.dialog div.control:not(.checkbox) input {
      width: 19.75rem; }
    @media (max-width: 767px) {
      section.call-form form.dialog {
        width: calc(100vw - 2 * var(--mobile-padding));
        padding: 1.5rem calc(2 * var(--mobile-padding));
        border-radius: 1.25rem; } }
  section.call-form h2 {
    font-family: var(--source-sans-family);
    font-size: 2.8125rem;
    margin-bottom: 1rem;
    color: white; }
    @media (max-width: 767px) {
      section.call-form h2 {
        font-size: 1.5rem; } }
  section.call-form p {
    font-family: var(--montserrat-family);
    margin-bottom: 1.5rem;
    color: white; }
  section.call-form div.message {
    color: white; }
  section.call-form div.controls {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem; }
    section.call-form div.controls div.accept {
      color: white; }
      section.call-form div.controls div.accept a {
        color: white;
        text-decoration: underline; }
  section.call-form div.submit {
    margin-top: 1.25rem; }
    @media (max-width: 767px) {
      section.call-form div.submit {
        text-align: center; } }
    section.call-form div.submit button {
      width: 11.5rem;
      height: 3rem;
      border: none;
      background: var(--orange-color);
      border-radius: 0.625rem;
      font-family: var(--montserrat-family);
      font-size: 1.125rem;
      color: white;
      cursor: pointer; }

section.home-galleries {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
  --slider-step: 89.375rem; }
  @media (max-width: 767px) {
    section.home-galleries {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  section.home-galleries div.container div.arrows {
    position: relative; }
    section.home-galleries div.container div.arrows button {
      position: absolute;
      border: none;
      background: transparent;
      bottom: 0;
      color: var(--dark-gray-color);
      transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
      cursor: pointer;
      opacity: 1; }
      section.home-galleries div.container div.arrows button:hover {
        color: var(--orange-color); }
      section.home-galleries div.container div.arrows button.right {
        right: 0; }
      section.home-galleries div.container div.arrows button.left {
        right: 3.3125rem;
        transform: rotate(180deg); }
    section.home-galleries div.container div.arrows svg {
      width: 2.8125rem;
      height: 2.8125rem;
      vertical-align: top; }
  section.home-galleries div.container.first-position div.arrows button.left,
  section.home-galleries div.container.last-position div.arrows button.right {
    opacity: 0; }
  section.home-galleries div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      section.home-galleries div.container {
        width: 100vw; } }
  section.home-galleries div.holder {
    position: relative;
    height: 40.625rem; }
  section.home-galleries div.slider {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(0.5 * (var(--client-width) + var(--width-1400)));
    height: 100%;
    overflow: hidden; }
    @media (max-width: 767px) {
      section.home-galleries div.slider {
        width: 100vw; } }
  section.home-galleries div.runner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
    height: 40.625rem;
    display: flex;
    column-gap: 1.875rem;
    transition: transform 1s ease-in-out; }
  @media (max-width: 767px) {
    section.home-galleries {
      --slider-step: calc(100vw + 1rem); }
      section.home-galleries div.holder {
        height: 56.25vw; }
      section.home-galleries div.runner {
        height: 56.25vw;
        column-gap: 1rem; } }
  section.home-galleries div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      section.home-galleries div.container {
        width: 100vw; } }
  section.home-galleries div.header {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      section.home-galleries div.header {
        flex-direction: column;
        align-items: flex-start;
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding);
        row-gap: 0.75rem; } }
  section.home-galleries div.h {
    display: flex;
    flex-shrink: 0;
    column-gap: 0.25rem;
    align-items: baseline; }
    section.home-galleries div.h h2 {
      font-family: var(--source-sans-family);
      font-size: 2.8125rem; }
      @media (max-width: 767px) {
        section.home-galleries div.h h2 {
          font-size: 1.5rem; } }
      section.home-galleries div.h h2 a {
        color: inherit; }
        section.home-galleries div.h h2 a:hover {
          color: var(--orange-color); }
    section.home-galleries div.h span {
      font-family: var(--source-sans-family);
      font-size: 1.125rem;
      font-weight: 500;
      color: var(--orange-color); }
  section.home-galleries div.cities {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.25rem;
    row-gap: 0.75rem; }
    section.home-galleries div.cities button {
      height: 2.0625rem;
      padding-left: 1.75rem;
      padding-right: 1.75rem;
      border: 0.0625rem solid var(--dark-gray-color);
      color: var(--dark-gray-color);
      font-family: var(--source-sans-family);
      font-size: 1rem;
      border-radius: 2.5rem;
      background: white;
      cursor: pointer; }
  section.home-galleries:not(.show-all-buttons) div.cities button.more {
    display: none; }
  section.home-galleries div.grid {
    display: grid;
    grid-template-columns: 40rem 45.625rem;
    grid-template-rows: 19.375rem 19.375rem;
    gap: 1.875rem 1.875rem; }
    @media (max-width: 767px) {
      section.home-galleries div.grid {
        display: flex;
        height: 56.25vw;
        column-gap: 1rem; } }
  section.home-galleries a.gallery {
    display: block;
    position: relative; }
    @media (max-width: 767px) {
      section.home-galleries a.gallery {
        width: 100vw;
        height: 56.25vw; } }
    section.home-galleries a.gallery.even {
      grid-row: span 2; }
    section.home-galleries a.gallery img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 1.875rem; }
      @media (max-width: 767px) {
        section.home-galleries a.gallery img {
          border-radius: 0; } }
    section.home-galleries a.gallery.odd img.image, section.home-galleries a.gallery.even img.alt-image {
      display: none; }
    section.home-galleries a.gallery span.cover {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 90%);
      border-radius: 1.875rem;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      cursor: pointer; }
      @media (max-width: 767px) {
        section.home-galleries a.gallery span.cover {
          opacity: 1;
          border-radius: 0; } }
    section.home-galleries a.gallery:hover span.cover {
      opacity: 1; }
    section.home-galleries a.gallery span.info {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding-bottom: 1.25rem;
      text-align: center; }
    section.home-galleries a.gallery span.title {
      font-family: var(--source-sans-family);
      font-size: 1.5rem;
      font-weight: 500;
      color: white; }
    section.home-galleries a.gallery span.delim {
      display: block;
      width: 18.4375rem;
      height: 0.0625rem;
      background-color: rgba(255, 255, 255, 0.5);
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    section.home-galleries a.gallery span.subtitle {
      font-family: var(--source-sans-family);
      color: rgba(255, 255, 255, 0.5); }

section.gallery-list {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.gallery-list div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    row-gap: 1.875rem; }
    @media (max-width: 767px) {
      section.gallery-list div.container {
        width: 100vw; } }
  section.gallery-list div.grid {
    display: grid;
    grid-template-columns: 40rem 45.625rem;
    grid-template-rows: 19.375rem 19.375rem;
    gap: 1.875rem 1.875rem; }
    section.gallery-list div.grid.alt {
      grid-template-columns: 45.625rem 40rem; }
    @media (max-width: 767px) {
      section.gallery-list div.grid {
        display: flex;
        flex-direction: column;
        column-gap: 1rem; } }
  section.gallery-list a.gallery {
    display: block;
    position: relative; }
    @media (max-width: 767px) {
      section.gallery-list a.gallery {
        width: 100vw;
        height: 56.25vw; } }
    section.gallery-list a.gallery img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 1.875rem; }
      @media (max-width: 767px) {
        section.gallery-list a.gallery img {
          border-radius: 0; } }
    section.gallery-list a.gallery span.cover {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 90%);
      border-radius: 1.875rem;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      cursor: pointer; }
      @media (max-width: 767px) {
        section.gallery-list a.gallery span.cover {
          opacity: 1;
          border-radius: 0; } }
    section.gallery-list a.gallery:hover span.cover {
      opacity: 1; }
    section.gallery-list a.gallery span.info {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding-bottom: 1.25rem;
      text-align: center; }
    section.gallery-list a.gallery span.title {
      font-family: var(--source-sans-family);
      font-size: 1.5rem;
      font-weight: 500;
      color: white; }
    section.gallery-list a.gallery span.delim {
      display: block;
      width: 18.4375rem;
      height: 0.0625rem;
      background-color: rgba(255, 255, 255, 0.5);
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    section.gallery-list a.gallery span.subtitle {
      font-family: var(--source-sans-family);
      color: rgba(255, 255, 255, 0.5); }
  section.gallery-list div.grid:not(.alt) a.gallery.even {
    grid-row: span 2; }
  section.gallery-list div.grid:not(.alt) a.gallery.odd img.image, section.gallery-list div.grid:not(.alt) a.gallery.even img.alt-image {
    display: none; }
  section.gallery-list div.grid.alt a.gallery:first-of-type {
    grid-row: span 2; }
  section.gallery-list div.grid.alt a.gallery:not(:first-of-type) img.image, section.gallery-list div.grid.alt a.gallery:first-of-type img.alt-image {
    display: none; }

section.customers {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
  width: var(--client-width);
  overflow: hidden; }
  @media (max-width: 767px) {
    section.customers {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  section.customers div.header div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      section.customers div.header div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.customers div.header div.container {
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding); } }
    section.customers div.header div.container h2 {
      font-family: var(--source-sans-family);
      font-size: 2.8125rem; }
      @media (max-width: 767px) {
        section.customers div.header div.container h2 {
          font-size: 1.5rem; } }
  section.customers div.runner {
    display: flex;
    column-gap: 3.75rem;
    width: 100000px;
    animation-name: customer-to-left;
    animation-duration: var(--animated-duration);
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    @media (max-width: 767px) {
      section.customers div.runner {
        column-gap: 1.5rem; } }
    section.customers div.runner:hover {
      animation-play-state: paused; }
  section.customers div.block {
    display: flex;
    column-gap: 3.75rem; }
    @media (max-width: 767px) {
      section.customers div.block {
        column-gap: 1.5rem; } }
    section.customers div.block img {
      width: 12.5rem;
      height: 12.5rem;
      object-fit: cover;
      object-position: center;
      border-radius: 50%;
      box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.45); }
  section.customers div.footer div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    height: 0.0625rem;
    background-color: #F2F3F7; }
    @media (max-width: 767px) {
      section.customers div.footer div.container {
        width: 100vw; } }
@keyframes customer-to-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(0px - var(--shift-width))); } }

section.home-news {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
  --slider-step: 20.625rem; }
  @media (max-width: 767px) {
    section.home-news {
      margin-top: 3.5rem;
      margin-bottom: 2rem; } }
  section.home-news div.simple-slider div.arrows {
    position: relative; }
    section.home-news div.simple-slider div.arrows button {
      position: absolute;
      border: none;
      background: transparent;
      bottom: 0;
      color: var(--dark-gray-color);
      transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
      cursor: pointer;
      opacity: 1; }
      section.home-news div.simple-slider div.arrows button:hover {
        color: var(--orange-color); }
      section.home-news div.simple-slider div.arrows button.right {
        right: 0; }
      section.home-news div.simple-slider div.arrows button.left {
        right: 3.3125rem;
        transform: rotate(180deg); }
    section.home-news div.simple-slider div.arrows svg {
      width: 2.8125rem;
      height: 2.8125rem;
      vertical-align: top; }
  section.home-news div.simple-slider.first-position div.arrows button.left,
  section.home-news div.simple-slider.last-position div.arrows button.right {
    opacity: 0; }
  section.home-news div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      section.home-news div.container {
        width: 100vw; } }
  section.home-news div.holder {
    position: relative;
    height: 24.75rem; }
  section.home-news div.slider {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(0.5 * (var(--client-width) + var(--width-1400)));
    height: 100%;
    overflow: hidden; }
    @media (max-width: 767px) {
      section.home-news div.slider {
        width: 100vw; } }
  section.home-news div.runner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
    height: 24.75rem;
    display: flex;
    column-gap: 1.875rem;
    transition: transform 1s ease-in-out; }
  section.home-news .newsitem {
    position: relative;
    width: 18.75rem;
    height: 24.75rem; }
    section.home-news .newsitem a.news-item-link {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    section.home-news .newsitem img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 1.25rem; }
    section.home-news .newsitem span.head-cover {
      display: block;
      position: absolute;
      left: 2.875rem;
      top: 7.875rem;
      font-family: var(--source-sans-family);
      font-size: 2.75rem;
      font-weight: bold;
      color: white; }
    section.home-news .newsitem span.cover {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 90%);
      border-radius: 1.25rem; }
    section.home-news .newsitem span.info {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-bottom: 1.25rem;
      text-align: center; }
    section.home-news .newsitem span.title {
      font-family: var(--source-sans-family);
      font-size: 1rem;
      font-weight: 400;
      color: white; }
    section.home-news .newsitem span.delim {
      display: block;
      width: 9.375rem;
      height: 0.0625rem;
      background-color: rgba(255, 255, 255, 0.5);
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    section.home-news .newsitem span.subtitle {
      font-family: var(--source-sans-family);
      color: rgba(255, 255, 255, 0.5); }
    section.home-news .newsitem a.kind-link {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      color: white;
      line-height: 2rem;
      padding-left: 0.75rem;
      padding-right: 1rem;
      border-radius: 0 1.25rem 0 0.75rem; }

section.paper-list {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.paper-list div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      section.paper-list div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.paper-list div.container {
        display: block; } }
  section.paper-list div.grid {
    display: grid;
    grid-template-columns: repeat(4, 18.75rem);
    column-gap: 1.875rem;
    row-gap: 1.875rem; }
    @media (max-width: 767px) {
      section.paper-list div.grid {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    section.paper-list div.grid .newsitem {
      position: relative;
      width: 18.75rem;
      height: 24.75rem; }
      section.paper-list div.grid .newsitem a.news-item-link {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      section.paper-list div.grid .newsitem img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 1.25rem; }
      section.paper-list div.grid .newsitem span.head-cover {
        display: block;
        position: absolute;
        left: 2.875rem;
        top: 7.875rem;
        font-family: var(--source-sans-family);
        font-size: 2.75rem;
        font-weight: bold;
        color: white; }
      section.paper-list div.grid .newsitem span.cover {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 90%);
        border-radius: 1.25rem; }
      section.paper-list div.grid .newsitem span.info {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1.25rem;
        text-align: center; }
      section.paper-list div.grid .newsitem span.title {
        font-family: var(--source-sans-family);
        font-size: 1rem;
        font-weight: 400;
        color: white; }
      section.paper-list div.grid .newsitem span.delim {
        display: block;
        width: 9.375rem;
        height: 0.0625rem;
        background-color: rgba(255, 255, 255, 0.5);
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
      section.paper-list div.grid .newsitem span.subtitle {
        font-family: var(--source-sans-family);
        color: rgba(255, 255, 255, 0.5); }
      section.paper-list div.grid .newsitem a.kind-link {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        color: white;
        line-height: 2rem;
        padding-left: 0.75rem;
        padding-right: 1rem;
        border-radius: 0 1.25rem 0 0.75rem; }

section.gost-list {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  section.gost-list div.container {
    width: var(--width-1400);
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      section.gost-list div.container {
        width: 100vw; } }
    @media (max-width: 767px) {
      section.gost-list div.container {
        padding-left: var(--mobile-padding);
        padding-right: var(--mobile-padding); } }
  section.gost-list article {
    display: flex;
    column-gap: 1rem;
    padding: 1.5rem 1.5rem 1.5rem 0;
    border-bottom: 0.0625rem solid var(--gray-color); }
  section.gost-list svg {
    flex: 0 0 4.75rem;
    height: 4.75rem;
    width: 4.75rem;
    color: var(--red-color); }
    @media (max-width: 767px) {
      section.gost-list svg {
        flex: 0 0 3.25rem;
        height: 3.25rem;
        width: 3.25rem; } }
  section.gost-list h3 {
    font-family: var(--source-sans-family);
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.25rem; }
    section.gost-list h3 a {
      color: var(--orange-color); }
  section.gost-list p {
    font-family: var(--source-sans-family);
    font-size: 1.125rem; }

div.mobile-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.5rem;
  height: var(--mobi-menu-height);
  padding-left: var(--mobile-padding);
  padding-right: var(--mobile-padding); }
  @media (min-width: 768px) {
    div.mobile-head {
      display: none; } }
  div.mobile-head a.logo {
    font-family: var(--fira-sans-family);
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: var(--dark-gray-color);
    margin-right: auto; }
    div.mobile-head a.logo span.first {
      color: var(--orange-color); }
    div.mobile-head a.logo span.o svg {
      width: 1.125rem;
      height: 1.125rem;
      border-radius: 50%;
      vertical-align: middle; }
  div.mobile-head a.search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: white;
    background-color: var(--orange-color); }
  div.mobile-head a.phone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--orange-color);
    color: var(--orange-color); }
  div.mobile-head a.hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: white;
    background-color: var(--orange-color); }
  div.mobile-head a.close {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--orange-color); }

body.mobi-menu-on div.mobile-head a.hamburger {
  display: none; }

body.mobi-menu-on div.mobile-head a.close {
  display: flex; }

div.mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--mobi-menu-height);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5555;
  border-top: 1px solid var(--light-gray-color); }
  div.mobile-menu div.mobile-menu-items {
    padding: 1rem 1.25rem 1.5rem;
    background-color: white; }
  div.mobile-menu dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 51px;
    border-bottom: 1px solid var(--light-gray-color); }
    div.mobile-menu dl dt span {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.875rem;
      color: black; }
    div.mobile-menu dl dt svg {
      color: rgba(0, 0, 0, 0.5); }
  div.mobile-menu dl.expanded dt span {
    color: var(--orange-color); }
  div.mobile-menu dl.expanded dt svg {
    transform: rotate(180deg); }
  div.mobile-menu dd {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: none;
    border-bottom: 1px solid var(--light-gray-color); }
    div.mobile-menu dd a {
      display: block;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.875rem;
      line-height: 1rem;
      padding: 17px 0;
      color: var(--dark-gray-color); }
    div.mobile-menu dd.active a {
      color: var(--orange-color);
      font-weight: bold; }
  div.mobile-menu dl.expanded dd {
    display: block; }
  div.mobile-menu .menuitem {
    border-bottom: 1px solid var(--light-gray-color); }
    div.mobile-menu .menuitem a {
      display: block;
      height: 50px;
      line-height: 50px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.875rem;
      color: black; }
    div.mobile-menu .menuitem.active a {
      color: var(--orange-color);
      font-weight: bold; }
  div.mobile-menu .demand {
    padding-top: 1rem; }
    div.mobile-menu .demand a {
      display: block;
      width: 100%;
      height: 50px;
      text-align: center;
      line-height: 50px;
      background-color: var(--orange-color);
      border-radius: 0.625rem;
      font-size: 1rem;
      font-weight: 500;
      color: white;
      transition: background-color 0.3s ease-in-out;
      border: none; }
      div.mobile-menu .demand a:hover {
        background-color: var(--orange-color); }

body.mobi-menu-on div.mobile-menu {
  display: block; }
