@font-face {
  font-family: disket_monoregular;
  src: url("disket-mono-regular-webfont.2d492bbb.woff2") format("woff2"), url("disket-mono-regular-webfont.06bd30ed.woff") format("woff"), url("disket-mono-regular-webfont.1ccd639e.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: robotoregular;
  src: url("roboto-regular-webfont.49165bac.woff2") format("woff2"), url("roboto-regular-webfont.a73691e3.woff") format("woff"), url("roboto-regular-webfont.3f790e29.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: socialicoregular;
  src: url("socialico-webfont.bd02662b.woff2") format("woff2"), url("socialico-webfont.ef18afcf.woff") format("woff"), url("socialico-webfont.d66bfc6f.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: FontAwesome5;
  src: url("fa-regular-400.12a6a86a.woff2") format("woff2"), url("fa-regular-400.392cfb1b.woff") format("woff"), url("fa-regular-400.349fd7d6.ttf");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html, body {
  font-family: robotoregular;
  font-size: 10px;
6  scroll-behavior: smooth;
}

h1 {
  font-family: disket_monoregular, Arial, sans-serif;
}

body {
  font-family: monospace;
}

.catGeneral{display: grid;justify-items: center;
    grid-template: auto/1fr 1fr;
    


}
@media (width >= 767px) {
.catGeneral{ grid-template: auto / 1fr 1fr 1fr 1fr;}
   }
@media (width >= 1024px) {
.catGeneral{grid-template: auto / 1fr 1fr 1fr 1fr 1fr;}
  }

.sliders {
  width: 100%;
}

.akcii {
  grid-template: auto / 1fr 1fr;
  gap: 1rem;
  display: grid;
}

@media (width >= 767px) {
  .akcii {
    grid-template: auto / 1fr 1fr 1fr;
    justify-items: center;
    gap: 1rem;
  }
}

@media (width >= 1024px) {
  .akcii {
    grid-template: auto / 1fr 1fr 1fr 1fr;
    justify-items: center;
    gap: 1rem;
  }
}
.product_h1 {font-size:3rem!important}
@media (width >= 767px) {
.product_h1 {font-size:3.5rem!important}
}

.akcii_image {
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
  height: 15rem;
}

@media (width >= 767px) {
  .akcii_image {
    width: 20rem;
  }
}

@media (width >= 1024px) {
  .akcii_image {
    width: 20rem;
  }
}

.akcii_image:hover {
  background-color: #c1c1c1;
}

.akcii_skidka {
  width: 8rem;
  position: absolute;
  height: 8rem;
  background-repeat: no-repeat;
left:0
}

.akcii_name {
  width: 100%;
  height: 4rem;
  margin-top: 1rem;
}

.akcii_price {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

.akcii_oldPrice {
  color: #262626;
/*  text-decoration: line-through;
*/
}

.akcii_inptKolvo {
  width: 5rem;
}

.akcii_btn {
  color: #fff;
  cursor: pointer;
  background: #091d9e;
  border: none;
  border-radius: 5px;
  height: 4rem;
  margin-top: 1rem;
}

@media (width >= 767px) {
  .akcii_btn {
    padding: 0 20px;
  }
}

@media (width >= 1024px) {
  .akcii_btn {
    padding: 0 20px;
  }
}

.item_product {
  text-align: center;
  max-width: 16rem;
  margin-top: 2rem;
}

.item_product img {
  height: 100%;
}

.page-title {
  text-align: center;
}

.slider-container {
  width: 100%;
  margin: 1.5rem auto;
  position: relative;
  overflow: hidden;
}

.slider {
  justify-content: space-between;
  height: 170px;
  transition: transform .5s ease-in-out;
  display: flex;
}

@media (width >= 767px) {
  .slider {
    height: auto;
  }
}

@media (width >= 1024px) {
  .slider {
    height: auto;
  }
}

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

.prev-button, .next-button {
  color: #fff;
  background-color: #0000;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prev-button {
  cursor: pointer;
  left: 10px;
}

.next-button {
  cursor: pointer;
  right: 10px;
}

.infShapka {
  justify-content: space-around;
  display: flex;
}

.ten {
  box-shadow: 0 4px 4px #00000040;
}

#head {
  box-shadow: 0 2px 1px -1px #00000080;
}

#price {
justify-content: space-evenly;  margin-top: 2rem;
  display: flex;
}

.kolvo {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

@media (width >= 767px) {
  .kolvo {
    flex-direction: column;
  }
}

@media (width >= 1024px) {
  .kolvo {
    flex-direction: column;
  }
}

.btnbase {
  background: #bcc5ff;
  border: none;
  border-radius: 5px;
  height: 3rem;
  margin-bottom: 7rem;
}
.btnbase:hover {
background:#091d9e !important;
color:#FFF;
}
@media (width >= 767px) {
  .btnbase {
    margin-bottom: 2rem;
  }
}

@media (width >= 1024px) {
  .btnbase {
    margin-bottom: 2rem;
  }
}

.fonVopros {
  color: #fff;
  background-image: url("fonVopros.a1e56d70.png");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 20rem;
  font-size: 2.5rem;
  display: flex;
}

.noDysplMbl {
  display: none;
}

@media (width >= 767px) {
  .noDysplMbl {
    display: block;
  }
}

@media (width >= 1024px) {
  .noDysplMbl {
    display: block;
  }
}

.footerMenu {
  background: #f6f6f6;
  border-top: 1px solid #a0a0a0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: calc(100vh - 85px);
  padding-top: 1rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media (width >= 767px) {
  .footerMenu {
    display: none;
  }
}

@media (width >= 1024px) {
  .footerMenu {
    display: none;
  }
}

.mnuInFooter {
  color: #091d9e;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.topMenu {
  margin: 1.5rem 0;
  display: none;
}

@media (width >= 767px) {
  .topMenu {
    display: block;
  }
}

@media (width >= 1024px) {
  .topMenu {
    display: block;
  }
}

.topMenu ul {
  flex-wrap: wrap;
  padding-inline-start: 0;
  display: flex;
}

.topMenu ul li {
  cursor: pointer;
  background: #bcc5ff;
  border-radius: 4px;
  margin-right: 1rem;
  padding: 1rem;
  list-style: none;
  margin-top:0.3rem
}

.topMenu ul li:hover {
  color:#fff!important;
  background: #091d9e;
}

.topMenu ul  a  li{
  text-decoration: none;
  font-size:1.4rem;
}
.topMenu ul a li:hover {
color:#fff!important;
}
.ostavtePhone {
  align-items: center;
  display: flex;
}

.vopros_btn {
  color: #fff;
  background: #091d9e;
  border: none;
  border-radius: 5px;
  height: 4rem;
}

.ostavtePhoneP {
  color: #bcc5ff;
  margin-top: .5rem;
  font-size: 1rem;
}

.topMenu ul li a:hover {
  color: #fff;
}

.topMenuActive {
  color: #fff;
  background: #091d9e !important;
text-decoration: none;
    font-size: 1.4rem;
}

.baner {
  background: #f6f6f6;
  margin-top: 2rem;
  padding: 1rem 0;
  display: none;
}

@media (width >= 767px) {
  .baner {
    display: block;
  }
}

@media (width >= 1024px) {
  .baner {
    display: block;
  }
}

.footBaner {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  display: flex;
}

.footBaner div {
  color: #091d9e;
  font-size: 1.4rem;
}

.footerDsk {
  background: #232323;
  min-height: 10rem;
}

.socseti {
  cursor: pointer;
}

.footMnu {
  color: #fff;
  grid-template: auto / 1fr 1fr 1fr 1fr;
  gap: 1rem;
  display: grid;
}

.logoDown {
  margin-top: -6rem;
  display: flex;
}

.logoDownText {
  color: gray;
  align-items: center;
  font-size: 21px;
  display: flex;
}

.footMnuDown {
  flex-direction: column;
  margin-top: 3rem;
  line-height: 1.6;
  display: flex;
}

.footMnuDown a {
  color: gray;
  cursor: pointer;
  text-decoration: none;
}

.footMnuDown a:hover {
  color: #fff;
}

.copyright {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: gray !important;
}

.cat {
  cursor: pointer;
}

.logoDown {
  cursor: pointer;
  text-decoration: none;
}

#head a {
  text-decoration: none;
}

#catalogs {
  display: none;
}

#main {
  min-height: calc(100vh - 35rem);
}

h2 a {
  text-decoration: none;
}

.popup-fade:before {
  content: "";
  opacity: .7;
  z-index: 9999;
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.popup {
  z-index: 99999;
  opacity: 1;
  background: #fff;
  border: 1px solid orange;
  border-radius: 4px;
  width: 100%;
  max-height: 63rem;
  padding: 20px;
  position: fixed;
  top: 0;
  overflow-y: auto;
}

@media (width >= 767px) {
  .popup {
    width: 360px;
    margin-left: -200px;
    top: 10%;
    left: 50%;
  }
}

@media (width >= 1024px) {
  .popup {
    width: 360px;
    margin-left: -200px;
    top: 10%;
    left: 50%;
  }
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.prod {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.prod .akcii_image {
  text-align: center;
 /* height: 240px;
*/
width:100%;
}

.prod .akcii_image img {
  height: 100%;
}

#opis {
  font-size: 1.8rem;
}

.topMenuMbl {
  margin-left: -4rem;
  padding-top: 1.8rem;
  line-height: 3rem;
}

.topMenuMbl ul li {
  border-bottom: 1px solid #a0a0a0;
  list-style-type: none;
}

.topMenuMbl ul li:hover {
  background: #f5f5f5;
}

.topMenuMbl ul li a {
  cursor: pointer;
  text-decoration: none;
}

.outerWrapper {
  text-align: left;
  width: auto;
  position: relative;
}

.item {
  float: left;
  background-color: #fff;
  border-radius: 5px;
  width: 162px;
  height: 180px;
  padding: 20px;
}

.item div {
  color: #b3b3b3;
  text-align: center;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  width: 99%;
  font-size: 60px;
  line-height: 162px;
}

.left-nav-btn, .right-nav-btn {
  cursor: pointer;
  opacity: .8;
  -o-transition: opacity .2s linear;
  background: url("arrows.b784552a.png") no-repeat;
  width: 37px;
  height: 37px;
  transition: opacity .2s linear;
  position: absolute;
  top: 80px;
}

.left-nav-btn {
  left: 0;
}

.right-nav-btn {
  background-position: 100% 0;
  right: 0;
}

.left-nav-btn:hover, .right-nav-btn:hover {
  opacity: 1;
}

.vert.outerWrapper {
  width: 204px;
  height: 456px;
  margin: 50px auto 60px;
}

.vert .item {
  float: left;
  width: 162px;
  margin-bottom: 48px;
}

.vert .left-nav-btn, .vert .right-nav-btn {
  cursor: pointer;
  background: url("arrows_vert.bace48d2.png") no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 82px;
}

.vert .left-nav-btn {
  top: -60px;
}

.vert .right-nav-btn {
  background-position: 0 100%;
  top: auto;
  bottom: -60px;
}

.leftWrapper {
  float: left;
  width: 48%;
}

.rightWrapper {
  float: right;
  width: 48%;
}

.leftWrapper h2, .rightWrapper h2 {
  text-align: center;
  width: 100%;
}

.outerWrapper2 .item {
  width: 110px;
  margin-right: 50px;
  padding: 20px;
}

.pager {
  text-align: center;
  line-height: 100px;
}

.pager > span {
  cursor: pointer;
  overflow: none;
  background: #ddd;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  display: inline-block;
}

.pager > span.active {
  background: #b3b3b3;
}

.pager > span > span {
  display: none;
}

#counter {
  text-align: center;
  margin-top: -30px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.catlg {
  grid-template: auto / 1fr 1fr;
  gap: 1rem;
  display: grid;
}

@media (width >= 767px) {
  .catlg {
    grid-template: auto / 1fr 1fr 1fr;
    justify-items: center;
    gap: 1rem;
  }
}

@media (width >= 1024px) {
  .catlg {
    grid-template: auto / 1fr 1fr 1fr 1fr;
    justify-items: center;
    gap: 1rem;
  }
}

.ccart {
  width: 100%;
  display: none;
}

.ccart_item {
  border-bottom: 1px solid #a5a5a5;
  display: flex;
}

@media (width >= 767px) {
  .ccart_item {
    justify-content: space-around;
  }
}

@media (width >= 1024px) {
  .ccart_item {
    justify-content: space-around;
  }
}

.ccart_image {
  width: 8rem;
  height: 10rem;
}

.ccart_name {
  padding-top: 1rem;
  padding-left: 1rem;
}

@media (width >= 767px) {
  .ccart_name {
    font-size: 1.6rem;
    width:80%;
  }
}

@media (width >= 1024px) {
  .ccart_name {
    font-size: 1.6rem;
    width:80%;
  }
}

.ccart_btn {
  color: #fff;
  cursor: pointer;
  background: #091d9e;
  border: none;
  border-radius: 5px;
  height: 4rem;
  margin-bottom: 7rem;
}

.ccart_inpt {
  width: 1.5rem;
}

.ccart_vybor {
  justify-content: flex-end;
  align-items: center;
  margin-top: -3rem;
  display: flex;
}

.ccart_inptkolvo {
  width: 9rem;
  height: 3rem;
}

.ccart_kolvo {
  align-items: center;
  display: flex;
}

.ccart_itogo {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

#price-itogo {
  justify-content: center;
  margin-bottom: 1rem;
  display: flex;
}

.divider {
  height: 50px;
}

.container {
  width: 90%;
}

@media (width >= 1024px) {
  .container {
    width: 1024px !important;
  }
}

.ui__title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-decoration: underline;
}

.h1 {
  color: #091d9e;
  margin-bottom: 1rem;
  font-family: disket_monoregular, Arial, sans-serif;
  font-size: 3.5rem;
}

@media (width >= 767px) {
  .h1 {
    font-size: 3rem;
  }
}

.h2 {
  color: #000;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-family: monospace;
  font-size: 2rem;
  font-weight: 200;
}

@media (width >= 767px) {
  .h2 {
    font-size: 2.5rem;
  }
}

input {
  background: #f5f5f5;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  padding: 0 .5rem;
  font-size: 1.5rem;
}

.inptSearch {
  background-image: url("icon_search.039df7ee.svg");
  background-position: .5rem;
  background-repeat: no-repeat;
}

@media (width >= 767px) {
  .inptSearch {
    width: 50%;
    margin-top: 2rem;
  }
}

@media (width >= 1024px) {
  .inptSearch {
    width: 50%;
    margin-top: 2rem;
  }
}

p {
  font-family: monospace;
  font-size: 1.4rem;
}

#katalog {
  grid-gap: 10px;
  color: #444;
  background-color: #fff;
  grid-template-columns: 100px 100px 100px;
  width: 30rem;
  display: grid;
}

.cat {
  background-color: #d1d7fa;
  background-image: url("dnevnik1.3581bc1b.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: .8rem;
  min-width: 10rem;
  max-width: 13rem;
  min-height: 13rem;
}

.txtReclama {
  color: #fff;
  width: 48%;
  padding: 2rem;
}

@media (width >= 767px) {
  .txtReclama {
    padding: 4rem;
    font-size: 3rem;
  }
}

@media (width >= 1024px) {
  .txtReclama {
    padding: 6rem;
    font-size: 4rem;
  }
}

.cntr {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hdr {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

@media (width >= 767px) {
  .hdr {
    justify-content: left;
    margin-top: 1rem;
  }
}

@media (width >= 1024px) {
  .hdr {
    justify-content: left;
    margin-top: 1rem;
  }
}

@media (width >= 767px) {
  #head {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media (width >= 1024px) {
  #head {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.info {
  width: 20%;
  display: none;
}

@media (width >= 767px) {
  .info {
    display: block;
  }
}

@media (width >= 1024px) {
  .info {
    display: block;
  }
}

.infoCatalog {
  color: #454545;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  font-family: monospace;
  display: flex;
}

.glb-animation {
  transform-origin: center;
  animation: 15s linear infinite moving;
}

@keyframes moving {
  100% {
    transform: rotate(360deg);
  }
}

.strelki {
  cursor: pointer;
  justify-content: space-between;
  padding: 0 10px;
  display: flex;
  position: relative;
  top: 50%;
}

.line {
  width: 30%;
  border-bottom: 3px solid #d9002a !important;
}
.hidden {
display:none;
}
.form-group {
display: flex;
    align-items: center;
margin-bottom: 1rem;
}
.control-label {
width: 6rem;
}
.form-control {
    width: 100%;
}
.zakaz {
color: #fff;
    cursor: pointer;
    background: #091d9e;
    border: none;
    border-radius: 5px;
    height: 4rem;
    margin-bottom: 7rem;
    width: 14rem;
    padding-top: 1.3rem;
    padding-left:2rem;
}
/*# sourceMappingURL=index.d01dfbe0.css.map */
.div-search0 {
    background: #fff;
    z-index: 99;
    display: flex;
    justify-content: center;
    position: absolute;
    min-width: 77%;
    max-width: 100%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.product_item {
    flex-direction: column;
    margin-top: 3rem;
    display: flex;
}
.product_img {
    width: 100%;
}
.zoom {
    display: inline-block;
    position: relative;
}
.product_har {
    color: #3a3a3a;
    font-size: 2.4rem;
    font-weight: 700;
}
.product_property {width: 90%;}
.product_manuf {
    color: #585656;
    justify-content: space-between;
    margin-top: 1rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.2rem;
    display: flex;
}
.product_infa {
    border-bottom: 1px solid #f3f3f3;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 3rem;
    padding-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 30px;
    display: flex;
}
.product_skolko {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
    display: flex;
}
.knopki_product {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 3rem;
    display: flex;
}
#minus {
    text-align: center;
    cursor: pointer;
    background: #d9d9d9;
    border-radius: 5px 0 0 5px;
    width: 41px;
    height: 36px;
    font-size: 24px;
}
#plus {
    text-align: center;
    cursor: pointer;
    background: #d9d9d9;
    border-radius: 0 5px 5px 0;
    width: 41px;
    height: 36px;
    font-size: 24px;
}
.product_kolvo {
    align-items: center;
    display: flex;
}
.btnCat {
    color: #091d9e;
    cursor: pointer;
    background: #bcc5ff;
    border: none;
    border-radius: 16px;
    align-items: center;
    width: 215px;
    height: 56px;
    margin-bottom: 1rem;
    font-size: 2rem;
    display: flex;
}
.btnCat:hover {
    background: #004d9b;
    color:#FFF;
}
.product_summa {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0.5rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: flex;
}
.product_description {
    margin-top: 3rem;
    font-size: 2rem;
    font-weight: 400;
}

/* Базовые стили для всего виджета */
.demoTabs {
    display: block;
    background-color: #fff;
    color: #4a4440;
}
/* Внутренние отступы и граница для области содержимого */
.demoTabs__content {
    border-top: 1px solid #d9d9d9;
    padding: 16px;
    margin-top: 0.8rem;
}
/* Скрываем радиокнопки */
.demoTabs__tab {
    display: none;
}
/* По умолчанию область контента каждой конкретной вкладки скрыта */
.demoTabs__area {
    display: none;
}

/* Стили для параграфа внутри области контента */
.demoTabs__area p {
    margin-bottom: 16px;
}
/* Стилизация одной вкладки */
.demoTabs__label {
    border: 1px solid #0000;
    border-radius: 8px 8px 0 0;
    margin-right: 2px;
    line-height: 1.42857;
    cursor: pointer;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}
/* Изменение цвета вкладки при наведении курсора */
.demoTabs__label:hover {
    background-color: #d9d9d9;
}
/* Меням цвет вкладки, если она выбрана */
.demoTabs__tab:checked + .demoTabs__label {
    background-color: #d9d9d9;

}
/* Если конкретная вкладка (радиокнопка) выбрана, то ищем соседний элемент с классом .demoTabs__content, в котором отображаем блок с data-атрибутом, соответствующим id активной вкладки */
.demoTabs #demoTab-1:checked ~ .demoTabs__content .demoTabs__area[data-tab="demoTab-1"],
.demoTabs #demoTab-2:checked ~ .demoTabs__content .demoTabs__area[data-tab="demoTab-2"],
.demoTabs #demoTab-3:checked ~ .demoTabs__content .demoTabs__area[data-tab="demoTab-3"] {
    display: block;
}



@media (width >= 767px) {
.demoTabs__label {display: initial;}
 .product_item {   flex-direction: row;}
 .product_img {
    width: 442px;
}
.product_manuf {
    margin-top: 3rem;
}
.product_infa {
    flex-direction: row;
}
.product_skolko {
    flex-direction: row;
}
.knopki_product {
    flex-direction: row;
}
.product_summa {
    flex-direction: column;
}
  }

