:root {
  --red: #e85222;
  --black: black;
  --gainsboro: #dbdbdb;
  --white: white;
  --lime-green: #00b81d;
  --black-2: #333;
  --white-smoke: #f6f6f6;
}

body {
  color: #333;
  background-color: #f6f6f6;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--red);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.topsec {
  z-index: 999;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 -3px #00000045;
}

.topdiv {
  justify-content: flex-start;
  align-items: center;
  max-width: 1170px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.top-chld {
  align-items: center;
  width: 70%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.top-chld.top-right {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  padding-left: 0;
  display: flex;
}

.logo-img {
  width: 90%;
  height: 80%;
}

.link-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 0;
  margin-right: 30px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  transform: scale(1.09);
}

.heading {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 20px;
  display: inline-block;
}

.content-main-div {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: flex-start;
  max-width: 1170px;
  min-height: 70vh;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.card-flex-desctop {
  flex-wrap: wrap;
  display: flex;
}

.slider-div {
  background-image: url('../images/gardena2018promobannermain.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 100%;
}

.slider-div.s2 {
  background-image: url('../images/1903354glavnmakita.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-div.s3 {
  background-image: url('../images/1920boschnabor.jpg');
  background-size: cover;
}

.usage-blk-txt {
  text-transform: uppercase;
  background-color: #ffffffeb;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  padding: 16px;
  font-weight: 600;
  transition: all .3s;
}

.benefits-div {
  background-color: #f5f5f5;
  border-radius: 5px;
  justify-content: space-around;
  margin-top: 10px;
  padding: 20px 10px;
  display: flex;
}

.blog-blk {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: block;
}

.catalog-menu-div {
  border-top: 1px solid var(--gainsboro);
  border-right: 1px solid var(--gainsboro);
  border-left: 3px solid var(--red);
  background-color: #a8a8a8;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.more-link-blk {
  background-color: #ebebeb;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
}

.rub {
  color: #8b8b8b;
  margin-left: 10px;
  font-size: 12px;
}

.slidenav {
  float: none;
}

.drop-link-blk {
  width: 50%;
  padding: 15px;
}

.benefits-chld {
  align-items: center;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.drpo-cat-link {
  color: #1d1d1d;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  display: block;
}

.drpo-cat-link:hover {
  color: var(--red);
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.drpo-cat-link.sublink {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
}

.btns-div {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.main-column {
  width: 80%;
  margin-top: 0;
  padding: 0 10px 10px 20px;
}

.main-column.big {
  width: 100%;
}

.news-txt {
  color: #4d4d4d;
  align-self: flex-start;
  margin-left: 10px;
  font-size: 12px;
  line-height: 18px;
  transition: all .3s;
}

.news-txt:hover {
  color: var(--red);
}

.about-div {
  padding: 10px;
}

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

.left-column {
  width: 20%;
  min-height: 500px;
  padding-top: 0;
  position: relative;
}

.slider-icon {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
}

.slider-icon:hover {
  background-color: var(--red);
  border-radius: 236px;
  font-size: 40px;
}

.news-date {
  color: #333;
  background-color: #ff9c94;
  border-radius: 3px;
  align-self: flex-start;
  margin-right: 0;
  padding: 3px;
  font-size: 12px;
}

.card-name-link {
  color: #4d4d4d;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  transition: all .2s;
}

.card-name-link:hover {
  color: var(--red);
}

.nal-txt {
  color: #40ada6;
  font-size: 12px;
}

.nal-txt.no {
  color: #adadad;
}

.dropmenu-flex {
  color: #2c2c2c;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.card-divblk {
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 23%;
  margin: 1%;
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #00000029;
}

.card-divblk:hover {
  border-width: 1px;
  box-shadow: 1px 0 2px 1px #00000029;
}

.nalichie-blk {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.prise-num {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.card-subtxt {
  color: #4d4d4d;
  font-size: 11px;
  line-height: 14px;
}

.benefits-txt {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.usage-blk {
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.cat-drop {
  width: 100%;
}

.news-div {
  align-items: stretch;
  margin-top: 10px;
  padding: 0 10px;
  display: flex;
}

.catalog-navlink {
  color: #fff;
  border-bottom: 1px solid #ffffff4d;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.catalog-navlink:hover {
  background-color: var(--red);
  box-shadow: inset 2px 0 0 0 var(--red);
  color: #f6f6f6;
  font-weight: 700;
  text-decoration: underline;
}

.catalog-navlink.w--open {
  background-color: var(--red);
  color: #fff;
}

.flags-div {
  width: 20%;
  margin-right: -5px;
  position: absolute;
  top: 25px;
  right: 0;
}

.slader {
  border-radius: 5px;
}

.usage-chld {
  color: #4d4d4d;
  background-image: url('../images/home3.jpg');
  background-position: 0 0;
  background-size: 300px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 48%;
  height: 217px;
  margin: 1%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.usage-chld:hover {
  color: #40ada6;
  transform: translate(0, -5px);
}

.usage-chld.office {
  background-image: url('../images/office.jpg');
  background-position: 50%;
  background-size: cover;
}

.usage-chld.pergorodka {
  background-image: url('../images/peregorodka.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.usage-chld.mebel {
  background-image: url('../images/mebel.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 23%;
}

.usage-chld.mebel.zabor {
  background-image: url('../images/яфищк.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.card-img-div {
  flex: none;
  align-self: flex-start;
  width: 100%;
}

.news-div-chld {
  align-items: center;
  width: 50%;
  padding: 10px;
  display: flex;
}

.cart-btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #db291a;
  border-radius: 5px;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  transition: all .3s;
}

.cart-btn:hover {
  background-color: #ff1f00;
}

.cat-drop-list {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
}

.cat-drop-list.w--open {
  background-color: #fff;
  border-left: 10px solid #fff;
  border-radius: 3px;
  width: 612px;
  height: 438px;
  margin-left: 10px;
  top: -200px;
  bottom: 0;
  left: 216px;
  box-shadow: 4px 0 17px #0000004d;
}

.nal-icon {
  margin-right: 12px;
}

.benefits-icon {
  margin-right: 10px;
}

.price-blk {
  align-items: flex-end;
  margin-top: 0;
  display: block;
}

.menu-icn {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.footer-link {
  color: #b8b8b8;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  line-height: 16px;
  transition: all .3s;
  display: block;
}

.footer-link:hover {
  color: #ffad8e;
}

.footer-link.w--current {
  font-weight: 700;
}

.copyright-div {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-main-div {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.footer-header {
  color: #fff;
  margin-top: 0;
}

.footer-header.payment-header {
  display: none;
}

.social-icon {
  border-radius: 3px;
  height: 35px;
  margin: 5px;
  transition: all .3s;
}

.social-icon:hover {
  background-color: #ff9f7c;
}

.copy-txt {
  color: #8b8b8b;
  font-size: 13px;
}

.footer-section {
  background-color: #4d4d4d;
}

.soc-icon {
  height: 35px;
}

.payment-blk {
  flex-wrap: wrap;
  display: none;
}

.footer-flex {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  display: flex;
}

.footer-link-blk {
  width: 23%;
  margin: 1%;
}

.sicial-blk {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.payment-icon {
  margin: 5px;
}

.body {
  background-color: #fff;
}

.card-im {
/*  background-image: url('../images/c6.png');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 160px;
}

.card-im.im2 {
  background-image: url('../images/7f01f3fd470808e8d8045fc4c313544d.jpg');
  background-repeat: no-repeat;
}

.card-im.im3 {
  background-image: url('../images/gazovaya-pushka-teplovaya-48-800x539.jpg');
}

.card-im.im4 {
  background-image: url('../images/kompr.jpg');
}

.card-im.im5 {
  background-image: url('../images/kompr2.jpg');
}

.cart-link {
  background-color: var(--white);
  color: #333;
  border: 1px solid #0000003b;
  border-radius: 3px;
  flex: 0 auto;
  align-items: center;
  padding: 8px 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 -3px #0000002b;
}

.cart-link:hover {
  background-color: #fff;
}

.cart-icn {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.lk-icn {
  color: var(--black);
  border-radius: 3px;
  align-items: center;
  margin-right: 10px;
  padding: 7px 3px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lk-icn:hover {
  color: var(--red);
}

.lk-img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.seach-div {
  flex: 1;
  align-items: center;
  padding: 7px;
  display: flex;
}

.form {
  width: 100%;
  display: flex;
}

.text-field {
  border: 1px solid #0000005e;
  border-radius: 3px 0 0 3px;
  width: 100%;
  margin-bottom: 0;
}

.text-field:hover {
  border-color: #00000096;
}

.form-block {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.top-phone {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
}

.banner-div {
  background-image: url('../images/1920boschnabor.jpg');
  background-position: 50%;
  background-size: 951px;
  width: 100%;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-2 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.heading-2:hover {
  color: var(--red);
}

.news-link-blk {
  border-bottom: 1px solid var(--gainsboro);
  color: #333;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.news-link-blk:hover {
  color: var(--red);
}

.news-img-div {
  background-image: url('../images/gen.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}

.news-img-div.ni2 {
  background-image: url('../images/gen2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.news-img-div.ni3 {
  background-image: url('../images/1903354glavnmakita.jpg');
  background-repeat: no-repeat;
}

.text-block {
  margin-top: 10px;
}

.news-data {
  background-color: #ffe4e2;
  padding: 6px;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
  display: inline-block;
}

.cat-big-btn {
  display: none;
}

.seach-div-copy {
  flex: 1;
  align-items: center;
  padding: 7px;
  display: flex;
}

.sep {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}

.top-card-img {
  width: 101%;
  max-width: 110%;
  position: absolute;
  top: 0;
  left: -1px;
}

.news-head {
  margin-top: 0;
  margin-bottom: 10px;
}

.news-blk {
  border-bottom: 1px solid var(--gainsboro);
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.news-img {
  border: 1px solid var(--gainsboro);
  background-image: url('../images/1903354glavnmakita.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  flex: none;
  width: 150px;
  height: 100px;
  margin-right: 20px;
}

.news-img:hover {
  border-color: var(--red);
}

.news-img.n2 {
  background-image: url('../images/7f01f3fd470808e8d8045fc4c313544d.jpg');
  background-size: cover;
}

.news-img.n3 {
  background-image: url('../images/kompr2.jpg');
  background-size: cover;
}

.news-img.n4 {
  background-image: url('../images/gen2.jpg');
}

.news-img.n5 {
  background-image: url('../images/gazovaya-pushka-teplovaya-48-800x539.jpg');
}

.news-txt-div {
  flex: 1;
}

.news-prg {
  font-size: 12px;
}

.news-header {
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.news-header:hover {
  color: var(--red);
}

.page-blk {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.page-link {
  border: 1px solid var(--gainsboro);
  color: #333;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.page-link:hover {
  border-color: var(--red);
  color: var(--red);
}

.page-link.first {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.page-link.last {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.page-link.activ {
  border-color: var(--red);
  color: var(--red);
  font-weight: 700;
}

.news-blk-header {
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.news-blk-header:hover {
  color: var(--red);
}

.beadcrumb-div {
  background-color: #fff;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 10px 10px 0;
  display: flex;
}

.link {
  color: #777;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.link:hover {
  color: var(--red);
}

.sepp {
  color: var(--gainsboro);
}

.news-content-div {
  margin-top: 30px;
}

.image {
  margin-bottom: 20px;
}

.cat-main-blk {
  margin-top: 20px;
}

.cat-chld-blk {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.cat-imd-div {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  background-image: url('../images/c6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
  flex: none;
  width: 120px;
  height: 80px;
  margin-right: 20px;
}

.cat-imd-div.ci2 {
  background-image: url('../images/с2.jpg');
}

.cat-imd-div.ci3 {
  background-image: url('../images/с3.jpg');
}

.cat-imd-div.ci4 {
  background-image: url('../images/с4.jpg');
}

.cat-imd-div.ci5 {
  background-image: url('../images/с5.jpg');
}

.tovar-txt-div {
  flex: 1;
  margin-right: 0;
}

.tovar-name {
  color: #333;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}

.tovar-name:hover {
  color: var(--red);
}

.tovar-subtxt {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 16px;
}

.tovar-cta-div {
  align-items: center;
  width: 40%;
  display: flex;
}

.price-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tovar-btn {
  background-color: var(--lime-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.tovar-btn:hover {
  background-color: #ff1f00;
}

.cart-icn-copy {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.div-block-2 {
  width: 40%;
  display: flex;
}

.div-block-3 {
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.prise-num-copy {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.sale-price {
  color: #a1a1a1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}

.fillter-div {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  width: 100%;
  height: 500px;
}

.tabmenu {
  float: none;
  justify-content: flex-end;
  display: flex;
}

.tablink {
  background-color: #0000;
  padding: 10px;
}

.tablink.w--current {
  background-color: #fff;
}

.tab-icn {
  width: 20px;
  height: 20px;
}

.sort-div {
  z-index: 5;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.sort-chld {
  width: 33.3333%;
  padding: 7px;
}

.div-block-4 {
  position: relative;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.droplink:hover {
  color: var(--red);
}

.form-btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #ff363d;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  transition: all .2s;
  box-shadow: inset 0 -3px #0000004d;
}

.form-btn:hover {
  background-color: #ff222a;
  transform: translate(0, -2px);
}

.form-btn:active {
  background-color: #e30008;
  transform: translate(0, -1px);
}

.card-dop-discr {
  margin-top: 20px;
}

.top-flex {
  border-bottom: 1px solid #e6e6e6;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.card-price {
  font-size: 18px;
  font-weight: 700;
}

.card-main-discr {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 2em;
}

.lighnbox {
  width: 23%;
  margin: 1%;
  transition: all .2s;
}

.lighnbox:hover {
  transform: translate(0, -2px);
}

.card-img-div-2 {
  width: 60%;
  padding: 10px;
}

.card-div {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
}

.card-main-img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.paramentrs-div {
  width: 40%;
  padding: 10px;
}

.gallery-flex {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  width: 50px;
  height: 50px;
}

.cart-ain-price-div {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
}

.cart-price-titile {
  color: #757575;
  margin-top: 0;
  font-size: 18px;
}

.tovar-cta-div-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.del-cart-btn {
  background-color: var(--red);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 9px;
  display: flex;
}

.del-cart-btn:hover {
  background-color: #f53e2f;
}

.selector-div {
  width: 40%;
  margin-left: 15px;
  display: flex;
}

.selector-div.cart-sel {
  width: auto;
  margin-left: 0;
}

.selector-btn {
  text-align: center;
  border: 2px solid #d5d5d5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  position: relative;
}

.selector-btn.znakbtn {
  text-align: center;
  background-color: #d5d5d5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  width: 30px;
  transition: all .3s;
  display: block;
}

.selector-btn.znakbtn:hover {
  color: #fff;
  background-color: #5dd876;
  border-color: #62ccc5;
}

.selector-btn.znakbtn.right {
  background-color: #d5d5d5;
  border-radius: 0 4px 4px 0;
  justify-content: center;
  width: 30px;
}

.selector-btn.znakbtn.right:hover {
  background-color: #5dd876;
}

.selector-txt {
  color: #4d4d4d;
  margin-right: 0;
  font-size: 12px;
  position: static;
  inset: 0;
}

.selector-txt.znak {
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.left-column-copy {
  width: 20%;
  padding-top: 10px;
}

.card-divblk-category {
  color: #4d4d4d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  flex-direction: column;
  justify-content: flex-start;
  width: 23%;
  margin: 1% 1% 0%;
  padding: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-divblk-category:hover {
  border-width: 1px;
  box-shadow: 1px 0 2px 1px #00000029;
}

.form-blk {
  background-color: #fff;
  border-radius: 3px;
  max-width: 500px;
  padding: 30px;
  box-shadow: 0 13px 35px #0000002b;
}

.input {
  border: 1px solid var(--gainsboro);
  border-radius: 3px;
  height: 50px;
  box-shadow: inset 0 0 8px #0000001a;
}

.input.q {
  height: 100px;
}

.link-block-3 {
  color: var(--red);
  align-items: center;
  margin-bottom: 0;
  padding: 5px 10px;
  display: flex;
}

.submit-button {
  display: block;
}

.image-3 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.reg-blk {
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  padding: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, -37px);
}

.cart-sum-txt {
  font-size: 14px;
}

.cart-sum-txt.subsum {
  color: #2e837d;
  font-size: 12px;
}

.cal-btn {
  color: #4d4d4d;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  width: 163px;
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  transition: all .3s;
  box-shadow: inset 0 -2px #0000004d;
}

.cal-btn:hover {
  color: #fff;
  background-color: #62ccc5;
}

.cal-btn.zakazat {
  color: #fff;
  background-color: #40ada6;
  border-style: none;
  width: 112px;
  margin-top: 0;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 10px;
}

.cal-btn.zakazat:hover {
  background-color: #62ccc5;
}

.text-block-3 {
  font-size: 10px;
}

.close-reg-btn {
  background-color: #009b91;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  text-decoration: none;
  position: absolute;
  top: -10px;
  right: -10px;
}

.cart-flex {
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
  position: static;
}

.carticn {
  background-color: #40ada6;
  border-radius: 5px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px 5px;
  transition: all .3s;
  box-shadow: inset 0 -2px #0000004d;
}

.carticn:hover {
  background-color: #62ccc5;
}

.carticn.sravn {
  background-color: #fff;
  border: 1px solid #b8b8b8;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 4px;
  padding-right: 4px;
}

.carticn.sravn:hover {
  background-color: #9bfff8;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.cart-div {
  z-index: 999;
  text-align: left;
  background-color: #000000a8;
  border-top-left-radius: 5px;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.cart-sum-blk {
  color: #f6f6f6;
  border-radius: 5px;
  align-items: center;
  margin-right: 10px;
  padding: 5px;
  font-size: 12px;
  display: flex;
}

.cart-sum-blk.shtuk {
  background-color: #ffffffab;
  border: 1px solid #40ada6;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.arrow-div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -6px;
  left: 15px;
  transform: rotate(-45deg)translate(0);
}

.entr-soc-icn {
  background-image: url('../images/vkontakte.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.entr-soc-icn:hover {
  background-color: #c5fffb;
}

.entr-soc-icn.es3 {
  background-image: url('../images/odnoklassniki.svg');
}

.entr-soc-icn.es2 {
  background-image: url('../images/facebook.svg');
}

.login-div {
  border-right: 1px solid #fff;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  display: flex;
}

.entr-input {
  color: #8b8b8b;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  height: 35px;
  margin-bottom: 5px;
  padding: 7px 10px 5px;
  font-size: 12px;
}

.login-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.login-link:hover {
  color: #c5fffb;
}

.login-in-blk {
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.entr-btn {
  text-align: center;
  background-color: #009b91;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 5px;
}

.entr-btn:hover {
  background-color: #40ada6;
}

.entr-btn.dop-btn {
  color: #8b8b8b;
  background-color: #009b9100;
  border: 1px solid #b8b8b8;
  font-size: 12px;
}

.login-icn {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.cart-link-copy {
  background-color: var(--gainsboro);
  color: #333;
  border-radius: 3px;
  flex: 0 auto;
  align-items: center;
  padding: 8px 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 -3px #0000002b;
}

.cart-link-copy:hover {
  background-color: #fff;
}

.cart-icn-copy2 {
  width: 24px;
  height: 24px;
}

.cart-sep {
  background-color: #ffffff7a;
  width: 1px;
  margin-left: 0;
  margin-right: 10px;
}

.phone-txt {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

.contact-flex {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.cont-chld {
  width: 50%;
  padding: 10px;
}

.map-div {
  width: 100%;
  height: 400px;
}

.dovnload-blk {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-5 {
  color: #db291a;
}

.modal {
  z-index: 1001;
  background-color: #000000ad;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-div {
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  position: relative;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
}

.form-blk-copy {
  background-color: #fff;
  border-radius: 3px;
  max-width: 500px;
}

.link-2 {
  text-align: right;
  display: block;
}

.link-block-4 {
  background-color: var(--red);
  border-radius: 30px;
  padding: 11px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  right: -12px;
}

.image-4 {
  width: 20px;
  height: 20px;
}

.text-block-6 {
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.image-5 {
  width: 20px;
  height: 20px;
}

.div-block-5 {
  width: 30px;
  height: 30px;
  margin-top: -2px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.izbr-link {
  width: 30px;
  margin-right: 12px;
}

.div-block-5-copy {
  width: 30px;
  height: 30px;
  margin-top: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.lk-div {
  background-color: #fff;
  padding: 30px;
}

.lk-ava {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
}

.inn-div {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.inn-txt {
  margin-right: 20px;
}

.category-seach-list {
  background-color: #fff;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.text-block-7 {
  color: #929292;
  margin-left: 7px;
  display: inline-block;
}

.div-block-6 {
  margin: 10px;
}

.image-7 {
  width: 24px;
  height: 24px;
}

.link-block-5 {
  background-color: var(--red);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.button {
  background-color: var(--red);
  border-radius: 3px;
  margin-top: 15px;
}

.div-block-7 {
  background-color: #fff;
  margin-top: 20px;
  padding: 1px 20px 20px;
}

.pros-flex {
  flex-wrap: wrap;
  display: flex;
}

.pros-chld {
  border: 1px solid var(--gainsboro);
  color: #333;
  width: 33.3333%;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.pros-chld:hover {
  border-color: var(--red);
  color: var(--red);
}

.pros-img-div {
  background-image: url('../images/gen2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.div-block-8 {
  flex: 1;
}

.pros-price {
  font-size: 20px;
  font-weight: 700;
}

.pros-arrow {
  background-color: #db291ad9;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.pros-slider {
  background-color: #fff;
  height: auto;
  display: block;
}

.pros-chld-copy {
  border: 1px solid var(--gainsboro);
  color: #333;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.pros-chld-copy:hover {
  border-color: var(--red);
  color: var(--red);
}

.pslide {
  width: 33.3333%;
}

.mask {
  padding-left: 1px;
  padding-right: 1px;
}

.slide-nav {
  display: none;
}

.cat-drop-list2 {
  display: none;
  top: -1px;
  right: 0;
}

.cat-drop-list2.w--open {
  z-index: 10;
  background-color: #fff;
  border-left: 10px solid #fff;
  border-radius: 3px;
  min-width: 700px;
  max-width: 900px;
  min-height: 500px;
  max-height: 600px;
  margin-left: 10px;
  left: 220px;
  right: auto;
  overflow: auto;
  box-shadow: 4px 0 17px #0000004d;
}

.catalog-navlink-2 {
  background-color: var(--white);
  color: var(--black-2);
  border-bottom: 1px solid #dbdbdb;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.catalog-navlink-2:hover {
  color: #fff;
  background-color: #db291a;
  box-shadow: inset 2px 0 #db291a;
}

.catalog-navlink-2.w--open {
  background-color: var(--red);
  color: #fff;
  position: static;
}

.drpo-cat-link-2 {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.drpo-cat-link-2:hover {
  color: #db291a;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.drpo-cat-link-2.sublink {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}

.cat-drop-2 {
  width: 100%;
  position: static;
}

.catalog-menu-div-2 {
  background-color: #fff;
  border: 1px solid #00000052;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  overflow: hidden;
}

.drop-link-blk-2 {
  width: 50%;
  min-width: 250px;
  padding: 15px;
}

.drop-link-blk-2.ddop {
  display: block;
}

.lighnbox-main {
  background-image: url('../images/с5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin: 1%;
  transition: all .2s;
}

.lighnbox-main:hover {
  transform: translate(0, -2px);
}

.sub-drop-div {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 12px;
}

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  font-weight: 700;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: #dddddd05;
}

.container-2 {
  background-color: #0000;
  flex-wrap: nowrap;
  align-content: stretch;
  display: flex;
}

.slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.icon {
  color: var(--red);
  background-color: #0000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.icon:hover {
  background-color: var(--red);
  color: var(--white-smoke);
}

.icon-2 {
  color: var(--red);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.icon-2:hover {
  background-color: var(--red);
  color: var(--white-smoke);
  border-radius: 200px;
}

.spark-faq-expander {
  border: 1px solid #00000029;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 1rem;
}

.spark-faq-button {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 24px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
}

.spark-faq-button:hover {
  color: #330b4b;
  background-color: #f0ecfd;
}

.spark-faq-button:focus {
  outline-offset: 0px;
  outline: 4px solid #5f148d;
}

.spark-faq-button.w--open {
  background-color: #f0ecfd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button.w--open:focus {
  outline-offset: 0px;
  outline: 1.5px #5f148d;
}

.spark-faq-plus-to-x {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spark-horizontal-line {
  background-color: #5f148d;
  width: 24px;
  height: 4px;
  position: absolute;
}

.spark-vertical-line {
  background-color: #5f148d;
  width: 4px;
  height: 24px;
}

.spark-button-text-4 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-faq-dropdown {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown.w--open {
  background-color: #f0ecfd;
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-dropdown-text {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding: 32px;
}

html.w-mod-js [data-ix="tab-arrow"] {
  opacity: 0;
  transform: translate(0, -2px);
}

html.w-mod-js [data-ix="entrinitial"], html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .topsec {
    position: static;
  }

  .topdiv {
    justify-content: space-between;
  }

  .top-chld, .top-chld.top-right {
    width: 50%;
  }

  .heading {
    font-size: 14px;
    line-height: 14px;
  }

  .content-main-div {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 0;
  }

  .rub {
    font-size: 10px;
  }

  .main-column {
    width: 100%;
    padding-right: 20px;
  }

  .card-name-link {
    margin-bottom: 10px;
  }

  .nal-txt.no {
    line-height: 12px;
  }

  .prise-num {
    font-size: 22px;
  }

  .footer-header {
    font-size: 18px;
  }

  .payment-icon {
    width: 30%;
  }

  .card-im {
    height: 100px;
  }

  .top-phone {
    font-size: 14px;
    line-height: 14px;
  }

  .cat-big-btn {
    background-color: #aa2419;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10px 0;
    display: flex;
  }

  .link-block-2 {
    color: #fff;
    text-transform: uppercase;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    display: flex;
  }

  .catt-icn {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .seach-div-copy {
    flex: 0 auto;
  }

  .tovar-cta-div {
    width: 40%;
  }

  .price-div {
    width: 60%;
  }

  .tovar-btn {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 10px;
    display: block;
  }

  .cart-icn-copy {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .text-block-2 {
    font-size: 11px;
    line-height: 11px;
  }

  .prise-num-copy {
    font-size: 22px;
  }

  .cart-ain-price-div {
    text-align: center;
    margin-top: 0;
  }

  .tovar-cta-div-copy {
    width: 40%;
  }

  .del-cart-btn {
    margin-bottom: 5px;
  }

  .left-column-copy {
    width: 100%;
    padding: 20px;
  }

  .mobnavbar {
    background-color: #0000;
  }

  .container {
    max-width: 100%;
  }

  .menu-button {
    float: left;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .catt-icn-copy {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .mob-btn-txt {
    float: right;
    text-transform: uppercase;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
  }

  .nav-menu {
    background-color: var(--red);
    color: #fff;
    text-align: left;
    max-height: 100vh;
    position: fixed;
    overflow: auto;
  }

  .mob-nav-link {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-list-2 {
    position: relative;
  }

  .dropdown-list-2.w--open {
    color: #fff;
    background-color: #00000021;
  }

  .dropdown-link {
    color: #ffffffd6;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
    line-height: 18px;
  }

  ul {
    font-size: 12px;
  }

  .top-chld {
    justify-content: flex-start;
    width: 60%;
    padding-left: 0;
  }

  .top-chld.top-right {
    width: 40%;
  }

  .logo-img {
    width: 80%;
  }

  .link-block {
    width: 150px;
  }

  .heading {
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .content-main-div {
    flex-wrap: wrap;
  }

  .usage-blk-txt {
    padding: 10px;
    font-size: 11px;
  }

  .rub {
    font-size: 8px;
  }

  .main-column {
    width: 100%;
    padding-left: 20px;
  }

  .card-name-link {
    font-size: 12px;
    line-height: 16px;
  }

  .card-divblk {
    width: 31.3333%;
  }

  .prise-num {
    font-size: 16px;
    line-height: 20px;
  }

  .card-subtxt {
    font-size: 10px;
    line-height: 12px;
  }

  .benefits-txt {
    font-size: 10px;
    line-height: 14px;
  }

  .news-div {
    flex-wrap: wrap;
  }

  .usage-chld.office {
    height: 217px;
  }

  .news-div-chld {
    width: 100%;
  }

  .footer-flex {
    flex-wrap: wrap;
  }

  .footer-link-blk.social-payment {
    width: 100%;
  }

  .sicial-blk {
    justify-content: flex-start;
  }

  .payment-icon {
    width: auto;
  }

  .card-im {
    height: 150px;
  }

  .cart-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .cart-icn {
    width: 20px;
    height: 20px;
  }

  .lk-icn {
    margin-right: 5px;
    font-size: 12px;
  }

  .lk-img {
    width: 20px;
    height: 20px;
  }

  .top-phone {
    font-size: 12px;
    line-height: 12px;
  }

  .news-head {
    font-size: 24px;
    line-height: 30px;
  }

  .news-img {
    width: 100px;
    height: 70px;
  }

  .news-prg {
    font-size: 10px;
    line-height: 16px;
  }

  .news-header {
    font-size: 14px;
  }

  .link {
    font-size: 12px;
    line-height: 14px;
  }

  .cat-chld-blk {
    flex-wrap: wrap;
  }

  .cat-imd-div {
    width: 25%;
  }

  .tovar-txt-div {
    flex: 1;
  }

  .tovar-subtxt {
    font-size: 10px;
  }

  .tovar-cta-div {
    width: 40%;
  }

  .price-div {
    width: 60%;
  }

  .cart-icn-copy {
    width: 20px;
    height: 20px;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .prise-num-copy {
    font-size: 24px;
    line-height: 24px;
  }

  .card-main-discr {
    font-size: 12px;
  }

  .card-main-img {
    height: 250px;
  }

  .tovar-cta-div-copy {
    width: 40%;
  }

  .selector-div.cart-sel {
    margin-left: 0;
  }

  .card-divblk-category {
    width: 31.3333%;
  }

  .carticn.sravn {
    margin-bottom: 6px;
  }

  .cart-link-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .cart-icn-copy2 {
    width: 20px;
    height: 20px;
  }

  .cont-chld {
    width: 100%;
  }

  .pros-img-div {
    width: 70px;
    height: 70px;
  }

  .pslide {
    width: 50%;
  }

  .spark-faq-button {
    padding-left: 24px;
  }

  .spark-dropdown-text {
    padding: 24px;
  }
}

@media screen and (max-width: 479px) {
  .top-chld {
    flex-direction: row;
    justify-content: flex-start;
    width: 70%;
    padding-left: 0;
  }

  .top-chld.top-right {
    flex-direction: row;
    width: 30%;
  }

  .link-block {
    width: 100px;
    height: 60px;
    margin-right: 10px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .usage-blk-txt {
    padding: 9px 10px;
    font-size: 10px;
  }

  .main-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-txt {
    font-size: 10px;
    line-height: 16px;
  }

  .news-date {
    font-size: 10px;
  }

  .card-name-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .card-divblk {
    width: 48%;
    padding: 14px 5px 0;
  }

  .card-subtxt {
    margin-bottom: 5px;
  }

  .news-div {
    flex-wrap: wrap;
  }

  .usage-chld {
    width: 100%;
    height: 150px;
  }

  .usage-chld.office {
    height: 150px;
  }

  .usage-chld.mebel, .news-div-chld {
    width: 100%;
  }

  .cart-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card-im {
    height: 100px;
  }

  .cart-icn {
    margin-right: 0;
  }

  .div-block {
    flex-direction: row;
    top: -6px;
  }

  .lk-icn {
    border: 1px solid #f6f6f65e;
  }

  .lk-img {
    margin-right: 0;
  }

  .top-phone {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .sep {
    margin-bottom: 5px;
  }

  .news-img {
    width: 80px;
    height: 60px;
  }

  .cat-imd-div {
    width: 30%;
  }

  .tovar-cta-div, .price-div {
    width: 50%;
  }

  .tovar-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cart-icn-copy {
    margin-right: 0;
  }

  .prise-num-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .top-flex {
    flex-wrap: wrap;
  }

  .card-img-div-2 {
    width: 100%;
  }

  .card-main-img {
    height: 200px;
  }

  .paramentrs-div {
    width: 100%;
  }

  .tovar-cta-div-copy {
    width: 50%;
  }

  .selector-btn {
    width: 100%;
    height: 20px;
    font-size: 10px;
  }

  .selector-txt {
    font-size: 10px;
  }

  .nav-menu {
    max-height: 100vh;
  }

  .card-divblk-category {
    width: 48%;
    padding: 14px 5px 0;
  }

  .cart-sum-txt, .cart-sum-txt.subsum {
    font-size: 10px;
  }

  .cal-btn.zakazat {
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }

  .cart-div {
    width: auto;
    padding: 10px;
  }

  .cart-sum-blk {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cart-sum-blk.shtuk {
    padding: 2px;
    font-size: 10px;
  }

  .cart-icn-copy2 {
    margin-right: 0;
  }

  .pslide {
    width: 100%;
  }

  .icon {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-top: auto;
    transition: all .3s;
    display: flex;
  }

  .icon:hover {
    background-color: var(--red);
    color: var(--white-smoke);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 40px;
    display: flex;
  }

  .icon-2 {
    border-radius: 0;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: all .3s;
    display: flex;
  }

  .icon-2:hover {
    background-color: var(--red);
    color: var(--white-smoke);
    border-radius: 200px;
    font-size: 40px;
  }

  .spark-faq-button {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .spark-faq-plus-to-x {
    width: 50px;
  }

  .spark-button-text-4 {
    font-size: .9rem;
  }
}


