@charset "UTF-8";
@font-face {
  font-family: "Saar SP Demo";
  src: url("../fonts/SaarSPDemoRegular.eot");
  src: url("../fonts/SaarSPDemoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SaarSPDemoRegular.woff2") format("woff2"), url("../fonts/SaarSPDemoRegular.woff") format("woff"), url("../fonts/SaarSPDemoRegular.ttf") format("truetype"), url("../fonts/SaarSPDemoRegular.svg#SaarSPDemoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coolvetica Condensed Rg";
  src: url("../fonts/CoolveticaCondensedRg-Regular.eot");
  src: url("../fonts/CoolveticaCondensedRg-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CoolveticaCondensedRg-Regular.woff2") format("woff2"), url("../fonts/CoolveticaCondensedRg-Regular.woff") format("woff"), url("../fonts/CoolveticaCondensedRg-Regular.ttf") format("truetype"), url("../fonts/CoolveticaCondensedRg-Regular.svg#CoolveticaCondensedRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coolvetica Rg";
  src: url("../fonts/CoolveticaRg-Regular.eot");
  src: url("../fonts/CoolveticaRg-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CoolveticaRg-Regular.woff2") format("woff2"), url("../fonts/CoolveticaRg-Regular.woff") format("woff"), url("../fonts/CoolveticaRg-Regular.ttf") format("truetype"), url("../fonts/CoolveticaRg-Regular.svg#CoolveticaRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coolvetica Compressed Rg";
  src: url("../fonts/CoolveticaCompressedRg-Regular.eot");
  src: url("../fonts/CoolveticaCompressedRg-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CoolveticaCompressedRg-Regular.woff2") format("woff2"), url("../fonts/CoolveticaCompressedRg-Regular.woff") format("woff"), url("../fonts/CoolveticaCompressedRg-Regular.ttf") format("truetype"), url("../fonts/CoolveticaCompressedRg-Regular.svg#CoolveticaCompressedRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coolvetica Crammed Rg";
  src: url("../fonts/CoolveticaCrammedRg-Regular.eot");
  src: url("../fonts/CoolveticaCrammedRg-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CoolveticaCrammedRg-Regular.woff2") format("woff2"), url("../fonts/CoolveticaCrammedRg-Regular.woff") format("woff"), url("../fonts/CoolveticaCrammedRg-Regular.ttf") format("truetype"), url("../fonts/CoolveticaCrammedRg-Regular.svg#CoolveticaCrammedRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}


html {
 zoom: 90%;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

a.a {
 text-decoration: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  max-width: 1266px;
  margin: 0 auto;
}

body {
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #000000;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  display: none;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  display: none;
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top {
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}

.main-nav ul {
  display: flex;
  column-gap: 24px;
}

.header__search {
  display: flex;
  justify-content: space-between;
}

.header__icon {
  margin-bottom: 16px;
  text-align: right;
}

.header__search-link:first-child {
  margin-right: 16px;
}

.user-actions a:first-child {
  margin-right: 20px;
  text-decoration: none;
  color: #212020;
}

.user-actions a {
  text-decoration: none;
  color: #212020;
  font-weight: 400;
}

.header__search-link {
  text-decoration: none;
}

.main-nav ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.main-nav ul li a {
  text-decoration: none;
  color: #212020;
  font-weight: 400;
  font-size: 17px;
}

.main-nav ul {
  padding-left: 0;
  column-gap: 30px;
}

.header__search {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__search .btn-catalog {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 24px;
  background-color: #4D59A1;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
}

.header__search .search {
  display: flex;
  align-items: center;
  border: 2px solid #4D59A1;
  border-radius: 4px;
  background-color: #fff;
  width: 418px;
  justify-content: space-between;
    position: relative;
}

.policy {
  margin-bottom: 130px;
}

.share-popup {
	position: absolute;
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    top: 30px;
    right: 0;
	max-width: 300px;
    width: 100%;
}
.share-popup a {
	display: block;
	margin: 5px 0;
	color: #333;
	text-decoration: none;
}

.direction-item a {
	text-decoration: none;
}

.policy ol {
  padding-left: 15px;
}

.policy a {
  text-decoration: none;
  color: #4D59A1;
  font-weight: 600;
}

.policy p {
  margin-bottom: 10px;
}

.monolit-visit__share {
 cursor: pointer;
}

.other__hidden-elements {
  margin-bottom: 60px;
}

.header__search .search input[type=search] {
  border: none;
  padding: 6px 8px;
  width: 100%;
  font-size: 17px;
  font-family: "Commissioner", sans-serif;
  font-weight: 300;
}

.header__search .search input[type=search]:focus {
  outline: none;
}

.header__search .search button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.header__search > svg {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.burger__line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

.burger__line span {
  display: block;
  height: 1px;
  background: #fff;
}

.burger__line span:nth-child(1),
.burger__line span:nth-child(3) {
  width: 14px;
}

.burger__line span:nth-child(2) {
  width: 14px;
}

/*--хлебные крошки---*/
.breadcrumbs-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}

.breadcrumbs.container a {
  font-size: 17px;
  font-weight: 400;
  color: #212020;
  text-decoration: none;
}

.breadcrumbs.container span {
  font-size: 17px;
  font-weight: 400;
  color: #212020;
}

.breadcrumbs.container {
  font-size: 17px;
  font-weight: 400;
  color: #212020;
  display: flex;
  column-gap: 10px;
}

.title {
  margin-bottom: 30px;
  font-size: 60px;
  text-transform: uppercase;
  color: #212020;
  margin-bottom: 30px;
  font-family: "Saar SP Demo";
  font-weight: 400;
  line-height: 60px;
}

/*-----склад------*/
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  column-gap: 10px;
  row-gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.item {
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
  overflow: visible;
  padding-bottom: 12px;
}

.item:hover {
  border-color: #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.item img {
  display: block;
  width: 100%;
  height: auto;
}

.item .title {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #212020;
  font-family: "Coolvetica Rg";
  padding-left: 10px;
  margin: 0;
  line-height: 1.2;
}


.hidden__filter {
	display: none;
 }

.item a {
  text-decoration: none;
}

.item .details {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  margin-top: -30px;
  padding-bottom: 0;
}

.item:hover .details {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.item .details h2 {
  margin: 0 0 1em;
  font-size: 1.2em;
  color: #222;
}

.item .details p {
  margin: 0.5em 0;
    line-height: 1.4;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #958F8F;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #464545;
    justify-content: space-between;
}

.item .details p strong {
  display: inline-block;
  color: #A50C1A;
  font-size: 17px;
  font-weight: 400;
  max-width: 150px;
  width: 100%;
}

.item .details .btn {
  margin-top: auto;
  background: #A50C1A;
  color: #fff;
  padding: 0.7em 1.2em;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 100;
  font-size: 17px;
  text-align: center;
  transition: background 0.2s;
  max-width: 248px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.item .details .btn:hover {
  background: #a00;
}

/*----форма----*/
.consultation {
  margin-top: 130px;
  background: url('/local/templates/monolit/dist/img/sklad/bg.png');
  background-size: cover;
}

.container.consultation-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0px;
  border-radius: 8px;
  color: #fff;
  padding-bottom: 0;
}

.consult-text {
  flex: 1;
  max-width: 50%;
}

.consult-text h2 {
  font-size: 60px;
  margin-bottom: 0.5em;
  font-family: "Saar SP Demo";
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 60px;
}

.consult-text p {
  font-size: 28px;
  margin-bottom: 30px;
  font-family: "Coolvetica Rg";
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
}

.consult-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 15px;
}

.consult-form input[type=text],
.consult-form input[type=tel],
.consult-form input[type=email] {
  background: #fff;
  border: none;
  border-radius: 4px;
  height: 48px;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.consult-form input[type=text] {
  grid-column: 1/2;
}

.consult-form input[type=tel] {
  grid-column: 2/3;
}

.consult-form input[type=email] {
  grid-column: 1/-1;
}

.privacy {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.privacy input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: transparent;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}

.privacy input[type=checkbox]:checked {
  background: transparent;
  border-color: #fff;
}

.privacy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.consult-form .btn {
  grid-column: 1/-1;
  margin-top: 15px;
  background: #1e217c;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  cursor: pointer;
  transition: background 0.2s;
  max-width: 240px;
  margin-bottom: 65px;
  font-size: 17px;
  font-weight: 300;
}

.consult-form .btn:hover {
  background: #14165a;
}

.consult-image {
  flex: 0 0 45%;
  text-align: right;
}

.consult-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: -5px;
}

/*---footer---*/
.site-footer {
  background-color: #13265b;
  color: #fff;
  padding: 40px 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-col h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-family: "Coolvetica Rg";
  font-weight: 400;
  letter-spacing: 1px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #DDDDDD;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #c00;
}

.footer-col .footer__provacy {
  margin-top: auto;
}

.footer-col p {
  margin: 8px 0 0;
}

.footer-col--last {
  display: flex;
  flex-direction: column;
}

.footer-col p.footer__address {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
}

.footer__soc {
  display: flex;
  gap: 12px;
  margin: 12px 0;
  margin-top: 20px;
}

.footer__soc-link {
  display: inline-block;
  width: auto;
  height: 24px;
}

.footer__soc-link svg {
  display: block;
  width: auto;
  height: 100%;
}

@media (max-width: 768px) {
  .footer-cols {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__lg-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.footer__lg-wp a,
.footer__lg-wp p {
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.footer__soc {
  display: flex;
  flex-direction: column;
}

.footer__provacy a {
  color: #fff;
  text-decoration: none;
}

.footer__provacy p {
  text-align: right;
  margin-top: 10px;
}

.footer__provacy ul.left-menu {
  text-align: right;
}

/*----Партнеры----*/
.partners__decor {
  display: flex;
  align-items: flex-end;
  gap: 31px;
  margin-bottom: 30px;
  margin-right: 28px;
}

.partners__stripe {
  display: block;
  width: 4px;
  height: 50px;
  background-color: #A50C1A;
  transform: rotate(34deg);
  transform-origin: bottom left;
}

.partners__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partners__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
}

.partner {
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  padding: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
  height: 170px;
}

.partner:hover {
  border-color: #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: scale(1.1);
  z-index: 999;
}

.partner__logo {
  display: block;
  max-height: 80px;
  width: auto;
  margin: 0 auto 12px;
  object-fit: contain;
  height: 100%;
  max-width: 187px;
  width: 100%;
  margin-top: 20px;
}

.partner__name {
  font-size: 20px;
  color: #212020;
  font-family: "Coolvetica Rg";
  text-align: left;
  margin-top: 22px;
}

.partner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #212020;
  border-left: 40px solid transparent;
  opacity: 0;
  transition: opacity 0.2s;
}

.partner:hover::after {
  opacity: 1;
}

/*----Услуги общая---*/
.services-section__more {
  margin-top: 30px;
  text-align: center;
}

.services-section__more button {
  border: 2px solid #4D59A1;
  background: transparent;
  color: #0E1D73;
  padding: 12px 55px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 4px;
}

.services-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: block;
  text-decoration: none;
}

.service-card__image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  max-width: 360px;
  margin-left: 9px;
  min-height: 350px;
    object-fit: cover;
}

.service-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: #2e2370;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 28px;
  padding-bottom: 28px;
}

.service-card__title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  font-family: "Coolvetica Rg";
  padding-left: 10px;
  letter-spacing: 1px;
}

.service-card__icon {
  position: absolute;
  top: 8px;
  right: 55px;
  color: #2e2370;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
}

.service-card__icon {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

@media (max-width: 600px) {
  .services-section__grid {
    grid-template-columns: 1fr;
  }
}
.cons__top {
  margin-top: 56px;
}

/*----Страница проектов---*/
.project-examples__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.project-examples__tabs .tab {
  appearance: none;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}

.project-examples__tabs .tab[aria-selected=true] {
  background: #D7DBF1;
  color: #121C5A;
}

.hidden__svg {
  display: none;
}

.project-examples__panels .tab-panel {
  display: none;
}

.project-examples__panels .tab-panel[aria-hidden=false],
.project-examples__panels .tab-panel:not([hidden]) {
  display: block;
}

.project-examples__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.project-card {
  background: #fff;
  border-radius: 4px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.project-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.project-card__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
    object-fit: cover;
    height: 200px;
}

.project-card__caption {
  padding: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #212020;
  line-height: 1.2;
  font-family: "Coolvetica Rg";
}

.project-examples {
  margin-bottom: 56px;
}

.project-card a {
  text-decoration: none;
}

/*---Награды---*/
.awards__decor {
  display: flex;
  align-items: flex-end;
  gap: 31px;
  margin-bottom: 30px;
  margin-right: 28px;
}

.stripe {
  display: block;
  width: 4px;
  height: 50px;
  background-color: #A50C1A;
  transform: rotate(34deg);
  transform-origin: bottom left;
}

.awards__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.awards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  row-gap: 30px;
}

.award-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.award-card__image {
  display: block;
  width: 100%;
  height: auto;
}

.header__soc-el a {
  text-decoration: none;
}

.main-nav ul li.header__soc-call {
  display: none;
}

.header__soc-el {
  display: none;
}

.award-card__zoom {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.award-card__zoom .icon-zoom {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.award-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #ccc;
  z-index: 1;
}

/*---Вакансии--*/
.vacancies__map {
  width: 100%;
  height: 350px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 60px;
}

.vacancies__about {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.vacancies__about p {
  max-width: 917px;
  font-size: 17px;
  font-weight: 400;
}

.vacancies__about h2 {
  font-size: 28px;
  font-family: "Coolvetica Rg";
  font-weight: 400;
  color: #212020;
}

.vacancies__list {
  max-width: 1021px;
  margin: 0 auto;
}

.vacancy {
  border-bottom: 1px solid #ddd;
}

.vacancy:last-of-type {
  border-bottom: none;
}

.vacancy__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  cursor: pointer;
  list-style: none;
  user-select: none;
  padding-left: 0;
}

.vacancy__summary:hover {
  background-color: #f9f9f9;
}

.vacancy__title {
  font-size: 24px;
  font-family: "Coolvetica Rg";
  color: #212020;
}

.vacancy__arrow {
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: transform 0.2s ease;
  background: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8'><path fill='none' stroke='%23333' stroke-width='2' d='M1 1l6 6 6-6'/></svg>") no-repeat center;
}

.vacancy[open] > .vacancy__summary .vacancy__arrow {
  transform: rotate(180deg);
}

.vacancy__details {
  padding: 0 1em 1em;
  animation: fadeIn 0.2s ease;
  color: #212020;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 0;
}

.vacancy__details h4 {
  color: #212020;
  line-height: 1.5;
  font-weight: 400;
}

.vacancy__details strong {
  color: #212020;
  line-height: 1.5;
  font-weight: 400;
}

.vacancy--nested {
  margin-left: 1em;
  border: none;
}

.vacancy--nested .vacancy__summary {
  padding: 0.75em;
  font-weight: normal;
  color: #222;
}

.vacancy--nested .vacancy__details {
  padding-left: 1em;
}

.vacancy__actions {
  margin-top: 1em;
  display: flex;
  gap: 16px;
}

.vacancy__actions .btn {
  padding: 10px 35px;
  border: none;
  font-size: 0.9em;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.vacancy__actions .btn.btn--primary {
  background-color: #A50C1A;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.vacancy__actions .btn.btn--secondary {
  background-color: transparent;
  color: #A50C1A;
  border: 2px solid #A50C1A;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
details.vacancy[open] > .vacancy__summary .vacancy__title {
  color: #121C5A;
}

.vacancy__details p {
  margin-bottom: 9px;
  font-size: 20px;
}

.vacancy__details h4 {
  font-size: 20px;
}

.vacancy__details ul li {
  font-size: 17px;
}

.vacancy__details p.font {
  font-size: 17px;
}

/*----Реквизиты---*/
.requisites__decor-top {
  display: flex;
  align-items: flex-end;
  gap: 31px;
  margin-bottom: 30px;
  margin-right: 28px;
}

.requisites__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.or__img {
  display: none;
}

.requisites__body {
  max-width: 928px;
  margin-left: 90px;
  position: relative;
  background: rgb(255, 255, 255);
  width: 100%;
}

.requisites__company {
  font-size: 48px;
  font-weight: 400;
  color: #4D59A1;
  text-align: left;
  margin-bottom: 30px;
  font-family: "Saar SP Demo";
  margin-top: 10px;
  margin-bottom: 40px;
  line-height: 48px;
}

.requisites__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.requisites__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.requisites__item dt {
  font-weight: 400;
  color: #464545;
  font-size: 20px;
}

.requisites__item dd {
  margin: 0;
  color: #212020;
  max-width: 486px;
  text-align: right;
  font-weight: 400;
  font-family: "Coolvetica Rg";
  font-size: 20px;
}

.requisites__contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 40px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.requisites__phone,
.requisites__email,
.requisites__website {
  font-weight: 400;
  color: #A50C1A;
  text-decoration: none;
  font-size: 20px;
  font-family: "Coolvetica Rg";
}


.requisites__phone a {
   font-weight: 400;
  color: #A50C1A;
  text-decoration: none;
  font-size: 20px;
  font-family: "Coolvetica Rg";
}

.requisites__phone:hover,
.requisites__email:hover,
.requisites__website:hover {
  text-decoration: underline;
}

.requisites__actions {
  text-align: left;
}

.requisites__actions .btn--download {
  display: inline-block;
  background: #AD0B1F;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 300;
  font-size: 17px;
}

.requisites__actions .btn--download:hover {
  background: #8E0918;
}

.requisites__decor-bottom {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 96px;
}

.requisites__decor-bottom .stripe {
  display: block;
  width: 4px;
  height: 40px;
  background: #AD0B1F;
  transform: rotate(-20deg);
}

.req__list {
  display: flex;
  align-items: end;
}

.requisites__decor-bottom .stripe {
  display: block;
  width: 4px;
  height: 50px;
  background-color: #4D59A1;
  transform: rotate(34deg);
  transform-origin: bottom left;
}

/*---------Новости--------*/
.news__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(327px, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  row-gap: 30px;
  margin-bottom: 30px;
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
}

.news-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.news-card__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-card__date {
  display: block;
  margin: 12px 16px 4px;
  font-size: 0.875rem;
  color: #212020;
}

.news-card__headline {
  margin: 4px 16px;
  font-family: "Coolvetica Rg";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #212020;
}

.news-card__excerpt {
  flex: 1;
  margin: 8px 16px 16px;
  font-size: 17px;
  line-height: 1.2;
  color: #212020;
  font-weight: 400;
}

.news-card--featured {
  border-color: #c00;
}

.news-card--featured .news-card__ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #c00;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.news-card--featured .news-card__date,
.news-card--featured .news-card__headline {
  color: #c00;
}

.news-card {
  position: relative;
  overflow: hidden;
}

.news-card__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #c00;
  border-right: 40px solid transparent;
  display: none;
  z-index: 1;
}

.news-card:hover .news-card__ribbon {
  display: block;
}

.news-card__date,
.news-card__headline {
  color: #212020;
  transition: color 0.2s;
}

.news-card__date {
  color: #464545;
}

.news-card:hover .news-card__headline {
  color: #c00;
}

.news__more {
  margin-bottom: 56px;
  text-align: center;
}

.news__more button {
  background: transparent;
  color: #4D59A1;
  border: 2px solid #4D59A1;
  font-size: 17px;
  font-weight: 300;
  padding: 10px 55px;
  border-radius: 4px;
}

/*-----Каталог---*/
.catalog-decor {
  display: flex;
  align-items: flex-end;
  gap: 31px;
  margin-bottom: 30px;
  margin-right: 28px;
}

.catalog-decor .line {
  display: block;
  width: 4px;
  height: 50px;
  background-color: #4D59A1;
  transform: rotate(34deg);
  transform-origin: bottom left;
}

.catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(316px, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  height: 310px;
  box-sizing: border-box;
}

.category-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 16px;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.category-item:hover a {
  border-color: #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.privacy__list {
  flex-direction: column;
   row-gap: 10px;
}

.category-item a p {
  order: -1;
  align-self: flex-start;
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
  color: #464545;
  font-family: "Coolvetica Rg";
}

.category-item a img {
  max-width: 100%;
  max-height: 60%;
  object-fit: contain;
  margin: auto;
  display: block;
}

.category-item p {
  align-self: flex-start;
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #464545;
  text-align: left;
  font-family: "Coolvetica Rg";
  font-weight: 400;
}

.category-item a {
  text-decoration: none;
}

/*----Контакты----*/
.contacts__decor {
  display: flex;
  align-items: flex-end;
  gap: 31px;
  margin-bottom: 30px;
  margin-right: 28px;
}

.contacts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contacts__decor .stripe {
  display: block;
  width: 4px;
  height: 50px;
  background-color: #4D59A1;
  transform: rotate(34deg);
  transform-origin: bottom left;
}

.contacts__tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.contacts__tabs .tab {
  padding: 12px 20px;
  border: 1px solid #D7DBF1;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  color: #121C5A;
}

.contacts__tabs .tab:first-child {
   display: flex;
   column-gap: 10px;
   align-items: center;
}

.contacts__tabs .tab[aria-selected=true] {
  background: #D7DBF1;
  color: #121C5A;
  border-color: #D7DBF1;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.contacts__tabs .tab:not([aria-selected=true]):hover {
  background: #f0f0f0;
}

.tab-panel {
  display: none;
}

.tab-panel:not([hidden]) {
  display: block;
}

.contacts__office {
  font-size: 28px;
  margin-bottom: 30px;
  color: #2D2C2C;
  font-family: "Coolvetica Rg";
  font-weight: 400;
}

.contacts__cards {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1;
  min-width: 200px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  padding-bottom: 30px;
}

.contact-card:nth-child(3) {
  border: 3px solid #DDDDDD;
}

.contact-card__label {
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px;
  font-family: "Coolvetica Rg";
  font-weight: 400;
}

.contact-card__value {
  font-size: 28px;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-family: "Coolvetica Rg";
  line-height: 30px;
}

.contact-card--phone {
  background: #A50C1A;
  color: #fff;
}

.contact-card--email {
  background: #4D59A1;
  color: #fff;
}

.contact-card--address {
  background: #fff;
}

.contacts__map {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  height: 350px;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-card.contact-card--address h4 {
  color: #212020;
}

.contact-card.contact-card--address .contact-card__value {
  color: #212020;
  font-size: 17px;
  font-weight: 400;
  font-family: "Commissioner";
  font-style: normal;
  line-height: 1.2;
}

/*-----Страница проекта-----*/
.project-detail {
  padding-block: 48px;
  padding-bottom: 120px;
}

.project-detail__inner {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.project-detail__media {
  width: 608px;
  min-width: 320px;
}

.project-detail__info {
  flex: 1;
}

.project-main-swiper {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
}

.specs tbody tr {
  border-bottom: 3px solid #f4f4f4;
}

.project-main-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-main-prev,
.project-main-next {
  color: #fff;
  width: 44px;
  height: 44px;
}

.project-thumb-swiper {
  padding-top: 4px;
}

.project-thumb-swiper .swiper-slide {
  width: 120px;
  aspect-ratio: 4/3;
  opacity: 0.45;
  cursor: pointer;
  transition: opacity 0.3s;
  display: inline-block;
}

.project-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.project-thumb-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.specs {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.4;
  table-layout: auto;
}

.specs th,
.specs td {
  padding: 8px 0;
}

.specs th {
  text-align: left;
  padding-right: 12px;
  font-size: 17px;
  color: #212020;
  font-weight: 300;
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: top;
  display: inline-block;
}

.specs td {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}



h2.other-projects__title {
  font-size: 60px;
  text-transform: uppercase;
  color: #212020;
  margin-bottom: 40px;
  font-family: "Saar SP Demo";
  font-weight: 400;
  line-height: 60px;
}

.other-projects__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 32px;
}

.other-projects .project-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.other-projects .project-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.other-projects .project-card__caption {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 30ch;
  font-family: "Coolvetica Rg";
  font-size: 20px;
  font-weight: 400;
  color: #212020;
}

.other-projects {
  margin-bottom: 60px;
  margin-top: 120px;
}

.other-projects .project-card {
  border: none;
}

.pr {
  padding-block: 0;
}

/*-------Страница новости-------*/
.monolit-visit__decor {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 30px;
  margin-right: 28px;
}

.monolit-visit__decor .stripe {
  display: block;
  width: 4px;
  height: 78px;
  background-color: #4D59A1;
  transform: rotate(34deg);
  transform-origin: bottom left;
}

.monolit-visit__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.monolit-visit__text p {
  font-size: 24px;
  font-family: "Coolvetica Rg";
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

.monolit-visit__text {
  max-width: 918px;
}

.monolit-visit__image img {
  margin-bottom: 30px;
  width: 100%;
}

.monolit-visit__details {
  font-size: 17px;
  font-weight: 300;
  max-width: 918px;
}

.monolit-visit__details p {
  margin-bottom: 30px;
}

.monolit-visit__footer {
  display: flex;
  justify-content: space-between;
  max-width: 918px;
}

.related-news {
  padding: 60px 20px;
  padding-top: 120px;
}

.related-news__title {
  text-align: left;
}

.related-news__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
}

.news-card {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.news-card__image {
  display: block;
    width: 100%;
    max-height: 241px;
    height: 100%;
    object-fit: cover;
}

.news-card__info {
  padding: 10px;
  margin-top: 6px;
}

.news-card__date {
  display: block;
  font-size: 0.875rem;
  color: #888;
}

.news-card__title {
  font-size: 20px;
  line-height: 1.3;
  margin: 0px 0px 12px;
  color: #212020;
  font-family: "Coolvetica Rg";
  font-weight: 400;
}

.news-card__title a {
  color: #212020;
  text-decoration: none;
}

.news-card__excerpt {
  font-size: 17px;
  line-height: 1.5;
  color: #212020;
}

.related-news__more {
  text-align: right;
  margin-top: 30px;
}

.related-news__link {
  display: flex;
  font-size: 17px;
  font-weight: 400;
  color: #212020;
  text-decoration: none;
  transition: color 0.2s;
  justify-content: flex-end;
  column-gap: 8px;
  align-items: center;
}

.related-news__link:hover {
  text-decoration: none;
}

.news__detail-el {
  display: flex;
  justify-content: space-between;
}

.monolit-visit__decor-bottom {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

.monolit-visit__decor-bottom .stripe {
  width: 4px;
  height: 78px;
}

.monolit-visit__date {
  color: #212020;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.monolit-visit__share {
  background: transparent;
  border: none;
  font-size: 17px;
  font-weight: 300;
  color: #A50C1A;
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
}

/*------Партнер-----*/
.dkom-intro {
  margin-top: 40px;
  margin-bottom: 120px;
}

.dkom__img {
  margin-bottom: 30px;
  margin-left: 103px;
}

.dkom__text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
  background-color: #fff;
  margin-left: 103px;
}

.dkom-intro__content {
  flex: 1;
  min-width: 280px;
  max-width: 505px;
}

.dkom-intro__title {
  font-family: "Saar SP Demo";
  font-size: 60px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 400;
}

.dkom-intro__text {
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
  font-weight: 400;
  max-width: 505px;
}

.dkom-intro__button {
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  padding: 12px 24px;
  border: 2px solid #811612;
  border-radius: 4px;
  color: #811612;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dkom-intro__button:hover {
  background-color: #811612;
  color: #fff;
}

.dkom-intro__image {
  flex: 1;
  text-align: left;
  min-width: 280px;
}

.dkom-intro__image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 4px;
}

.dkom__sl-wrapper {
  background: #F4F4F4;
  border-radius: 4px;
  height: 400px;
  display: flex;
  align-items: center;
}

.dkom-slider .swiper-container {
  width: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  margin-left: 54px;
}

.dkom-slider .swiper-wrapper {
  display: flex;
}

.dkom-slider .swiper-slide {
  flex-shrink: 0;
  width: auto;
}

.slide-caption {
  margin-top: 10px;
  font-family: "Coolvetica Rg";
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
}

.cont {
  overflow: hidden;
  max-width: 1266px;
}

.dkom-slider .swiper-button-prev,
.dkom-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.dkom-slider .swiper-button-prev {
  left: 198px;
}

.dkom-slider .swiper-button-next {
  right: 0;
}

.dkom-slider .container {
  max-width: 1574px;
  position: relative;
  padding-left: 200px;
}

/*------Услуга-----*/
.service__consult {
  margin-top: 40px;
}

.service__consult .consult-text {
  max-width: 60%;
}

.service__consult {
  background: url("/local/templates/monolit/dist/img/services/bg.png");
  background-size: cover;
}

.consult-form .btn__service {
  background: #A50C1A;
}

.services__details {
  padding-top: 10px;
  padding-bottom: 60px;
}

.intro {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  box-sizing: border-box;
}

.intro img {
  max-width: 505px;
  width: 48%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.intro__text {
  flex: 1;
  min-width: 280px;
}

.intro__text h2.desktop {
  position: relative;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px;
  display: inline-block;
}

.intro__text h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A50C1A;
  transform: skewX(-25deg);
  transform-origin: left center;
  z-index: -1;
}

h2.mob {
  display: none;
}

.intro__text h2 {
  padding: 3px 58px;
  margin-left: 19px;
}

.intro__text h2 {
  border-radius: 2px;
}

.intro__text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #212020;
  margin: 0 0 16px;
  max-width: 691px;
}

.intro__text p:last-child {
  margin-bottom: 0;
}

.service-list {
  margin-top: 50px;
  display: flex;
  column-gap: 20px;
}

.service-item h3 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #121C5A;
  font-family: "Coolvetica Rg";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.service-item p,
.service-item ul li {
  font-size: 17px;
  font-weight: 400;
}

.dkom-slider .title {
  margin-left: 53px;
}

/*------О нас-----*/
.about-text {
  max-width: 846px;
  color: #212020;
  font-size: 17px;
  font-weight: 400;
}

#about .container {
  display: flex;
  justify-content: space-between;
}

.video-placeholder {
  position: relative;
  width: 100%;
  max-width: 1020px;
  aspect-ratio: 16/9;
  background-color: #D9D9D9;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
  max-height: 400px;
}

.video-placeholder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
  background: transparent;
  border: none;
}

#about {
  margin-bottom: 130px;
}

#mission {
  padding: 0;
  margin: 0;
  margin-bottom: 124px;
}

#mission .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.mission-block {
  display: flex;
  height: 200px;
  margin: 40px 0;
}

.mission-left {
  position: relative;
  background-color: #293F8A;
  flex: 1;
  transform: skewX(-21deg);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 15px;
  flex-direction: column;
}

.mission-left > * {
  transform: skewX(21deg);
}

.mission-left h3 {
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 1.2;
  text-transform: uppercase;
  margin-left: 45px;
}

.mission-left p {
  font-size: 17px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0;
  max-width: 670px;
  margin-left: 42px;
}

.mission-right {
  position: relative;
  background-color: #811612;
  flex: 0 0 36%;
  transform: skewX(-21deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-right > * {
  transform: skewX(21deg);
}

.mission-right p {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
  max-width: 375px;
  font-weight: 300;
  margin-left: 22px;
}

.mission-left,
.mission-right {
  height: 100%;
}

.directions-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 40px 0;
  box-sizing: border-box;
}

.direction-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  flex: 1 1 calc(25% - 10px);
  max-width: calc(25% - 10px);
}

.direction-item img {
  display: block;
  margin: 0 auto 10px;
  max-width: 80px;
  height: auto;
}

.direction-item h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #811612;
  margin: 0 0 10px;
}

.direction-item p {
  font-size: 17px;
  line-height: 1.4;
  color: #000;
  margin: 0px;
  font-weight: 400;
}

#directions {
  margin-bottom: 120px;
}

.partners-decor {
  display: flex;
  align-items: flex-end;
  gap: 31px;
  margin-bottom: 30px;
  margin-right: 28px;
}

.partners-decor .line {
  display: block;
  width: 4px;
  height: 50px;
  background-color: #A50C1A;
  transform: rotate(34deg);
  transform-origin: bottom left;
}

#partners {
  margin-bottom: 120px;
}

.partners__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1266px;
  margin: auto;
}

.partners-swiper {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.partners-swiper .swiper-wrapper {
  display: flex;
  box-sizing: border-box;
}

.partner-slide {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  padding-top: 10px;
}

.partner-slide img {
  display: block;
  max-width: 224px;
  height: auto;
  margin: 0 auto 10px;
  height: 120px;
  object-fit: contain;
}

.partner-slide p {
  font-size: 20px;
  color: #4D59A1;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}

.partner-slide p strong {
  color: #A50C1A;
  margin-right: 8px;
}

.partners-prev,
.partners-next {
  position: absolute;
  top: 66%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10;
  background-color: transparent;
}

.partners-prev {
  left: 0;
}

.partners-next {
  right: 0;
}

.partners-swiper .partner-slide {
  flex-shrink: 0;
  width: auto;
}

#partners .container {
  max-width: 1377px;
  position: relative;
}

.partners-wrapper {
  max-width: 1266px;
  margin: auto;
}

#why-us {
  background-color: #A50C1A;
  padding: 60px 0px;
  box-sizing: border-box;
}

#why-us .container {
  margin: 0 auto;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.advantage {
  display: flex;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  align-items: center;
  height: 110px;
}

.advantage .number {
  color: #841A1A;
  font-weight: 400;
  font-size: 44px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding-right: 0;
}

.advantage .text {
  font-size: 17px;
  color: #343333;
  line-height: 1.5;
  padding: 16px 20px;
  flex: 1;
  font-weight: 400;
}

.advantage__title {
  background: transparent;
}

.advantage__title .title {
  color: #fff;
  margin-top: 25px;
}

.advantage:hover {
  background: #EDE9E9;
}

.advantage__title:hover {
  background: transparent;
}

#services {
  margin-bottom: 56px;
  margin-top: 106px;
}

#service-intro {
  margin-top: 86px;
  margin-bottom: 56px;
}

.service-intro-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 130px;
}

.service-image {
  flex: 0 0 40%;
  position: relative;
}

.service-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 244px;
  object-fit: cover;
}

.service-image::before {
  content: "";
  position: absolute;
  top: -61px;
  left: 2px;
  width: 143px;
  height: 150px;
  background-color: rgba(77, 89, 161, 0.7);
  transform: skewX(-25deg);
  transform-origin: bottom right;
}

.service-text p {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  transform: skewX(25deg);
}

.service-text {
  flex: 1;
  position: relative;
  background-color: #293F8A;
  transform: skewX(-25deg);
  transform-origin: top left;
  margin-left: 15px;
  padding: 51px 60px;
  z-index: 0;
  box-sizing: border-box;
  z-index: 2;
  height: 244px;
}

.service-intro-wrapper::after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 79px;
  width: 100px;
  height: 108px;
  background-color: #A50C1A;
  transform: skewX(-25deg);
  transform-origin: bottom right;
  z-index: 0;
}

.services-swiper .swiper-wrapper .service-card__overlay {
  max-width: 402px;
}

.services-swiper {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.services-swiper .swiper-wrapper {
  display: flex;
  box-sizing: border-box;
}

.service-card.swiper-slide {
  overflow: visible;
}

.services-swiper .service-card__image {
  width: auto;
  height: auto;
}

.sprev {
  left: -48px;
}

.sprev,
.snext {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10;
  background-color: transparent;
}

#services .container {
  position: relative;
}

.snext {
  right: -48px;
}

.services-footer {
  text-align: right;
  margin-top: 30px;
}

.services-footer a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  color: #212020;
  display: flex;
  align-items: center;
  column-gap: 8px;
  justify-content: flex-end;
}

.spag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 42px !important;
  left: 50%;
}


.partners-wrapper .spag {
  bottom: -36px !important;
}



.spag .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  background-color: #DBDBDB;
  opacity: 1;
  transform: skewX(-35deg);
  border-radius: 0;
}

.spag .swiper-pagination-bullet-active {
  background-color: #811612;
  height: 12px;
}

/*-----Страница товара-----*/
.related .container {
  padding-left: 100px;
}

.related .swiper-button-prev {
  left: 100px;
  width: 44px;
}

.related .swiper-button-next {
  right: 101px;
  width: 44px;
}

.related__title {
  font-size: 44px;
  font-weight: 400;
  font-family: "Coolvetica Rg";
  color: #212020;
  margin-bottom: 30px;
  margin-top: 40px;
text-transform: uppercase;
}

.product-tabs {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 120px;
}

.product-tabs .tab-buttons {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
    flex-wrap: wrap;
    gap: 10px;
}

.product-tabs .tab-buttons li {
  padding: 12px 20px;
  margin-right: 8px;
  cursor: pointer;
  user-select: none;
  border: 1px solid #D7DBF1;
  transition: background-color 0.2s, border-color 0.2s;
  font-size: 20px;
  font-weight: 400;
  color: #121C5A;
}

.product-tabs .tab-buttons li.active {
  background-color: #D3D7F2;
  border-color: #D3D7F2;
  border-bottom-color: white;
  color: #121C5A;
  border: none;
}

.product-tabs .tab-buttons li:not(.active):hover {
  background-color: #eef2ff;
  border-color: #e2e8ff;
}

.product-tabs .tab-content {
  padding-top: 16px;
  background-color: white;
  box-sizing: border-box;
}

.product-tabs .tab-content .tab-pane {
  display: none;
  color: #464545;
  font-size: 17px;
  font-weight: 400;
}

.product-tabs .tab-content .tab-pane.active {
  display: block;
}

.product-tabs .tab-content table {
  width: 100%;
  border-collapse: collapse;
}

.product-tabs .tab-content th {
  padding: 8px 0;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}

.product-tabs .tab-content td {
  padding: 8px 0;
  vertical-align: top;
  color: #464545;
  height: auto;
}

.product-tabs .tab-content table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.product-tabs .tab-content table tbody tr td:last-child {
  text-align: right;
}

.table__grid {
  display: flex;
  column-gap: 24px;
}

.product-content {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.product-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product__sticker img {
  width: auto;
max-height: 30px;
}

.product__sticker {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.product-info .tag {
  align-self: flex-start;
  background-color: #F8B9B7;
  color: #811612;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
}

.title__characteristics {
  font-family: "Coolvetica Rg";
  font-weight: 400;
  font-size: 20px;
  color: #212020;
}

.product-attributes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-attributes li {
  font-size: 17px;
  color: #A50C1A;
  font-weight: 400;
}

.product-attributes li a {
  color: #A50C1A;
}

.product-attributes li strong {
  color: #464545;
  font-size: 17px;
  font-weight: 400;
}

.btn-order {
  background-color: #A50C1A;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  max-width: 299px;
}

.btn-order:hover,
.btn-order:focus {
  background-color: #8c0a16;
}

.product-info label {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 300;
  color: #0E1D73;
  gap: 8px;
  cursor: pointer;
}

.product-info input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 2px solid #4D59A1;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  background: transparent;
  transition: background-color 0.15s, border-color 0.15s;
}

.product-info input[type=checkbox]:hover {
  border-color: #4D59A1;
}

.product-info input[type=checkbox]:checked {
  background: transparent;
  border-color: #4D59A1;
}

.product-info input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #4D59A1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.product-gallery {
  display: flex;
  gap: 10px;
}

.product__thumb {
  width: 196px;
}

.product__thumb .swiper-wrapper {
  flex-direction: column;
}

.product__thumb .swiper-slide {
  width: 100px;
  height: 100px;
  margin-bottom: 12px;
  cursor: pointer;
  max-height: 139px;
  width: 196px;
}

.product__thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.2s;
  max-height: 174px;
}

.main-swiper.product__main {
  flex: 1;
  height: 448px;
  position: relative;
  max-width: 505px;
  overflow: hidden;
}

.main-swiper.product__main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-swiper.product__main .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
  width: 100%;
  background: #F4F4F4;
}

.gallery-prev,
.gallery-next {
  color: #4d59a1;
  width: 32px;
  height: 32px;
}

.gallery-prev::after,
.gallery-next::after {
  font-size: 20px;
}

/*-----Главная---*/
.home {
  background: #F4F4F4;
}

.services__bottom {
  padding-bottom: 66px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.about-company {
  padding-top: 120px;
  padding-bottom: 40px;
}

.about-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.about-title {
  color: #121C5A;
}

.about-texts p:first-child {
  margin-bottom: 15px;
}

.about-texts p {
  font-size: 17px;
  color: #212020;
  font-weight: 400;
}

.about-texts {
  max-width: 855px;
}

.projects-block {
  padding-top: 120px;
  padding-bottom: 76px;
  background: url("/local/templates/monolit/dist/img/prbg.png") no-repeat center top/cover;
}

.projectstitle__header h2 {
  color: #fff;
}

.projectstitle__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.monolit-projectsblock__decor {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 30px;
  margin-right: 28px;
}

.monolit-projectsblock__decor .stripe {
  height: 60px;
  background-color: #fff;
}

.projects-list {
  display: flex;
  column-gap: 10px;
}

.prc {
  padding: 24px 10px;
  text-align: center;
}

.project-icon img {
  display: block;
  margin: 0 auto;
  max-width: 60px;
}

.project-icon {
  margin-bottom: 20px;
}

.prc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  color: #121C5A;
  font-family: "Coolvetica Rg";
  font-weight: 400;
}

.prc h3 a {
  color: #121C5A;
}

.prc p {
  font-size: 17px;
  font-weight: 400;
}

.cons__home {
  margin-top: 76px;
}

.news__all {
  margin-top: 120px;
}

.projects-more a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.projects-more {
  margin-top: 34px;
}

.news-list {
  display: flex;
  column-gap: 10px;
}


.news__grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
}

.related-news__link:hover {
  color: #A50C1A;
}

.catalog-section {
  padding-top: 120px;
  padding-bottom: 52px;
}

.catalog-grid.ctg {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 10px;
  box-sizing: border-box;
}

.catalog-card {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: visible;
  transition: box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
}

.catalog-card h3 {
  margin: 16px;
  font-size: 24px;
  color: #464545;
  font-family: "Coolvetica Rg";
  font-weight: 400;
}

.catalog-footer {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.catalog-footer a {
  text-decoration: none;
  color: #A50C1A;
  border: 2px solid #A50C1A;
  padding: 10px 26px;
  font-size: 17px;
  font-weight: 400;
  display: flex;
  max-width: 210px;
  background: #fff;
  column-gap: 8px;
  border-radius: 4px;
}

.catalog-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 300px;
  margin: 50px auto;
}

.catalog-categories .catalog-card img {
  max-height: 180px;
}

.catalog-section.home .catalog-card img {
   max-height: 180px;
}

.has-dropdown {
  cursor: pointer;
}

.catalog-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 16px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 5;
  height: 100%;
}

.catalog-dropdown li {
  list-style: none;
  margin: 8px 0;
}


.dkom__img img {
 max-height: 99px;
}

.catalog-dropdown li a {
  text-decoration: none;
  color: #212020;
  font-size: 20px;
  transition: color 0.2s;
  font-weight: 400;
}

.catalog-dropdown li.home__catalog-main a {
  font-weight: 600;
  font-size: 22px;
}

.catalog-dropdown li a:hover,
.catalog-dropdown li a.active {
  color: #A50C1A;
}

.catalog-card.has-dropdown:hover .catalog-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding: 24px;
  padding-top: 13px;
}

.catalog-card.has-dropdown:hover h3 {
  display: none;
}

.catalog-card.has-dropdown:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #a50c1a;
  border-left: 40px solid transparent;
  z-index: 99999999;
}

.catalog-card.has-dropdown:hover > .catalog-dropdown {
  margin-bottom: 40px;
}

/*----слайдер на главной странице----*/
.stock-slider {
  position: relative;
  background: url("/local/templates/monolit/dist/img/main/banner.png") no-repeat center top/cover;
  overflow: hidden;
}

.stock-slider .swiper {
  padding-top: 80px;
}

.stockSwiper {
  position: relative;
}

.stockSwiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-top: 15px;
}

.stockSwiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}

.stock-slider .swiper {
  width: 100%;
}

.stock-slide.swiper-slide-active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stock-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 103px;
}

.stock-text {
  flex: 1;
  max-width: 400px;
  color: #ffffff;
}

.stock-text h2 {
  color: #fff;
}

.stock-btn {
  background-color: #A50C1A;
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.stock-btn:hover,
.stock-btn:focus {
  background-color: #8C0A16;
}

.stock-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.stock-image img {
  max-width: 100%;
  height: auto;
  display: block;
  z-index: 99;
  position: relative;
}

.stock-prev,
.stock-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
  user-select: none;
  transition: background-color 0.2s;
}

.stock-prev:hover,
.stock-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.stock-prev {
  left: 16vw;
}

.stock-next {
  right: 18vw;
}

.stock-pagination {
  bottom: 40px;
}

.stock__circle {
  width: 416px;
  height: 416px;
  background: #152149;
  display: block;
  position: absolute;
  border-radius: 100%;
  top: -50px;
}

.stock__border {
  border: 6px solid #A1B7FF;
  width: 720px;
  height: 720px;
  border-radius: 100%;
  position: absolute;
  bottom: -61px;
}

/*-----Категория----*/
.catalog-sorting {
  margin-bottom: 30px;
}

.product__found {
  margin-bottom: 40px;
}

.catalog-sorting label {
  font-size: 20px;
  color: #212020;
  font-weight: 400;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.product__found {
  font-size: 28px;
  font-family: "Coolvetica Rg";
  color: #464545;
  font-weight: 400;
}

/*----Элементы с фильтрами---*/
.filter {
  max-width: 299px;
  background-color: #ffffff;
  border: 2px solid #D7DBF1;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  height: max-content;
  position: relative;
}

.filter__title {
  font-size: 20px;
  font-weight: 400;
  color: #212020;
  font-family: "Coolvetica Rg";
  margin-bottom: 16px;
}

.filter label {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
  color: #212020;
  font-weight: 500;
  font-size: 17px;
}

.filter label input[type=checkbox] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 0;
}

.filter-range {
  margin-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 16px;
  margin-top: 16px;
}

.filter__bottom {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 20px;
}

.filter-range label {
  font-size: 17px;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #212020;
}

.filter-range input[type=range] {
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  background-color: #e2e8f0;
  border-radius: 0px;
  outline: none;
}

.filter-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #a50c1a;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.filter-range input[type=range]::-moz-range-thumb {
  background-color: #a50c1a;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.filter-dropdown {
  margin-top: 24px;
}

.filter-dropdown label {
  display: block;
  font-weight: 400;
  color: #212020;
  margin-bottom: 0px;
  cursor: pointer;
}

.product-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 10px;
  box-sizing: border-box;
  height: max-content;
}

.product-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  transition: box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.product-card img {
  max-width: 100%;
  height: 400px;
  object-fit: contain;
  border-radius: 4px;
  margin-bottom: 12px;
  background: #F4F4F4;
}

.product-card p {
  font-size: 20px;
  text-align: left;
  margin: 0 0 8px 0;
  color: #212020;
  font-family: "Coolvetica Rg";
  font-weight: 400;
  margin-left: 10px;
}

.product-card p a {
  color: #212020;
  text-decoration: none;
}

.product-card p a:hover {
  color: #811612;
}

.product-card .label {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #F8B9B7;
  color: #811612;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
}

.load-more {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.load-more button {
  background-color: transparent;
  color: #121C5A;
  border: 2px solid #4D59A1;
  max-width: 220px;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  height: 44px;
}

.category-wrp {
  display: grid;
  grid-template-columns: 299px 1fr;
  gap: 10px;
  box-sizing: border-box;
}

.product-card .expanded {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  padding: 10px;
  box-shadow: 0 4px 24px -24px rgba(121, 61, 61, 0.25);
}

.product-card .expanded li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 17px;
  color: #464545;
  flex-direction: row;
  border-bottom: 1px solid #958F8F;
  padding-bottom: 10px;
}

.product-card .expanded li strong {
  color: #A50C1A;
  font-size: 15px;
  font-weight: 400;
max-width: 130px;
    width: 100%;
}

.product-card:hover .expanded {
  display: block;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 999999999999;
  width: 100%;
}

.product-card:hover {
  box-shadow: 0 -4px 24px -6px rgba(121, 61, 61, 0.25);
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  transition: border-top-color 0.2s, border-right-color 0.2s;
}

.product-card:hover::before {
  border-top-color: #a50c1a;
  border-right-color: #a50c1a;
}

.product-card::before {
  border-top-color: transparent;
  border-right-color: transparent;
}

.product-card:hover::before {
  border-top-color: #a50c1a;
  border-right-color: transparent;
}

.product-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #a50c1a;
  border-right: 40px solid transparent;
  display: none;
}

.product-card:hover::after {
  display: block;
}

.product-card .expanded li.char__title {
  font-size: 17px;
  color: #212020;
  font-weight: 500;
  border-bottom: none;
  margin-bottom: 0;
}

.filter-range .range-values {
  display: flex;
  border: 2px solid #4D59A1;
  border-radius: 4px;
  overflow: hidden;
  margin: 8px 0 12px;
}

.filter-range .range-values .range-input {
  appearance: none;
  border: none;
  width: 100%;
  padding: 8px 4px;
  font-size: 17px;
  line-height: 1.2;
  color: #121C5A;
  background-color: rgb(255, 255, 255);
}

.filter-range .range-values .range-input.max[type=number] {
  text-align: right;
}

.filter-range .range-values .range-input::-webkit-outer-spin-button,
.filter-range .range-values .range-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-range .range-values .range-input[type=number] {
  -moz-appearance: textfield;
  text-align: left;
}

.filter-range .range-values .range-input.min {
  border-right: 1px solid #D7DBF1;
}

.filter-range .range-values .range-input:focus {
  outline: none;
  background-color: #F0F4FF;
}

.filter-range input[type=range] {
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  background-color: #D7DBF1;
  outline: none;
}

.filter-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #293F8A;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.filter-range input[type=range]::-moz-range-thumb {
  background-color: #293F8A;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/*-----выпадающий фильтр----*/
.filter-dropdown__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.filter-dropdown__label {
  font-weight: 500;
  color: #212020;
  font-size: 17px;
}

.filter-dropdown__arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 12px;
  line-height: 1;
}

.filter-dropdown__options {
  display: none;
  transition: max-height 0.3s ease;
}

.filter-dropdown.open .filter-dropdown__options {
  display: block;
  margin-top: 6px;
  padding-bottom: 8px;
}

.filter-dropdown.open .filter-dropdown__arrow {
  transform: rotate(0deg);
}

.filter-option {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.filter-option:last-child {
  margin-bottom: 0;
}

.filter-option input[type=checkbox] {
  margin: 0;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.filter-option label {
  cursor: pointer;
  line-height: 1.2;
}

.filter-dropdown.open .filter-dropdown__options::-webkit-scrollbar {
  width: 6px;
}

.filter-dropdown.open .filter-dropdown__options::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.filter-dropdown.open .filter-dropdown__options::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 3px;
}

.filter-dropdown.open .filter-dropdown__options::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.filter-option input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.filter-option {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.filter-option label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  user-select: none;
  line-height: 1.2;
}

.filter-dropdown__arrow {
  transform: rotate(180deg);
}

.filter-option label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #293F8A;
  border-radius: 3px;
  background-color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.filter-option label:hover::before {
  border-color: #155080;
}

.filter-option input[type=checkbox]:checked + label::before {
  background-color: transparent;
  border-color: #293F8A;
}

.filter-option input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: calc(50% - 2px);
  width: 6px;
  height: 12px;
  border: solid #293F8A;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}

.filter__bottom input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.filter__bottom label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding-left: 25px;
}

.filter__bottom label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #293F8A;
  border-radius: 3px;
  background-color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.filter__bottom label:hover::before {
  border-color: #293F8A;
}

.filter__bottom input[type=checkbox]:checked + label::before {
  background-color: transparent;
  border-color: #293F8A;
}

.filter__bottom input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: calc(50% - 2px);
  width: 6px;
  height: 12px;
  border: solid #293F8A;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}

.main-nav ul li a:hover {
  color: #811612;
}

.custom-select {
  position: relative;
  width: 190px;
  user-select: none;
}

.custom-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #464545;
  font-weight: 400;
}

.custom-select.open .custom-select__trigger {
  border-color: #293F8A;
}

.custom-select__arrow {
  transition: transform 0.3s ease;
  margin-left: 8px;
}

.custom-select.open .custom-select__arrow {
  transform: rotate(180deg);
}

.custom-select.open .custom-select__trigger {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.custom-select__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(185, 185, 185, 0.2509803922);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.2s ease;
  z-index: 100;
}

.custom-select.open .custom-select__options {
  max-height: 200px;
  opacity: 1;
  overflow-y: auto;
}

.custom-select__option {
  padding: 4px;
  font-size: 20px;
  color: #464545;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-weight: 400;
}

.custom-select__options::-webkit-scrollbar {
  width: 6px;
}

.custom-select__options::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.custom-select__options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.custom-select__options:hover::-webkit-scrollbar-thumb {
  background: #999;
}

/*------Ползунки range-----*/
.filter-range__values {
  border: 2px solid #293F8A;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
}

.filter-range__values input {
  border: none;
  height: 40px;
  font-size: 17px;
  font-weight: 400;
  color: #293F8A;
}

.filter-range__values input[type=number]::-webkit-outer-spin-button,
.filter-range__values input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-range__values input[type=number] {
  -moz-appearance: textfield;
}

.range-input--max {
  text-align: right;
}

.range-input--left {
  text-align: left;
}

.range-input-separator svg {
  display: block;
  margin: auto;
}

/*------Доп ренж---*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.range-slider {
  position: relative;
  width: 100%;
  height: 4px;
  margin-top: 20px;
  max-width: 260px;
}
.range-slider .noUi-base {
  height: 4px;
}

.range-slider .noUi-target {
  border: none;
  background: rgba(68, 93, 160, 0.15);
  border-radius: 4px;
  height: 8px;
  top: calc(50% - 4px);
  position: absolute;
  width: 100%;
}

.range-slider .noUi-base {
  top: 0;
  bottom: 0;
  background: #D7DBF1;
}

.range-slider .noUi-connect {
  background: #293f8a;
  border-radius: 4px 0 0 4px;
  height: 100%;
}

.range-slider .noUi-connect[data-full] {
  border-radius: 4px;
}

.range-slider .noUi-handle {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) skewX(-25deg);
  width: 12px;
  height: 21px;
  background: #293f8a;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
  box-shadow: none;
  border: none;
}

.filter-dropdown.active .filter-dropdown__options {
  display: block;
  margin-top: 10px;
}

.filter-dropdown.active .filter-dropdown__arrow {
  transform: rotate(0deg);
}

/*------Подменю------*/
.menu__top-relative {
  position: relative;
}

.menu__top-relative .menu__sub {
  position: absolute;
  background: #fff;
  top: 20px;
  padding: 20px;
  width: 284px;
  display: none;
  z-index: 99999;
}

.menu__top-relative:hover .menu__sub {
  display: block;
}

.menu__top-relative .menu__sub ul {
  flex-direction: column;
}

.menu__top-relative .menu__sub ul li {
  margin-bottom: 16px;
}

.menu__top-relative .menu__sub ul li a {
  color: #121C5A;
}

.menu__top-relative > svg {
  display: inline-block;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.menu__top-relative:hover > svg {
  transform: rotate(180deg);
}

.menu__top-relative:hover > svg path {
  fill: #A50C1A;
}

/*-------Каталог меню------*/
.btn-catalog.active .burger__line span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.btn-catalog.active .burger__line span:nth-child(2) {
  opacity: 0;
}

.btn-catalog.active .burger__line span:nth-child(3) {
  transform: translateY(-4px) rotate(-45deg);
}

.catalog-menu {
  position: absolute;
  top: 152px;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  z-index: 1000;
}


.partners-wrapper a {
  text-decoration: none;
}

.catalog-menu.active {
  display: block;
}

.catalog-menu__content {
  max-width: 1266px;
  margin: 0px auto;
  padding: 10px 10px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

.catalog-menu__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  line-height: 1;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 8px;
  transition: color 0.2s ease;
}

.catalog-menu__close:hover {
  color: #000;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.catalog-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 10px;
  position: relative;
}

.catalog-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.catalog-item__img {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.catalog-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-item__label {
  font-size: 17px;
  font-weight: 500;
  color: #464545;
  text-align: left;
}

.catalog-item__label a {
  text-decoration: none;
  color: #464545;
}

.main-nav ul.dropdown__catalog-menu {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  height: 100%;
  flex-direction: column;
  padding: 10px;
  display: none;
}

.catalog-item:hover ul.dropdown__catalog-menu {
  display: flex;
}

.catalog-item:hover .catalog-item__label {
  display: none;
}

.dropdown__catalog-menu li {
  margin-bottom: 3px;
  line-height: 1.2;
}

.dropdown__catalog-menu {
  padding-top: 20px;
}

.dropdown__catalog-menu li a {
  font-size: 15px;
}

.burger-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #4D59A1;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
}

.burger-btn .burger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  position: relative;
  transition: background-color 0.2s ease;
}

.burger-btn .burger-line::before,
.burger-btn .burger-line::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background-color: inherit;
  border-radius: inherit;
  position: absolute;
  left: 0;
  transition: background-color 0.2s ease;
}

.burger-btn .burger-line::before {
  top: -7px;
}

.burger-btn .burger-line::after {
  top: 7px;
}

.burger-btn:hover .burger-line,
.burger-btn:hover .burger-line::before,
.burger-btn:hover .burger-line::after {
  background-color: #E8EAF6;
}







.news__more.catalog {
  display: none;
}

.consultation.hidden {
  display: none;
}

.intro__text h2.mob {
  display: none;
}


.dkom__sl a {
 text-decoration: blink;
    color: inherit;
}

/*-------------------------------Медиа-запросы---------------------------------*/
@media (max-width: 1266px) {
  .container {
    padding: 0 15px;
  }
  .container.consultation-inner {
    padding: 60px 15px;
    padding-bottom: 0;
  }
}
@media (max-width: 1217px) {
  .service-card__image {
    max-width: 90%;
  }
  .service-card__title {
    padding-left: 17px;
  }
  .service-card__image {
    margin-left: 0;
  }
}
@media (max-width: 1270px) {
  .monolit-visit__decor-bottom {
    display: none;
  }
  .monolit-visit__decor {
    display: none;
  }
  .news__item-single > * {
    max-width: 100%;
  }
  .news__item-single {
    padding: 0 20px;
  }
}
@media (max-width: 1130px) {
  .vacancies__about {
    flex-direction: column;
  }
  .vacancies__about h2 {
    margin-bottom: 12px;
  }
  .intro__text h2 {
    font-size: 40px;
  }
  .about-wrapper {
    flex-direction: column;
  }
  .about-company, .catalog-section {
    padding-top: 60px;
  }
  .sprev, .snext {
    display: none;
  }
}
.pos__svg {
  display: none;
}


@media (max-width: 1199px) {
	.project-examples__grid {
       grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	}
}

@media (max-width: 1100px) {
  .user-actions {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }
  .service-card__overlay {
    clip-path: polygon(5% 0, 98% 0, 93% 100%, 0 100%);
  }
  .project-examples__tabs .tab {
    font-size: 15px;
    padding: 10px 20px;
  }
}
.main-nav ul li.hidd {
  display: none;
}

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

	.product-card .expanded {
    display: block;
    padding-left: 0;
    padding-right: 0;
	}

	html {
     zoom: unset;
    }



	.popup-success {
		padding: 58px 39px;
		background: #A50C1A;
        max-width: 90%;
	}

	.autocomplete-list {
		display: block!important;
	}

	.autocomplete-list li a {
		font-size: 0.8rem!important;
        line-height: 1.2;
	}

	.autocomplete-list li {
		margin-bottom: 0!important;
	}

	.autocomplete-list li a {
		padding: 2px 12px;
	}


  .main-nav ul.active {
    display: block;
    position: fixed;
    top: 61px;
    z-index: 999999999;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 20px;
    height: 100vh;
    overflow-y: scroll;
  }
  .pos__svg {
    display: block;
  }

	.policy {
   margin-bottom: 60px;
}

  .sv {
    display: none;
  }
  .pos__link {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }
  .pos__svg {
    width: 13px;
  }
  .burger-btn.active .burger-line::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #E8EAF6;
  }
  .burger-btn.active .burger-line {
    background-color: transparent;
  }
  .burger-btn.active .burger-line::after {
    top: 0px;
    transform: rotate(-45deg);
    background-color: #E8EAF6;
  }
  .main-nav ul li.header__soc-call {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .header__soc-el {
    display: flex;
    column-gap: 20px;
    justify-content: center;
  }
  .menu__top-relative .menu__sub ul {
    flex-direction: column;
    position: relative;
    top: unset;
    padding: 0;
    height: auto;
  }
  .menu__top-relative:hover .menu__sub {
    display: block;
    position: relative;
    top: unset;
    padding: 0;
    margin-top: 0px;
  }
  .pos__svg {
    transition: transform 0.3s ease;
  }
  .pos__svg.rotated {
    transform: rotate(180deg);
  }
  .menu__top-relative.actives .menu__sub ul {
    display: flex;
    margin-top: 10px;
  }
  .menu__top-relative.actives {
    margin-bottom: 6px;
  }
  .menu__top-relative {
    flex-direction: column;
  }
  .main-nav ul li.hidd {
    display: block;
    text-align: center;
  }
  .main-nav ul li.header__soc-call a {
    color: #811612;
    font-size: 15px;
  }
  .header__soc-call:first-child {
    margin-top: 40px;
  }
  .menu__top-relative > svg {
    display: none;
  }
  .menu__top-relative .menu__sub ul li {
    margin-bottom: 7px;
  }
  .menu__top-relative .menu__sub ul li a {
    font-size: 15px;
  }
  .menu__top-relative {
    position: relative;
  }
  .main-nav ul li {
    margin-bottom: 24px;
    justify-content: center;
  }
  .main-swiper.product__main {
    max-width: 100%;
  }
  .spag {
    bottom: 21px !important;
  }
  .or__not {
    display: none;
  }
  .product-gallery {
    flex-direction: column;
  }
  .product__thumb {
    width: 100%;
  }
  .product__thumb .swiper-wrapper {
    flex-direction: row;
  }
  .product__thumb {
    order: 2;
  }
  .main-swiper.product__main {
    order: 1;
  }
  .product-tabs .tab-content .tab-pane {
    font-size: 12px;
  }
  .product-content {
    flex-direction: column;
  }
  .related__title {
    font-size: 22px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .catalog-sorting {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .category-wrp {
    grid-template-columns: 1fr;
  }
  .product-tabs .tab-buttons li {
    padding: 1px 11px;
        font-size: 12px;
        margin-bottom: 8px;
  }
  .product-tabs .tab-buttons {
    flex-wrap: wrap;
  }
  .product-card {
    align-items: flex-start;
  }
  .product-card img {
    width: 100%;
  }
  .filter {
    max-width: 100%;
    position: absolute;
    z-index: 99999999999;
    left: 0;
    bottom: 0px;
    height: 100vh;
        overflow-y: scroll;
  }

  aside.filter.is-open { display: block; }

  .product-card p {
    margin-left: 0;
  }
  .custom-select {
    width: 160px;
  }
  .product__found {
    margin-bottom: 20px;
  }
  .custom-select__option {
    font-size: 17px;
  }
  .custom-select__trigger {
    font-size: 17px;
  }
  .product__found {
    font-size: 17px;
  }
  .hidden__svg {
   display: flex;
   column-gap: 10px;
   font-family: 'Commissioner';
  }

  .hidden__filter {
	display: block;
	position: absolute;
    right: 9px;
    top: 9px;
  }

  .filter {
    display: none;
  }
  .spag {
    display: none;
  }
  .stock-prev, .stock-next {
    display: none;
  }
  .projects-list {
    flex-direction: column;
    row-gap: 10px;
  }
  .projects-block {
    padding-top: 60px;
  }
  .news__all {
    margin-top: 60px;
  }
  .news-list {
    flex-direction: column;
    row-gap: 10px;
  }
  .news__all .title {
    margin-bottom: 20px;
  }
  .monolit-visit__text p {
    font-size: 20px;
    font-family: "Coolvetica Rg";
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .about-texts p {
    font-size: 15px;
  }
  .about-company {
    padding-top: 60px;
    padding-bottom: 16px;
  }
  .catalog-grid.ctg {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .stock-content {
    flex-direction: column;
  }
  .about-title.title {
    margin-bottom: 7px;
  }
  .stock-text {
    z-index: 99999;
  }
  .related-news {
    padding-top: 60px;
    padding: 60px 0px;
  }
  .related-news .title {
    margin-bottom: 20px;
  }
  .news-card__info {
    padding-left: 0;
  }
  .related-news .news-card__date {
    margin-top: 0;
  }
  .related-news .news-card__excerpt {
    line-height: 17px;
  }
  .news__item-single {
    padding: 0;
  }
  .monolit-visit__header .title {
    margin-bottom: 20px;
  }
  .specs td {
    text-align: unset;
  }
  .requisites__decor-bottom {
    display: none;
  }
  .intro__text h2.desktop {
    display: none;
  }
  #about .container {
    flex-direction: column;
  }
  .about-text {
    font-size: 15px;
  }
  #about .title {
    margin-bottom: 12px;
  }
  #about {
    margin-bottom: 64px;
  }
  .stock-text {
    order: 2;
    margin-top: 50px;
  }
  .stock-image {
    order: 1;
  }
  .stock-btn {
    padding: 12px 69px;
    margin: auto;
        display: block;
  }
  .stock__border {
    border: 6px solid #A1B7FF;
    width: 528px;
    height: 528px;
    border-radius: 100%;
    position: absolute;
    bottom: unset;
    top: -114px;
    opacity: 0.2;
  }
  .stock-text h2 {
    text-align: center;
    margin-bottom: 16px;
  }
  .stock-pagination {
    display: flex;
  }
  .video-placeholder {
    margin-top: 16px;
    max-width: calc(100vw - 40px);
  }
  .stock-content {
    padding-bottom: 52px;
  }
  .stock-pagination {
    bottom: 21px;
  }
  .mission-block {
    display: flex;
    height: auto;
    margin: 40px 0;
    flex-direction: column;
    row-gap: 10px;
  }
  .mission-left h3 {
    transform: skewX(12deg);
  }
  .mission-left p {
    margin-left: 21px;
    font-size: 15px;
  }
  .mission-right > * {
    transform: skewX(13deg);
  }
  .mission-right p {
    margin-left: 17px;
    font-size: 15px;
  }
  .mission-left h3 {
    margin-left: 22px;
  }
  .mission-left > * {
    transform: skewX(12deg);
  }
  .directions-list {
    flex-direction: column;
    margin: 0;
  }
  #directions {
    margin-bottom: 76px;
  }
  .direction-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .partners-decor {
    display: none;
  }
  #partners {
    margin-bottom: 56px;
  }
  .advantages-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #why-us {
    padding-top: 60px;
    padding-bottom: 108px;
  }
  .advantage {
    height: auto;
  }
  .advantage .number {
    font-size: 32px;
  }
  .advantage__title .title {
    margin-bottom: 0;
  }
  .advantage .text {
    font-size: 15px;
  }
  .advantage {
    align-items: flex-start;
  }
  .service-intro-wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
  .service-text {
    flex: 1;
    position: relative;
    background-color: #293F8A;
    transform: skewX(-13deg);
    transform-origin: top left;
    margin-left: 26px;
    padding: 51px 60px;
    z-index: 0;
    box-sizing: border-box;
    z-index: 2;
    height: 244px;
  }
  .service-text p {
    transform: skewX(14deg);
  }
  .service-text p {
    font-size: 12px;
    line-height: 1.2;
  }
  .service-intro-wrapper::after {
    z-index: 999;
  }
  .service-intro-wrapper::after {
    right: 47px;
    opacity: 0.9;
  }
  .service-text {
    padding: 17px 42px;
    padding-bottom: 42px;
    margin-left: 47px;
    padding-right: 20px;
  }
  .service-intro-wrapper::after {
    content: "";
    position: absolute;
    bottom: -28px;
    right: 45px;
    width: 51px;
    height: 57px;
    background-color: #A50C1A;
    transform: skewX(-25deg);
    transform-origin: bottom right;
  }
  #services {
    margin-top: 76px;
  }
  #services .container {
    padding-right: 0;
  }
  .services-swiper .service-card__image {
    width: 100%;
    max-width: 89%;
    height: 34vh;
    object-fit: cover;
  }
  .sprev,
  .snext {
    display: none;
  }
  .project-detail__info {
    width: 100%;
  }
  .specs tbody tr {
    border-bottom: 3px solid #f4f4f4;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  h2.other-projects__title {
    font-size: 32px;
    text-transform: uppercase;
    color: #212020;
    margin-bottom: 29px;
    font-family: "Saar SP Demo";
    font-weight: 400;
    line-height: 32px;
  }
  .other-projects {
    margin-top: 60px;
  }
  .pr .title {
    margin-bottom: 20px;
  }
  .services-footer {
    padding-right: 20px;
  }
  .project-detail__media {
    width: 100%;
  }
  .project-detail__inner {
    flex-direction: column;
  }
  #services .title {
    line-height: 33px;
  }
  .service-image::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 2px;
    width: 98px;
    height: 104px;
    background-color: rgba(77, 89, 161, 0.7);
    transform: skewX(-25deg);
    transform-origin: bottom right;
  }
  .direction-item p {
    font-size: 15px;
  }
  .mission-left,
  .mission-right {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 24px;
    transform: skewX(-11deg);
  }
  #mission {
    margin-bottom: 60px;
  }
  .mission-right p,
  .mission-left p {
    max-width: unset;
  }
  .service-item h3 {
    font-size: 17px;
  }
  .intro {
    gap: 20px;
  }
  h2.title.mob {
    position: relative;
    display: block;
    margin-bottom: 0;
    color: #fff;
    padding: 10px 40px;
    font-size: 30px;
  }
  h2.title.mob::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #A50C1A;
    transform: skewX(-25deg);
    transform-origin: left center;
    z-index: -1;
  }
  .service__consult .consult-text {
    max-width: 100%;
  }
  .consultation.service__consult {
    background: url("/local/templates/monolit/dist/img/consbg.png") no-repeat center top/cover;
  }
  .breadcrumbs.container {
    column-gap: 4px;
    display: inline-block;
  }
  .dkom-slider .title {
    margin-left: 0;
  }
  .dkom__text {
    margin-left: 0;
    flex-direction: column;
  }
  .dkom__img {
    margin-left: 0;
  }
  .dkom-slider .swiper-button-prev, .dkom-slider .swiper-button-next {
    display: none;
  }
  .dkom-slider .swiper-container {
    margin-left: 0;
  }
  .dkom-slider .container {
    padding-left: 20px;
    padding-right: 0;
  }
  .dkom-intro__content > * {
    max-width: 100%;
    width: 100%;
  }
  .dkom-intro__content {
    max-width: 100%;
  }
  .dkom-intro__image img {
    width: 100%;
  }
  .dkom-intro__image {
    width: 100%;
  }
  .dkom-intro {
    margin-bottom: 60px;
  }
  .or__img {
    display: block;
    margin-bottom: 16px;
  }
  .dkom-intro__title {
    font-size: 32px;
    margin-top: 0;
  }
  .dkom__img {
    margin-bottom: 20px;
  }
  .dkom-intro__button {
    padding: 12px 12px;
  }
  .dkom-intro {
    margin-top: 20px;
  }
  .consultation.service__consult .consult-form .btn__service {
    background: #312783;
  }
  .consultation.service__consult .consult-text p {
    color: #4D59A1;
  }
  .requisites__body {
    margin-left: 0;
  }
  .service-list {
    margin-top: 16px;
  }
  .intro img {
    max-width: 100%;
    width: 100%;
  }
  .services__details {
    padding-top: 0px;
  }
  .intro__text h2 {
    font-size: 32px;
  }
  .intro {
    flex-direction: column;
  }
  .services.services__details ul {
    padding-left: 24px;
  }
  .service-list {
    flex-direction: column;
  }
  .consultation.service__consult .consult-text h2 {
    color: #121C5A;
  }
  .consultation.service__consult {
    margin-top: 20px;
  }
  .contacts__decor .stripe {
    height: 47px;
  }
  .contacts__tabs .tab {
    font-size: 11px;
    padding: 10px 20px;
    white-space: nowrap;
  }


	.contacts__tabs .tab[aria-selected=true] {
	font-size: 11px;
	}
  .contacts__office {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contacts__tabs {
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .contacts__cards {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .contact-card:nth-child(3) {
    order: 1;
  }
  .contact-card--email {
    order: 2;
  }
  .contact-card--phone {
    order: 3;
  }
  .project-examples .title {
    margin-bottom: 20px;
  }
  .consultation.hidden {
    display: block;
  }
  .project-examples__tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .project-card__caption {
    padding-left: 0;
  }
  .news .title {
    margin-bottom: 20px;
  }
  .news__more.catalog {
    display: block;
    margin-top: 20px;
  }
  .category-item {
    height: 250px;
  }
  .category-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .category-item a p {
    font-size: 20px;
  }
  .catalog-decor .line {
    display: block;
    width: 4px;
    height: 38px;
    background-color: #4D59A1;
    transform: rotate(34deg);
    transform-origin: bottom left;
  }
  .catalog-decor {
    gap: 25px;
  }
  .stripe {
    display: block;
    width: 4px;
    height: 47px;
    background-color: #A50C1A;
    transform: rotate(34deg);
    transform-origin: bottom left;
  }
  .awards__decor {
    gap: 30px;
  }
  .header__search .btn-catalog {
    display: none;
  }
  .consult-text {
    order: 2;
    max-width: 100%;
    background: #FFFFFF;
    padding: 20px 16px;
    z-index: 999;
  }
  .consult-text p {
    color: #811612;
  }
  .consult-image {
    order: 1;
    flex: auto;
    z-index: 99;
  }
  .consult-form {
    display: flex;
    grid-gap: unset;
    flex-direction: column;
    row-gap: 10px;
  }
  .consult-text h2 {
    color: #A50C1A;
    margin-bottom: 16px;
  }
  .consult-text p {
    margin-bottom: 20px;
  }
  .privacy input[type=checkbox] {
    border: 2px solid #A50C1A;
  }
  .container.consultation-inner {
    padding: 60px 20px;
    padding-bottom: 0;
    flex-direction: column;
  }
  .header-actions {
    display: none;
  }
  .logo a img {
    height: 40px;
  }
  .header-top {
    padding: 14px 0;
  }
  .burger-btn {
    display: inline-flex;
  }
  .header__search .search {
    width: calc(100vw - 203px);
  }
  .header__search .search input[type=search] {
     width: 100%;
  }
  .breadcrumbs.container a {
    font-size: 15px;
  }
  .breadcrumbs.container span {
    font-size: 15px;
  }
  .breadcrumbs-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .title {
    font-size: 32px;
    line-height: 40px;
  }
  .container {
    padding: 0 20px;
  }
  .item .details {
    display: none;
  }
  .consultation {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .consult-form input[type=text],
  .consult-form input[type=tel],
  .consult-form input[type=email] {
    border: 2px solid #A50C1A;
  }
  .privacy {
    color: #212020;
    margin-bottom: 10px;
  }

	.privacy a {
			color: #212020!important;
	}


  .privacy input[type=checkbox]:checked {
    background: transparent;
    border-color: #A50C1A;
  }
  .privacy input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid #A50C1A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .consult-form .btn {
    margin: auto;
    max-width: 87%;
    display: block;
    width: 100%;
  }
  .consultation {
    background: url("/local/templates/monolit/dist/img/bg.png") no-repeat center top/cover;
  }
  .item .title {
    line-height: 27px;
  }
  .services-section__grid {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
}
@media (max-width: 783px) {
  .service-card__image {
    max-width: calc(100vw - 87px);
    min-height: auto;
  }
  .service-card__title {
    padding-left: 12px;
  }

	#compareList {
		grid-template-columns: 1fr 1fr!important;
	}

	.compare-item {
		max-width: 100%!important;
	}

}
@media (max-width: 768px) {
  .footer__lg-wrap {
    flex-direction: column;
    row-gap: 16px;
  }
  .stock-text {
    margin-top: 0;
  }
  .stock-slider .swiper {
    padding-top: 0px;
  }
  .table__grid {
    flex-direction: column;
  }
  .product-tabs {
    margin-bottom: 20px;
  }
	.product-tabs .tab-buttons {
      gap: 2px;
    }

	#compareList {
		grid-template-columns: 1fr 1fr!important;
	}

	.product-card .expanded li.char__title , .product-card .expanded li{
    font-size: 15px;
   }

  .services__detail {
    margin-top: 30px !important;
  }
  .product-tabs {
    margin-top: 20px;
  }
  .stock-image img {
    margin-top: -16px;
  }
  .service-card__title {
    font-size: 17px;
  }
  .stock__circle {
    display: none;
  }
  .stock-slider {
    padding-top: 0;
  }
  .stock__border {
    display: none;
  }
  .partner-slide p strong {
    font-size: 15px;
  }
  .partner-slide p {
    font-size: 12px;
  }
  .partners-prev,
  .partners-next {
    display: none;
  }
  .partner-slide img {
    max-width: 68%;
  }
  .partner-slide img {
    height: 56px;
    margin-bottom: 0;
  }
  .requisites__item dd {
    font-size: 12px;
    line-height: 16px;
  }
  .requisites__phone,
  .requisites__email,
  .requisites__website {
    font-size: 17px;
  }
  .service-card__overlay {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .requisites__item dt {
    font-size: 12px;
    line-height: 16px;
  }
  .requisites__company {
    font-size: 17px;
    font-weight: 400;
    color: #212020;
    line-height: 17px;
    margin-bottom: 16px;
  }
  .services-section__more button {
    max-width: 248px;
    width: 100%;
  }
  .footer__lg-wp a img {
    width: 80px;
  }
  .footer__lg-wp p {
    margin: 16px 0;
  }
  .footer__soc {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .footer-col ul li {
    margin-bottom: 16px;
  }
  .footer-col ul li:last-child {
    margin-bottom: 0;
  }
  .footer-col p.footer__address {
    text-align: center;
  }
  .footer-col {
    flex: auto;
    min-width: 180px;
    text-align: center;
  }
  .footer__provacy p {
    text-align: center;
  }

	.footer__provacy ul.left-menu {
	text-align: center;
	}


  .partners__decor {
    display: none;
  }
  .partners__header .title {
    margin-bottom: 20px;
  }
  .services-section h1.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 703px) {
  .news-card__date,
  .news-card__headline {
    margin-left: 0;
  }
  .news-card__excerpt {
    margin-left: 0;
    margin-bottom: 0;
  }
  .news-card__excerpt {
    font-size: 15px;
  }
  .news-card__headline {
    font-size: 17px;
    margin: 0;
  }
  .news-card__date {
    font-size: 12px;
  }
  .news__grid {
    row-gap: 16px;
  }
}
@media (max-width: 567px) {
  .header__search .search input[type=search] {
    padding: 0px 8px;
  }
  .stock__circle {
    width: 298px;
    height: 298px;
    background: #152149;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: -21px;
    display: none;
  }
  .stock__border {
    border: 6px solid #A1B7FF;
    width: 390px;
    height: 390px;
    border-radius: 100%;
    position: absolute;
    bottom: unset;
    top: -72px;
    opacity: 0.2;
  }
  .stock-image img {
    max-width: 87%;
    margin-left: auto;
    margin-right: auto;
  }
  .specs th, .specs td {
    font-size: 12px;
  }
  .requisites__item dt {
    max-width: 90px;
  }
  .requisites__item dd {
    max-width: 194px;
  }
  .vacancy__details p {
    font-size: 17px;
  }
  .vacancy__details ul li {
    font-size: 15px;
  }
  .vacancy__details ul {
    padding-left: 20px;
  }
  .vacancy__details h4 {
    font-size: 17px;
  }
  .vacancy__title {
    font-size: 17px;
  }
  .vacancies__about p {
    font-size: 15px;
  }
  .vacancies__about h2 {
    font-size: 20px;
  }
  .vacancies__map {
    margin-bottom: 20px;
  }
  .vacancies__about {
    margin-bottom: 20px;
  }
  .requisites__contacts {
    margin-top: 20px;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
  }
  .requisites__actions {
    text-align: center;
  }
  .requisites__actions .btn--download {
    padding: 10px 24px;
  }
  .service-card__image {
    max-width: calc(100vw - 84px);
  }
  .news__grid {
    grid-template-columns: repeat(auto-fill, minmax(317px, 1fr));
  }
  .services-section__grid {
    gap: 10px;
  }
  .footer__provacy a {
    font-size: 15px;
  }
  .partner__logo {
    max-height: 60px;
    margin: 0;
  }
  .partner {
    height: 90px;
    padding: 4px;
  }
  .partner__logo {
    max-width: 110px;
    margin: auto;
  }
  .partner__name {
    font-size: 12px;
    margin-top: 0;
  }
  .partners__grid {
    grid-template-columns: repeat(auto-fill, minmax(154px, 1fr));
  }
  .footer__provacy p {
    font-size: 12px;
  }
  .footer-col ul li {
    line-height: 21px;
  }
  .footer-col h3 {
    font-size: 17px;
  }
  .footer-col ul li a {
    font-size: 15px;
  }
  .grid {
    grid-template-columns: auto;
  }
  .consult-text h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .header__search > svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .burger-btn {
    width: 24px;
    height: 24px;
  }

  .active__compare svg {
	width: 24px;
    height: 24px;
   }

  .privacy {
    font-size: 15px;
    line-height: 15px;
  }
  .consult-form input[type=text],
  .consult-form input[type=tel],
  .consult-form input[type=email] {
    height: 40px;
  }
  .consult-text p {
    font-size: 16px;
  }
  .burger-btn .burger-line {
    width: 16px;
    height: 1px;
  }
  .burger-btn .burger-line::before {
    top: -5px;
  }
  .burger-btn .burger-line::after {
    top: 5px;
  }
  .header__search {
    gap: 10px;
  }
  .header__search .search input[type=search] {
    font-size: 15px;
  }
  .header__search .search {
    width: calc(100vw - 203px);
    height: 26px;
    border: 1px solid #4D59A1;
  }
  .header__search .search button svg {
    width: 14px;
  }
  .logo a img {
    height: 32px;
  }
  .header__search .search {
    width: calc(100vw - 153px);
  }
}


@media (max-width: 548px) {
	.product-list {
		grid-template-columns: 1fr;
	}

	.product-card a {
		width: 100%;
	}

	.pagination {
		grid-column: span 1!important;
	}
}


@media (max-width: 461px) {
  .vacancy__actions {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 404px) {
  .service-card__image {
    max-width: 87%;
  }
  .service-card__overlay {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .service-card__overlay {
    clip-path: polygon(9% 0, 98% 0, 89% 100%, 0 100%);
  }
}
@media (max-width: 380px) {
  .service-card {
    max-width: 95%;
  }

  .consult-text .privacy {
        font-size: 13px;
        line-height: 15px;
  }

}


@media (max-width: 1679px) {
	.stock-next {
		right: calc(100vw - 79%);
	}

	.stock-prev {
		left: calc(100vw - 79%);
	}
}




@media (max-width: 1499px) {
	.stock-next {
		right: calc(100vw - 85%);
	}

	.stock-prev {
		left: calc(100vw - 85%);
	}
}









.autocomplete-results {
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
  z-index: 999;
  top: 36px;
}
.autocomplete-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.autocomplete-list li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
}
.autocomplete-list li a:hover {
  background-color: #f0f0f0;
}

.autocomplete-list {
  flex-direction: column;
}

.autocomplete-list li a {
  width: 100%;
}



.popup-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4caf50;
    color: #fff;
    padding: 58px 309px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    font-size: 18px;
    text-align: center;
    background: url('/local/templates/monolit/dist/img/bgform.png') no-repeat center top / cover;
max-width: 1226px;
    width: 100%;
max-height: 270px;
}

.popup-success h2 {
   margin-bottom: 34px;
    text-transform: uppercase;
    line-height: 120%;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Saar SP Demo';
    letter-spacing: 3px;
}

.popup-success p {
   margin-bottom: 24px;
   font-size: 20px;
}

.popup-success button {
  background: #312783;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 12px 69px;
   cursor: pointer;
}

.modal__close svg {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.privacy a {
    color: #fff;
    margin-left: 7px;
    text-decoration: none;
}

.product-card a {
	text-decoration: none;
}








.product-detail table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  table#stocks th,
  table#stocks td {
    padding: 8px 10px;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word; 
  }
  table#stocks th:first-child,
  table#stocks td:first-child {
    text-align: left; 
  }
  table#stocks th:nth-child(3),
  table#stocks td:nth-child(3) {
    width: 150px; 
    text-align: right; 
  }


.compare-svg.active {
  position: relative;
}

.active__compare svg {
 margin-top: 5px;
}

.compare-svg.active::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #A50C1A;
    right: 0;
    top: 0;
    z-index: 999999;
    border-radius: 100%;
    display: block;
}








.active__compare {
  position: relative;
}

.active__compare.active::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #A50C1A;
  border-radius: 50%;
  top: 5px;
  right: 0px;
  z-index: 1;
}






#compareModal h2 {
   font-size: 50px;
    font-family: 'Saar SP Demo';
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

#compareList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    max-height: 80vh;
    overflow-y: scroll;
}

.compare-item img {
   background: #F4F4F4;
}

.compare-item {
   max-width: 299px;
   width: 100%;
}

.compare-item a {
  text-decoration: none;
}


.compare-item p {
  color: #000;
  font-family: 'Coolvetica Rg';
    font-weight: 400;
}

.compare-item.product-card .expanded {
  display: block;
  position: relative;
    top: unset;
}

.compare-item.product-card .expanded li {
  flex-direction: column;
 }


.compare-label.is-checked:checked::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #4D59A1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.compare-item.product-card .expanded li strong {
	max-width: 100%;
}


.filter-apply-btn {
  margin-top: 20px;
    background: #121C5A;
    color: #fff;
    font-family: 'Commissioner';
    font-size: 1.1rem;
    padding: 5px 17px;
	cursor: pointer;
    border: none;
}


.filter-reset-btn {
	 margin-top: 20px;
    background: #121C5A;
    color: #fff;
    font-family: 'Commissioner';
    font-size: 1.1rem;
    padding: 5px 17px;
	cursor: pointer;
    border: none;
}

.first__sub a {
   font-weight: 600!important;
}









.compare-item {
  position: relative;
}
.remove-compare {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-compare:hover svg {
  stroke: #ff1e2d; 
}
.remove-compare svg {
  pointer-events: none;
}

.listempty {
 width: 685px;
 height: 75px;
}

.listempty h3 {
 margin-bottom: 10px;
font-size: 24px;
}

.empty__изbr {
 font-weight: 700;
 font-size: 24px;
}

.empty__изbr a {
 color: #121C5A;
}



@media (max-width: 991px) {
	.wrapper__compare {
     max-width: 100% !important;
        width: 100vw;
   }
}



@media (max-width: 768px) {
	#compareList {
		flex-direction: column;
	}

	#compareModal h2 {
		font-size: 35px;
	}

	.compare-item p {
		font-size: 15px;
	}

	.wrapper__compare {
		padding: 26px!important;
		max-height: 90vh;
	}

	.listempty h3 {
		font-size: 17px;
	}

	.empty__изbr {
		font-size: 17px;
	}

	.compare-item img {
		height: max-content;
        object-fit: contain;
	}

	.empty__изbr a {
         display: block;
    }

	#compareList {
		max-height: 69vh;
	}
}


.pagination {
 margin: 0 auto;
 grid-column: span 3;
}

.nav-current-page {
	background: #121C5A;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
}


.navigation-pages a {
	background: #A50C1A;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    text-decoration: none;
}



















.offer-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1000
}

.offer-modal[aria-hidden="false"] {
    display: block
}

.offer-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5)
}

.offer-modal__dialog {
    position: absolute;
    max-width: 420px;
    background: url(/local/templates/monolit/dist/img/bgform.png) no-repeat center top / cover;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.offer-modal__close {
    position: absolute;
    right: 10px;
    top: 8px;
    background: transparent;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    font-weight: 300;
}

.offer-form__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px
}

.offer-form__field input {
    padding: 10px 12px;
    border: none;
        font-weight: 400;
}

.offer-form__submit {
    background: #312783;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 12px 69px;
    cursor: pointer;
	margin: auto;
    display: block;
}

.offer-form__msg {
    margin-top: 12px;
    font-size: 14px
}

.offer-form__msg--ok {
    color: #2c7a2c
}

.offer-form__msg--err {
    color: #b00020
}


#offerModalTitle {
    margin-bottom: 34px;
    text-transform: uppercase;
    line-height: 120%;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Saar SP Demo';
    letter-spacing: 3px;
    color: #fff;
}

.privacyy {
    width: 100%;
    display: flex;
	color: #fff;
    column-gap: 2px;
    margin-bottom: 15px;
}

.privacyy a {
   color: #fff;
   text-decoration: none;
}



@media (max-width: 426px) {
	.offer-modal__dialog {
		max-width: 100%;
	}

	.privacyy {
		font-size: 13px;
	}
}


.c__svg {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99999999;
  cursor: pointer;

}

.c__svg.is-checked rect {
  fill: #a50c1a;
}

.navigation-pages {
  display: flex;
  column-gap: 4px;
}






































/* Compare modal */
.compare-modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.45);
  z-index: 9999999999999999999;
}
.compare-modal-overlay.is-open { display: grid; }

.compare-modal {
  max-width: 440px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  padding: 20px 22px;
}

.compare-modal__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.compare-modal__text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.compare-modal__actions {
  display:grid;
  gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.compare-btn {
  appearance: none;
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
}
.compare-btn--ghost { background: #f2f2f2; }
.compare-btn--primary { background: #121C5A; color: #fff; text-decoration: none; }

.compare-modal__close:focus,
.compare-modal__go:focus { outline: 2px solid #222; outline-offset: 2px; }


.not__found {
 text-align: center;
}

.not__found h1 {
 font-size: 2rem;
 font-weight: 400;
}

.not__found h2 {
 font-size: 1.5rem;
    margin: 20px 0;
font-weight: 400;
}

.not__found a {
     text-decoration: none;
    color: #fff;
    background: #A50C1A;
    padding: 12px 50px;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 9px;
}

.not__found img {
   margin: 0 auto;
   margin-bottom: 28px;
}



body.filter-locked { overflow: hidden; }