@charset "UTF-8";
/* BASE
============================================================================ */
/* ------------------------------------------------------------------------- */
/* FONT
============================================================================ */
/* ------------------------------------------------------------------------- */
/* LAYOUT
============================================================================ */
/* ------------------------------------------------------------------------- */
/* BREAKPOINTS
============================================================================ */
/*
xs  <576px
sm  ≥576px
md  ≥768px
lg  ≥992px
xl  ≥1200px
xxl ≥1400px
*/
/* ------------------------------------------------------------------------- */
/* COLOR
============================================================================ */
/* ------------------------------------------------------------------------- */
/* LAYOUT
============================================================================ */
/* ------------------------------------------------------------------------- */
/* ANIM
============================================================================ */
/* ------------------------------------------------------------------------- */
/* TYPOGRAPHY
============================================================================ */
/* ------------------------------------------------------------------------- */
/* SECTIONS
============================================================================ */
.link {
  transition-property: color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #FF7217;
  text-decoration: underline; }
  .link:hover {
    color: #222222; }

/* ------------------------------------------------------------------------- */
/* SECTIONS
============================================================================ */
.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  color: #222222; }
  @media (max-width: 767px) {
    .section-title {
      font-size: 2rem; } }
.block-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #222222; }

.smblock-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #222222; }

.title-line {
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 767px) {
    .title-line {
      margin-top: 0.9375rem;
      margin-bottom: 1.5625rem; } }
  .title-line .title-line__logo {
    flex-shrink: 0;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    width: 1.25rem;
    height: auto;
    filter: invert(67%) sepia(14%) saturate(340%) hue-rotate(348deg) brightness(92%) contrast(95%); }
  .title-line::before, .title-line::after {
    content: '';
    width: 100%;
    max-width: 21.25rem;
    height: 0.0625rem;
    background-color: #AF9F90; }

.regular-txt {
  font-weight: 400;
  line-height: 1.6;
  color: #808285; }
  .regular-txt p {
    margin-top: 1em;
    margin-bottom: 1em; }
    .regular-txt p:first-of-type {
      margin-top: 0; }
    .regular-txt p:last-of-type {
      margin-bottom: 0; }

.section-txt {
  font-size: 1.25rem; }
  @media (max-width: 767px) {
    .section-txt {
      font-size: 1rem; } }
.section-btn {
  margin-top: 3.125rem;
  text-align: center; }
  @media (max-width: 767px) {
    .section-btn {
      margin-top: 1.875rem; } }
/* ------------------------------------------------------------------------- */
/* SLIDERS
============================================================================ */
.slider__prev,
.slider__next {
  transition-property: background-color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: inline-flex;
  justify-content: center;
  padding: 0.8125rem;
  border-radius: 0.25rem;
  outline: none;
  box-shadow: 0 0.3125rem 1.5625rem rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  cursor: pointer; }
  .slider__prev .icon-prev,
  .slider__prev .icon-next,
  .slider__next .icon-prev,
  .slider__next .icon-next {
    filter: invert(13%) sepia(1%) saturate(0%) hue-rotate(138deg) brightness(112%) contrast(103%); }
  .slider__prev:hover,
  .slider__next:hover {
    background-color: #AF9F90; }
    .slider__prev:hover .icon-prev,
    .slider__prev:hover .icon-next,
    .slider__next:hover .icon-prev,
    .slider__next:hover .icon-next {
      filter: invert(100%) sepia(0%) saturate(0%) brightness(100%) contrast(100%); }

.slider__prev {
  left: 0; }
  .slider__prev .icon-prev {
    transform: scaleX(-1); }

.slider__next {
  right: 0; }

/* ------------------------------------------------------------------------- */
/* FORMS
============================================================================ */
.privacy {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  color: #808285; }

.privacy-link {
  transition-property: color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #222222;
  font-weight: 600; }
  .privacy-link:hover {
    color: #FF7217; }

.params__wrap {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .params__wrap {
      flex-direction: column; } }
.param-field__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem; }

.param-field__label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #808285; }

/* ------------------------------------------------------------------------- */
/* FEATURES
============================================================================ */
.features__list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  row-gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.4; }

.features__row {
  display: flex;
  align-items: flex-start; }

.features__label {
  font-weight: 400;
  color: #808285; }

.features__value {
  font-weight: 500;
  white-space: nowrap;
  color: #222222; }

.features__spacer {
  flex: 1;
  margin-right: 10px;
  margin-left: 10px;
  height: 1rem;
  border-bottom: 0.0625rem dashed #DDD; }

/* ------------------------------------------------------------------------- */
/* TABLE
============================================================================ */
@media (max-width: 991px) {
  .table-wrap {
    overflow-x: auto; } }

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
  color: #222222; }
  .table th, .table td {
    width: 0;
    padding-right: 1.25rem;
    text-align-last: left;
    white-space: nowrap; }
    .table th:first-of-type, .table td:first-of-type {
      padding-left: 1.25rem; }
  .table td {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    font-weight: 400; }
    .table td.ellipsis {
      overflow: hidden;
      width: 100%;
      max-width: 0;
      text-overflow: ellipsis; }
  .table th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-weight: 700;
    text-transform: uppercase; }
    .table th.name {
      width: auto; }
  .table thead th {
    border-bottom: 0.125rem solid #FF7217; }
  .table tbody td {
    border-bottom: 0.0625rem solid #DDD; }
  .table.nowrap td {
    white-space: nowrap; }

.table-btn {
  margin-top: 1.25rem;
  text-align: center; }

/* ------------------------------------------------------------------------- */
/* TABLE GRID
============================================================================ */
.table-grid {
  display: grid;
  font-size: 1rem;
  line-height: 1.4;
  color: #222222; }
  .table-grid .head-cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.125rem solid #FF7217;
    font-weight: 700;
    text-transform: uppercase; }
  .table-grid .body-cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #DDD;
    font-weight: 400; }
    .table-grid .body-cell > .label {
      margin-right: 0.3125rem; }
    .table-grid .body-cell.actions {
      column-gap: 1.25rem; }
  .table-grid .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis; }
  @media (min-width: 768px) {
    .table-grid.cols-4 {
      grid-template-columns: minmax(0, 1fr) repeat(3, max-content); }
    .table-grid .head-cell, .table-grid .body-cell {
      display: flex;
      align-items: center;
      padding-right: 1.25rem;
      white-space: nowrap; }
      .table-grid .head-cell:nth-child(4n + 1), .table-grid .body-cell:nth-child(4n + 1) {
        padding-left: 1.25rem; }
    .table-grid .body-cell .features__label, .table-grid .body-cell .features__spacer {
      display: none; }
    .table-grid .body-cell .features__value {
      font-weight: 400; } }
@media (max-width: 991px) and (min-width: 768px) {
  .table-grid .head-cell:nth-child(4n + 2), .table-grid .body-cell:nth-child(4n + 2) {
    padding-left: 1.25rem; }
  .table-grid .head-cell:first-child {
    display: none; }
  .table-grid .body-cell:nth-child(4n + 1) {
    grid-column: span 4;
    padding-bottom: 0;
    border-bottom: none; } }
  @media (max-width: 767px) {
    .table-grid.cols-4 {
      grid-template-columns: 100%; }
    .table-grid .head-cell {
      display: none; }
    .table-grid .body-cell:not(:nth-child(4n + 4)) {
      padding-bottom: 0;
      border-bottom: none; }
    .table-grid .actions {
      display: flex; }
      .table-grid .actions .btn {
        flex: 1; } }
/* ------------------------------------------------------------------------- */
/* LOADER
============================================================================ */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: hide; }
  .loader::before, .loader::after {
    content: '';
    grid-area: 1/1;
    --c: #22222200 calc(100%/3), #816F61 0 calc(2*100%/3), #22222200 0;
    --c1: linear-gradient(90deg, var(--c));
    --c2: linear-gradient(0deg, var(--c));
    background: var(--c1), var(--c2), var(--c1), var(--c2);
    background-size: 300% 0.25rem, 0.25rem 300%;
    background-repeat: no-repeat;
    animation: loader 1s infinite linear; }
  .loader::after {
    margin: 10px;
    transform: scaleX(-1);
    animation-delay: -.25s; }

@keyframes loader {
  0% {
    background-position: 50%  0, 100% 100%, 0    100%, 0 0; }
  25% {
    background-position: 0    0, 100% 50% , 0    100%, 0 0; }
  50% {
    background-position: 0    0, 100% 0   , 50%  100%, 0 0; }
  75% {
    background-position: 0    0, 100% 0   , 100% 100%, 0 50%; }
  75.01% {
    background-position: 100% 0, 100% 0   , 100% 100%, 0 50%; }
  100% {
    background-position: 50%  0, 100% 0   , 100% 100%, 0 100%; } }

/* ------------------------------------------------------------------------- */
/* CONTACTS
============================================================================ */
.phone {
  transition-property: color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none; }

.schedule {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.2; }

/* ------------------------------------------------------------------------- */
/* LOADING
============================================================================ */
.v-loading-anim > *:not(.v-loader) {
  transition-property: opacity;
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

.v-loading {
  position: relative; }
  .v-loading > *:not(.v-loader) {
    opacity: .2; }
  .v-loading::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.v-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  width: 3.125rem;
  aspect-ratio: 1; }
  .v-loader::before, .v-loader::after {
    content: '';
    grid-area: 1/1;
    --c: #22222200 calc(100%/3), #816F61 0 calc(2*100%/3), #22222200 0;
    --c1: linear-gradient(90deg, var(--c));
    --c2: linear-gradient(0deg, var(--c));
    background: var(--c1), var(--c2), var(--c1), var(--c2);
    background-size: 300% 0.25rem, 0.25rem 300%;
    background-repeat: no-repeat;
    animation: loader 1s infinite linear; }
  .v-loader::after {
    margin: 0.625rem;
    transform: scaleX(-1);
    animation-delay: -.25s; }

/* ------------------------------------------------------------------------- */
/* FORMS
============================================================================ */
.v-form-field__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem; }

.v-form-field__label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #808285; }

/* ------------------------------------------------------------------------- */
/* MASS CALC
============================================================================ */
.v-mass-calc-app {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  max-width: 48.75rem; }
  .v-mass-calc-app .input {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    font-size: 1rem; }

.v-mass-calc {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem; }

.v-mass-calc__row {
  display: flex;
  gap: 1.25rem; }
  @media (max-width: 767px) {
    .v-mass-calc__row {
      flex-direction: column; } }
  .v-mass-calc__row .v-form-field__wrap {
    flex: 1 1 0; }
  .v-mass-calc__row .v-result-widget {
    flex: 1 1 0; }

.v-result-widget {
  display: flex;
  align-items: center;
  column-gap: 1.25rem; }

.v-result-widget__icon {
  width: 3rem;
  height: 3rem;
  filter: invert(13%) sepia(1%) saturate(0%) hue-rotate(138deg) brightness(112%) contrast(103%); }

.v-result-widget__inner {
  display: flex;
  column-gap: 0.625rem; }

.v-result-widget__label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #808285; }

.v-result-widget__value {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  color: #222222; }

/* ------------------------------------------------------------------------- */
/* DEPOSIT LIST
============================================================================ */
.v-deposit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, max-content));
  grid-gap: 1.875rem; }
  .v-deposit-grid .v-deposit-card {
    width: 14rem;
    max-width: 100%; }

.v-deposit-filter-panel {
  display: flex;
  gap: 1.25rem 2.5rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 767px) {
    .v-deposit-filter-panel {
      flex-direction: column; } }
.v-select-manufacturer select {
  border: 0 none;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  background-color: #F5F5F5; }

.v-select-manufacturer option {
  text-transform: none;
  background-color: #FFF; }

.v-select-color {
  flex: 1;
  display: flex;
  gap: 1.25rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  background-color: #F5F5F5; }

.v-select-color__label {
  padding-top: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #222222; }

.v-select-color__field {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem; }

.v-select-color__color {
  transition-property: opacity;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer; }
  .v-select-color__color:hover {
    opacity: .5; }

.v-deposit-card {
  position: relative;
  cursor: pointer; }
  .v-deposit-card:hover .v-deposit-card__texture {
    opacity: .5; }

.v-deposit-card__texture-wrap {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 100%; }

.v-deposit-card__texture {
  transition-property: opacity;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5; }

.v-deposit-card__name {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #222222; }

/* ------------------------------------------------------------------------- */
/* MODAL WINDOW
============================================================================ */
.v-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background-color: rgba(34, 34, 34, 0.8);
  backdrop-filter: blur(10px); }

.v-modal__window {
  position: relative;
  padding: 2.5rem;
  width: 100%;
  max-width: 1240px;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  border-radius: 0.25rem;
  background-color: #FFF; }
  @media (max-width: 767px) {
    .v-modal__window {
      padding: 1.875rem;
      max-width: 100%;
      border-radius: 0; } }
  .v-modal__window::-webkit-scrollbar-thumb {
    border: 0.25rem solid transparent;
    border-radius: 0.5rem;
    background-clip: padding-box;
    background-color: #999; }
  .v-modal__window::-webkit-scrollbar {
    width: 1rem; }

.v-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer; }

.v-modal__close-icon {
  vertical-align: bottom; }

/* ------------------------------------------------------------------------- */
/* BASE
============================================================================ */
.btn {
  transition-property: color, background-color, border-color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.0625rem 1.5625rem;
  border-radius: 0.25rem;
  border: none 0;
  outline: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  color: #FFF;
  background-color: #816F61;
  cursor: pointer; }
  .btn .icon {
    display: inline-block;
    margin-right: 0.625rem;
    vertical-align: bottom;
    filter: invert(100%) sepia(0%) saturate(0%) brightness(100%) contrast(100%); }
  .btn:hover {
    background-color: #AF9F90; }
  .btn.btn-outline {
    padding: 0.9375rem 1.4375rem;
    color: #222222;
    border-color: #816F61;
    background-color: #FFF; }
    .btn.btn-outline:hover {
      border-color: #AF9F90; }

.btn-outline {
  border: 0.125rem solid; }

/* ------------------------------------------------------------------------- */
/* SIZE
============================================================================ */
.btn-lg {
  padding: 1.25rem 1.875rem;
  font-weight: 500;
  font-size: 1.25rem; }
  .btn-lg.btn-outline {
    padding: 1.125rem 1.75rem; }

.btn-sm {
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  font-size: 1rem; }
  .btn-sm.btn-outline {
    padding: 0.625rem 1.125rem; }

/* ------------------------------------------------------------------------- */
/* COLOR
============================================================================ */
.btn-submit {
  background-color: #FF7217; }
  .btn-submit:hover {
    background-color: #222222; }
  .btn-submit.btn-outline {
    color: #222222;
    border-color: #FF7217;
    background-color: #FFF; }
    .btn-submit.btn-outline:hover {
      border-color: #222222; }

/* ------------------------------------------------------------------------- */
/* ICON
============================================================================ */
.btn-icon-24 .icon {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem; }

.btn-icon-24.btn-lg .icon {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem; }

/* ------------------------------------------------------------------------- */
/* Категории продукции
============================================================================ */
.category-card {
  position: relative;
  display: flex;
  flex-direction: column; }
  .category-card .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    outline: 0; }

.category-card__img {
  flex: 1;
  height: 10.8125rem; }
  .category-card__img .category__img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: bottom;
    vertical-align: bottom; }

.category-card__title {
  padding: 0.9375rem 1.25rem;
  height: 2.8rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #222222; }
  .category-card__title .inner {
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 767px) {
      .category-card__title .inner {
        font-size: 0.8125rem; } }
/* ------------------------------------------------------------------------- */
/* Продукция
============================================================================ */
.prod-card {
  transition-property: box-shadow;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.3125rem 1.5625rem rgba(0, 0, 0, 0.1); }
  .prod-card:hover {
    box-shadow: none; }
  .prod-card .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    outline: 0; }

.prod-card__img-wrap {
  position: relative;
  padding-bottom: 66.66%; }

.prod-card__img-inner {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
  background-color: #F5F5F5; }

.prod-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.prod-card__title {
  padding: 0.625rem 1.25rem 1.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #222222; }

/* ------------------------------------------------------------------------- */
/* О компании
============================================================================ */
.about-card {
  display: grid;
  justify-items: center;
  row-gap: 1.25rem; }

.about-card__icon {
  width: 4rem;
  height: 4rem;
  vertical-align: bottom; }

.about-card__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #222222; }

/* ------------------------------------------------------------------------- */
/* Отзыв
============================================================================ */
.review-card {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  gap: 3.75rem; }
  @media (max-width: 767px) {
    .review-card {
      grid-template-columns: 1fr; } }
.review-card-scan__wrapper {
  position: relative;
  height: 18.5625rem;
  background-color: #F5F5F5; }

.review-card__scan {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.review-card__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #808285; }
  .review-card__text p {
    margin-top: 1em;
    margin-bottom: 1em; }
    .review-card__text p:first-of-type {
      margin-top: 0; }
    .review-card__text p:last-of-type {
      margin-bottom: 0; }
  .review-card__text .sign {
    font-weight: 600;
    color: #222222; }

/* ------------------------------------------------------------------------- */
/* Проект
============================================================================ */
.project-card {
  position: relative;
  padding-top: 61.3%;
  overflow: hidden; }

.project-card__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.project-card__info {
  position: absolute;
  top: 0.625rem;
  right: 50%;
  left: 0.625rem;
  padding: 1.875rem;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px); }
  @media (max-width: 991px) {
    .project-card__info {
      right: 20%; } }
.project-card__title {
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  color: #222222; }

.project-card__desc {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #222222; }

/* ------------------------------------------------------------------------- */
/* Месторождения
============================================================================ */
.mine-card {
  position: relative;
  display: flex;
  flex-direction: column; }
  .mine-card:hover .mine-card__img {
    opacity: .5; }
  .mine-card .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    outline: 0; }

.mine-card__img-wrap {
  position: relative;
  margin-bottom: 1.25rem;
  padding-top: 100%; }

.mine-card__img {
  transition-property: opacity;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F5F5F5; }

.mine-card__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #222222; }

/* ------------------------------------------------------------------------- */
/* TOP NAV
============================================================================ */
.top-nav {
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  height: 3.75rem; }
  @media (max-width: 1299px) {
    .top-nav {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .top-nav {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media (max-width: 767px) {
    .top-nav {
      height: 2.5rem; } }
  @media (max-width: 767px) {
    .top-nav .site-menu {
      display: none; } }
/* ------------------------------------------------------------------------- */
/* MAIN NAV
============================================================================ */
.main-nav__wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (max-width: 1299px) {
    .main-nav__wrap {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .main-nav__wrap {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media (max-width: 767px) {
    .main-nav__wrap {
      justify-content: space-between;
      padding-top: 1.25rem;
      padding-bottom: 1.875rem; } }
@media (min-width: 768px) {
  .main-nav {
    margin-right: 1.875rem; } }

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

.header-logo__wrap {
  position: relative;
  margin-right: 5rem;
  width: 11.5625rem;
  height: 3.125rem; }
  @media (max-width: 991px) {
    .header-logo__wrap {
      margin-right: 3.125rem; } }
  @media (max-width: 767px) {
    .header-logo__wrap {
      flex: 1; } }
.header-logo__link {
  display: block;
  text-decoration: none;
  outline: 0; }

.header-logo {
  position: absolute;
  top: 0;
  left: 0; }

.header-phone__wrap {
  display: grid;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  justify-items: end;
  row-gap: 0.3125rem;
  margin-left: auto; }
  @media (max-width: 767px) {
    .header-phone__wrap {
      display: none; } }
.header-menu__btn {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  margin-left: 1.25rem;
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .header-menu__btn {
      display: none; } }
  .header-menu__btn .menu__line {
    width: 100%;
    height: 0.125rem;
    border-radius: 0.0625rem;
    background-color: #222222; }
    .header-menu__btn .menu__line:not(:last-of-type) {
      margin-bottom: 0.25rem; }
    .header-menu__btn .menu__line:nth-of-type(1) {
      width: 70%; }
    .header-menu__btn .menu__line:nth-of-type(3) {
      width: 90%; }

/* ------------------------------------------------------------------------- */
/* SECONDARY MENU
============================================================================ */
.secondary-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  align-items: center;
  column-gap: 1.875rem;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  font-weight: 400;
  font-size: 0.875rem; }
  .secondary-menu .link {
    transition-property: color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    display: inline-flex;
    column-gap: 0.625rem;
    text-decoration: none; }
  .secondary-menu .icon {
    vertical-align: text-top; }
  @media (max-width: 992px) {
    .secondary-menu .title {
      display: none; } }
/* ------------------------------------------------------------------------- */
/* ADAPTIVE MENU
============================================================================ */
.adaptive-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 0.625rem; }

.adaptive-menu__item {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #DDD;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4; }
  .adaptive-menu__item:last-of-type {
    border-bottom: 0 none; }
  .adaptive-menu__item .link {
    transition-property: color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    text-decoration: none;
    text-decoration-skip-ink: none;
    color: #222222; }
    .adaptive-menu__item .link:hover {
      color: #FF7217; }

/* ------------------------------------------------------------------------- */
/* PRIMARY MENU
============================================================================ */
.primary-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  align-items: center;
  column-gap: 1.875rem;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  font-weight: 600;
  font-size: 1rem; }
  @media (max-width: 1199px) {
    .primary-menu .primary-menu__item:not(:nth-of-type(1)) {
      display: none; } }
  .primary-menu .link {
    transition-property: color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    text-decoration: none; }

.primary-menu__item-hot {
  position: relative; }
  .primary-menu__item-hot::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.375rem;
    left: 0;
    height: 0.125rem;
    background-color: #FF7217; }

/* ------------------------------------------------------------------------- */
/* INLINE THEME
============================================================================ */
.top-nav__wrap {
  background-color: #F5F5F5; }

.secondary-menu .link {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #808285; }
  .secondary-menu .link:hover {
    color: #222222; }

.primary-menu .link {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #222222; }
  .primary-menu .link:hover {
    color: #808285; }

.header-phone__wrap .phone {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #222222;
  white-space: nowrap; }
  .header-phone__wrap .phone:hover {
    color: #808285; }

.header-phone__wrap .schedule {
  color: #808285; }

/* ------------------------------------------------------------------------- */
.footer {
  position: relative;
  background-color: #AF9F90; }
  .footer::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65); }

.footer__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  position: relative;
  z-index: 1;
  display: grid;
  column-gap: 9.375rem;
  grid-template-columns: 400px 1fr;
  row-gap: 3.125rem;
  box-sizing: border-box;
  padding-top: 3.125rem; }
  @media (max-width: 1299px) {
    .footer__inner {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .footer__inner {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media (max-width: 991px) {
    .footer__inner {
      row-gap: 1.875rem;
      grid-template-columns: 1fr;
      padding-top: 1.875rem; } }
.footer-logo__link {
  display: inline-block;
  text-decoration: none;
  outline: 0; }
  @media (max-width: 991px) {
    .footer-logo__link {
      grid-row: 1 / span 2; } }
.footer-logo__img {
  filter: invert(100%) sepia(52%) saturate(209%) hue-rotate(211deg) brightness(114%) contrast(92%); }

@media (max-width: 991px) {
  .footer-contacts {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 3.125rem;
    row-gap: 0.625rem;
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #AF9F90; } }

@media (max-width: 767px) {
  .footer-contacts {
    grid-template-columns: 1fr;
    row-gap: 1.25rem; } }

.footer-contacts .secondary-menu {
  margin-top: 1.25rem;
  column-gap: 1.875rem; }
  @media (max-width: 767px) {
    .footer-contacts .secondary-menu {
      grid-template-columns: 1fr;
      grid-auto-flow: row;
      row-gap: 0.625rem; } }
  .footer-contacts .secondary-menu .link {
    text-decoration: none;
    text-decoration-skip-ink: none;
    color: #F5F5F5; }
    .footer-contacts .secondary-menu .link:hover {
      color: #999; }
  .footer-contacts .secondary-menu .icon {
    filter: invert(100%) sepia(52%) saturate(209%) hue-rotate(211deg) brightness(114%) contrast(92%); }

.footer-phone__wrap {
  display: grid; }
  @media (min-width: 992px) {
    .footer-phone__wrap {
      grid-auto-flow: row;
      grid-auto-rows: auto;
      justify-items: start;
      row-gap: 0.3125rem;
      margin-top: 1.875rem;
      margin-bottom: 1.875rem; } }
@media (max-width: 991px) and (min-width: 768px) {
  .footer-phone__wrap {
    grid-template-columns: auto 1fr;
    column-gap: 1.875rem;
    align-items: baseline; } }
  @media (max-width: 767px) {
    .footer-phone__wrap {
      grid-template-columns: 1fr;
      row-gap: 0.3125rem; } }
  .footer-phone__wrap .phone {
    text-decoration: none;
    text-decoration-skip-ink: none;
    color: #F5F5F5; }
    .footer-phone__wrap .phone:hover {
      color: #999; }
  .footer-phone__wrap .schedule {
    color: #999; }

/* NAV
============================================================================ */
.footer-nav {
  display: grid;
  column-gap: 3.125rem;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 991px) {
    .footer-nav {
      order: -1; } }
  @media (max-width: 767px) {
    .footer-nav {
      grid-template-columns: 1fr;
      row-gap: 1.875rem; } }
.footer-menu__title {
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  color: #F5F5F5; }
  @media (max-width: 991px) {
    .footer-menu__title {
      margin-bottom: 1.25rem; } }
.footer-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  row-gap: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6; }

.footer-menu__link {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #AF9F90;
  transition-property: color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }
  .footer-menu__link:hover {
    color: #F5F5F5; }

/* ------------------------------------------------------------------------- */
/* COPYRIGHT
============================================================================ */
.footer-copy {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-top: 0.0625rem solid #AF9F90;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #AF9F90; }
  @media (min-width: 992px) {
    .footer-copy {
      grid-column: 1 / span 2; } }
/* ------------------------------------------------------------------------- */
.getsample__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  overflow: hidden;
  position: relative;
  padding: 2.5rem;
  min-height: 15.625rem;
  box-sizing: border-box; }

.getsample__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/sections/get_sample_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.getsample__samples {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 23.125rem;
  height: 15.625rem;
  background-image: url("../img/sections/get_sample_samples.jpg");
  background-repeat: no-repeat;
  mix-blend-mode: darken; }
  @media (max-width: 991px) {
    .getsample__samples {
      top: -10px;
      left: -120px; } }
  @media (max-width: 767px) {
    .getsample__samples {
      left: -150px; } }
.getsample__content {
  position: relative;
  z-index: 2;
  margin-left: auto;
  max-width: 39.375rem;
  color: #222222; }

.getsample-content__title {
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4; }
  @media (max-width: 991px) {
    .getsample-content__title {
      text-shadow: 0 0 0.3125rem #FFF, 0 0 0.3125rem #FFF, 0 0 0.3125rem #FFF; } }
.getsample-content__txt {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4; }
  @media (max-width: 991px) {
    .getsample-content__txt {
      text-shadow: 0 0 0.3125rem #FFF, 0 0 0.3125rem #FFF, 0 0 0.3125rem #FFF; } }
.getsample-content__btn-wrap {
  margin-top: 1.875rem; }

.prod__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .prod__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .prod__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
.prod__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem; }
  @media (max-width: 991px) {
    .prod__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    .prod__list {
      grid-template-columns: 100%; } }
  .prod__list .prod-card {
    height: 100%; }

.prod-block__list .swiper {
  overflow: visible; }

.prod-block__list .swiper-wrapper {
  align-items: stretch; }

.prod-block__list .swiper-slide {
  height: auto;
  box-sizing: border-box; }
  .prod-block__list .swiper-slide:not(:last-of-type) {
    padding-right: 0.625rem; }

.prod-block__list .prod-card {
  height: 100%; }

.map__section {
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  min-height: 37.5rem;
  box-sizing: border-box; }
  .map__section .ya-map {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(175, 159, 144, 0.3); }
    .map__section .ya-map * {
      touch-action: auto !important; }
  .map__section .address__block-wrap {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    box-sizing: border-box; }
    @media (max-width: 1299px) {
      .map__section .address__block-wrap {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .map__section .address__block-wrap {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .map__section .address__block {
    height: 100%;
    border-radius: 0.25rem; }
    .map__section .address__block .title-line {
      margin-right: auto;
      margin-left: auto; }

.address__block {
  padding: 2.5rem 1.875rem;
  box-sizing: border-box;
  max-width: 22.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  box-shadow: 0 0.3125rem 1.5625rem rgba(0, 0, 0, 0.1); }
  .address__block .block-title {
    text-align: center; }
  .address__block .title-line {
    margin-right: -0.625rem;
    margin-bottom: 0;
    margin-left: -0.625rem; }

.office__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.office-list__item {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
  border-bottom: 0.0625rem solid #DDD; }

.office-card {
  padding: 1.25rem 1.875rem; }

.office-card__address {
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  color: #222222; }

.office-card__phone {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #808285; }

.review__section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  box-sizing: border-box;
  background-color: #F5F5F5; }
  @media (max-width: 1299px) {
    .review__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .review__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media (max-width: 991px) {
    .review__section {
      padding-top: 4.375rem;
      padding-bottom: 4.375rem; } }
.review-slider {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  position: relative; }

.review-slider__slide {
  padding: 3.75rem;
  box-sizing: border-box;
  background-color: #FFF; }

.review-slider__prev {
  transform: translate(-50%, calc(-50% - 1.875rem)); }
  @media (max-width: 767px) {
    .review-slider__prev {
      transform: translate(-30%, calc(-50% - 1.875rem)); } }
.review-slider__next {
  transform: translate(50%, calc(-50% - 1.875rem)); }
  @media (max-width: 767px) {
    .review-slider__next {
      transform: translate(30%, calc(-50% - 1.875rem)); } }
.review-slider__pagination {
  display: grid;
  align-items: center;
  column-gap: 1.25rem;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  margin-top: 1.875rem; }

.swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  outline: none;
  background-color: #AF9F90; }

.swiper-pagination-bullet-active {
  width: 0.625rem;
  height: 0.625rem; }

.project__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .project__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .project__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
.project__grid {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 767px) {
    .project__grid {
      grid-template-columns: 1fr; } }
.project-grid__item:nth-child(2n+1) .project-card__img {
  background-color: rgba(175, 159, 144, 0.3); }

.project-grid__item:nth-child(2n+2) .project-card__img {
  background-color: rgba(175, 159, 144, 0.2); }

.project-grid__item:nth-child(2n+3) .project-card__img {
  background-color: rgba(175, 159, 144, 0.2); }

.project-grid__item:nth-child(2n+4) .project-card__img {
  background-color: rgba(175, 159, 144, 0.3); }

.form__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  box-sizing: border-box;
  background-color: #F5F5F5; }
  @media (max-width: 1299px) {
    .form__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .form__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media (max-width: 991px) {
    .form__section {
      padding-top: 4.375rem;
      padding-bottom: 4.375rem; } }
  .form__section .section-txt {
    margin-bottom: 2.5rem; }
  .form__section .main-form {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1240px;
    max-width: 48.75rem; }

.faq__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .faq__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .faq__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
.faq__list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  row-gap: 0.625rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px; }

/* FAQ CARD
============================================================================ */
.faq__card {
  transition-property: height;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  row-gap: 1.25rem;
  padding: 1.25rem 1.875rem;
  box-shadow: 0 0.3125rem 1.5625rem rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  .faq__card.faq__closed .faq-card__question::after {
    transform: scaleY(1); }
  .faq__card.faq__closed .faq-card__answer {
    display: none; }

.faq-card__question {
  display: grid;
  column-gap: 1.875rem;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #222222; }
  .faq-card__question::after {
    transition-property: transform;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    content: '';
    display: block;
    transform: scaleY(-1);
    width: 1rem;
    height: 2rem;
    background-image: url("../img/icon/16/dropdown.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: invert(13%) sepia(1%) saturate(0%) hue-rotate(138deg) brightness(112%) contrast(103%); }

.faq-card__answer {
  font-size: 1rem; }

/* ------------------------------------------------------------------------- */
.seo__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .seo__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .seo__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .seo__section .regular-txt {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1240px;
    max-width: 60rem; }

/* SECTION
============================================================================ */
.contacts__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .contacts__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .contacts__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
/* ------------------------------------------------------------------------- */
/* Выбор города
============================================================================ */
.select-city {
  display: flex;
  justify-content: center;
  column-gap: 1.875rem;
  row-gap: 0.625rem; }
  @media (max-width: 767px) {
    .select-city {
      flex-direction: column;
      align-items: center; } }
.link-city {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #222222;
  transition-property: color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4; }
  .link-city:hover {
    color: #808285; }
  @media (max-width: 991px) {
    .link-city {
      font-size: 1.125rem; } }
  .link-city.active::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.25rem;
    left: 0;
    height: 0.125rem;
    background-color: #FF7217; }

@keyframes fadeEffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.city-pane {
  animation: fadeEffect 1s ease;
  display: none; }
  .city-pane.active {
    display: block; }

/* ------------------------------------------------------------------------- */
/* Контакты выбранного города
============================================================================ */
.city-contacts {
  display: flex;
  column-gap: 2.5rem;
  margin-top: 6.25rem; }
  @media (max-width: 991px) {
    .city-contacts {
      margin-top: 4.375rem; } }
  @media (max-width: 767px) {
    .city-contacts {
      flex-direction: column;
      row-gap: 1.25rem;
      margin-top: 3.125rem; } }
.social-link {
  transition-property: color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #808285;
  text-decoration: none; }
  .social-link:hover {
    color: #222222; }
  .social-link .icon {
    margin-right: 0.5rem;
    vertical-align: text-top; }
  .social-link.whatsapp .icon {
    filter: invert(60%) sepia(62%) saturate(568%) hue-rotate(90deg) brightness(100%) contrast(87%); }
  .social-link.telegram .icon {
    filter: invert(69%) sepia(50%) saturate(5325%) hue-rotate(168deg) brightness(91%) contrast(85%); }

.contacts__smblock {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  padding-left: 3.25rem; }
  @media (max-width: 767px) {
    .contacts__smblock {
      row-gap: 0.625rem; } }
  .contacts__smblock .smblock-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    filter: invert(67%) sepia(14%) saturate(340%) hue-rotate(348deg) brightness(92%) contrast(95%); }
  .contacts__smblock .smblock-content {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
    font-weight: 500;
    line-height: 1.4;
    color: #808285; }

.city-map {
  margin-top: 3.125rem;
  width: 100%;
  height: 25rem;
  background-color: #DDD; }
  .city-map.hidden {
    display: none; }

/* ------------------------------------------------------------------------- */
/* SECTION
============================================================================ */
.cart__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px; }
  .cart__section .section-txt {
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px;
    margin-bottom: 3.125rem;
    max-width: 60rem;
    text-align: center; }

/* ------------------------------------------------------------------------- */
/* CHECKOUT
============================================================================ */
.cart__checkout-content {
  display: flex;
  column-gap: 6.25rem; }

.cart__items {
  flex: 1; }

.cart__checkout {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  box-sizing: border-box;
  padding: 2.5rem;
  width: 26.25rem;
  background-color: #F5F5F5; }
  .cart__checkout .privacy {
    font-size: 0.875rem;
    line-height: 1.4; }

.cart-checkout__data {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  color: #222222; }
  .cart-checkout__data .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4; }
  .cart-checkout__data .result .label, .cart-checkout__data .result .price {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4; }
  .cart-checkout__data .car .value {
    display: flex;
    align-items: center; }
  .cart-checkout__data .car .calc-result__icon {
    margin-left: 0.625rem;
    width: 1.5rem;
    height: 1.5rem; }

.cart-checkout__form {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem; }
  .cart-checkout__form .btn-submit {
    box-sizing: border-box;
    width: 100%; }

/* ------------------------------------------------------------------------- */
/* SECTION
============================================================================ */
.delivery__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .delivery__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .delivery__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
/* ------------------------------------------------------------------------- */
/* Информация
============================================================================ */
.delivery-info {
  display: flex;
  column-gap: 3.125rem; }
  @media (max-width: 767px) {
    .delivery-info {
      flex-direction: column;
      row-gap: 3.125rem; } }
.delivery-info__img {
  max-width: 40rem;
  width: 100%;
  aspect-ratio: 3 / 2;
  background-color: #DDD; }
  .delivery-info__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.delivery-info__content {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem; }

/* ------------------------------------------------------------------------- */
/* SECTION
============================================================================ */
.delivery-map__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .delivery-map__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .delivery-map__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .delivery-map__section .block-title {
    text-align: center; }

.delivery-map__wrap {
  text-align: center; }

.delivery-map {
  width: 100%;
  max-width: 52.5rem; }

/* ------------------------------------------------------------------------- */
/* SECTION
============================================================================ */
.calc-weight__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  box-sizing: border-box;
  background-color: #F5F5F5; }
  @media (max-width: 1299px) {
    .calc-weight__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .calc-weight__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media (max-width: 991px) {
    .calc-weight__section {
      padding-top: 4.375rem;
      padding-bottom: 4.375rem; } }
.calc-weight-form {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  max-width: 48.75rem; }

.calc-weight-form__inner {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 767px) {
    .calc-weight-form__inner {
      grid-template-columns: 1fr; } }
.calc-result {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  padding-top: 1.25rem; }
  @media (max-width: 767px) {
    .calc-result {
      padding-top: 0; } }
@media (max-width: 767px) {
  :nth-child(1 of .calc-result) {
    padding-top: 1.25rem; } }

.calc-result__icon {
  width: 3rem;
  height: 3rem;
  filter: invert(13%) sepia(1%) saturate(0%) hue-rotate(138deg) brightness(112%) contrast(103%); }

.calc-result__field {
  display: flex;
  column-gap: 0.625rem; }

.calc-result__label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #808285; }

.calc-result__value {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  color: #222222; }

/* ------------------------------------------------------------------------- */
.calcproject__section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  box-sizing: border-box;
  background-color: #F5F5F5; }
  @media (max-width: 1299px) {
    .calcproject__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .calcproject__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media (max-width: 991px) {
    .calcproject__section {
      padding-top: 4.375rem;
      padding-bottom: 4.375rem; } }
.calcproject-section__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px; }

.calcproject__form {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  row-gap: 1.25rem;
  max-width: 48.75rem; }
  .calcproject__form .privacy {
    text-align: center; }

.calcproject-form__inner {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr) max-content;
  justify-content: center; }
  @media (max-width: 767px) {
    .calcproject-form__inner {
      grid-template-columns: 100%;
      text-align: center; } }
/* МЕСТОРОЖДЕНИЕ ГРАНИТА
============================================================================ */
.deposit__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .deposit__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .deposit__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
.deposit-section__inner {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2.5rem; }

.deposit__labels {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem; }
  @media (max-width: 767px) {
    .deposit__labels {
      justify-content: center;
      gap: 0.625rem; } }
.deposit__label {
  transition-property: box-shadow;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  border: 0.0625rem solid #F5F5F5;
  border-radius: 0.25rem;
  box-shadow: 0 0.3125rem 1.5625rem rgba(0, 0, 0, 0.1);
  background-color: #FFF; }
  .deposit__label:hover {
    box-shadow: none; }
  .deposit__label.hidden, .deposit__label.filtered {
    display: none; }

.deposit__label-link {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #222222;
  display: block;
  padding: 0.6875rem 0.9375rem;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1rem; }
  .deposit__label-link:hover {
    color: #222222; }
  @media (max-width: 767px) {
    .deposit__label-link {
      font-size: 0.875rem; } }
.deposit__label-more {
  transition-property: box-shadow, border-color, background-color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  border-color: #816F61;
  background-color: #816F61; }
  .deposit__label-more:hover {
    border-color: #AF9F90;
    background-color: #AF9F90; }
  .deposit__label-more .deposit__label-link {
    color: #FFF; }

/* ------------------------------------------------------------------------- */
/* ФИЛЬТРЫ
============================================================================ */
.deposit__filters {
  display: flex;
  gap: 1.25rem 2.5rem;
  border-radius: 0.25rem; }
  @media (max-width: 767px) {
    .deposit__filters {
      flex-direction: column; } }
  .deposit__filters .manufacturer-filter {
    width: 100%;
    max-width: 25rem; }
  .deposit__filters .color-filter {
    flex: 1;
    display: flex;
    gap: 1.25rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    box-sizing: border-box;
    border-radius: 0.25rem;
    background-color: #F5F5F5; }
  .deposit__filters .filter-label {
    padding-top: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    color: #222222; }
  .deposit__filters .filter-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 1.25rem;
    padding-top: 0.78125rem;
    padding-bottom: 0.78125rem; }
  .deposit__filters .circle {
    display: block;
    position: relative;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    background-color: #FFF;
    cursor: pointer; }
    .deposit__filters .circle::after, .deposit__filters .circle::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 50%; }
    .deposit__filters .circle::after {
      right: 50%;
      border-radius: 0.78125rem 0 0 0.78125rem;
      background-color: var(--primary-color); }
    .deposit__filters .circle::before {
      left: 50%;
      border-radius: 0 0.78125rem 0.78125rem 0;
      background-color: var(--secondary-color); }
  .deposit__filters .select {
    border: 0 none;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    background-color: #F5F5F5; }
    .deposit__filters .select option {
      text-transform: none;
      background-color: #FFF; }
  .deposit__filters input.hidden {
    display: none; }

/* ------------------------------------------------------------------------- */
/* ПОДРОБНАЯ ИНФОРМАЦИЯ
============================================================================ */
.deposit__detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 0.0625rem solid #DDD; }
  @media (max-width: 991px) {
    .deposit__detail {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .deposit__detail {
      grid-template-columns: 100%; } }
  .deposit__detail:empty {
    display: none; }
  .deposit__detail.loading {
    grid-template-columns: 100%;
    justify-items: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    .deposit__detail.loading .loader {
      display: grid; }

@keyframes append {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.deposit__info {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1.875rem;
  padding: 1.875rem;
  animation: append .3s linear; }

.deposit-info__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  color: #222222; }

.deposit-info__features {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 0.625rem; }

.deposit__texture-wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  border-right: 0.0625rem solid #DDD;
  border-left: 0.0625rem solid #DDD;
  animation: append .3s linear; }
  @media (max-width: 991px) {
    .deposit__texture-wrap {
      border-right: 0 none; } }
  @media (max-width: 767px) {
    .deposit__texture-wrap {
      min-height: 14.375rem;
      border-left: 0 none; } }
.deposit__texture {
  background-repeat: repeat; }

.deposit__texture-region {
  padding: 0.9375rem 1.25rem; }

.deposit-region__label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #222222; }

.deposit__map {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  filter: grayscale(0.5); }

.deposit__map-wrap {
  padding: 0.625rem; }

/* ------------------------------------------------------------------------- */
/* СПИСОК ТОВАРОВ
============================================================================ */
.deposit__section .prod__list:empty {
  display: none; }

/* ------------------------------------------------------------------------- */
/* СПИСОК
============================================================================ */
.services__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .services__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .services__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
.services__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5rem;
  row-gap: 1.25rem; }
  @media (max-width: 767px) {
    .services__list {
      grid-template-columns: 1fr; } }
/* ------------------------------------------------------------------------- */
/* КАРТОЧКА
============================================================================ */
.service-card {
  transition-property: box-shadow;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  position: relative;
  display: flex;
  column-gap: 1.25rem;
  padding: 0.9375rem;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 0.3125rem 1.5625rem rgba(0, 0, 0, 0.1); }
  .service-card:hover {
    box-shadow: none; }
  .service-card .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    outline: 0; }

.service-card__img-wrap {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 4px;
  background: #EEE; }

.service-card__img {
  width: 4.375rem;
  height: 4.375rem;
  vertical-align: bottom;
  border-radius: 4px; }

.service-card__title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  color: #222222; }

/* ------------------------------------------------------------------------- */
/* SECTION
============================================================================ */
.selection-links__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .selection-links__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .selection-links__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .selection-links__section .block-title {
    text-align: center; }

.selection-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.25rem; }
  @media (max-width: 767px) {
    .selection-links__grid {
      grid-template-columns: 1fr; } }
/* ------------------------------------------------------------------------- */
/* SECTION
============================================================================ */
.select-deposit__section .deposit__filters {
  margin-bottom: 2.5rem; }

.deposits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  grid-gap: 1.875rem; }

/* ------------------------------------------------------------------------- */
/* CARD
============================================================================ */
.deposit__smcard {
  position: relative; }
  .deposit__smcard:hover .texture {
    opacity: .5; }
  .deposit__smcard .texture__wrap {
    position: relative;
    margin-bottom: 1.25rem;
    padding-bottom: 100%; }
  .deposit__smcard .texture {
    transition-property: opacity;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5; }
  .deposit__smcard .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .deposit__smcard .name {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #222222; }

/* ------------------------------------------------------------------------- */
.sections__vgap {
  display: grid;
  overflow-x: hidden;
  grid-template-columns: 100%;
  row-gap: 6.25rem; }
  @media (max-width: 991px) {
    .sections__vgap {
      row-gap: 4.375rem; } }
/* НАША ПРОДУКЦИЯ
============================================================================ */
.category__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .category__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .category__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .category__section .section-txt {
    margin-bottom: 3.125rem; }
    @media (max-width: 767px) {
      .category__section .section-txt {
        margin-bottom: 1.875rem; } }
.category__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr); }

@media (max-width: 1199px) and (min-width: 992px) {
  .category__list {
    grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 991px) {
    .category__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    .category__list {
      grid-template-columns: repeat(2, 1fr);
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
.category-list__item {
  position: relative;
  padding-bottom: 100%; }
  .category-list__item .category-card {
    background-color: rgba(175, 159, 144, 0.3); }
  @media (min-width: 768px) {
    .category-list__item:nth-child(2n+2) .category-card {
      background-color: rgba(175, 159, 144, 0.2); } }
  @media (max-width: 767px) {
    .category-list__item:nth-child(4n-2) .category-card, .category-list__item:nth-child(4n-1) .category-card {
      background-color: rgba(175, 159, 144, 0.2); } }
  .category-list__item:hover .category-card {
    background-color: #FFF; }
  .category-list__item .category-card {
    transition-property: background-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/* ------------------------------------------------------------------------- */
/* МРАМОР ПРОМО
============================================================================ */
.marble-promo__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  position: relative;
  display: grid;
  align-content: center;
  grid-template-columns: minmax(min-content, 53.75rem);
  justify-content: center;
  row-gap: 30px;
  padding: 2.5rem;
  min-height: 18.75rem;
  box-sizing: border-box;
  background-image: url("../img/marble_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .marble-promo__section::after {
    content: '';
    position: absolute;
    right: -4.375rem;
    bottom: -1.5625rem;
    width: 21.5625rem;
    height: 14.375rem;
    background-image: url("../img/marble_item.png");
    background-repeat: no-repeat;
    z-index: 0; }
    @media (max-width: 767px) {
      .marble-promo__section::after {
        right: -1.25rem;
        width: 10.78125rem;
        height: 7.1875rem;
        background-size: 10.78125rem 7.1875rem; } }
.marble-promo__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4; }

.marble-promo__slogan {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  z-index: 1; }

@media (max-width: 991px) and (min-width: 768px) {
  .marble-promo__slogan {
    padding-right: 8.75rem; } }
  @media (max-width: 767px) {
    .marble-promo__slogan {
      font-size: 1.5rem; } }
/* ------------------------------------------------------------------------- */
/* О КОМПАНИИ
============================================================================ */
.about__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .about__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .about__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .about__section .section-txt {
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px;
    margin-bottom: 3.125rem;
    max-width: 60rem;
    text-align: center; }

.about__video {
  position: relative;
  margin-bottom: 3.125rem;
  padding-bottom: 56.25%;
  background-color: #F5F5F5; }
  .about__video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.about__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem; }
  @media (max-width: 767px) {
    .about__list {
      grid-template-columns: repeat(2, 1fr); } }
/* ------------------------------------------------------------------------- */
/* Акции и скидки
============================================================================ */
.discount__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .discount__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .discount__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .discount__section .section-txt {
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px;
    max-width: 60rem;
    text-align: center; }

/* ------------------------------------------------------------------------- */
/* МЕСТОРОЖДЕНИЯ ГРАНИТА (слайдер)
============================================================================ */
.mine-slider__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .mine-slider__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .mine-slider__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
.mine-slider {
  position: relative; }

.mine-slider__wrap {
  display: grid;
  column-gap: 1.875rem;
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.mine-slider__controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: calc((100% - 1.875rem * 4) / 5);
  pointer-events: none; }

.mine-slider__prev,
.mine-slider__next {
  top: 50%;
  pointer-events: auto; }

.mine-slider__prev {
  transform: translate(-50%, -50%); }

.mine-slider__next {
  transform: translate(50%, -50%); }

/* ------------------------------------------------------------------------- */
/* Поля
============================================================================ */
.textarea {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  height: calc(5em * 1.4 + 2.625rem);
  vertical-align: bottom; }

.input {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.input, .select, .textarea {
  appearance: none;
  box-sizing: border-box;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  width: 100%;
  border-radius: 0.25rem;
  border: 0.0625rem solid #DDD;
  outline: 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #222222;
  background-color: #FFF; }
  .input::placeholder, .select::placeholder, .textarea::placeholder {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #999; }
  .input.shadow, .select.shadow, .textarea.shadow {
    transition-property: box-shadow;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.1); }
    .input.shadow:focus, .select.shadow:focus, .textarea.shadow:focus {
      box-shadow: none; }

.select {
  padding-right: 2.5625rem;
  padding-left: 1.5625rem;
  height: calc(1em + 2.125rem);
  font-size: 1rem;
  line-height: 1;
  background-size: 1rem;
  background-image: url("../img/icon/16/dropdown.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.0625rem) 50%;
  filter: invert(13%) sepia(1%) saturate(0%) hue-rotate(138deg) brightness(112%) contrast(103%);
  cursor: pointer; }
  .select option {
    padding-left: 0; }

.field.form-email-field {
  position: absolute;
  left: -999999999px; }

.field input[name="email"] {
  position: absolute;
  left: -999999999px; }

/* ------------------------------------------------------------------------- */
/* Основная форма
============================================================================ */
.main-form__inner {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (max-width: 767px) {
    .main-form__inner {
      grid-template-columns: 1fr; } }
  .main-form__inner .textarea-field {
    grid-column: 1 / span 2; }
    @media (max-width: 767px) {
      .main-form__inner .textarea-field {
        grid-column: auto; } }
  .main-form__inner .privacy {
    grid-column: 1 / span 2; }
    @media (max-width: 767px) {
      .main-form__inner .privacy {
        grid-column: auto; } }
/* ------------------------------------------------------------------------- */
/* HEADER
============================================================================ */
.index-page .top-nav__wrap,
.index-page .main-nav__wrap {
  position: relative;
  z-index: 1; }

.header-video_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }
  .header-video_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }

.header-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  filter: contrast(1); }

.index-header {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden; }
  @media (max-width: 1299px) {
    .index-header {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .index-header {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
.index-header__slogan {
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  max-width: 60rem;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  color: #F5F5F5; }
  @media (max-width: 992px) {
    .index-header__slogan {
      font-size: 2.25rem; } }
  @media (max-width: 767px) {
    .index-header__slogan {
      margin-top: 1.875rem;
      margin-bottom: 1.875rem;
      font-size: 1.5rem;
      line-height: 1.2; } }
.index-header__cube {
  position: relative;
  text-align: center; }

@media (min-width: 768px) {
  .header__center-point {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0; } }

.header__lines {
  position: absolute;
  height: 0.125rem;
  background-color: #FFF; }
  @media (max-width: 767px) {
    .header__lines {
      display: none; } }
  .header__lines::after {
    content: '';
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0.3125rem;
    background-color: #FFF; }

.header__facts {
  width: 20rem;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #FFF; }
  @media (min-width: 768px) {
    .header__facts {
      position: absolute; } }
@media (max-width: 991px) and (min-width: 768px) {
  .header__facts {
    width: 11.25rem;
    font-size: 1rem; } }
  @media (max-width: 767px) {
    .header__facts {
      position: relative;
      padding-left: 1.5625rem;
      width: 100%;
      font-size: 1.125rem; }
      .header__facts:not(:last-of-type) {
        margin-bottom: 0.3125rem; }
      .header__facts::before {
        position: absolute;
        top: 0.125rem;
        left: 0;
        content: '\29BF';
        font-size: 0.875rem; } }
.header__line_01 {
  top: 2.8125rem;
  right: 0;
  width: 11.25rem; }
  .header__line_01::after {
    right: 0;
    top: 0;
    transform: translate(0.25rem, -0.25rem); }

@media (min-width: 768px) {
  .header__fact_01 {
    top: 1.875rem;
    right: 12.5rem;
    text-align: right; } }

@media (max-width: 767px) {
  .header__fact_01 {
    text-align: left; } }

.header__line_02 {
  top: 8.75rem;
  left: 5rem;
  width: 6.25rem; }
  .header__line_02::after {
    left: 0;
    top: 0;
    transform: translate(-0.25rem, -0.25rem); }

@media (min-width: 768px) {
  .header__fact_02 {
    top: 7.8125rem;
    left: 12.5rem;
    text-align: left; } }

@media (max-width: 767px) {
  .header__fact_02 {
    text-align: left; } }

.header__line_03 {
  top: 13.75rem;
  right: 3.125rem;
  width: 4.41875rem;
  transform: rotate(-45deg);
  transform-origin: top right; }
  .header__line_03::after {
    right: 0;
    top: 0;
    transform: translate(0.25rem, -0.25rem); }

.header__line_04 {
  top: 16.8125rem;
  right: 6.1875rem;
  width: 5.0625rem; }
  .header__line_04::after {
    content: none; }

@media (min-width: 768px) {
  .header__fact_03 {
    top: 15.9375rem;
    right: 12.5rem;
    text-align: right; } }

@media (max-width: 767px) {
  .header__fact_03 {
    text-align: left; } }

@media (max-width: 767px) {
  .cube__image {
    margin-bottom: 1.875rem;
    width: 12.5rem; } }

/* ------------------------------------------------------------------------- */
/* HEADER THEME
============================================================================ */
.index-page .header {
  position: relative;
  padding-bottom: 3.125rem;
  min-height: 100dvh;
  box-sizing: border-box; }
  @media (max-width: 991px) {
    .index-page .header {
      padding-bottom: 1.875rem; } }
.index-page .top-nav__wrap {
  margin-bottom: 1.25rem;
  background-color: #222222; }

.index-page .secondary-menu .icon {
  vertical-align: bottom; }

.index-page .header .secondary-menu .link {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #AF9F90; }
  .index-page .header .secondary-menu .link:hover {
    color: #F5F5F5; }

.index-page .header .secondary-menu .icon {
  filter: invert(67%) sepia(14%) saturate(340%) hue-rotate(348deg) brightness(92%) contrast(95%); }

.index-page .main-nav__wrap {
  background-color: #222222; }
  @media (min-width: 1300px) {
    .index-page .main-nav__wrap {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  .index-page .main-nav__wrap .header-logo {
    filter: invert(100%) sepia(52%) saturate(209%) hue-rotate(211deg) brightness(114%) contrast(92%); }
  .index-page .main-nav__wrap .secondary-menu .icon {
    filter: invert(100%) sepia(0%) saturate(0%) brightness(100%) contrast(100%); }

.index-page .primary-menu .link {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #AF9F90; }
  .index-page .primary-menu .link:hover {
    color: #F5F5F5; }

.index-page .header-phone__wrap .phone {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #F5F5F5; }
  .index-page .header-phone__wrap .phone:hover {
    color: #999; }

.index-page .header-phone__wrap .schedule {
  color: #999; }

.index-page .header-menu__btn .menu__line {
  background-color: #FFF; }

/* ------------------------------------------------------------------------- */
/* BODY
============================================================================ */
.index-page .body {
  padding-top: 6.25rem; }
  @media (max-width: 991px) {
    .index-page .body {
      padding-top: 4.375rem; } }
  .index-page .body > .content {
    display: grid;
    overflow: hidden;
    grid-template-columns: 100%;
    row-gap: 6.25rem; }
    @media (max-width: 991px) {
      .index-page .body > .content {
        row-gap: 4.375rem; } }
/* ------------------------------------------------------------------------- */
/* SECTIONS
============================================================================ */
.index-page .section-txt {
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  max-width: 60rem;
  text-align: center; }

/* ------------------------------------------------------------------------- */
/* BREADCRUMBS
============================================================================ */
.breadcrumbs {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  box-sizing: border-box;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4; }
  @media (max-width: 1299px) {
    .breadcrumbs {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .breadcrumbs {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
.breadcrumbs__link {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #222222;
  transition-property: color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }
  .breadcrumbs__link:hover {
    color: #808285; }

.breadcrumbs__spacer {
  color: #222222; }

.breadcrumbs__current {
  color: #808285; }

/* ------------------------------------------------------------------------- */
/* MAIN
============================================================================ */
.inner-page .body > .content {
  padding-top: 3.125rem; }
  @media (max-width: 991px) {
    .inner-page .body > .content {
      padding-top: 1.875rem; } }
@media (max-width: 991px) {
  .inner-page .breadcrumbs + .body > .content {
    padding-top: 0; } }

.inner-page .page-title__wrap {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .inner-page .page-title__wrap {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .inner-page .page-title__wrap {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
.inner-page .page-title {
  margin-top: 0;
  margin-bottom: 3.125rem;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #222222; }
  @media (max-width: 991px) {
    .inner-page .page-title {
      margin-bottom: 1.875rem; } }
/* ------------------------------------------------------------------------- */
/* Специфичные стили для внутренних страниц
============================================================================ */
.contacts-page .body > .content {
  padding-bottom: 6.25rem; }

/* ------------------------------------------------------------------------- */
/* LIST
============================================================================ */
.deposit__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box; }
  @media (max-width: 1299px) {
    .deposit__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .deposit__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
.deposit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, max-content));
  grid-gap: 1.875rem; }
  .deposit-grid .deposit-card {
    width: 14rem;
    max-width: 100%; }

/* ------------------------------------------------------------------------- */
/* CARD
============================================================================ */
.deposit-card {
  position: relative;
  cursor: pointer; }
  .deposit-card:hover .deposit-card__texture {
    opacity: .5; }

.deposit-card__texture-wrap {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 100%; }

.deposit-card__texture {
  transition-property: opacity;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5; }

.deposit-card__name {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #222222; }

.deposit-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-decoration: none; }

/* ------------------------------------------------------------------------- */
/* DETAIL
============================================================================ */
.deposit-texture__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.deposit-map__wrap {
  display: grid;
  align-items: start;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto; }

.deposit-map__el {
  padding: 0.625rem 0.625rem 0;
  border: 0.0625rem solid #DDD; }

.deposit-map {
  object-fit: cover;
  width: 100%;
  height: 15.625rem;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(0.5); }

.deposit-map__region {
  padding: 0.9375rem 0; }

/* ------------------------------------------------------------------------- */
/* PRODUCT DETAIL
============================================================================ */
@media (max-width: 768px) {
  .product-detail__gallery {
    width: 100%;
    max-width: 37.5rem; } }

.product-detail__section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  display: grid;
  gap: 3.125rem;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (max-width: 1299px) {
    .product-detail__section {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 1299px) and (max-width: 767px) {
    .product-detail__section {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media (max-width: 768px) {
    .product-detail__section {
      grid-template-columns: 100%; } }
  .product-detail__section .smblock-title {
    margin-bottom: 1.25rem; }

@media (min-width: 769px) {
  .category-page .product-detail__desc {
    grid-column: 1 / span 2; } }

.product-detail__desc .regular-txt {
  font-size: 1.125rem; }

@media (min-width: 769px) {
  .product-detail__table {
    grid-column: 1 / span 2; } }

/* ------------------------------------------------------------------------- */
/* PRODUCT GALLERY
============================================================================ */
.gallery__photo {
  position: relative;
  padding-top: 66.66%; }
  .gallery__photo .swiper-product-photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .gallery__photo .gallery__img {
    object-fit: cover; }

.gallery__preview-list {
  margin-top: 0.625rem; }
  .gallery__preview-list .swiper-slide {
    transition-property: opacity;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    opacity: .5;
    margin-right: 0.625rem;
    width: 6.25rem;
    height: 4.16667rem; }
    .gallery__preview-list .swiper-slide:last-of-type {
      margin-right: 0; }
  .gallery__preview-list .swiper-slide-thumb-active {
    opacity: 1;
    border-bottom: 0.125rem solid #FF7217; }
  .gallery__preview-list .gallery__img {
    object-fit: cover;
    cursor: pointer; }

.gallery__img {
  width: 100%;
  height: 100%; }

/* ------------------------------------------------------------------------- */
/* SELECT PRODUCT
============================================================================ */
.product-detail__selection {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: max-content;
  row-gap: 3.125rem; }

.select-stone__smblock {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: max-content;
  row-gap: 1.25rem; }

/* ------------------------------------------------------------------------- */
/* ACTIONS
============================================================================ */
.price-with-actions {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem; }

.product__action-btn-wrap {
  display: grid;
  align-items: start;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 767px) {
    .product__action-btn-wrap {
      grid-template-columns: 100%; } }
  .product__action-btn-wrap .price__wrap {
    align-self: center; }

.price__wrap {
  display: flex; }
  .price__wrap.horizontal {
    align-items: baseline;
    gap: 1.875rem; }
    @media (max-width: 767px) {
      .price__wrap.horizontal {
        flex-direction: column;
        gap: 0.3125rem; } }
  .price__wrap.vertical {
    flex-direction: column;
    row-gap: 0.3125rem; }

.price-from__wrap {
  display: flex;
  align-items: baseline;
  column-gap: 0.625rem; }

.price-from__label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #222222; }

.price__value {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #222222; }

.price__desc {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #808285; }

/* ------------------------------------------------------------------------- */
/* OVERLAY
============================================================================ */
.popup__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background-color: rgba(34, 34, 34, 0.8);
  backdrop-filter: blur(10px); }
  @media (max-width: 767px) {
    .popup__overlay {
      padding: 0; } }
  .popup__overlay.hidden {
    display: none; }
  @media (min-width: 768px) {
    .popup__overlay.menu__popup {
      justify-content: flex-end;
      padding-right: 0; } }
  .popup__overlay .form__section {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }

.popup__modal {
  position: relative;
  padding: 2.5rem;
  width: 100%;
  max-width: 1240px;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  border-radius: 0.25rem;
  background-color: #FFF; }
  @media (max-width: 767px) {
    .popup__modal {
      padding: 1.875rem;
      max-width: 100%;
      border-radius: 0; } }
  .popup__modal::-webkit-scrollbar-thumb {
    border: 0.25rem solid transparent;
    border-radius: 0.5rem;
    background-clip: padding-box;
    background-color: #999; }
  .popup__modal::-webkit-scrollbar {
    width: 1rem; }

/* ------------------------------------------------------------------------- */
/* MODAL MENU
============================================================================ */
.menu__modal {
  position: relative;
  padding: 2.5rem;
  width: 100%;
  max-width: 25rem;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0.25rem 0 0 0.25rem;
  background-color: #FFF; }
  @media (max-width: 767px) {
    .menu__modal {
      max-width: 100%;
      border-radius: 0; } }
  .menu__modal::-webkit-scrollbar-thumb {
    border: 0.25rem solid transparent;
    border-radius: 0.5rem;
    background-clip: padding-box;
    background-color: #999; }
  .menu__modal::-webkit-scrollbar {
    width: 1rem; }

.close-popup__btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer; }
  .close-popup__btn .close-icon {
    vertical-align: bottom; }

/* ------------------------------------------------------------------------- */
html {
  height: 100%;
  scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

body {
  font-size: 16px;
  font-family: Montserrat;
  line-height: 1; }
  body.with-overlay {
    overflow: hidden; }
