@charset "UTF-8";
a{
   color: #f0f8ff;
}
.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"
    "logo location search phone y"
    "logo location search phone y";
  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;
}



.content {
    display: grid;
    width: 100%;
    grid-template-columns: 310px 1fr minmax(100px, 300px);
    z-index: 2;
    min-height: 600px;
    /* background-image: url(/image/NG.png); */
    background-position: 50% 100%;
    max-width: 1800px;
    z-index: 10000;
}

.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: 300px; */
}
.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;
}

.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;
}


.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;
}

.appeal__tel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    background: rgb(36 65 171 / 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;
}

.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;
}

.footer {
    display: grid;
    grid-template-rows: minmax(min-content,1fr) 60% 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;
    /* padding: 50px 0 10px 0; */
    font-size: 14px;
    /* gap: 30px; */
    position: relative;
    min-height: 300px;
    background-image: url(..//images/kkm-kassy_ch.jpg);
    width: 100%;
    background: #13245de8;
    z-index: 2;
}
.footer::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    background: #192344;
}

.footer__date-update {
    margin: 0;
    z-index: 1;
    /* text-align: center; */
    grid-area: h;
    /* padding-left: 20px; */
    padding-top: 10px;
    font-size: 12px;
}

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

.footer__organization {
    margin: 0;
    z-index: 1;
    /* grid-area: o; */
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.footer__copyright {
    margin: 0;
    z-index: 1;
    list-style-type: none;
    padding: 0;
    /* grid-area: k; */
    font-size: 12px;
    padding-top: 60px;
    color: #5e7de1;
    padding-left: 20px;
    align-self: end;
}

.footer__operating-time {
    margin: 0;
    z-index: 1;
    padding-left: 20px;
}
.footer__address {
    margin: 0;
    z-index: 1;
    font-style: normal;
    grid-area: a;
    /* background: #15255dcf; */
    display: grid;
    grid-template-rows: min-content;
}

.footer__address1 {
    display: grid;
}

.footer__nav {
    margin: 0;
    z-index: 1;
    grid-area: n;
    /* background: #15255dcf; */
    display: grid;
    grid-template-rows: min-content;
}
.footer__note {
    margin: 0;
    z-index: 1;
    grid-area: f;
    padding-top: 10px;
    /* padding-left: 20px; */
    padding-bottom: 10px;
    font-size: 12px;
    align-self: end;
}

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

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

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

.footer__date-update-time {
    color: #5e7de1;
}
.footer__contacts {
    grid-area: v;
    z-index: 1;
    /* background: #15255dcf; */
    display: grid;
    grid-template-rows: min-content;
}
.footer__requisites {
    margin: 0;
    list-style-type: none;
    grid-area: k;
    z-index: 1;
    /* background: #13245d; */
    /* padding-left: 20px; */
    /* width: fit-content; */
    display: grid;
    grid-auto-rows: min-content;
    display: grid;
}

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

.footer__note-p {
    margin: 0;
}

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

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

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

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

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

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

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


.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;
}



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

  .popular-models {
      grid-column: 2;
  }

  
  .content {
      grid-template-columns: 100px 1fr 100px;

  }

  .organization-information {
      grid-template-areas:
          "cat-nav nav nav nav"
          "logo location phone y"
          "logo location phone y"
          "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: 5px;
   bottom: 5px;
   background: #0037eccf;
   padding: 5px;
   font-size: 16px;
   border-radius: 50px 50px 50px 50px;
   text-decoration: blink;
   color: #ffffff;
   z-index: 2;
   scroll-behavior: smooth;
   transition: bottom .2s;
   border-top: solid 1px rgb(255 255 255 / 82%);
   border-bottom: solid 1px rgb(25 47 132);
   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;
}
.up-button:hover{
  background: #003cff;
  bottom: 15px;
}

@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"
          "logo location y"
          "logo location y"
          "search search 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 y"
          "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);
  }

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

  .footer__copyright {
    padding-top: 0px;
  }

  .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 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"
      "y";
    gap: 0px;
  }

  .search__navigate {
      display: none;
    
  }

  .popular-models {
      display: none;
  }

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

  .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;
  }
}