@charset "UTF-8";
/*
Theme Name: Лофт Линия
Author: DREMIN.ORG
Author URI: https://dremin.org
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600;700;800;900&display=swap");
/*!
 * Bootstrap Reboot v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #777;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #777;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f5f5f5;
  --bs-dark: #000;
  --bs-primary-rgb: 119, 119, 119;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 245, 245;
  --bs-dark-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: rgb(47.6, 47.6, 47.6);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(227.8, 227.8, 227.8);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(200.6, 200.6, 200.6);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Montserrat";
  --bs-font-monospace: "Montserrat";
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #777;
  --bs-link-color-rgb: 119, 119, 119;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(95.2, 95.2, 95.2);
  --bs-link-hover-color-rgb: 95, 95, 95;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(119, 119, 119, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(173.4, 173.4, 173.4);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(23.8, 23.8, 23.8);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(71.4, 71.4, 71.4);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(173.4, 173.4, 173.4);
  --bs-link-hover-color: rgb(189.72, 189.72, 189.72);
  --bs-link-color-rgb: 173, 173, 173;
  --bs-link-hover-color-rgb: 190, 190, 190;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:focus {
  outline: none !important;
}

a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body {
  padding-top: 105px;
}
@media (max-width: 575px) {
  body {
    padding-top: 80px;
  }
}

main {
  padding-bottom: 80px;
}

.section-title {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .section-title {
    font-size: 28px;
  }
}

.section-target {
  position: relative;
  top: -100px;
}
@media (max-width: 575px) {
  .section-target {
    top: -80px;
  }
}

.btn {
  border-radius: 35px;
}
.btn:hover {
  color: #000;
}

header {
  padding: 15px 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #fff;
}
header a {
  text-decoration: none;
  color: #777;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-logo div {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  height: 90px;
  width: 157px;
  background-size: contain !important;
}
header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  font-size: 18px;
  font-weight: 500;
}
header .header-menu a {
  text-underline-offset: 6px;
}
header .header-menu a:hover, header .header-menu a[aria-current=page] {
  color: #000;
  text-decoration: underline;
}
header .header-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 35px;
}
header .header-bar div {
  height: 3px;
  background-color: #777;
}
header .header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
header .header-phone {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
header.header-fixed {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
header.header-fixed .header-logo div {
  height: 60px;
  width: 105px;
}
@media (max-width: 575px) {
  header {
    padding: 25px 0;
  }
  header .header-social {
    gap: 10px;
  }
  header .header-phone {
    font-size: 20px;
  }
}

.hero {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 130px;
}
.hero .carousel {
  z-index: 10;
  padding: 0;
  margin: 0;
}
.hero .carousel-item {
  height: 730px;
  background-size: cover !important;
}
.hero:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  margin-top: 150px;
}
.hero-content h1 {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-content-subtitle {
  font-size: 40px;
  font-weight: 300;
}
.hero-content-list {
  margin: 50px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  font-size: 22px;
  font-weight: 500;
}
.hero-content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.hero-content .btn {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 40px;
}
@media (max-width: 1199px) {
  .hero-content {
    margin-top: 100px;
  }
  .hero-content h1 {
    font-size: 34px;
  }
  .hero-content-subtitle {
    font-size: 30px;
  }
  .hero-content-list {
    margin: 30px 0 40px;
    gap: 10px;
  }
  .hero .carousel-item {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-content {
    margin-top: 80px;
  }
  .hero-content h1 {
    font-size: 34px;
  }
  .hero-content-subtitle {
    font-size: 24px;
    line-height: 130%;
  }
  .hero-content-list {
    font-size: 18px;
    gap: 10px;
  }
  .hero-content .btn {
    font-size: 18px;
  }
}

.catalog-section {
  margin-bottom: 100px;
}

.catalog-section-row {
  margin-bottom: 100px;
}

.catalog-product {
  border-radius: 4px;
  border: 1px solid #ddd;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.catalog-product:hover {
  background-color: #f5f5f5;
  border-color: #fff;
}
.catalog-product img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3.5;
  border-radius: 4px 4px 0 0;
}
.catalog-product-title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 15px;
  line-height: 130%;
  padding: 0 15px;
}
.catalog-product-price {
  font-size: 30px;
  font-weight: 500;
  color: #777;
  margin-bottom: 15px;
}
.catalog-product .btn {
  background-color: #fff;
  border-color: #000;
  margin-bottom: 40px;
  padding: 9px 25px;
}
.catalog-product .btn:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .catalog-section {
    margin-bottom: 80px;
  }
  .catalog-section-row {
    margin-bottom: 80px;
  }
  .catalog-product img {
    aspect-ratio: 4/3;
  }
  .catalog-product-title {
    margin: 15px 0 10px;
  }
  .catalog-product .btn {
    margin-bottom: 30px;
    background-color: #000;
    color: #fff;
  }
}
.modal .modal-dialog {
  max-width: 700px;
}
.modal .modal-content {
  padding: 40px;
  text-align: center;
  position: relative;
  border: none;
  color: #000;
}
.modal .modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.modal .modal-content .modal-title {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  line-height: 135%;
}
.modal .modal-content .modal-price {
  font-size: 36px;
  font-weight: 500;
  color: #777;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-content .btn {
  background-color: #fff;
  border-color: #000;
  padding: 9px 20px;
  font-weight: 700;
  font-size: 18px !important;
}
.modal .modal-content .modal-contacts {
  padding: 15px 30px;
  background-color: #777;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*
  &-title {
    padding: 10px 0;
    background-color: $light;
    // color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  */
}
.modal .modal-content .modal-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.modal .modal-content .modal-phone a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.modal .modal-content .modal-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.modal .modal-content .modal-text {
  text-align: left;
}
.modal .modal-content .carousel {
  margin: 15px 0 30px;
}
.modal .modal-content .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
@media (max-width: 575px) {
  .modal .modal-content {
    padding: 40px 30px 35px;
  }
  .modal .modal-content .modal-title {
    font-size: 24px;
  }
  .modal .modal-content .modal-contacts {
    padding: 10px 20px 20px;
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal .modal-content .modal-social {
    margin-top: 3px;
  }
  .modal .modal-content .modal-text {
    line-height: 135%;
    font-size: 15px;
  }
  .modal .modal-content .modal-phone {
    gap: 0;
  }
  .modal .modal-content .btn-close {
    right: 15px;
  }
  .modal .modal-content .carousel-item img {
    aspect-ratio: 4/3;
  }
}

.about {
  background-color: #f5f5f5;
  padding: 80px 0;
  margin: 120px 0;
}
.about .section-title {
  margin-bottom: 40px;
}
.about-img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.about-text {
  line-height: 170%;
  padding-left: 35px;
}
@media (max-width: 991px) {
  .about-img {
    margin-bottom: 40px;
    height: 300px;
  }
  .about-text {
    padding: 0;
    line-height: 150%;
  }
}

.contacts {
  margin-bottom: 120px;
}
.contacts .section-title {
  margin-bottom: 40px;
}
.contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  padding-right: 30px;
}
.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
.contacts-item-title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contacts-item-text {
  font-weight: 500;
  font-size: 17px;
  color: #777;
}
.contacts-item a {
  text-decoration: none;
  display: block;
  text-underline-offset: 5px;
}
.contacts-item a:hover {
  color: #000;
  text-decoration: underline;
}
.contacts-map {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 991px) {
  .contacts-wrap {
    padding: 0;
    gap: 25px;
  }
  .contacts-map {
    margin-top: 40px;
    height: 400px;
  }
}

footer {
  background-color: #f5f5f5;
  padding: 25px 0 20px;
  font-size: 13px;
}
footer a {
  text-decoration: none;
  text-underline-offset: 5px;
  color: #000;
}
footer a:hover {
  color: #777;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media (max-width: 991px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.offcanvas a {
  text-decoration: none;
}
.offcanvas .btn-close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 20px;
  height: 20px;
  opacity: 1;
}

.mobile-logo {
  display: block;
}
.mobile-logo svg {
  height: 100px;
}

.mobile-menu {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 20px;
  font-weight: 300;
  padding-left: 10px;
}
.mobile-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 500;
}
.mobile-menu a:before {
  content: "—";
  display: block;
  color: #777;
}

.mobile-social {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.mobile-social a {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}