@charset "utf-8";

:root {
  /* Фон */
  --bg-primary: #f8f9fa;          /* Светлый нейтральный фон (строки) */
  --bg-secondary: #ffffff;        /* Белый фон (строки) */
  --bg-header: #1976d2;         /* Синий фон для шапки (новый!) */

  /* Текст */
  --text-primary: #212529;      /* Основной текст */
  --text-secondary: #495057;    /* Второстепенный текст */
  --text-header: #ffffff;        /* Белый текст для шапки (новый!) */

  /* Акценты */
  --accent-primary: #1976d2;     /* Основной акцент */
  --accent-pale: #e3f2fd;      /* Осветлённый акцент */

  /* Границы */
  --border-color: #dee2e6;     /* Цвет границ */

  /* Шрифты */
  --font-main: "Roboto", sans-serif;
}

html {
	font-size: 62.5%;
	font-size: calc(6px + 0.15vw);
}

a {
	color: #40596f;
}

p {
	margin: 0;
}


table {
    width: 100%;
    border-collapse: separate; /* вместо collapse */
    border-spacing: 0; /* убирает пробелы между ячейками */
    border-radius: 15px; /* скругление углов таблицы */
    overflow: hidden; /* скрывает «вылезающие» границы */
}

th, td {
    /* border: 1px solid #ddd; */
    padding: 8px;
    text-align: left;
}

th {
    background-color: #4866aa;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}


.body {
	margin: 0;
	display: flex;
	justify-content: center;
	background-image: url(/images/kkm-kassy_ch5.jpg);
	padding: 0;
}

.page {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	width: 100%;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #7e9ce1a3;
	background-position: right top;
	color: #455c96;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.header {
	display: grid;
	grid-template-rows: auto auto;
	width: 100%;
	z-index: 10;
	border-bottom: 1px solid #232b44;
}

.short_container {
    margin-top: 25px;
}

.short_text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.organization-information {
	grid-column: 1 / 4;
	display: grid;
	grid-template-areas:
		"logo nav nav nav nav"
		"logo location search y w"
		"logo location search phone phone";
	background-image: repeating-linear-gradient(45deg, #001034 0%, #00238be8 30%, #0018709e 100%);
}

.button-menu {
	color: white;
	color: #c5d8ff;
	background: #029f34c4;
	background: repeating-linear-gradient(90deg, #00a92e 0%, #163e96 30%, #1b439a 100%);
	grid-area: cat-nav;
	display: none;
}

.button-menu__burg {
	margin-right: 10px;
	width: 30px;
}

.button-menu__burg:before {
	background-color: #00ff54;
	box-shadow: 0 6px 0 #00ff54, 0 -6px 0 #00ff54;
	content: '';
	display: block;
	height: 2px;
	margin: 0 auto;
	width: 20px;
}

.location {
	display: grid;
	min-width: 360px;
	grid-template-areas: "city zvonite"
        "city zvonite"
        "city phone-number"
        "street phone-number"
        "street work-time"
        "street work-time"
        "new new";
	column-gap: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	grid-area: location;
	align-content: center;
	padding-right: 10px;
}

.search {
	display: grid;
	padding-top: 10px;
	padding-bottom: 5px;
	min-width: 360px;
	align-content: center;
	grid-area: search;
}

.search__form {
	display: flex;
	border-radius: 10px 10px 10px 10px;
}

.search__search-string {
	width: calc(100% - 45px);
	height: 50px;
	font-size: 19px;
	border-top: solid 1px #4f97c5;
	border-left: solid 1px #5f8def91;
	border-bottom: solid 1px #65afd4;
	border-right: solid 1px #388d645c;
	color: white;
	padding-left: 6px;
	background: #ffffff12;
	border-radius: 10px 10px 10px 10px;
}

.search__search-string::-webkit-input-placeholder {
	color: #879ecd;
	font-size: 18px;
	padding-left: 7px;
	font: 100 14px Arial;
}

.search__search-string:focus {
	outline-color: #3b617b;
}

.search__button {
	height: 50px;
	margin-left: 1px;
	width: 40px;
	background: #7187b51c;
	background-size: 35px 35px;
	background-position: center;
	cursor: pointer;
	border: solid 1px #637aab;
	border-top: solid 1px #2b65ec;
	border-left: solid 1px #519cc8e0;
	border-right: solid 1px #05628bad;
	border-bottom: solid 1px #415a97;
	position: relative;
	z-index: 2;
	display: flex;
	border-radius: 10px 10px 10px 10px;
}

.search__button::before {
	content: '';
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0b28658c;
	background: linear-gradient(180deg, #2b65ec 20%, #0c3794 80%, #264694);
	opacity: 0.2;
	z-index: 1;
	transition: opacity 0.3s ease;
}

.search__button:hover::before {
	opacity: 0.8;
	cursor: pointer;
}

.search__link {
	color: #46df93;
	text-decoration: blink;
	display: block;
	width: max-content;
}

.kompaniya__messendzhery {
    display: flex;
    gap: .1rem;
    grid-area: w;
    flex-wrap: wrap;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
  grid-area: w;
  max-height: 50px;
  align-self: center;
  margin: 5px;
}

.whatsapp-btn:hover {
  background: linear-gradient(135deg, #128C7E, #075E54);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.whatsapp-btn .icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.telegram-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #2AABEE, #229ED9);
  color: #fff;
  font-weight: 600;
  font-size: 1.45rem;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
  grid-area: w;
  max-height: 50px;
  align-self: center;
  margin: 5px;
}

.telegram-btn:hover {
    background: linear-gradient(135deg, #2296d3, #11719f);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.telegram-btn .icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.phone-russia {
	align-self: center;
	min-width: 100px;
	grid-area: phone;
	padding-left: 10px;
}

.main-menu {
	display: none;
	background: #ffffff;
	position: absolute;
	max-width: 300px;
	margin-top: 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #878c9f;
	z-index: 10000;
}

.main-menu__close {
	display: flex;
}

.main-menu__close:before {
	content: 'x';
	cursor: pointer;
	display: flex;
	font-size: 14px;
	align-content: center;
	justify-content: center;
	position: absolute;
	height: 20px;
	width: 20px;
	right: 1px;
	margin-top: 2px;
	background-color: #e1efff;
	border-radius: 50px 50px 50px 50px;
	color: #607D8B;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #d1d2d7;
	border-left: 1px solid #d2d9ef;
	border-right: 1px solid #c5d2ff;
}

.main-menu__links {
	list-style: none;
	margin: 0;
	padding: 0;
    /* position: relative; */;
}

.main-menu__link {
	display: block;
	text-decoration: none;
	color: #4b4f59;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: linear-gradient(#ffffff00 1px, #d6d6d678 100%);
	font-size: 13px;
	transition: background .3s;
	padding: 3px 0;
	padding-left: 15px;
}

.main-menu__link_rasprodaja {
	color: white;
	background: linear-gradient(#fd000099 1px, #ff0000c2 100%);
	padding-left: 10px;
	height: 20px;
	padding-top: 7px;
	font-size: 14px;
	margin-top: 18px;
	border-bottom: 1px dashed #ffffff;
	border-top: 1px dashed #ffffff;
}

.logo {
	display: grid;
	color: #b4cbff;
	text-decoration: none;
	grid-area: logo;
	align-content: center;
	grid-template-columns: 111px;
	padding-left: 10px;
	padding-right: 10px;
}

.logo__picture {
	width: 75px;
	padding-right: 13.5px;
	grid-column: 1;
	grid-row: 1 / 3;
	align-self: center;
	justify-self: center;
}

.logo__competences {
	font-size: 1.625rem;
	grid-column: 2;
	margin: 0;
	padding: 0;
	list-style-type: none;
	min-width: 160px;
}

.logo__organization-name {
	font-size: 2.3rem;
	align-self: center;
	color: aliceblue;
	margin: 0;
}

.location__city {
	font-size: 2.75rem;
    /* justify-self: center; */
	grid-area: city;
	align-self: center;
	margin: 0;
	color: #a0c1fd;
	font-weight: 400;
}

.location__street {
	font-size: 1.8rem;
	grid-area: street;
	margin: 0;
	color: #ffffff;
}

.location__zvonite {
	font-size: 1.4rem;
	grid-area: zvonite;
	align-self: center;
	margin: 0;
	color: #ffffff;
	display: grid;
	height: 20px;
	grid-template-columns: max-content max-content;
	align-items: center;
	margin-bottom: 3px;
}

.location__zvonite1 {
	color: #ffffff;
	background: #009b06;
	text-shadow: #005103 1px 1px 2px;
	padding: 5px;
	border-radius: 10px 10px 10px 10px;
	margin-left: 5px;
	/* display: block; */
}

.location__work-time {
	font-size: 1.8rem;
	grid-area: work-time;
	align-self: center;
	margin: 0;
	color: #92e195;
}

.location__phone-number {
	font-size: 2.6rem;
	grid-area: phone-number;
	align-self: center;
	margin: 0;
	color: #f0f8ff;
	padding-top: 5px;
}

.search__search-string::-webkit-input-placeholder {
	font: 100 1.75rem Arial;
}

.search__navigate {
	font-size: 1.6rem;
	align-self: center;
	padding-top: 10px;
	padding-bottom: 5px;
	display: grid;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 15px;
}

.search__button {
	height: 50px;
	margin-left: 1px;
	width: 40px;
	background: #7187b51c;
	background-size: 35px 35px;
	background-position: center;
	cursor: pointer;
	border: solid 1px #637aab;
	border-top: solid 1px #2b65ec;
	border-left: solid 1px #519cc8e0;
	border-right: solid 1px #05628bad;
	border-bottom: solid 1px #415a97;
	position: relative;
	z-index: 2;
	display: flex;
	border-radius: 10px 10px 10px 10px;
}

.search__button::after {
	content: '';
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("/images/search.svg");
	background-size: 25px 25px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5;
}

.search__button::before {
	content: '';
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #08245f8c;
	background: linear-gradient(180deg, #2b65ec 20%, #0c3794 80%, #264694);
	opacity: 0.2;
	z-index: 1;
	transition: opacity 0.3s ease;
}

.search__button:hover::before {
	opacity: 0.8;
	cursor: pointer;
}

.search__button:focus {
	outline-color: aliceblue;
}

.menu-organization__link {
	font-size: 1.75rem;
}

.phone-russia__comment {
	font-size: 1.75rem;
	color: #a0c1fd;
	background: linear-gradient(45deg, #90b1ff 33%, #a0c1fd 66%, #a0c1fd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin: 0;
}

.phone-russia__number {
	font-size: 2.5rem;
	text-align: center;
	margin: 0;
	color: #f0f8ffd9;
}

.menu-organization {
	grid-row: 1;
	grid-column: 1 / 4;
	background-image: repeating-linear-gradient(45deg, #234897bd 0%, #0b369370 30%, #7f9aff96 100%);
	grid-area: nav;
	border-radius: 0 0 0 90%;
	height: max-content;
}

.menu-organization__links {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	min-height: 25px;
	height: 100%;
}

.menu-organization__link {
	color: #dcdee5;
	font-size: 14px;
	padding-left: 12px;
	padding-right: 12px;
	display: flex;
	align-items: center;
	height: 100%;
	text-shadow: #6483b9b8 1px 1px 2px;
	text-decoration: none;
	transition: text-shadow .5s;
	border-radius: 0 0 10px 10px;
	background: #bacbff36;
}

.menu-organization__link_background {
	background: #009b06;
	color: white;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 2px solid #64f16a;
	border-right: 1px solid #0b670f;
	border-radius: 0 0 10px 10px;
	font-size: 16px;
	text-shadow: #005103 1px 1px 2px;
}

.menu-organization_kont {
	font-weight: bold;
}

.menu-organization__link {
	font-size: 1.75rem;
}

.menu-organization__li {
	min-height: 30px;
}

.menu-organization__link_basket-int {
	border-radius: 50% 50% 50% 50%;
	color: white;
	background: #F44336;
	height: 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-left: 3px;
}

.menu-organization__link_color {
	color: #ffffff;
	background: #ff5656;
	padding-right: 10px;
	border-radius: 0 0 10px 10px;
}

.menu-organization__link_basket {
	color: #ffffff;
	background: #009b06;
	border-radius: 0 0 10px 10px;
	padding-right: 10px;
	margin-left: 10px;
	text-shadow: #005103 1px 1px 2px;
}

.content {
	max-width: none;
	grid-template-areas:
		"menu_put"
		"product"
		"opisanie"
		"harakteristiki"
		"price"
		"title"
		"appeal";
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}

.menu_put {
	display: flex;
	width: auto;
	min-height: calc(30px + 0.15vw);
	align-items: center;
	padding-left: 5px;
	padding-right: 7px;
	background: linear-gradient(to top, #a3b4d7e6, #e7edf7);
	grid-area: menu_put;
}

.menu_put_k {
	display: block;
	color: #008b06;
	font-size: 2.125rem;
	font-weight: bold;
	text-decoration: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.menu_put_k:hover {
	color: #ffffff;
}

.menu_put_str {
	display: block;
	margin: 0;
	font-size: 1.7rem;
	margin-left: 5px;
}


.product {
	grid-column: 2;
	display: grid;
	margin-bottom: 0;
	background: #ffffff;
	grid-template-areas:
		"h1 h1 h1 h1"
		"advantages advantages advantages advantages"
		"images price preimushestva delivery"
		"images price preimushestva delivery"
		"images price preimushestva certificate"
		"short-description main-features main-features main-features"
		"short-description main-features main-features main-features";
	grid-template-columns: 42% 12% 28% 18%;
	/* grid-template-rows: auto auto 130px; */
	grid-auto-rows: min-content;
	grid-area: product;
	color: #444444;
	padding-bottom: 20px;
}

.product__sop_mod {
   grid-column: 2;
	display: grid;
	margin-bottom: 0;
	background: #ffffff;
	grid-template-areas:
		"h1 h1 h1 h1"
		"advantages advantages advantages advantages"
		"images price preimushestva delivery"
		"images price preimushestva delivery"
		"images price preimushestva certificate"
		"main-features varianty varianty varianty"
		"main-features related-products related-products related-products"
		"short-description related-products related-products related-products";
   grid-template-columns: 42% 12% 28% 18%;
   grid-auto-rows: min-content;
   grid-area: product;
   color: #444444;
   padding-bottom: 40px;
}

.product__mod {
   grid-column: 2;
   display: grid;
   margin-bottom: 0;
   background: #ffffff;
   grid-template-areas:
      "h1 h1 h1 h1"
      "advantages advantages advantages advantages"
      "images price preimushestva delivery"
      "images price preimushestva delivery"
      "images price preimushestva certificate"
      "main-features varianty varianty varianty"
      "main-features short-description short-description short-description"
      "main-features short-description short-description short-description";
   grid-template-columns: 42% 12% 28% 18%;
   grid-auto-rows: min-content;
   grid-area: product;
   color: #444444;
   padding-bottom: 40px;
}

.product__sop {
   grid-column: 2;
	display: grid;
	margin-bottom: 0;
	background: #ffffff;
	grid-template-areas:
   "h1 h1 h1 h1"
   "advantages advantages advantages advantages"
   "images price preimushestva delivery"
   "images price preimushestva delivery"
   "images price preimushestva certificate"
   "short-description varianty varianty varianty"
   "short-description main-features main-features main-features"
   "short-description main-features main-features main-features"
   "related-products main-features main-features main-features";
   grid-template-columns: 42% 12% 28% 18%;
   grid-auto-rows: min-content;
   grid-area: product;
   color: #444444;
   padding-bottom: 40px;
}

.product__header {
	text-align: center;
	color: #324e7d;
	font-size: 2.5rem;
	padding-top: 20px;
	padding-bottom: 25px;
	margin: 0;
	grid-area: h1;
	background: #f0f8ffbd;
	/* margin-bottom: 15px; */
}

.product__header_ba {
	color: #224072;
	font-size: 2.625rem;
	padding-left: 5px;
	padding-right: 5px;
}

.product__header_id2 {
	color: #008405;
	font-size: 2.25rem;
}

.related-products_list {
	display: flex;
	list-style-type: none;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
	/* margin-left: 20px; */
	flex-wrap: wrap;
}

.related-products_product {
	background: #ffffff;
	padding: 5px;
	margin: 5px;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 1px 5px 1px #c5c5c5;
}

.related-products_product__price {
	margin: 0;
	text-align: center;
}

.related-products_product_link {
	text-decoration: none;
}

.related-products_product:hover {
	box-shadow: inset 0 1px 5px 1px #c5c5c5;
}

.related-products_product__foto {
	width: 100px;
}

.images {
	display: grid;
	grid-template-areas:
		"foto_osn";
	grid-area: images;
	background: white;
	position: relative;
	overflow: hidden;
	width: auto;
	max-height: 950px;
	/* display: none; */
	min-height: 420px;
}

.images_konteiner {
	max-height: 800px;
	display: grid;
}

.images__image {
	max-width: 1200px;
	grid-area: foto_osn;
	overflow: auto;
	left: calc(15vw - 80px);
	position: absolute;
	object-fit: contain;
	align-self: center;
	width: calc(12vw + 300px);
	max-height: 500px;
}

.images__image-dop {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: calc(18rem/1.1);
	grid-area: foto_osn;
	z-index: 10;
	align-self: center;
	height: 100%;
	display: grid;
	/* align-items: flex-start; */
	position: absolute;
}

.images__image-dop-ff {
	width: 100%;
	object-fit: scale-down;
	overflow: auto;
	border-radius: 10px 10px 10px 10px;
}

.images__image-dop-f {
	border: 1px solid #adadad;
	border-radius: 10px 10px 10px 10px;
	margin: 3px;
	background: white;
	box-shadow: 5px 5px 5px #c5c5c5;
	width: auto;
	display:flex;
}

.images__image-dop-f:hover {
	box-shadow: 5px 5px 5px #ebebeb;
	border: 1px solid #afafaf;
	cursor: pointer;
}







.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.9);
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
}

.modal-content {
  display: block;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
  object-fit: contain;
  animation: zoom 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)}
  to {transform: scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 160;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
  background-color: rgba(0,0,0,0.5);
  z-index: 160;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  touch-action: pan-y;
}

#osnfoto {
  cursor: zoom-in;
  cursor: url(/images/luppa1.png) 16 16, zoom-in !important;
}

/* Для маленьких экранов */
@media (max-width: 600px) {
  .prev, .next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    background-color: rgba(0,0,0,0.6); /* Прозрачный темный фон */
  }

  .prev {
    left: 5px;
  }

  .next {
    right: 5px;
  }
}







.price {
	grid-area: price;
	z-index: 10;
	border-radius: 15px 15px 15px 15px;
	background: #f8f7f5;
	display: grid;
	flex-wrap: wrap;
	grid-template-areas:
		"artikul"
		"part"
		"nalich"
		"nalichie_komm"
		"alichie_adres"
		"adres_karta"
		"ojidaetsa"
		"cena_old"
		"cena"
		"komm_c"
		"kupit";
	color: #006933;
	padding-bottom: 20px;
	box-shadow: inset 0 1px 3px 1px #c5c5c5;
	height: auto;
	align-self: auto;
	/* width: 300px; */
}

            @keyframes animated {
                0% {
                    background-position: 0
                }

                to {
                    background-position: -100% 0
                }
            }

.price_c {
	font-size: 5rem;
	font-weight: bold;
	color: #006933;
	padding-right: 10px;
	background: linear-gradient(-45deg, #006933 44%, #6ce1a6 48%, #65f3ab 52%, #006933 56%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: #0000;
	animation: animated 6s ease-in-out infinite;
	transition: color .5s ease-out;
	background-size: 600% auto;
}

.price_pred {
	grid-area: cena_old;
	margin: 0;
	text-align: center;
	color: #d0372b;
	font-size: 3.125rem;
	text-decoration: line-through;
}

.price_art {
	grid-area: artikul;
	font-size: 2.25rem;
	font-weight: bold;
	margin: 0;
	background: #4e71cc;
	color: white;
	border-radius: 15px 15px 0 0;
	padding-left: 20px;
	padding-top: 3px;
	height: 30px;
	display: flex;
	align-items: center;
}

.price_art_s {
	font-size: 2.25rem;
	padding-left: 10px;
	font-weight: 100;
}

.price_part {
	grid-area: part;
	font-size: 2.25rem;
	font-weight: bold;
	margin: 0;
}

.price_part_s {
	font-weight: 100;
	padding-left: 10px;
}

.price_nalichie_komm {
	grid-area: nalichie_komm;
	margin: 0;
	font-size: 2.2rem;
	color: #008306;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.price_nalichie {
	grid-area: nalich;
	font-size: 2.7rem;
	text-align: center;
	margin: 0;
	font-weight: bold;
	margin-top: 10px;
	background: linear-gradient(-45deg, #006933 44%, #6ce1a6 48%, #65f3ab 52%, #006933 56%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: #0000;
	animation: animated 6s ease-in-out infinite;
	transition: color .5s ease-out;
	background-size: 600% auto;
}

.price_t {
	grid-area: cena;
	text-align: center;
	width: 100%;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 3.75rem;
}

.price_rasprod {
    color: #F44336;
    font-size: 2.1rem;
    display: block;
}

.price_komm {
	grid-area: komm_c;
	margin: 0;
	color: #F44336;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5rem;
}

.price_park {
    font-size: 2.5rem;
}

.price_nalichie_adres_karta {
	grid-area: adres_karta;
	/* margin-top: 20px; */
	/* min-height: 300px; */
	text-align: center;
	display: grid;
	align-items: center;
	justify-items: center;
	/* height: 100%; */
}

.price_nalichie_adres_karta_stat {
	width: calc(100% - 5px);
}

.price_nalichie_adres {
	grid-area: alichie_adres;
	margin: 0;
	text-align: center;
	font-size: 1.9rem;
	padding-top: 10px;
	padding-bottom: 20px;
}

.price_kupit {
	grid-area: kupit;
	justify-self: center;
	margin-top: 10px;
	position: relative;
	display: inline-block;
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size: 3.125rem;
	font-weight: 700;
	color: whitesmoke;
	text-shadow: 0 -1px #0000001a;
	text-decoration: none;
	user-select: none;
	padding: .3em 1em;
	outline: none;
	border: none;
	border-radius: 3px;
	background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
	box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, #0000004d 0 2px 5px;
	-webkit-animation: pulsate 1.2s linear infinite;
	animation: pulsate 2.2s linear infinite;
}

.shopping_cart {
	color: #006f05;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	text-decoration: underline;
	background: #ceffdb;
	border: 1px solid #a5aec3;
	border-radius: 10px 10px 10px 10px;
	margin: 10px;
	text-align: center;
	grid-area: kupit;
	display: flex;
	justify-content: center;
	align-items: center;
}

.price_kupit:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	cursor: pointer;
	top: 1px;
	color: #fff;
	text-shadow: 0 -1px 0 #0000004d, 0 0 1px #ffd, 0 0 12px #fff;
	box-shadow: 0 -1px 3px #0000004d, 0 1px 1px #fff, inset 0 1px 2px #000000cc, inset 0 -1px 0 #0000000d;
}

@-webkit-keyframes pulsate {
	50% {
		color: #fff;
		text-shadow: 0 -1px #0000004d, 0 0 5px #ffd, 0 0 8px #fff;
	}
}

@keyframes pulsate {
	50% {
		color: #fff;
		text-shadow: 0 -1px #0000004d, 0 0 5px #ffd, 0 0 8px #fff;
	}
}

.product_preview__expected {
	font-weight: 100;
}

.product_postuplen_ojidaetsa {
	text-align: center;
	font-weight: bold;
	grid-area: ojidaetsa;
	margin: 0;
	font-size: 2.5rem;
	padding-top: 20px;
}

.certificate {
	grid-area: certificate;
	justify-self: center;
	width: fit-content;
	max-height: 450px;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
	/* margin-bottom: 20px; */
}

.certificate_img {
	border-radius: 15px 15px 15px 15px;
	box-shadow: -2px 2px 4px 1px #c5c5c5;
	cursor: pointer;
	object-fit: contain;
	width: 100%;
	height: 87%;
	border-right: solid 1px #dddddd;
	border-top: solid 1px #dddddd;
}

.certificate_img:hover {
	box-shadow: -1px 1px 1px #c5c5c5;
	box-shadow: inset 1px 0 3px 1px #c5c5c5;
	border: solid 1px #dddddd;
}

.certificate_h {
	font-weight: bold;
	color: black;
	font-size: 1.7rem;
	padding-top: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.delivery {
	grid-area: delivery;
	color: #224072;
	display: grid;
	align-content: revert-layer;
	justify-content: stretch;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	grid-template-areas:
		"d_img"
		"d_ekb"
		"d_ross";
	gap: 10px;
	border-radius: 15px 15px 15px 15px;
	background: #eff7ff;
	margin: 20px;
	margin-top: 0;
	margin-bottom: 0;
	/* margin-top: 20px; */
}

.delivery_img {
	width: 100px;
	grid-area: d_img;
	align-self: center;
	padding: 10px;
	justify-self: center;
}

.delivery_ekb {
	grid-area: d_ekb;
	margin: 0;
	align-self: self-end;
	padding-left: 10px;
	padding-right: 10px;
}

.delivery_r {
	grid-area: d_ross;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.advantages {
	grid-area: advantages;
	padding-bottom: 3px;
	text-align: center;
	color: #008f06;
	border-bottom: 1px solid #1eb825;
	border-bottom-style: dashed;
	border-top: 1px solid #1eb825;
	border-top-style: dashed;
	/* padding: 10px; */
	font-weight: bold;
	font-size: 12px;
	/* margin-top: 20px; */
	background: #f4fff5;
	/* margin-left: 20px; */
	/* margin-right: 20px; */
	margin-bottom: 20px;
	/* border-radius: 15px 15px 15px 15px; */
	max-height: 150px;
	align-content: center;
}

.advantages_osn {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.5rem;
}

.preimushestva {
	grid-area: preimushestva;
	/* margin: 0 auto; */
	/* display: block; */
	/* max-width: 800px; */
  > *:not(.tab-wrap) {
	/* padding: 0 80px; */
	};
	margin-left: 20px;
}

.preimushestva_0 {
    transition: 0.3s box-shadow ease;
    border-radius: 15px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    /* margin: 40px 0; */
    box-shadow: 0px 1px 3px 1px rgb(92 92 92 / 39%), 0 1px 2px rgb(238 238 238);
  &:
    hover {
    box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
  };
    height: 100%;
    z-index: 1;
}



.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 15px 0 25px 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0 15px 0 25px;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 1.8rem;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
  width: 100%;
}

.preimushestva_spisok {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	padding-bottom: 20px;
	display: grid;
	grid-gap: 20px;
	font-size: 2.4rem;
	color: #2e2e2e;
	/* z-index: 1; */
}

.preimushestva_spisok__parkov{
	font-size: 2.0rem;
}

.preimushestva_element_v {
	color: #008807;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 3.75rem;
	grid-area: revert;
	justify-self: end;
}

.preimushestva_element_h {
	align-self: center;
	padding-left: 5px;
}

.preimushestva_element {
	padding: 10px;
	padding-top: 0;
	background: #ffffff;
	border-radius: 15px 15px 15px 15px;
	object-fit: cover;
	overflow: hidden;
	display: grid;
	grid-template-areas:
		"v preim_k"
		"preim_p preim_p";
	grid-template-columns: 35px 1fr;
}

.preimushestva_element_znach {
	font-size: 1.55rem;
	list-style-type: initial;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 20px;
	grid-area: preim_p;
}

.preimushestva_element_znach__parkov{
	font-size: 1.5rem;
}

.preimushestva_element_vazhno {
    color: #404040;
    font-weight: bold;
}

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

.otzyvy {
    margin: 0;
    padding: 0;
}

.otzyvy_img {
    width: 100%;
    max-width: fit-content;
}

.otzyvy_ssylka {
    padding: 20px;
    text-align: center;
}

.main-features {
	grid-area: main-features;
	color: #4e4e4e;
	background: #e5e5e5bf;
	font-size: 2rem;
	padding-top: 20px;
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(238,246,255,1) 100%);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(242 246 255) 100%);
	padding-bottom: 20px;
	/* margin-right: 20px; */
	margin-top: 20px;
	height: auto;
	border-radius: 15px 15px 15px 15px;
	margin-right: 20px;
	z-index: 2;
}

.main-features_harakt_osn {
	display: flex;
	font-size: 2.0rem;
	font-weight: normal;
	margin: 0;
	margin-left: 20px;
	align-items: self-end;
	/* grid-template-columns: max-content max-content 1fr; */
}

.main-features_harakt_osn:after {
	border-bottom: 1px dashed #ababab;
	content: '';
	flex: 1;
	padding-left: 30px;
}

.main-features_harakt {
	display: flex;
	font-size: 2.5rem;
	font-weight: normal;
	margin: 0;
	margin-left: 20px;
}

.main-features_harakt:after {
	border-bottom: 1px dashed #ababab;
	content: '';
	flex: 1;
	padding-left: 30px;
}

.main-features_harakt_komm {
	display: none;
	background: #fbfbfb;
	width: 50%;
	align-self: center;
	justify-self: center;
	padding: 30px;
	border-radius: 10px;
}

.main-features_komm_close {
	text-align: center;
	background: #999999;
	width: 3.7rem;
	justify-self: end;
	color: #f9f9f9;
	border-radius: 50% 50% 50% 50%;
	border: solid 1px #ababab;
	cursor: pointer;
}

.main-features_komm_close::before {
	content: "X";
	font-size: 3rem;
}

.main-features_komm_close:hover {
	border: solid 1px #717171;
}

.main-features_komm {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	background: #494949b5;
	left: 0;
	display: none;
	z-index: 10;
}

.main-features_znach {
	color: #2a2a2a;
	margin: 0;
	align-self: end;
}

.short-description {
	grid-area: short-description;
	color: #4e4e4e;
	margin: 0;
	border-radius: 15px 15px 15px 15px;
	background: #4db95414;
	margin-top: 20px;
	margin-right: 20px;
	padding: 20px;
	font-size: 1.8rem;
}

.short-description__h {
	font-weight: 600;
}

.varianty0 {
	grid-area: varianty;
	z-index: 2;
}

.varianty {
	font-size: 1.6rem;
	border-radius: 15px 15px 15px 15px;
	border-width: 0;
	margin-top: 20px;
	padding-bottom: 20px;
}

.variant {
    /* display: flex; */
    margin: 0;
    unicode-bidi: isolate-override;
    padding-left: 10px;
    margin-top: 5px;
}

.variant_name {
	padding-top: 0;
	border-radius: 15px 15px 15px 15px;
	display: grid;
	grid-template-areas:
		"tovar_var cena_var";
	grid-template-columns: auto 100px;
	align-items: center;
	/* width: fit-content; */
}

.variant_name_ssylka {
	width: auto;
	display: grid;
	/* height: max-content; */
	text-decoration: none;
	grid-template-columns: 25px minmax(50px, max-content) auto;
	font-weight: 600;
}

.variant_name_ssylka:hover {
    color: #344072;
    text-shadow: 1px 1px #a9a9a9;
}

.variant_name_ssylka::before {
	content: " ";
	margin-right: 10px;
	width: 15px;
	height: 15px;
	border-radius: 15px 15px 15px 15px;
	border: 2px solid #a7a7a7;
}

.variant_name_ssylka:after {
	border-bottom: 1px dashed #ababab;
	content: '';
	flex: 1;
	padding-left: 30px;
}

.variant_cena {
	padding: 5px 10px 5px;
	color: #006933;
	font-weight: bold;
	grid-area: cena_var;
	width: max-content;
}

.variant_cena_tek {
    background: linear-gradient(to bottom, #dde5ffb3 45%, #ffffff 68%, #cdd5ef 100%);
    border: 2px solid #1eb825;
    border-radius: 5px 5px 5px 5px;
}

.variant_flag {
	margin: 0;
	margin-right: 5px;
	padding: 0;
	width: 20px;
}

.variant_name_tek {
	margin: 0;
	grid-area: tovar_var;
	color: #040404;
	display: flex;
	display: grid;
	grid-template-columns: 25px auto min-content;
	grid-template-columns: 25px minmax(50px,max-content) auto;
	font-weight: 600;
}

.variant_name_tek::before {
	content: " ";
	width: 15px;
	height: 15px;
	background: #4CAF50;
	border-radius: 15px 15px 15px 15px;
	border: 2px solid #218b25;
	display: block;
	margin-right: 10px;
}

.variant_name_tek::after {
	border-bottom: 1px dashed #1a1a1a;
	content: '';
	flex: 1;
	padding-left: 30px;
}

.varianty_h {
	font-size: 2.25rem;
	font-weight: bold;
}

.related-products {
	grid-area: related-products;
	padding: 10px;
	background: #f3f3f3;
	margin-top: 20px;
	border-radius: 15px 15px 15px 15px;
	/* margin-left: 20px; */
	/* margin-right: 20px; */
	/* display: none; */
	z-index: 2;
}

.related-products_zag {
    font-size: 2.25rem;
    margin: 0;
}

.canvas1 {
	background: aquamarine;
	display: none;
}

.title {
	grid-area: title;
	background: #efefefb3;
}

.title__header {
	text-align: center;
}

.title__header_description {
	text-align: center;
}

.appeal {
	grid-column: 1 / 4;
	display: flex;
	justify-content: center;
	background-image: url(/images/kkm-kassy_ch.jpg);
	background-position: left;
	border-top: 1px solid #809ee3;
	border-bottom: 1px solid #34498e;
	margin-top: 40px;
	margin-bottom: 20px;
	flex-wrap: wrap;
	position: relative;
	border-radius: 10px 10px 10px 10px;
	/* width: min-content; */
}

.appeal__text {
	padding: 45px;
	max-width: 800px;
	border-left: 1px solid #5b80c7;
	border-right: 1px solid #5f84cc;
	background: #2441ab69;
	color: white;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	font-size: 25px;
	font-size: 1.7em;
	text-align: center;
	margin: 0;
	z-index: 1;
	border-radius: 150px 150px 150px 150px;
	margin-top: 10px;
}

.appeal__tel {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	background: #2441ab69;
	padding: 20px;
	font-weight: bold;
	border-right: 1px solid #344ca39c;
	font-size: 30px;
	font-size: 2em;
	color: #FFFFFF;
	margin: 0;
	z-index: 1;
	border-radius: 0 0 150px 150px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
}

.appeal__tel-komm {
	font-size: 18px;
	color: #cbd7ec;
}

.appeal::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #203776;
	opacity: 0.4;
	border-radius: 10px 10px 10px 10px;
}

.footer {
	display: grid;
	grid-template-rows: minmax(min-content, 1fr) 50% minmax(min-content, 1fr);
	grid-template-columns: 1fr repeat(4, minmax(min-content, 18%)) 1fr;
	grid-template-areas:
		". h h h y ."
		". k v a n ."
		". f f f f .";
	color: #cfcfcf;
	font-size: 2rem;
	position: relative;
	min-height: 300px;
	width: 100%;
	background: #13245de8;
	z-index: 2;
	font-size: 1.1em;
}

.footer::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
	background: #192344;
}

.footer__yandex {
    grid-area: y;
    z-index: 1;
    margin-top: 5px;
    justify-self: anchor-center;
    align-self: anchor-center;
    border: 0;
}

.footer__date-update {
	margin: 0;
	z-index: 1;
	grid-area: h;
	padding-top: 10px;
	font-size: 1.625rem;
}

.footer__date-update-time {
	color: #ffffff;
}

.footer__copyright {
	margin: 0;
	z-index: 1;
	list-style-type: none;
	padding: 0;
	color: #bbcbff;
	padding-left: 20px;
	font-size: 2.1rem;
}

.footer__contacts {
	grid-area: v;
	z-index: 1;
	display: grid;
	grid-template-rows: 1fr 1fr 1fr 1fr 30px;
	align-content: space-between;
	align-items: end;
}

.footer__requisites {
	margin: 0;
	list-style-type: none;
	grid-area: k;
	z-index: 1;
	grid-auto-rows: min-content;
	display: grid;
	align-content: space-between;
}

.footer__h {
	margin: 10px 0;
	color: #5e7de1;
	background: #263155;
	padding-left: 20px;
	height: 30px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 2.0rem;
}

.footer__organization {
	margin: 0;
	z-index: 1;
	display: flex;
	padding-left: 20px;
	width: max-content;
}

.footer__specialization {
	font-size: 12px;
	padding-left: 5px;
}

.footer__ogrn {
	padding-left: 20px;
	margin: 0;
}

.footer__tel {
	margin: 0;
	padding-left: 20px;
	width: max-content;
}

.footer__e-mail {
	margin: 0;
	padding-left: 20px;
	width: max-content;
}

.footer__operating-time {
	margin: 0;
	z-index: 1;
	padding-left: 20px;
	width: max-content;
}

.footer__address {
	margin: 0;
	z-index: 1;
	font-style: normal;
	grid-area: a;
	display: grid;
	grid-template-rows: min-content;
}

.footer__address1 {
	display: grid;
}

.footer__country {
	margin: 0;
	padding-left: 20px;
}

.footer__code {
	margin: 0;
	padding-left: 20px;
}

.footer__city {
	padding-left: 20px;
	font-weight: normal;
}

.footer__street {
	margin: 0;
	padding-left: 20px;
	width: max-content;
}

.footer__nav {
	margin: 0;
	z-index: 1;
	grid-area: n;
	display: grid;
	grid-template-rows: min-content;
}

.footer__links {
	margin: 0;
	list-style-type: none;
	padding: 0;
	padding-left: 20px;
	display: grid;
	grid-gap: 10px;
}

.footer__link {
	color: inherit;
	text-decoration: none;
}

.footer__note {
	margin: 0;
	z-index: 1;
	grid-area: f;
	padding-top: 30px;
	padding-bottom: 10px;
	align-self: end;
	font-size: 1.625rem;
}

.footer__note-p {
	margin: 0;
}

.up-button {
	position: fixed;
	left: 5px;
	bottom: 40px;
	background: #0037eccf;
	padding: 5px;
	font-size: 16px;
	border-radius: 50px 50px 50px 50px;
	text-decoration: blink;
	color: #ffffff;
	scroll-behavior: smooth;
	transition: bottom .2s;
	border-top: solid 1px #ffffffd1;
	border-bottom: solid 1px #192f84;
	width: 60px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 27px;
	z-index: 10010;
}

.up-button:before {
	content: '↑';
	display: block;
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 18px;
	right: 0;
	font-size: 22px;
}

.hint-window {
	position: absolute;
	font-size: 14px;
	padding: 30px;
	z-index: 17000;
	background: linear-gradient(#fffffff0 0, #aec1ff 100%);
	display: none;
	cursor: pointer;
	line-height: 1.3;
	max-width: 400px;
	min-width: 200px;
	border: 1px double #304486;
	border-radius: 0 5px;
	box-shadow: 0 0 11px 0 #818baf94;
	color: #314892;
}

.hint-window__heat {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.hint-window__close {
	width: 20px;
	height: 20px;
	background: #a8bfff;
	text-align: center;
	border-radius: 0 5px;
	color: white;
	cursor: pointer;
	border-top: solid 1px #7b7b7b;
	border-right: solid 1px #797979;
	border-left: solid 1px white;
	border-bottom: solid 1px white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-content {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	background: #494949b5;
	z-index: 150;
	/* display: none; */
}

.modal-content_1 {
	background: #eaeae5;
	width: 500px;
	height: 500px;
	border-radius: 5px;
	display: flex;
	position: absolute;
}

.modal-content_1_spacious {
	background: white;
	border-radius: 5px;
	display: flex;
	position: relative;
}

.modal-content_2 {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.modal-h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 2.75rem;
	color: #7a7a7a;
}

.modal-content_blok1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.modal-content_m_str {
	display: flex;
	padding-bottom: 5px;
	padding-top: 5px;
	justify-content: space-between;
}

.modal-content_m_vrem {
	font-size: 1.5rem;
	color: #8e8e8e;
}

.modal-content_m_nal {
	width: 150px;
	color: #4CAF50;
	font-weight: bold;
	text-align: center;
}

.opisanie_spisok {
    /* font-style: italic; */
    color: #353535;
}

.opisanie {
	grid-area: opisanie;
	font-size: 1.6rem;
	padding: 30px;
	columns: 1;
	border-top: 10px solid #f3f3f3;
	display: grid;
	background-image: url(/images/kkm-kassy_ch.jpg);
	position: relative;
}

.opisanie::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff73;
	opacity: 0.8;
	border-radius: 10px 10px 10px 10px;
}

.opisanie_0 {
	max-width: 850px;
	justify-self: center;
	border-left: 2px solid #f3f3f3;
	border-right: 2px solid #f3f3f3;
	border-top: 1px solid #cdc4c4;
	border-bottom: 2px solid #efefef;
	padding: 20px 30px;
	background: white;
	border-radius: 15px 15px 15px 15px;
	z-index: 1;
}

.opisanie_zagolovok {
	font-size: 2.1rem;
	margin: 0;
}


.opisanie_spisok_str2 {
	font-size: 1.9rem;
	font-style: normal;
	color: #005b0a;
}



.opisanie {
	grid-area: opisanie;
	font-size: 1.6rem;
	columns: 1;
	border-top: 10px solid #f3f3f3;
	display: grid;
	position: relative;
	line-height: 1.5;
	background-color: #f5f5f5;
	background-repeat: repeat;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='1200' viewBox='0 0 1200 1200'%3E%3Crect width='1200' height='1200' fill='none'/%3E%3Cg opacity='0.5'%3E%3Cpath d='M0 100 C200 300, 1000 300, 1200 500 L1200 600 C1000 400, 200 400, 0 200 Z' fill='%23a8a8a8' opacity='0.2'/%3E%3Cpath d='M0 100 C200 300, 1000 300, 1200 500' stroke='%23a8a8a8' stroke-width='2' fill='none'/%3E%3Cpath d='M0 100 C200 300, 1000 300, 1200 500' stroke='%23a8a8a8' stroke-width='20' fill='none' opacity='0.3'/%3E%3Cpath d='M0 1100 C300 900, 900 900, 1200 100 L1200 200 C900 400, 300 400, 0 1000 Z' fill='%23c0c0c0' opacity='0.2'/%3E%3Cpath d='M0 1100 C300 900, 900 900, 1200 100' stroke='%23c0c0c0' stroke-width='2.5' fill='none'/%3E%3Cpath d='M0 1100 C300 900, 900 900, 1200 100' stroke='%23c0c0c0' stroke-width='18' fill='none' opacity='0.3'/%3E%3Cpath d='M0 600 C200 400, 1000 800, 1200 600 L1200 700 C1000 500, 200 900, 0 700 Z' fill='%23d0e4ff' opacity='0.2'/%3E%3Cpath d='M0 600 C200 400, 1000 800, 1200 600' stroke='%23d0e4ff' stroke-width='2' fill='none'/%3E%3Cpath d='M0 600 C200 400, 1000 800, 1200 600' stroke='%23d0e4ff' stroke-width='16' fill='none' opacity='0.3'/%3E%3Cpath d='M0 300 C400 500, 800 100, 1200 300 L1200 400 C800 200, 400 600, 0 400 Z' fill='%23b0b0b0' opacity='0.2'/%3E%3Cpath d='M0 300 C400 500, 800 100, 1200 300' stroke='%23b0b0b0' stroke-width='2.5' fill='none'/%3E%3Cpath d='M0 300 C400 500, 800 100, 1200 300' stroke='%23b0b0b0' stroke-width='17' fill='none' opacity='0.3'/%3E%3Cpath d='M0 900 C300 700, 900 1100, 1200 900 L1200 1000 C900 800, 300 1200, 0 1000 Z' fill='%23e0e0e0' opacity='0.2'/%3E%3Cpath d='M0 900 C300 700, 900 1100, 1200 900' stroke='%23e0e0e0' stroke-width='2' fill='none'/%3E%3Cpath d='M0 900 C300 700, 900 1100, 1200 900' stroke='%23e0e0e0' stroke-width='15' fill='none' opacity='0.3'/%3E%3C/g%3E%3C/svg%3E");
	color: #333;
}

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

.opisanie li {
    padding-top: 15px;
}

.opisanie h2 {
    color: #173474;
    margin: 45px 0 25px;
    font-size: 2.1rem;
}

.opisanie h3 {
    color: #3a3a3a;
    margin: 35px 0 10px;
    font-size: 1.9rem;
}



.opisanie_zagolovok--level-1{
	font-size: 2.3rem;
	margin: 0;
}
.opisanie_zagolovok--level-2{
	font-size: 2.1rem;
	margin: 0;
}
.opisanie_zagolovok--level-3{
	font-size: 1.9rem;
	margin: 0;
}
.opisanie_zagolovok--level-4{
	font-size: 1.7rem;
	margin: 0;
	padding-top: 20px;
}


.opisanie a {
    color: #0066cc;
    text-decoration: none;
}

.opisanie a:hover {
    text-decoration: underline;
}

.opisanie img {
    max-width: 100%;
    height: auto;
}

.opisanie_spisok{
	list-style-type: disc;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0;
}






.opisanie_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  font-family: var(--font-main);
  margin: 0;
  padding: 0;
}

.opisanie_table__cell {
  /* border: 1px solid var(--border-color); */
  padding: 12px 16px;
  vertical-align: middle;
  color: var(--text-primary);
  font-size: 14px;
  line-height: 1.5;
}

.opisanie_table__cell--header {
  background-color: #4556a7;     /* Синий фон */
  color: var(--text-header);            /* Белый текст */
  font-weight: 600;
  text-align: left;
}

.opisanie_table__cell--align-left {
  text-align: left;
}

.opisanie_table__row {
  background-color: var(--bg-secondary);
}

/* Чередование фона строк */
.opisanie_table__row:nth-child(even) {
  background-color: #f7f7f7;
}

/* Подсветка строки при наведении */
.opisanie_table__row:hover {
  background-color: var(--accent-pale);
  transition: background-color 0.3s ease;
}

/* Вертикальная подсветка при наведении на ячейку */
.opisanie_table__cell:hover::after {
  content: "";
  position: absolute;
  top: -10000px;
  left: 0;
  width: 100%;
  height: 10000px;
  background-color: var(--accent-pale);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}

/* Фиксация заголовков при прокрутке */
.opisanie_table thead .opisanie_table__cell--header {
  position: sticky;
  top: 0;
  z-index: 1;
  /* background-color уже задан в .opisanie_table__cell--header */
}

/* Адаптация для узких экранов */
@media (max-width: 768px) {
  .opisanie_table__cell {
    padding: 10px 12px;
    font-size: 13px;
  }
}






.room_body_e1 {
    max-width: 850px;
    justify-self: center;
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    border-top: 1px solid #cdc4c4;
    border-bottom: 2px solid #efefef;
    padding: 20px 30px;
    background: white;
    border-radius: 15px 15px 15px 15px;
    z-index: 1;
}

.raskr_bl_kn {
    font-weight: bold;
    color: #4CAF50;
    text-decoration: underline dotted #4CAF50;
    text-decoration-color: rgb(3 105 0);
    text-decoration-style: double;
    cursor: pointer;
}

.opisanie_str {
	margin: 0;
	padding-top: 10px;
}

.main-features-vse {
	grid-area: harakteristiki;
	background: #f3f3f3;
	padding: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 2.5rem;
	display: grid;
	grid-template-areas: "har-zag harakt znachen"
        "har-zag harakt znachen";
}

.harakteristiki_zagolovok {
	grid-area: har-zag;
}

.main-features_body {
	display: grid;
	height: 100%;
	align-content: space-evenly;
}

.main-features_str {
	display: grid;
	grid-template-areas: "harakt znachen";
	grid-template-columns: 1fr 1fr;
}

.main-features_komm_zn::before {
	content: "?";
	margin-left: 5px;
	color: #ffffff;
	background: linear-gradient(to bottom, #5171c3 45%, #455c96 68%, #22376b 100%);
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #3d55ad;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	cursor: help;
	line-height: 1;
	font-size: 1.5rem;
}

.main-features_zag {
    font-size: 2.25rem;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 10px;
}

.page__show-grid {
	display: grid;
}


@media (max-width: 1950px) {
	.delivery {
		grid-template-areas:
			"d_img"
			"d_ekb"
			"d_ross";
	}
}


@media (max-width: 1900px) {

	.product {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images price preimushestva preimushestva"
			"images price delivery certificate"
			"short-description varianty varianty varianty"
			"short-description main-features main-features main-features"
			"related-products related-products related-products related-products";
		grid-template-columns: 45% 17% 24% 14%;
	}

	.product__sop_mod {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images price preimushestva preimushestva"
			"images price delivery certificate"
			"main-features varianty varianty varianty"
			"short-description related-products related-products related-products";
		grid-template-columns: 45% 17% 24% 14%;
	}

	.product__mod {
		     /* grid-template-areas:
     		     "h1 h1 h1 h1"
     		     "advantages advantages advantages advantages"
     		     "images price preimushestva preimushestva"
     		     "images price delivery certificate"
     		     "short-description varianty varianty varianty"
     		     "short-description main-features main-features main-features"
     		     "related-products related-products related-products related-products"; */
		     grid-template-columns: 45% 17% 24% 14%;
		}

   .product__sop {
      grid-template-areas:
         "h1 h1 h1 h1"
         "advantages advantages advantages advantages"
         "images price preimushestva preimushestva"
         "images price delivery certificate"
         "short-description varianty varianty varianty"
         "short-description main-features main-features main-features"
         "related-products related-products related-products related-products";
      grid-template-columns: 45% 17% 24% 14%;
   }

	.delivery {
	    margin-top: 20px;
	}
}


@media (max-width: 1600px) {
	.images__image {
		width: calc(18vw + 150px);
		left: calc(12vw - 20px);
		/* top: 30px; */
	}

}

@media screen and (max-width: 1530px) {

	.organization-information {
		grid-template-areas:
			"cat-nav nav nav nav nav nav nav nav"
			"logo logo location location search search phone w"
			"logo logo location location search search phone y";
	}

	.location {
		grid-template-areas: "zvonite"
          "city"
          "street"
          "work-time"
          "phone-number"
          "new";
		min-width: 180px;
	}

	.location__phone-number {
		font-size: 2.0rem;
	}

	.location__work-time {
		font-size: 1.5rem;
	}

	.location__new {
		justify-self: start;
	}

	.location__city {
		justify-self: start;
	}

	.search {
		min-width: 200px;
		padding-left: 10px;
	}

	.button-menu {
		display: block;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		text-decoration: none;
		padding-right: 15px;
		min-height: 30px;
		border-radius: 0 0 10px 0;
		box-sizing: border-box;
	}

	.main-menu {
		border-radius: 0 30px 0 0;
	}

	.main-menu__close {
		display: flex;
	}
}

@media (max-width: 1300px) {

   .product {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images images price price"
			"images images price price"
			"preimushestva preimushestva preimushestva preimushestva"
			"varianty varianty varianty varianty"
			"short-description main-features  main-features main-features "
			"related-products main-features main-features main-features"
			"certificate delivery delivery delivery";
		grid-template-columns: 45% 22% 18% 15%;
	}

   .product__sop_mod {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images images price price"
			"images images price price"
			"short-description main-features  main-features main-features"
			"varianty varianty varianty varianty"
			"preimushestva preimushestva preimushestva preimushestva"
			"delivery delivery delivery delivery"
			"related-products related-products related-products related-products"
			"certificate certificate certificate certificate";
		grid-template-columns: 45% 22% 18% 15%;
	}

	.product__mod {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images images price price"
			"images images price price"
			"preimushestva preimushestva preimushestva preimushestva"
			"varianty varianty varianty varianty"
			"short-description main-features  main-features main-features "
			"related-products main-features main-features main-features"
			"certificate delivery delivery delivery";
		grid-template-columns: 45% 22% 18% 15%;
	}

	.product__sop {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images images price price"
			"images images price price"
			"preimushestva preimushestva preimushestva preimushestva"
			"varianty varianty varianty varianty"
			"short-description main-features  main-features main-features "
			"related-products related-products related-products related-products"
			"certificate delivery delivery delivery";
		grid-template-columns: 45% 22% 18% 15%;
	}

	.images__image {
		left: calc(22vw - 80px);
		width: calc(20vw + 250px);
	}

	.main-features-vse {
		grid-template-areas: "har-zag har-zag"
            "harakt znachen";
	}

	.preimushestva_spisok {
		grid-template-columns: repeat(2, auto);
		margin-left: 10px;
		margin-top: 10px;
		font-size: 3rem;
	}

	.preimushestva_element_znach {
	    font-size: 2rem;
	}

	.variant_name {
		grid-template-columns: 6fr 1fr;
	}

	.preimushestva {
	    margin-left: 0;
		padding-top:20px;

	}

	.certificate {
		margin-top:25px;
	}

	.otzyvy_img {
	    max-width: 80%;
	    align-self: center;
	}

	.preimushestva_spisok {
		grid-template-columns: repeat(2, auto);
		margin-left: 10px;
		margin-top: 10px;
	}

	.main-features {
	    margin-right: 0;
	}
}

@media (max-width: 1100px) {

	.organization-information {
		grid-template-areas:
			"cat-nav nav nav"
			"logo location w"
			"logo location y"
			"search location phone";
	}

	.images__image {
		height: auto;
		left: calc(20vw - 100px);
	}

	.certificate {
		max-height: 300px;
		margin-top: 20px;
		justify-self: auto;
	}

	.menu-organization__li {
		margin-bottom: 3px;
	}

	.menu-organization__link {
		border: 1px solid #2c488f;
	}

	.location__zvonite {
	    font-size: 1.75rem;
	}

	.advantages_osn {
	    font-size: 1.75rem;
	}

	.location__zvonite {
		font-size: 1.75rem;
	}

	.advantages_osn {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 1000px) {

	.location {
		justify-content: center;
		min-width: 180px;
		padding-left: 5px;
	}

	.footer {
		grid-template-areas: ". h h ."
          ". k v ."
          ". a n ."
          ". f f .";
		grid-template-rows: auto;
		grid-template-columns: auto;
	}

	.footer__contacts {
		grid-template-rows: auto;
	}

	.footer__copyright {
		padding-top: 10px;
	}

	.goods {
		margin: 0;
		padding: 0;
		margin-bottom: 0;
		background: #304486a3;
		border-radius: 0;
		border: 0;
		color: #c8d1ed;
	}

	.variant {
		padding: 0;
	}

	.variant_name {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 950px) {
	.search__navigate {
		display: none;
	}
}

@media (max-width: 890px) {
	.images__image {
		width: calc(18vw + 250px);
		left: calc(25vw - 100px);
	}
}

@media (max-width: 768px) {
    .opisanie {
        padding: 10px;
        font-size: 13px;
    }
}

@media (max-width: 750px) {

	.product {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images images images images"
			"main-features main-features price price"
			"preimushestva preimushestva preimushestva preimushestva"
			"varianty varianty varianty varianty"
			"short-description short-description short-description short-description"
			"delivery delivery delivery delivery"
			"certificate certificate certificate certificate"
			"related-products related-products related-products related-products";
	}

	.product__mod {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images images images images"
			"main-features main-features price price"
			"preimushestva preimushestva preimushestva preimushestva"
			"varianty varianty varianty varianty"
			"short-description short-description short-description short-description"
			"delivery delivery delivery delivery"
			"certificate certificate certificate certificate"
			"related-products related-products related-products related-products";
	}
	
	.product__sop {
        grid-template-areas:
	        "h1 h1 h1 h1"
	        "advantages advantages advantages advantages"
	        "images images images images"
	        "main-features main-features price price"
	        "preimushestva preimushestva preimushestva preimushestva"
	        "varianty varianty varianty varianty"
	        "short-description short-description short-description short-description"
	        "delivery delivery delivery delivery"
	        "certificate certificate certificate certificate"
	        "related-products related-products related-products related-products";
	    }

	.images__image {
		width: calc(80vw);
		left: calc(10vw + 10px);
		/* top: 0; */
	}

	.images__image-dop {
		width: calc(15rem / 1.3 );
	}

	.opisanie {
		columns: 1;
	}

	.price_art {
		/* border-radius: revert; */
	}

		.location {
		grid-template-areas: "zvonite"
      "city"
      "street"
      "work-time"
      "phone-number"
      "new";
	}

	.organization-information {
		grid-template-areas:
			"cat-nav cat-nav"
			"nav nav"
			"logo logo"
			"search search"
			"w y"
			"location phone";
	}

	.whatsapp-btn {
	    font-size: 2.1rem;
	    margin: 10px;
	}

	.menu-organization__links {
		min-height: 35px;
		display: grid;
		grid-template-columns: auto auto auto;
		grid-template-rows: 1fr 1fr;
		justify-content: normal;
	}

	.variant_name_ssylka:after {
		padding-left: 0;
	}

	.otzyvy_img {
        max-width: 100%;
    }

	.main-features {
	    /* margin-top: 0; */
	}
}

@media (max-width: 530px) {

	.images {
		min-height: 300px;
	}

	.main-features_harakt_osn {
		margin-left: 5px;
	}

	.location__zvonite {
	    font-size: 12px;
	}

	.advantages_osn {
	    font-size: 12px;
	}

	.location__zvonite {
		font-size: 12px;
	}

	.advantages_osn {
		font-size: 12px;
	}

	.menu_put_k {
		font-size: 12px;
	}

	.menu_put_str {
		font-size: 12px;
	}

	.preimushestva_element_znach {
		font-size: 12px;
	}
	.menu-organization__link {
		font-size: 12px;
	}

	.phone-russia__comment {
		font-size: 12px;
	}

	.search__search-string::-webkit-input-placeholder {
		font-size: 12px;
	}

	.delivery {
	    margin: 0;
	}
	.short-description {
	    /* margin: 0 0 5px; */
	}



}

@media (max-width: 500px) {

	.preimushestva_spisok {
		grid-template-columns: repeat(1, auto);
		margin-top: 10px;
	}

   .product {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images images images images"
			"price price price price"
			"preimushestva preimushestva preimushestva preimushestva"
			"varianty varianty varianty varianty"
			"short-description short-description short-description short-description"
			"main-features main-features main-features main-features"
			"related-products related-products related-products related-products"
			"certificate certificate certificate certificate"
			"delivery delivery delivery delivery";
	}

   .product__sop_mod {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images images images images"
			"price price price price"
			"main-features main-features main-features main-features"
			"short-description short-description short-description short-description"
			"varianty varianty varianty varianty"
			"preimushestva preimushestva preimushestva preimushestva"
			"delivery delivery delivery delivery"
			"certificate certificate certificate certificate"
			"related-products related-products related-products related-products";
	}

	.product__mod {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images images images images"
			"price price price price"
			"preimushestva preimushestva preimushestva preimushestva"
			"varianty varianty varianty varianty"
			"short-description short-description short-description short-description"
			"main-features main-features main-features main-features"
			"related-products related-products related-products related-products"
			"certificate certificate certificate certificate"
			"delivery delivery delivery delivery";
	}

	.product__sop {
		grid-template-areas:
			"h1 h1 h1 h1"
			"advantages advantages advantages advantages"
			"images images images images"
			"price price price price"
			"preimushestva preimushestva preimushestva preimushestva"
			"varianty varianty varianty varianty"
			"short-description short-description short-description short-description"
			"main-features main-features main-features main-features"
			"related-products related-products related-products related-products"
			"certificate certificate certificate certificate"
			"delivery delivery delivery delivery";
	}

	.main-features-vse {
		padding: 0;
		font-size: 2rem;
		padding-bottom: 10px;
	}

	.main-features_harakt {
		margin-left: 5px;
		font-size: 2rem;
		align-self: self-end;
	}

	.short-description {
         margin: 20px 0 0; 
    }
}

@media screen and (max-width: 570px) {

	.menu-organization__link {
		padding-right: 5px;
		padding-left: 5px;
	}

	.menu-organization__li:nth-last-child(1) {
		grid-column: 3;
	}

	.organization-information {
		grid-template-areas:
			"cat-nav"
			"nav"
			"logo"
			"w"
			"search"
			"location"
			"phone"
			"y";
	}

	.search__navigate {
		display: none;
	}

	.popular-models {
		display: none;
	}

	.footer {
		grid-template-areas: ". h ."
        ". k ."
        ". v ."
        ". a ."
        ". n ."
        ". f .";
	}

	.search__search-string {
		background: #ffffffed;
		color: #0c2d77;
	}

	.phone-russia {
		align-self: center;
		padding-top: 10px;
		padding-bottom: 5px;
	}

	.search__search-string::-webkit-input-placeholder {
		color: #415681;
	}

	.menu_put_str {
		display: none;
	}

	.opisanie_0 {
		padding: 10px;
	}

	.opisanie {
		padding: 0;
	}
}

@media screen and (max-width:380px) {

	.logo__picture {
		width: 40px;
	}

	.location {
		grid-template-areas: "zvonite zvonite"
            "city street"
            "work-time work-time"
            "phone-number phone-number"
            "new new";
		column-gap: 10px;
		padding-top: 0;
		padding-bottom: 0;
		justify-content: space-evenly;
		text-align: center;
	}

	.location__city {
		font-size: 16px;
	}

	.phone-russia__comment {
		font-size: 12px;
	}

	.phone-russia__number {
		font-size: 12px;
		text-align: center;
		margin: 0;
		color: #f0f8ffd9;
	}

	.product-preview__price-tag {
		max-width: none;
		border-radius: revert;
		margin: 0;
	}

	.selection-of-goods {
		font-size: 12px;
		gap: 2px;
	}

	.menu-organization {
		background-image: repeating-linear-gradient(45deg,#c4d0e8cc 0%,#5887ed99 30%,#c6d2ff96 100%);
		border-radius: 0;
		color: aliceblue;
	}

	.logo__competences {
		font-size: 11px;
	}

	.logo {
		grid-template-columns: revert-layer;
	}
}

