@charset "UTF-8";
a{
   color: #8099af;
}
.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-image: url(..//images/kkm-kassy_ch.jpg); */
  background: #7e9ce1a3;
  background-repeat-y: no-repeat;
  background-position: right top;
  color: #455c96;
  /* max-width: 2500px; */
  align-items: center;
}

.page::before{
  /* background-image: url(..//images/kkm-kassy_ch.jpg); */
  background-position: right top;
  content: '';
  display: block;
  position: absolute;
  top: 682px;
  bottom: 0;
  left: 0;
  right: 0;
}

.page::after{
  /* background-image: url(..//images/kkm-kassy_ch.jpg); */
  background-position: right top;
  content: '';
  display: block;
  position: absolute;
  top: 682px;
  bottom: 0;
  left: 0;
  right: 50%;
}




.header {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #232b44;
}

.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: 0px 0px 0px 90%;
  height: max-content;
}

.menu-organization__li {
    min-height: 30px;
}

.menu-organization__links {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* justify-content: flex-end; */
  min-height: 25px;
  height: 100%;
  /* padding-right: 10px; */
}

.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: 0px 0px 10px 10px;
  background: #bacbff36;
}

.menu-organization__link:hover {color: #ffffff;text-shadow: #1f417dd6 1px 1px 2px;}

.menu-organization__link_background:hover {
  text-shadow: none;
  background: #009105;
  text-shadow: #434343 1px 1px 2px;
  border-left: 2px solid rgb(37 115 40);
  color: #f3f3f3;
}

.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_background{
    background: #13a519;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 2px solid rgb(100 241 106);
    border-right: 1px solid rgb(11 103 15);
    border-radius: 0px 0px 10px 10px;
    font-size: 16px;
    text-shadow: #005103 1px 1px 2px;
}

.menu-organization_kont{font-weight: bold;}





.menu-organization__link_color {
    color: #ffffff;
    background: #ff5656;
    /* margin-left: -15px; */
    padding-right: 10px;
    border-radius: 0px 0px 10px 10px;
}
.menu-organization__link_basket {
   color: #ffffff;
   background: #13a519;
   border-radius: 0px 0px 10px 10px;
   padding-right: 10px;
   margin-left: 10px;
   /* margin-right: -25px; */
}


.organization-information {
  grid-column: 1/4;
  display: grid;
  /* grid-template-columns: repeat(4, auto); */
  grid-template-areas:
    "logo nav nav nav nav nav"
    "logo location search phone y w"
    "logo location search phone y w";
  background-image: repeating-linear-gradient(45deg,#001034 0%,#01248be8 30%,#0018709e 100%);
}

.button-menu__burg {
  margin-right: 10px;
  width: 30px;
}
.button-menu__burg:before {
    background-color: #1de05d;
    box-shadow: 0 6px 0 #1de05d, 0 -6px 0 #1de05d;
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 20px;
}

.logo {
  display: grid;
  color: #b4cbff;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 5px;
  grid-area: logo;
  align-content: center;
  grid-template-columns: 80px;
  padding-left: 10px;
}

.logo__picture {
  grid-column: 1;
  grid-row: 1/3;
  align-self: center;
  justify-self: center;
  width: 60px;
  padding-right: 10px;
}

.logo__organization-name {
  font-size: 20px;
  margin: 0;
  font-weight: 400;
}

.logo__competences {
  grid-column: 2;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 13px;
  min-width: 160px;
}

.main-menu {
  background: #ffffff;
  position: absolute;
  max-width: 300px;
  /* width: 200px; */
  /* top: 105px; */
  /* border-right: solid 1px rgb(54 73 137 / 20%); */
  /* border-radius: 0px 50px 0px 0px; */
  /* left: 350px; */
  margin-top: 10px;
  /* padding: 10px; */
  /* background: #304486; */
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #878c9f;
  z-index: 10000;
}

.main-menu__close {
    display: none;
}

.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 rgb(227 227 227);
    border-bottom: 1px solid rgb(209 210 215);
    border-left: 1px solid rgb(210 217 239);
    border-right: 1px solid rgb(197 210 255);
}

.location {
  display: grid;
  min-width: 360px;
  grid-template-areas:
    "city street"
    "city work-time"
    "city phone-number"
    "new new";
  column-gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: normal;
  grid-area: location;
  align-content: center;
}
.location__city {
  grid-area: city;
  align-self: center;
  margin: 0;
  font-size: 22px;
  color: #a0c1fd;
  font-weight: 400;
  justify-self: end;
}
.location__street {
  grid-area: street;
  align-self: center;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
}
.location__work-time {
  grid-area: work-time;
  align-self: center;
  margin: 0;
  color: #92e195;
  font-size: 12px;
}
.location__phone-number {
  grid-area: phone-number;
  align-self: center;
  margin: 0;
  font-size: 16px;
  color: #f0f8ff;
}

.message {
    display: block;
    color: white;
    background: #f44336;
    width: 90%;
}

.new {
    grid-area: new;
    justify-self: center;
    align-items: baseline;
    /* margin: 3px; */
    display: flex;
    flex-wrap: wrap;
}



.ENVD {
    /* border-top: 1px solid #ffb2ac; */
    /* border-bottom: 1px solid #ffa9a3; */
    /* border-left: 1px solid #ffc2be; */
    border-right: 1px solid #ed695f;
    background: #ff6a5f;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 20px;
    box-sizing: border-box;
    font-size: 13px;
    border-radius: 50px 50px 50px 50px;
    text-decoration: none;
}

.location__new {
    /* grid-area: new; */
    justify-self: center;
    color: #ffffff;
    /* background: #ff5656; */
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    font-size: 14px;
    /* padding-top: 5px; */
    border-top: 1px solid #ff796f;
    border-bottom: 1px solid #a72218;
    border-left: 1px solid #ff6358;
    border-right: 1px solid #183184;
    background: #F44336;
    margin-top: 3px;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
}

.search__search-string {
    width: calc(100% - 45px);
    height: 50px;
    font-size: 19px;
    border-top: solid 1px rgb(79 151 197);
    border-left: solid 1px rgb(95 141 239 / 57%);
    border-bottom: solid 1px rgb(101 175 212);
    border-right: solid 1px rgb(56 141 100 / 36%);
    color: rgb(255 255 255);
    padding-left: 6px;
    background: rgba(255, 255, 255, 0.07);
    /* border: 1px solid transparent; */
    /* border-image: repeating-linear-gradient(45deg,rgb(33 71 156) 0%,rgb(11 54 147 / 44%) 30%,rgb(43 101 236) 100%); */
    -moz-border-image: -moz-linear-gradient(#143988 , #235FE6);
    /* border-image-slice: 5; */
    border-radius: 10px 10px 10px 10px;
}
.search__search-string::-webkit-input-placeholder {
    color: rgb(135 158 205);
    font-size: 18px;
    padding-left: 7px;
    font: 100 14px Arial;
}

.search__search-string:focus {
    outline-color: #3b617b;
}

.search {
    display: grid;
    padding-top: 10px;
    padding-bottom: 5px;
    min-width: 320px;
    align-content: center;
    grid-area: search;
}

.search__navigate {
    font-size: 12px;
    align-self: center;
    padding-top: 5px;
}
.search__link {
    color: #46df93;
    text-decoration: blink;
    /* border-bottom: solid 1px rgb(116 146 202); */
    /* border-bottom-style: dashed; */
    margin-right: 10px;
}

.search__link:hover {
    color: #ffffff;
}

.search__button {
    height: 50px;
    margin-left: 1px;
    width: 40px;
    background: rgb(113 135 181 / 11%);
    background-size: 35px 35px;
    background-position: center;
    cursor: pointer;
    border: solid 1px rgb(99, 122, 171);
    border-top: solid 1px rgb(43 101 236);
    border-left: solid 1px rgb(81 156 200 / 88%);
    border-right: solid 1px rgb(5 98 139 / 68%);
    border-bottom: solid 1px rgb(65 90 151);
    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;
}

.search__form {
    display: flex;
    border-radius: 10px 10px 10px 10px;
}

.phone-russia__comment {
    font-size: 14px;
    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: 20px;
    text-align: center;
    margin: 0;
    color: #f0f8ffd9;
}

.phone-russia {
    align-self: center;
    /* grid-row: 1/-1; */
    min-width: 200px;
    grid-area: phone;
    padding-left: 10px;
}

.button-menu {
    color: white;
    color: #a0b8e9;
    background: #029f34c4;
    background: repeating-linear-gradient(90deg,#34cd5e 0%,#163e96 30%,#1b439a 100%);
    grid-area: cat-nav;
    display: none;
    /* max-width: 300px; */
}

.main-menu__section-header {
    color: rgb(12, 54, 147);
    /* background: rgb(240 244 252 / 77%); */
    padding: 10px;
    margin: 0;
    /* margin-top: 5px; */
    border-bottom: 1px double rgb(208, 224, 255);
    /* border-top: 1px double rgb(208, 224, 255); */
    text-align: center;
}

.main-menu__links {
    list-style: none;
    margin: 0;
    padding: 0;
    /* position: relative; */
}



.main-menu__link {
    display: block;
    text-decoration: none;
    color: rgb(75 79 89);
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: linear-gradient(#ffffff00 1px, #d6d6d678 100%);
    font-size: 13px;
    /* margin-left: 15px; */
    transition: background .3s;
    padding: 3px 0px;
    padding-left: 15px;
}
.main-menu__link:hover {background: #b8c7dc;}

.main-menu__list_active {
    background: #004fff45;
    position: relative;
}
.main-menu__list_active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    border-top: 10px solid rgb(255 255 255 / 0%);
    border-bottom: 10px solid rgb(255 255 255 / 0%);
    border-left: 5px solid rgb(0 199 8);
}

.main-menu__link_rasprodaja {
    color: rgb(255 255 255);
    background: linear-gradient(#fd000099 1px, #ff0000c2 100%);
    padding-left: 10px;
    /* border-radius: 0px 10px 0px 10px; */
    height: 20px;
    padding-top: 7px;
    font-size: 14px;
    /* margin-left: 95px; */
    margin-top: 18px;
    /* text-decoration: revert; */
    border-bottom: 1px dashed #ffffff;
    border-top: 1px dashed #ffffff;
}

.main-menu__link_rasprodaja:hover {
    background: #38b58ad1;
}

.main-menu__link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 0px 0px 50px; /* место под иконку */
    min-height: 36px;
}
.main-menu__icon {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.main-menu__icon img {
    width: 26px;
    /* height: 26px; */
}
.main-menu__text {
    flex: 1;
}

.main-menu__b {
    font-weight: 700;      /* жирная насыщенность */
    font-size: 16px;     /* увеличенный размер шрифта (можно настроить под дизайн) */
    text-transform: uppercase; /* заглавные буквы для большей выразительности */
    letter-spacing: 1px; /* увеличенное расстояние между буквами */
    display: inline-block; /* чтобы можно было управлять размерами и отступами */
    padding: 4px 8px;    /* небольшие отступы внутри элемента */
}



.content {
    display: grid;
    grid-template-columns: 310px 1fr minmax(100px, 300px);
    z-index: 2;
    min-height: 2187px;
    margin-bottom: 10px;
    /* background-image: url(/image/NG.png); */
    background-position: 50% 100%;
    max-width: 1800px;
    z-index: 9;
}

.title__header {
    text-align: center;
    /* border-radius: 10px 10px 10px 10px; */
}
.title {
    grid-column: 2;
    grid-row: 3;
    background: #efefefb3;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
.title__header_description {
    text-align: center;
}


.popular-models {
    grid-column: 3;
    grid-row: 1;
    /* display: grid; */
    grid-template-columns: repeat(6, minmax(min-content, max-content));
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    justify-content: center;
    /* background: #e9e9e980; */
    padding-bottom: 5px;
    margin-top: 10px;
    /* padding: 10px; */
    background: #304486a3;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #bdc2d3;
    min-width: 150px;
}
.popular-models__header {
    color: #cbdeff;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 10px;
}
.popular-models__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 3px;
}


.popular-models__podborka {
    grid-column: auto;
    grid-row: auto;
    grid-row: 1;
}

.product-preview-vertical__name-item {
    color: #273c67;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    height: 70px;
    background: rgb(255 255 255 / 67%);
    text-align: center;
    width: 100%;
    /* max-width: 200px; */
    margin: 0;
    z-index: 1;
    /* border-radius: 30px; */
    font-size: 13px;
    /* min-height: 30px; */
}
.product-preview-vertical__name-item_little {
    font-size: 12px;
}

.product-preview-vertical__link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background .5s;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 10% 10% 0% 0%;
    height: 170px;
    justify-content: center;
}





.product-preview-vertical {
    display: grid;
    width: 100%;
    grid-row: 2;
    border-right: 1px solid #e5dcdc;
    background: #f3f3f3;
    padding-bottom: 5px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 10% 10% 10% 10%;
}
.product-preview-vertical__product-image {
    width: 100%;
    max-width: 150px;
    transition: transform .5s;
    /* max-height: 100px; */
    overflow: hidden;
    object-fit: contain;
}
.product-preview-vertical__product-image:hover {
    transform: scale(1.5);
}

.product-preview-vertical__coming-soon {
    margin: 0;
    color: rgb(0, 138, 44);
    font-weight: bold;
    line-height: 1;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    padding-bottom: 3px;
}
.product-preview-vertical__coming-soon_order {
   color: rgb(16 58 149);
}
.product-preview-vertical__store-address {
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding-bottom: 5px;
    color: #090;
}


.product-preview-vertical__characteristics {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.product-preview-vertical__value-characteristic {
    padding-left: 3px;
    min-width: 50px;
    color: rgb(18 60 150);
    text-align: center;
    /* border-top: 1px double #aac3f059; */
    font-size: 12px;
}

.product-preview-vertical__price {
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-preview-vertical__buy-button {
    text-decoration: none;
    text-align: center;
    font: 17px Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
    background-color: #44c73b;
    border-radius: 5px;
    position: relative;
    /* background-image: url(/image/kupit.png); */
    background-position: left 7px top 2px;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-top: 4px;
    background: linear-gradient(#30ab80 0px, #21c189 100%);
    /* top: 6px; */
    left: 1px;
    box-shadow: 1px 1px 1px 0px rgb(255, 255, 255);
    border: solid 1px rgb(70, 185, 73);
    align-self: center;
    cursor: pointer;
}

.product-preview-vertical__buy {
    align-self: center;
    justify-self: center;
    max-height: 60px;
}

.prok1 {
    position: absolute;
    flex-direction: column;
    display: flex;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    border-radius: 10px 10px 10px 10px;
}

.prok2 {
    height: 100%;
    border-radius: 10px 10px 10px 10px;
}

.goods {
    grid-column: 2;
    display: grid;
    /* padding: 5px; */
    /* border: 5px solid #5976d466; */
    margin: 10px;
    padding: 10px;
    margin-bottom: 0;
    background: #304486;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #bdc2d3;
    min-height: 1464px;
    max-width: 1150px;
    color: #c8d1ed;
    align-content: start;
}



.goods__header {
    text-align: center;
    color: rgb(186 205 239);
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    /* background: #304486a3; */
    margin: 0;
    /* background-image: radial-gradient(#0c3794bf 10%,#1342a96b 60%,#3154a9d1 100%); */
}

.goods__header_ba {
    color: #f5f8fd;
    font-size: 21px;
    padding-left: 5px;
    padding-right: 5px;
}

.goods__header_id2 {
    color: #73db77;
    font-size: 18px;
}

.goods__header_low {
    padding-bottom: 3px;
}

.goods__header-comment {
    text-align: center;
    font-size: 15px;
    margin: 0;
    /* background: #304486a3; */
    padding-bottom: 25px;
    padding-top: 10px;
    color: #00d909;
    font-weight: bold;
    max-width: 700px;
    justify-self: center;
}

.goods__header-comment_kn {
    font-size: 15px;
    border-top: 1px solid #edf1ff;
    border-bottom: 1px solid #05123b;
    border-left: 1px solid #c6d3f7;
    border-right: 1px solid #0c1c51;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    background: #319935;
    text-decoration: none;
}

.wichtige-nachricht {
    /* text-align: center; */
    background: #ff4538;
    display: flex;
    flex-direction: column;
    /* font-size: 13px; */
    border: 1px solid #ff5722;
    align-items: center;
    /* margin: 20px; */
    border-radius: 10px 10px 10px 10px;
}

.nachrichtenelement0 {
    max-width: 1200px;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
}

.nachrichtenelement {
    font-size: 16px;
    color: #ffe1e1;
}

.nachrichtenelement_heading {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    /* padding-top: 15px; */
}

.goods__reset {
    /* position: absolute; */
    padding: 2px;
    margin-top: -20px;
    /* margin-left: 3px; */
    z-index: 100;
    border-radius: 7px 7px 7px 7px;
    /* font-size: 12px; */
    color: #000000;
    border-top: 1px solid #bfcbe3;
    background: #c7cee7;
    border-bottom: 1px solid #8a95b9;
    border-left: 1px solid #556aaf;
    border-right: 1px solid #7182b9;
    width: max-content;
    height: 15px;
    text-align: center;
}
.goods__reset::after{
    content: 'Сброс фильтров';
    display: block;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size:10px;
    padding: 7px;
    padding-top: 0;
}

.goods__reset:hover{

    background: rgb(45 71 157 / 77%);color: #b9c0d6;
    border-radius: 5px 5px 5px 5px;
    border-top: solid 1px rgb(22 44 116);
    border-left: solid 1px rgb(0 9 40 / 73%);
    border-right: solid 1px rgb(14 35 105);
    border-bottom: solid 1px rgb(18 33 86 / 57%);
    cursor: pointer;
}

.selection-of-goods {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(5, minmax(min-content, auto));
    /* background: #374b8cb5; */
    padding-bottom: 5px;
    box-sizing: border-box;
}
.selection-of-goods__label {
   width: 100%;
   height: 100%;
   /*! background: #2c469eab; */
   border-top: 1px solid #5068b8;
   border-bottom: 1px solid #2a3867;
   border-left: 1px solid #4660a8;
   border-right: 1px solid #183184;
   cursor: pointer;
   padding-left: 6px;
   color: #eff3fd;
   display: flex;
   align-items: center;
   z-index: 10;
   /*! transition: background .2s; */
   border-radius: 3px 3px 3px 3px;
   line-height: 12px;
   box-sizing: border-box;
   font-size: 12px;
   /* margin-left: 2px; */
   /* margin-right: 2px; */
   background-image: repeating-linear-gradient(90deg, #4667d8d1 0%, #2944a0ab 2%, #2c469eab 98%, #354fadd1 100%);
}
.selection-of-goods__label:hover {
    border-top: 1px solid #1c306fba;
    background: #153d95c2;
    border-bottom: 1px solid #091b51bf;
    border-right: 1px solid #0f2673c9;
    border-left: 1px solid #0e2573b8;
}
.selection-of-goods__feature-value_pressed {
    border-top: 1px solid #1b3078e0;
    background: #1453e470;
    border-bottom: 1px solid #92b3ff;
    border-right: 1px solid #a1b5e1;
    border-left: 1px solid #1f3177f5;
}
.selection-of-goods__feature-value_pressed:hover {
    border-top: 1px solid #18285f;
    background: #1648ba70;
    border-bottom: 1px solid #435799;
    border-right: 1px solid #364e9f;
    border-left: 1px solid #222f5d;
}

.selection-of-goods__feature-name {
    margin: 0;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    text-decoration: none;
    padding: 3px;
    font-weight: bold;
    color: rgb(17 37 72);
    background: #9fbeff29;
    text-align: center;
    /* border-top: solid 1px rgb(33 52 112 / 61%); */
    /* border-bottom: solid 1px rgb(60 86 172); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-left: solid 1px rgb(62 89 181 / 57%); */
    /* border-right: solid 1px rgb(62 89 181 / 57%); */
    box-sizing: border-box;
    /*! background-image: repeating-linear-gradient(90deg,#637ee600 0%,#ffffff2b 10%,#ffffff2e 90%,#374ea200 100%); */
}

.selection-of-goods__characteristics {
    background: #d2dcff57;
    /* box-sizing: border-box; */
    /* width: 100%; */
    display: grid;
    grid-template-rows: min-content;
    border: solid 1px rgb(47 66 128);
    border-radius: 0px 0px 5px 5px;
}

.selection-of-goods__feature-value {
    /* display: flex; */
    /* align-items: center; */
    /* color: rgb(171, 191, 228); */
    /* font-size: 12px; */
    /* cursor: pointer; */
    /* box-sizing: border-box; */
    /* padding-left: 2px; */
    /* padding-right: 2px; */
    /* padding-bottom: 2px; */
}

.selection-of-goods__feature-value:hover {
    /* background: #3e59b5; */
    /* border-top: solid 1px rgb(88 112 191); */
    /* border-bottom: solid 1px rgb(38 52 101); */
}
.selection-of-goods__feature-value_button:hover {
  background: none;
  /* border-top: solid 1px rgb(108 113 129 / 0%); */
  /* border-bottom: solid 1px rgb(48 68 134 / 0%); */
}
.selection-of-goods__input {
    margin: 0 5px;
    cursor: pointer;
    display: none;
}

.selection-of-goods__feature-values {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(auto-fit, minmax(18px, 1fr));
    min-height: 150px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 2px;
    gap: 1px;
}



.page__button-unavailable{
   /* background: #374c91; */
   border-top: 1px solid #374c9100;
   background: #8d9cce00;
   border-bottom: 1px solid #374c9100;
   border-left: 1px solid #374c9100;
   border-right: 1px solid #374c9100;
   cursor: revert;
   color: #ccd4e6;
}
.page__button-unavailable:hover{
   border-top: 1px solid rgb(55 76 145 / 0%);
   background: rgb(55 76 145 / 0%);
   border-bottom: 1px solid rgb(55 76 145 / 0%);
   border-left: 1px solid rgb(55 76 145 / 0%);
   border-right: 1px solid rgb(55 76 145 / 0%);
   /* background: #8d9cce33; */
}

.list-goods {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background: #ffffff5e;
    border-radius: 10px 10px 10px 10px;
}

.list-goods__product {
    list-style-type: none;
    border-radius: 10px 10px 10px 10px;
}

.product-preview {
  display: grid;
}

.product-preview_horizontal {
    grid-template-columns: 180px minmax(auto,160px) max-content minmax(auto,auto) 1fr 300px;
    grid-template-rows: minmax(28px,min-content) min-content min-content min-content;
    grid-template-areas:
        "foto price type name list list"
        "foto price specifications specifications specifications discription"
        "foto price specifications specifications specifications full";
    border-bottom: 1px solid rgb(255 251 251);
    gap: 1px;
    /* background: #fcfeffd6; */
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
}


.product-preview_without-characteristics {
    grid-template-columns: 180px minmax(auto,160px) auto minmax(min-content,1fr);
    grid-template-rows: min-content min-content min-content;
    grid-template-areas:
        "foto price type name"
        "foto price discription discription"
        "foto price full full";
    border-bottom: 1px solid rgb(255 251 251);
    gap: 1px;
    background: #eff5fb;
}

.product-preview__value-characteristics-list {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #008909;
    text-transform: lowercase;
    grid-area: list;
    /* border-bottom: 1px solid #ececf7; */
    font-size: 12px;
    width: 100%;
    /* border-radius: 15px 0 0 15px; */
    background: #d2dcfe;
    /* background: white; */
    font-style: italic;
    font-weight: bold;
    border-radius: 10% 10% 10% 10%;
}

.product-preview__name-item {
    margin: 0;
    /* align-self: flex-end; */
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.product-preview__a-name {
    text-decoration: none;
    color: #162760f7;
    grid-area: name;
    background: #97a6d994;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    /*! align-items: end; */
    align-items: center;
    /*! align-content: center; */
    border-radius: 15px 0 0 15px;
    background-image: repeating-linear-gradient(90deg,#bdc7e8 0%,#bdc7e8 50%,#d3ddff 100%);
    border-radius: 10% 10% 10% 10%;
    /* width: 100%; */
}
.product-preview__a-name:hover {
    color: #2e448bf7;
    background: #a3b0de94;
}
.product-preview__type {
    margin: 0;
    display: flex;
    align-items: flex-end;
    color: #1f2a46;
    /* align-self: center; */
    grid-area: type;
    font-size: 14x;
    height: 100%;
    padding-right: 8px;
    padding-left: 8px;
    background: #c3cdef;
    align-items: center;
    border-radius: 15px 15px;
    border-radius: 15px 10% 10% 15px;
    max-width: 200px;
    /* width: 100%; */
}

.product-preview__price-tag {
    grid-area: price;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #5e71a5;
    background: linear-gradient(to bottom, #d6dffbb3 55%,#ffffff 68%,#c4cef0 100%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #c7d0e9;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    max-width: 160px;
    min-width: 120px;
    /* padding-bottom: 5px; */
    justify-self: center;
    width: 170px;
    box-sizing: border-box;
}

.OsnPreim {
    text-align: center;
    color: #4CAF50;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgb(255, 246, 164);
    background-image: repeating-linear-gradient(45deg,rgb(0, 255, 10) 0%,rgba(255, 255, 255, 0.76) 30%,rgb(196, 216, 255) 100%);
    text-shadow: #ffffff 1px 1px 2px;
    font-size: 14px;
    margin-top: 3px;
    border: 1px solid #7085cd;
}

.OsnPreim_b2 {
    font-size: 12px;
    font-weight: 100;
    padding-top: 3px;
}

.product-preview__picture {
    grid-area: foto;
    align-self: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    background: white;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 10px 10px 10px 10px;
}
.product-preview__foto {
    width: 100%;
    max-width: 250px;
    max-height: 100px;
    transition: transform .5s;
    object-fit: contain;
    border-radius: 10px 10px 10px 10px;
}

.product-preview__foto:hover {
    transform: scale(1.5);
}

.product-preview__hallmark {
    position: absolute;
    top: 0;
    right: 0;
}

.product-preview__hallmark-img {
    border-radius: 10px;
    opacity: 0.8;
    max-width: 45px;
    padding-right: 3px;
    padding-top: 2px;
}


.product-preview__picture-kit {
    width: 50%;
    height: auto;
}

.product-preview__picture-kit-image {
    height: auto;
    width: 100%;
}

.product-preview__compare {
    padding: 3px;
    color: rgb(56, 85, 177);
    border-radius: 0 30px 30px 0;
    padding-right: 7px;
    padding-left: 5px;
    /* margin-left: 3px; */
    height: 18px;
    background: linear-gradient( #dee4fbbd 0px,rgb(225 230 255 / 62%) 100%);
    white-space: nowrap;
    border-bottom: 1px solid #c0c8e6;
    border-top: 1px solid #bfcdfd;
    border-right: 1px solid #c5ceea;
    border-left: 3px solid #6e81c0b5;
    max-width: 60px;
    font-size: 12px;
    grid-area: foto;
    align-self: end;
    justify-self: start;
    margin-bottom: 5px;
    cursor: pointer;
    z-index: 10;
}
.product-preview__compare:hover {
    background: #6f83c0bf;
    color: rgb(242 244 253);
    border-bottom: 1px solid #4f6ecd;
    border-top: 1px solid #5d6a92;
    border-right: 1px solid #5167a8;
    border-left: 3px solid #6e81c0b5;
}


.product-preview__go-to-comparison {
    padding: 3px;
    color: rgb(29 126 35);
    border-radius: 0px 30px 30px 0px;
    padding-right: 13px;
    height: 18px;
    background: linear-gradient( #a8f0ac80 0px,rgb(3 210 16 / 59%) 100%);
    white-space: nowrap;
    border-bottom: 1px solid  #85cd8a;
    border-top: 1px solid #b5ebb9;
    border-right: 1px solid #91d195;
    border-left: 5px solid #1fbb2a;
    max-width: 85px;
    font-size: 12px;
    grid-area: foto;
    align-self: end;
    justify-self: start;
    margin-bottom: 5px;
    cursor: pointer;
    z-index: 10;
    text-decoration: none;
}


.product-preview__article {
    margin: 0;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    background: #485fac;
    /* padding-top: 3px; */
    /* padding-bottom: 3px; */
    border-radius: 15px 15px 0 0;
    grid-area: price;
    min-height: 20px;
    align-items: center;
    /* font-weight: bold; */
}

.product-preview__part-number {
    font-size: 12px;
    padding: 4px;
    color: rgb(53, 75, 149);
    margin: 0;
    grid-area: price;
}

.product-preview__sale {
    font-size: 12px;
    color: #F44336;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.product-preview__availability {
    color: #0a9436;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding: 3px;
}
.product-preview__availability_small {
    font-size: 12px;
    font-weight: 400;
}
.product-preview__expected {
    font-size: 12px;
    font-weight: 400;
}

.product-preview__availability_order{
   color: rgb(16, 58, 149);
}

.product-preview__electronic-delivery {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 5px;
    color: #0a9436;
    margin: 0;
}

.product-preview__store-address {
    font-size: 12px;
    margin: 0;
    color: #223a85;
}

.product-preview__price-text {
  margin: 0;
  text-align: center;
  color: #8f8f8f;
  padding-top: 5px;
  font-size: 14px;
}
.product-preview__price-text_crossed{
  text-decoration: line-through;
}

.product-preview__price {
    margin: 0;
    color: red;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

.product-preview__price_park {
    color: #006f05;
    font-size: 14px;
}

.product-preview__price0 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-preview__price-val {
    color: #223a85;
    font-size: 14px;
    padding-left: 3px;
}

.product-preview__value-characteristic-li {
    padding-left: 5px;
    padding-right: 0px;
    padding-left: 8px;
}

.product-preview__value-characteristic-li:nth-child(1){
  /* padding-left: 15px; */
}

.product-preview__value-characteristic-li:nth-last-child(1){
  padding-right: 15px;
}

.product-preview__value-characteristic-li::after {
  content: ",";
}
.product-preview__value-characteristic-li:nth-last-child(1)::after {
  content: "";
}

.product-preview__specifications {
    margin: 0;
    color: #4a5578;
    font-size: 14px;
    grid-area: specifications;
    display: grid;
    grid-template-columns: 1fr 1fr;);
    align-content: stretch;
    /* min-width: 200px; */
    /* line-height: 0.95; */
    font-family: 'Istok Web', sans-serif;
    /* margin-left: 15px; */
    /* line-height: 15px; */
    background: #f0f8ff5e;
    padding: 5px;
    box-sizing: border-box;
    padding-left: 18px;
    background: #ffffffba;
    width: -webkit-fill-available;
}

.product-preview__feature-name {
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-color: #8daae86e;
    display: flex;
    /* align-items: flex-end; */
}

.product-preview__feature-help::before {
    content: "?";
    /* position: absolute; */
    margin-left: -15px;
    color: #647bc5;
    background: linear-gradient(to bottom, #dde5ffb3 45%,#ffffff 68%,#cdd5ef 100%);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #a8b9f369;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    /* margin-bottom: 3px; */
    cursor: help;
    /* display: flex; */
    line-height: 1;
}

.product-preview__feature-help:hover::before {
    background: linear-gradient(to bottom, rgb(197 206 236 / 70%) 45%,#adb9fd 68%,rgb(225 231 251) 100%);
}

.product-preview__value-characteristics {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    display: flex;
    align-items: end;
    border-bottom: 1px;
    /* border-bottom-style: dashed; */
    border-color: #8daae86e;
    color: #000000;
}
.product-preview__link {
    color: #4a5578;
}

.product-preview__description {
    margin: 0;
    grid-area: discription;
    font-size: 15px;
    padding-left: 8px;
    font-family: 'Istok Web', sans-serif;
    /* padding-top: 15px; */
    color: #4a4a4a;
    color: #2A4D5E;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 5px;
}

.product-preview__decor {
    background-image: repeating-linear-gradient(90deg,#d1dbfd 0%,#d9e0f7 50%,#d3ddff 100%);
    border-radius: 10% 10% 10% 10%;
    grid-area: list;
}

.product-preview__full {
    margin: 0;
    grid-area: full;
    padding-left: 8px;
    text-align: right;
    color: #354a89;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 12px;
    /* border-radius: 0px 0px 10px 10px; */
    /* border-top: 1px solid #c1d4db; */
    border-right: 5px solid #475b9333;
    cursor: pointer;
    transition: background .5s;
    min-height: 25px;
    align-self: end;
    width: 100%;
    box-sizing: border-box;
    background: #f3f7f9d6;
    border-radius: 10px 10px 10px 10px;
}
.product-preview__full_m1 {
    border-right-width: 2px;
}
.product-preview__full_m2 {
    border-right-width: 4px;
}
.product-preview__full_m3 {
    border-right-width: 6px;
}
.product-preview__full_m4 {
    border-right-width: 8px;
}
.product-preview__full_m5 {
    border-right-width: 10px;
}
.product-preview__full_m6 {
    border-right-width: 12px;
}
.product-preview__full_m7 {
    border-right-width: 14px;
}

.product_m1 {
    border-left-width: 5px;
}
.product_m2 {
    border-left-width: 7px;
}
.product_m3 {
    border-left-width: 9px;
}
.product_m4 {
    border-left-width: 11px;
}
.product_m5 {
    border-left-width: 13px;
}
.product_m6 {
    border-left-width: 15px;
}
.product_m7 {
    border-left-width: 17px;
}

.product-preview__full:hover {
    color: rgb(93, 93, 93);
    background: #b6c6f170;
}

.shopping_cart {
    color: #ffeb3b;
    font-weight: bold;
    font-size: 14px;
    background: #54cd59;
    padding: 3px;
    border-radius: 0px 0px 15px 15px;
}

.buy-button {
  text-decoration: none;
  text-align: center;
  /* font: 17px Georgia, "Times New Roman", Times, serif; */
  color: #FFFFFF;
  background-color: #00b28b;
  border-radius: 5px;
  position: relative;
  /* background-position: left 7px top 2px; */
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-top: 4px;
  /* background: linear-gradient(#30ab80 0px, #21c189 100%); */
  background-image: repeating-linear-gradient(90deg,#67efbf 0%,#3bbb8f 5%,#37b489 95%,#49e1ac 100%);
  /* box-shadow: 1px 1px 1px 0px rgb(255, 255, 255); */
  border: solid 1px #409581;
  max-width: 100px;
  align-self: center;
  font-size: 14px;
  margin-bottom: 10px;
}


.buy-button:hover {
  border: solid 1px rgb(54, 160, 52);
  background: linear-gradient(#11ce06 0px, #54d85c 100%);
  cursor: pointer;
}

.buy-button:focus{
outline-color: #0fa709;
}

.hint-window {
    position: absolute;
    font-size: 14px;
    padding: 30px;
    z-index: 17000;
    background: linear-gradient(#fffffff0 0px, #aec1ff 100%);
    display: none;
    cursor: pointer;
    line-height: 1.3;
    max-width: 400px;
    min-width: 200px;
    border: 1px double rgb(48 68 134);
    border-radius: 0px 5px;
    box-shadow: 0 0 11px 0px #818baf94;
    color: #314892;
}

.hint-window__heat {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}



.hint-window__close {
    width: 20px;
    height: 20px;
    background: rgb(168, 191, 255);
    text-align: center;
    border-radius: 0px 5px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-top: solid 1px rgb(123, 123, 123);
    border-right: solid 1px rgb(121, 121, 121);
    border-left: solid 1px rgb(255, 255, 255);
    border-bottom: solid 1px rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.appeal {
    grid-column: 1/4;
    /* background: #efefef; */
    display: flex;
    justify-content: center;
    background-image: url(..//images/kkm-kassy_ch.jpg);
    background-position: left;
    border-top: 1px solid rgb(128 158 227);
    border-bottom: 1px solid rgb(52 73 142);
    margin-top: 40px;
    margin-bottom: 20px;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    flex-wrap: wrap;
    /* width: 100%; */
    /* min-height: 200px; */
    position: relative;
    border-radius: 10px 10px 10px 10px;
}

.appeal__text {
    padding: 45px;
    max-width: 800px;
    border-left: 1px solid rgb(91, 128, 199);
    border-right: 1px solid rgb(95, 132, 204);
    background: rgb(36 65 171 / 41%);
    color: rgb(255, 255, 255);
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    font-size: 25px;
    font-size: calc(15px - (1320px - 100vw)/((1320 - 320)/(25 - 14)));
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
    z-index: 1;
    border-radius: 22px;
    margin: 10px;
}

.appeal__tel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    background: rgb(18 45 141 / 41%);
    padding: 20px;
    font-weight: bold;
    border-right: 1px solid rgb(52 76 163 / 61%);
    font-size: 30px;
    font-size: calc(30px - (1320px - 100vw)/((1320 - 320)/(30 - 20)));
    color: #FFFFFF;
    margin: 0;
    z-index: 1;
    border-radius: 22px;
    margin: 10px;
}

.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;
}

.appeal__tel-komm {
    font-size: 18px;
    color: #cbd7ec;
}



.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: .725rem;
  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: .725rem;
  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;
}








.zp {
    background: aliceblue;
    padding: 20px;
    border-bottom: 1px solid #dddfe5;
}

.zp_nomer {
    font-size: 26px;
    font-weight: bold;
}

.zp_zagolovok {
    color: green;
}

p.zp_svyaz {
    font-weight: bold;
}

.otz {
    background: white;
    background: #f9fcff;
    /* color: #28a12d; */
    font-size: 17px;
}

.otz_zag {
    font-weight: bold;
    /* color: #696969; */
    font-size: 20px;
}

.otz_text {
    /* font-weight: bold; */
}



.otz_ssylka {
    font-weight: bold;
    color: #00b707;
}


.main-block {
    grid-column: 2;
    margin-top: 10px;
    /* padding: 10px; */
    /* background: #304486; */
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #dfdfdf;
    background: #ffffffd4;
    padding: 10px;
}


/* --- PROMO CTA BLOCK (teaser) --- */
.promo-cta {
    margin: 40px auto;
    max-width: 860px;
    animation: fadeIn 1.2s ease;
}

.promo-cta__wrapper {
    display: block;
    padding: 28px 35px;
    border-radius: 22px;
    text-decoration: none;
    background: rgb(255 0 0 / 71%);
    backdrop-filter: blur(12px);
    border: 5px solid #f44336;
    box-shadow: 0 10px 28px rgba(0,0,0,0.35), 0 0 25px rgba(120,170,255,0.4);
    transition: 0.35s ease;
    position: relative;

    /* плавное появление */
    animation: promoCtaAppear 1.2s ease forwards;
    opacity: 0;
    transform: translateY(12px);
    margin: 10px;
}

@keyframes promoCtaAppear {
    to { opacity: 1; transform: translateY(0); }
}

.promo-cta__wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45), 0 0 36px rgba(150, 200, 255, 0.55);
    background: rgba(255,255,255,0.18);
}

.promo-cta__title {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 6px;
}

.promo-cta__text {
    font-size: 1rem;
    color: #d6e0f2;
    opacity: 0.9;
}

.promo-cta__arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #9cc7ff;
    font-weight: 700;
    transition: 0.35s ease;
}

.promo-cta__wrapper:hover .promo-cta__arrow {
    transform: translateY(-50%) translateX(6px);
}

:root {
  --text-color: #333;
  --link-color: #1a73e8;
  --hover-color: #0d5bd0;
  --active-color: #000;
  --bg-color: #f8f9fa;
  --separator-color: #666;
  --transition: 0.3s ease;
}

@media (prefers-color-scheme: dark) {
  :root {
    --text-color: #ddd;
    --link-color: #8ab4f8;
    --hover-color: #669df6;
    --active-color: #fff;
    --bg-color: #202124;
    --separator-color: #999;
  }
}

.menu_put {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: var(--text-color);
  padding: 15px;
  background: #f8f9fad6;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.menu_put a.menu_put_k {
  text-decoration: none;
  color: #325fdd;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: var(--transition);
  position: relative;
}

.menu_put a.menu_put_k:hover,
.menu_put a.menu_put_k:focus {
  color: var(--hover-color);
  background: rgba(26,115,232,0.1);
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  outline: 2px solid var(--hover-color);
}

.menu_put .menu_put_current {
  font-weight: bold;
  color: var(--active-color);
  pointer-events: none;
}

.menu_put a.menu_put_k + a.menu_put_k::before,
.menu_put a.menu_put_k + .menu_put_current::before {
  content: '›';
  color: var(--separator-color);
  margin: 0 0.5rem;
}

@media (max-width: 600px) {
  .menu_put {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }
}











.subcategories {
    grid-column: 3;
    grid-row: 1;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #878c9f;
    margin-top: 10px;
    background: #f7f7f7;
}




/* ----- БАЗОВЫЕ ПЕРЕМЕННЫЕ ----- */
.menu {
    --bg: #ffffff;
    --text: #1a1a1a;
    --text-muted: #666;
    --accent: #0a84ff;
    --border: #e6e6e6;
    --radius: 10px;
    --transition: 0.25s ease;
    --padding-x: 14px;
    --indent: 16px;
    /* width: 300px; */
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    background: #ffffffc9;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 10px 0;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}



/* ----- СТРУКТУРА ----- */
.menu__list,
.menu__sublist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu__item {
    display: block;
}



/* ----- ГЛАВНЫЕ РАЗДЕЛЫ (всегда раскрыты, без стрелки) ----- */
.menu__text {
    display: block;
    padding: 10px var(--padding-x);
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    cursor: default;
    user-select: none;
    transition: color var(--transition);
}

/* Лёгкий ховер только для визуальной отзывчивости */
.menu__text:hover {
    color: var(--accent);
}



/* ----- ПОДМЕНЮ (всегда видно!) ----- */
.menu__sublist {
    padding-left: var(--indent);
    border-left: 1px solid var(--border);
    margin: 6px 0 12px 0;
}



/* ----- ПУНКТЫ ССЫЛОК ----- */
.menu__link {
    display: block;
    padding: 8px calc(var(--padding-x) - 3px);
    margin: 2px 0;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: 6px;
    line-height: 1.35;
    transition:
        background var(--transition),
        color var(--transition),
        padding-left var(--transition);
    cursor: pointer;
}
.menu__text--current {
    background: rgb(10 132 255 / 38%);
    color: #003a75;
    padding-left: calc(var(--padding-x) + 4px);
}

.menu__link:hover {
    background: rgba(10, 132, 255, 0.08);
    color: var(--accent);
    padding-left: calc(var(--padding-x) + 4px);
}

.menu__link:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.menu__link.active {
    background: rgba(10, 132, 255, 0.12);
    color: var(--accent);
    font-weight: 600;
}




.opisanie_0 {
    color: #4e5379;
    padding: 30px;
    font-size: 1rem;
    max-width: 800px;
    justify-self: center;
    display: block;
    padding: 35px 4rem;
    border-radius: 22px;
    text-decoration: none;
    /* background: rgb(255 0 0 / 71%); */
    backdrop-filter: blur(12px);
    border: 1px solid #ffffff;
    /* box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35), 0 0 25px rgba(120, 170, 255, 0.4); */
    transition: 0.35s 
ease;
    position: relative;
    animation: promoCtaAppear 1.2s 
ease forwards;
    margin: 10px;
    background: #ffffff;
    margin-top: 25px;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 1px 5px 2px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 1px 5px 2px rgba(34, 60, 80, 0.2) inset;
    line-height: 1.5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.opisanie_hr {
    border: none;
    height: 3px;
    margin: 40px 0;
    background-image: linear-gradient(to right, #FFF, #e9ecef, #FFF);
}



  .opisanie_table{
      width:100%;
      border-collapse:collapse;
      border-radius:10px;
      overflow:hidden;
    }

    .opisanie_table__cell{
      padding:14px 16px;
      font-size:14px;
      color:#1f2937;
      border-bottom:1px solid #e5e7eb;
    }

    .opisanie_table__cell--header{
      background:#f3f4f6;
      font-weight:600;
      text-transform:uppercase;
      font-size:12px;
      color:#6b7280;
    }

    .opisanie_table__row:nth-child(even){
      background:#fafafa;
    }

    .opisanie_table__row:hover{
      background:#f0f0f0;
    }

    .opisanie_strong{
      font-weight:700;
      color: #44486b;
    }

    .note{
      font-size:13px;
      color:#6b7280;
      margin-top:12px;
    }

.opisanie_zagolovok {
    margin-top: 40px;
}

.opisanie_zagolovok--level-1 {
    font-size: 1.5rem;
}
.opisanie_zagolovok--level-2 {
    font-size: 1.17rem;
}
.opisanie_zagolovok--level-3 {
    font-size: 1.12rem;
}
.opisanie_zagolovok--level-4 {
    font-size: 1.1rem;
}

    @media(max-width:720px){
      .opisanie_table,
      .opisanie_table thead,
      .opisanie_table tbody,
      .opisanie_table tr,
      .opisanie_table__cell{
        display:block;
        width:100%;
      }

      .opisanie_table thead{
        display:none;
      }

      .opisanie_table__row{
        margin-bottom:12px;
        border:1px solid #e5e7eb;
        border-radius:10px;
        overflow:hidden;
      }

      .opisanie_table__cell{
        border:none;
        padding:10px 14px;
      }

      .opisanie_table__cell::before{
        content:attr(data-label);
        font-weight:600;
        color:#6b7280;
        display:block;
        margin-bottom:4px;
        text-transform:uppercase;
        font-size:11px;
      }
    }



/* Кнопка выбора региона в шапке */
.region-selector-header {
   display: flex;
   align-items: center;
   margin: 10px 0;
}

.region-selector-btn {
   display: flex;
   align-items: center;
   gap: 8px;
   padding: 10px 16px;
   background: #fff;
   border: 1px solid #e0e0e0;
   border-radius: 8px;
   cursor: pointer;
   transition: all 0.2s ease;
   font-size: 14px;
   color: #333;
   font-family: inherit;
}

.region-selector-btn:hover {
   background: #f8f8f8;
   border-color: #4CAF50;
   box-shadow: 0 2px 8px rgba(76, 175, 80, 0.1);
}

.region-icon {
   flex-shrink: 0;
   color: #4CAF50;
}

.region-name {
   font-weight: 500;
   white-space: nowrap;
}

.region-arrow {
   flex-shrink: 0;
   opacity: 0.5;
   transition: transform 0.2s ease;
}

.region-selector-btn:hover .region-arrow {
   transform: translateY(2px);
}

/* Модальное окно */
.region-modal {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 10000;
   display: flex;
   align-items: flex-start; /* Изменено с center */
   justify-content: center;
   padding-top: 80px; /* Отступ сверху */
   overflow-y: auto; /* На случай если контент не поместится */
}

.region-modal-overlay {
   position: fixed; /* Изменено с absolute */
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.5);
   backdrop-filter: blur(4px);
   animation: fadeIn 0.2s ease;
}

.region-modal-content {
   position: relative;
   background: #fff;
   border-radius: 16px;
   padding: 32px;
   max-width: 500px;
   width: 90%;
   margin: 0 auto; /* Добавлено для центрирования */
   box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
   animation: slideUp 0.3s ease;
   z-index: 1;
}

.region-modal-close {
   position: absolute;
   top: 16px;
   right: 16px;
   background: transparent;
   border: none;
   cursor: pointer;
   padding: 8px;
   border-radius: 50%;
   color: #666;
   transition: all 0.2s ease;
   display: flex;
   align-items: center;
   justify-content: center;
}

.region-modal-close:hover {
   background: #f5f5f5;
   color: #333;
}

.region-modal-title {
   margin: 0 0 8px 0;
   font-size: 24px;
   font-weight: 600;
   color: #333;
}

.region-modal-subtitle {
   margin: 0 0 24px 0;
   font-size: 14px;
   color: #666;
}

.region-options {
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.region-option {
   display: flex;
   align-items: center;
   gap: 16px;
   padding: 16px;
   background: #fff;
   border: 2px solid #e0e0e0;
   border-radius: 12px;
   cursor: pointer;
   transition: all 0.2s ease;
   text-align: left;
   font-family: inherit;
   width: 100%;
}

.region-option:hover {
   border-color: #4CAF50;
   background: #f9fdf9;
   transform: translateY(-2px);
   box-shadow: 0 4px 12px rgba(76, 175, 80, 0.1);
}

.region-option.active {
   border-color: #4CAF50;
   background: #f0f8f0;
}

.region-option-icon {
   font-size: 32px;
   flex-shrink: 0;
   line-height: 1;
}

.region-option-content {
   flex: 1;
}

.region-option-title {
   font-size: 16px;
   font-weight: 600;
   color: #333;
   margin-bottom: 4px;
}

.region-option-description {
   font-size: 13px;
   color: #666;
   line-height: 1.4;
}

.region-option-check {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 2px solid #e0e0e0;
   flex-shrink: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.2s ease;
}

.region-option-check svg {
   opacity: 0;
   stroke: #fff;
   stroke-width: 2;
   fill: none;
   transition: opacity 0.2s ease;
}

.region-option.active .region-option-check {
   background: #4CAF50;
   border-color: #4CAF50;
}

.region-option.active .region-option-check svg {
   opacity: 1;
}

/* Анимации */
@keyframes fadeIn {
   from {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

@keyframes slideUp {
   from {
      opacity: 0;
      transform: translateY(20px);
   }
   to {
      opacity: 1;
      transform: translateY(0);
   }
}

/* Адаптивность */
@media (max-width: 768px) {
   .region-modal-content {
      padding: 24px;
      max-width: 95%;
   }
   
   .region-modal-title {
      font-size: 20px;
   }
   
   .region-option {
      padding: 14px;
   }
   
   .region-option-icon {
      font-size: 28px;
   }
   
   .region-option-title {
      font-size: 15px;
   }
   
   .region-option-description {
      font-size: 12px;
   }
   
   .region-selector-btn {
      font-size: 13px;
      padding: 8px 12px;
   }
}

@media (max-width: 480px) {
   .region-selector-btn .region-name {
      max-width: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
   }
}




@media screen and (max-width: 1530px){

  .popular-models {
      grid-column: 2;
  }

  .popular-models__podborka {
      grid-column: auto;
  }

  
  .content {
      grid-template-columns: 100px 1fr 100px;

  }

  .organization-information {
      grid-template-areas:
          "cat-nav nav nav nav nav"
          "logo location phone y w"
          "logo location phone y w"
          "search search search search search";
  }

  .location {
      grid-template-areas:
          "city"
          "street"
          "work-time"
          "phone-number"
          "new";
      min-width: 180px;
  }

  .location__new {
      justify-self: start;
  }

  .location__city {
    justify-self: start;
}


  .search {
    min-width: 200px;
    padding-left: 10px;
  }

  .button-menu {
    display:block;
    /* grid-row: 2; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    padding-right: 15px;
    min-height: 30px;
    border-radius: 0px 0px 10px 0px;
    box-sizing: border-box;
  }

  .main-menu {
    display: none;
    border-radius: 0px 30px 0px 0px;
  }
  .main-menu__close{
    display: flex;
  }


}



/* КНОПКА ПОДНЯТИЯ ВВЕРХ */

.up-button {
  /* Позиционирование слева */
  position: fixed;
  left: min(25px, 4vw);
  bottom: min(30px, 5vh);
  
  /* Размеры - больше для лучшей доступности слева */
  width: clamp(50px, 6vw, 60px);
  height: clamp(50px, 6vw, 60px);
  
  /* Визуальный стиль */
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 50% 50% 50% 20%; /* Небольшая асимметрия для интереса */
  border: none;
  box-shadow: 
    0 4px 16px rgba(37, 99, 235, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset,
    2px 0 8px rgba(0, 0, 0, 0.1); /* Тень справа для глубины */
  
  /* Типография */
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  text-decoration: none;
  
  /* Центрирование контента */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  
  /* Интерактивность */
  cursor: pointer;
  z-index: 10010;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) translateX(-10px);
  
  /* Анимации */
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-property: opacity, visibility, transform, background-color, box-shadow;
  
  /* Доступность */
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

/* Показываем кнопку при прокрутке */
.up-button--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
}

/* Состояния с анимацией вправо */
.up-button:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  box-shadow: 
    0 6px 24px rgba(37, 99, 235, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    3px 0 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px) translateX(4px);
}

.up-button:active {
  transform: translateY(-1px) translateX(2px);
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transition-duration: 0.1s;
}

.up-button:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 3px;
  box-shadow: 
    0 0 0 4px rgba(59, 130, 246, 0.25),
    2px 0 8px rgba(0, 0, 0, 0.1);
}

/* Текст и иконка */
.up-button__text {
  font-size: 0.65em;
  line-height: 1;
  opacity: 0.9;
  letter-spacing: 0.02em;
}

.up-button__icon {
  font-size: 1.3em;
  line-height: 1;
  margin-top: -2px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

/* Альтернативный компактный вариант (только иконка) */
.up-button--compact {
  border-radius: 50%;
  width: clamp(44px, 5vw, 52px);
  height: clamp(44px, 5vw, 52px);
}

.up-button--compact .up-button__text {
  display: none;
}

.up-button--compact .up-button__icon {
  font-size: 1.6em;
  margin-top: 0;
}

/* Адаптация для мобильных устройств */
@media (hover: none) and (pointer: coarse) {
  .up-button {
    /* Больше отступы для мобильных */
    left: max(20px, env(safe-area-inset-left));
    bottom: max(20px, env(safe-area-inset-bottom));
    width: clamp(56px, 12vw, 64px);
    height: clamp(56px, 12vw, 64px);
  }
  
  .up-button:hover {
    transform: none;
  }
  
  .up-button:active {
    transform: scale(0.95);
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  }
}

/* Для планшетов и десктопов */
@media (min-width: 768px) {
  .up-button {
    left: min(30px, 3vw);
    bottom: min(40px, 6vh);
  }
  
  /* Плавное выезжание слева при появлении */
  @keyframes slideFromLeft {
    from {
      opacity: 0;
      transform: translateX(-20px) translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateX(0) translateY(0);
    }
  }
  
  .up-button--visible {
    animation: slideFromLeft 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  }
}

/* Темная тема */
@media (prefers-color-scheme: dark) {
  .up-button {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    box-shadow: 
      0 4px 20px rgba(0, 0, 0, 0.4),
      0 0 0 1px rgba(255, 255, 255, 0.1) inset,
      2px 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .up-button:hover {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    box-shadow: 
      0 6px 28px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(255, 255, 255, 0.15) inset,
      3px 0 14px rgba(0, 0, 0, 0.25);
  }
}

/* Альтернативный стиль - более минималистичный */
.up-button--minimal {
  background: rgba(37, 99, 235, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.up-button--minimal:hover {
  background: rgba(59, 130, 246, 0.95);
  backdrop-filter: blur(12px);
}





@media screen and (max-width: 1300px){
  .goods {
    max-width:none;
    margin: 0;
    padding: 0;
}
   .content {
      grid-template-columns: 0px 1fr 0px;
  }

}

@media screen and (max-width: 1080px){
  .product-preview_horizontal {
      grid-template-columns: 1fr 1fr 2fr;
      /* grid-template-rows: min-content min-content min-content min-content; */
      grid-template-areas:
          "type name list"
          "foto price specifications"
          "discription discription full";
      justify-items: center;
  }
  .product-preview__a-name {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0% 10% 10% 0%;
    padding-left: 10px;
  }
  .product-preview__type {/* max-width: none; */width: 100%;padding-right: 0px;/* padding-left: 10px; */border-radius: 0;font-size: 0.8rem;}
}

@media screen and (max-width: 950px){
   .content {
      grid-template-columns: 0px 1fr 0px;
  }
  .organization-information {
      grid-template-areas:
          "cat-nav nav nav nav"
          "logo location y w"
          "logo location y w"
          "search search phone phone";
  }
  .product-preview-vertical__name-item {
      font-size: 12px;
      height: 40px;
  }

}

@media screen and (max-width: 820px){
  .content {
      grid-template-columns: 0px 1fr 0px;
  }
  .organization-information {
      grid-template-areas:
          "cat-nav nav nav nav"
          "logo logo location location"
          "logo logo y w"
          "search search phone phone";
      gap: 5px;
  }
  .location {
    grid-template-areas:
      "city"
      "street"
      "work-time"
      "phone-number"
      "new";
    justify-content: center;
    min-width: 180px;
    padding-left: 5px;
  }

  .product-preview__price-tag {
    max-width: 100%;
    width: 100%;
  }
  .product-preview__specifications {
      /* margin-left:20px; */
      width: 100%;
      grid-template-columns: repeat(2,1fr);
  }


  .goods {
      margin: 0px;
      padding: 0px;
      margin-bottom: 0;
      background: #304486a3;
      border-radius: 0;
      border: 0;
      color: #c8d1ed;
  }
  
}

@media screen and (max-width: 680px){
  .location {
    grid-template-areas:
      "city"
      "street"
      "work-time"
      "phone-number"
      "new";
  }
  .organization-information {
      grid-template-areas:
          "cat-nav cat-nav location "
          "logo logo location "
          "logo logo w"
          "logo logo y"
          "search search phone ";
  }
   .menu-organization__links {
    min-height: 35px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 1fr 1fr;
    justify-content: normal;
    display: none;
  }


  
}

@media screen and (max-width: 450px){

  .menu-organization__link {
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    /* color: #fafafa; */
  }
  .menu-organization__li:nth-last-child(1) {
    grid-column: 3;
  }

  .organization-information {
    grid-template-areas:
      "cat-nav"
      "nav"
      "logo"
      "search"
      "location"
      "phone"
      "w"
      "y";
    gap: 0px;
  }

  .search__navigate {
      display: none;
    
  }

  .popular-models {
      display: none;
  }

  .popular-models__podborka{
      display: block;
  }  


  .search__search-string {background: rgb(255 255 255 / 93%);color: #0c2d77;}

  .phone-russia {
    align-self: center;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .search__search-string::-webkit-input-placeholder {
    color: rgb(65 86 129);
  }

}

@media screen and (max-width: 540px){

  .goods {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
  .goods__header {
    font-size: 16px;
  }

  .product-preview_horizontal {
      grid-template-areas:
          "name"
          "type"
          "list"
          "foto"
          "price"
          "specifications"
          "discription"
          "full";
      gap: 0px;
      grid-template-columns: 1fr;
      background: #ffffff82;
  }
  .logo__picture {
    width: 40px;
  }
  .logo__organization-name {
    font-size: 18px;
  }

.location {
    /* grid-template-areas:
        "city street"
        "work-time work-time"
        "phone-number phone-number"
        "new new"; */
    column-gap: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    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 {
    /* width: 90%; */
    max-width: none;
    border-radius: revert;
    margin: 0;
  }
  .selection-of-goods {
    font-size: 12px;
    gap:2px;
  }

  .menu-organization {
    background-image: repeating-linear-gradient(45deg,rgb(196 208 232 / 80%) 0%,rgb(88 135 237 / 60%) 30%,rgb(198 210 255 / 59%) 100%);
    border-radius: 0;
    color: aliceblue;
  }

  .product-preview__picture {
      height: 150px;

  }
  .product-preview__a-name {
    padding-left: 0px;
    width: 100%;
    background: #3d52a1;
    border-radius: 0;
  }
  .product-preview__name-item {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #3d52a1;
    color: #ccd7ff;
    text-align:center;
    font-size: 14px;
    width: 100%;
  }

  .logo__competences {
    font-size: 11px;
  }
  .goods__reset {
    margin-top: -21px;
    margin-left: 0px;
    font-size: 12px;
  }
  .product-preview__article {
    border-radius: 0px;
    background: rgb(255 255 255 / 45%);
    color: rgb(61 82 148);
  }
  .product-preview__value-characteristics-list {
    justify-content: center;
  }

  .product-preview__price {
    margin: 0;
    color: red;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
  }
  .product-preview__price-text {
    font-size:12px;
  }
}


.page__hidden{
   display: none;
}
.page__show-grid{
   display: grid;
}

.important-message {
    color: #ffffff;
    background: #f44336;
    margin: 0;
    padding: 5px;
    margin-top: 5px;
    text-align: center;
    /* border: 3px solid #ffaea8; */
    font-size: 12px;
    border-radius: 10% 10% 10% 10%;
    border-top: 1px solid #e99a94;
    border-bottom: 1px solid #d50f00;
    border-left: 1px solid #f96157;
    border-right: 1px solid #fb2c1d;
}

.important-message-a {
    text-decoration: none;
}

.baner1 {
    display: grid;
    grid-template-areas:
        "img h1"
        "img h2"
        "img b1";
    background: #00a650cc;
    border-radius: 10% 10% 10% 10%;
    border: 1px solid #5a9f7c;
    border-top: 5px solid #018141;
    border-bottom: 5px solid #00803f;
    margin-top: 10px;
    margin-bottom: 10px;
}

.baner1__foto {
    grid-area: img;
    align-self: center;
    justify-self: center;
    border-radius: 10% 10% 10% 10%;
    border: 1px solid #5a9f7c;
    width: 160px;
}

.baner1__head1 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.baner1__head2 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    color: #ffffff;
}

.baner2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.baner2__foto {
    height: 200px;
}

.baner2_div1 {
    background: #ff122c;
    border-radius: 10% 10% 10% 10%;
    border: 1px solid #5a9f7c;
    border-top: 5px solid #d10017;
    border-bottom: 5px solid #c30015;
    width: 755px;
}

@media screen and (max-width: 1200px){
.baner2_div1 {
    width: 100%;
    display: none;
}

@media screen and (max-width: 680px){
  .baner1__head1 {
      font-size: 15px;
      padding-left: 10px;
  }
  .baner1__head2 {
      padding-left: 10px;
  }
  .baner2_div1 {
    display: none;
  }

  .button-menu {
    display: block;
    /* grid-row: 2; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding-right: 15px;
    min-height: 30px;
    border-radius: 0;
    box-sizing: border-box;
    background: repeating-linear-gradient(90deg,#34cd5e 0%,#163e96 4%,#1b439a 100%);
    border: 2px solid transparent;
    border-image: repeating-linear-gradient(45deg,rgb(60 221 66) 0%,rgb(11 54 147 / 44%) 30%,rgb(0 31 105) 100%);
    border-image-slice: 1;
    color: aliceblue;
  }
}

/* --- PROMO CTA BLOCK (teaser) --- */
.promo-cta {
    margin: 40px auto;
    max-width: 860px;
    animation: fadeIn 1.2s ease;
}

.promo-cta__wrapper {
    display: block;
    padding: 28px 35px;
    border-radius: 22px;
    text-decoration: none;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 10px 28px rgba(0,0,0,0.35), 0 0 25px rgba(120,170,255,0.4);
    transition: 0.35s ease;
    position: relative;

    /* плавное появление */
    animation: promoCtaAppear 1.2s ease forwards;
    opacity: 0;
    transform: translateY(12px);
}