.hmbanner {
  margin-top: 24px;
}
#category-tree {
  max-height: 641px;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #3c3c3c;
}
.prodmain.active #category-tree {
  max-height: 3000px!important;
}
#category-tree .swiper-slide > div {
  display: grid;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
}
#category-tree .list-box {
  min-height: 288px;
}
.hmbanner img {
  display: block;
  width: 100%;
}
.mainslider-container .swiper {
  padding: 0 0 30px 0;
}
.mainslider-container .swiper-horizontal > .swiper-pagination-bullets,
.mainslider-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.mainslider-container img {
  min-width: 290px;
  min-height: 130px;
  width: 100%;
  height: 100%;
}
.mainslider-container-2 {
  margin-top: 8px;
  display: none;
}

.mainslider-container-2 .swiper-slide a {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.menu-mobile-carousel {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.menu-mobile-carousel span {
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  width: 100%;
}
.menu-mobile-carousel__item {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  transition: all 0.2s;
}
.menu-mobile-carousel__item:hover {
  opacity: 0.6;
}
.menu-mobile-carousel__item a {
  display: grid;
  grid-auto-flow: row;
  padding: 16px;
  gap: 8px;
  text-align: center;
  justify-items: center;
  color: #3c3c3c;
  font-size: 14px;
  grid-template-columns: 100%;
  text-decoration: none;
}
.menu-mobile-carousel__item a img {
  width: 24px;
  height: 24px;
}
.prodmain,
.portfolio {
  margin-top: 56px;
}
.portfolio {
  background: #e0e0e0;
  padding: 24px 0;
}
.prodmain-title,
.portfolio-head {
  display: grid;
  grid-template-columns: auto max-content;
  justify-content: space-between;
  margin-bottom: 24px;
}
.prodmain-title_main,
.portfolio-head_title {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #3c3c3c;
}
.prodmain_all a,
.portfolio-head__link {
  display: none;
  grid-template-columns: repeat(2, max-content);
  text-decoration: none;
  gap: 4px;
  color: #14a128;
  padding: 16px 32px;
  border: 1px solid #14a128;
  border-radius: 5px;
  font-size: 14px;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
}
.prodmain_all a:hover,
.portfolio-head__link:hover {
  color: #7dc987;
  border: 1px solid #7dc987;
}
.prodmain_all a path {
  transition: all 0.25s;
}
.prodmain_all a:hover path {
  fill: #7dc987;
}
.prodmain-mob_all {
  margin-top: 32px;
}
.prodmain-mob_all a {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  text-decoration: none;
  gap: 4px;
  color: #14a128;
  padding: 16px 32px;
  border: 1px solid #14a128;
  border-radius: 5px;
  font-size: 14px;
  align-items: center;
  text-align: center;
  cursor: pointer;
  justify-content: center;
}
.showMoreMainProducts,
.noShowMainProducts {
  display: none;
}
.showMoreMainProducts span {
  padding: 16px 24px;
  color: #14a128;
  border: 1px solid #14a128;
  border-radius: 5px;
  cursor: pointer;
  justify-self: center;
  background: #fff;
  transition: all 0.25s;
}
.showMoreMainProducts span:hover {
  color: #7dc987;
  border: 1px solid #7dc987;
}
.prodmain.active .showMoreMainProducts span {
  color: #595959;
  border: 1px solid #595959;
}
.prodmain.active .showMoreMainProducts span:hover {
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
}
.sblock,
.portfolio-container {
  display: grid;
  grid-template-rows: repeat(2, calc(50% - 16px));
  grid-template-columns: 100%;
  gap: 32px;
}
.sblock {
  margin-top: 32px;
}
.sblock h4 {
  font-size: 32px;
  font-weight: bold;
  color: #3c3c3c;
}
.sblock .swiper {
  height: 250px;
  padding-bottom: 40px;
}
.sblock .swiper-slide {
  background-color: #e4e4e4;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s;
}
.sblock .swiper-slide:hover {
  opacity: 0.8;
}
.sblock .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sblock .swiper-slide a span {
  font-size: 24px;
  font-weight: bold;
  color: #3c3c3c;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 0 0 30px;
  white-space: pre-line;
  width: 180px;
  z-index: 2;
}
.sblock .swiper-slide a img {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 16px 16px 0;
  max-width: 100%;
}
.sblock .swiper-pagination-bullet-active,
.portfolio-container .swiper-pagination-bullet-active,
.calendar-content__left .swiper-pagination-bullet-active {
  background: #ffd400;
}
.portfolio-container .swiper {
  max-width: 100%;
}
.portfolio-container .swiper-slide {
  border-radius: 8px;
}
.portfolio-container .swiper:nth-child(1) .swiper-slide:nth-child(1)::before {
  background-image: url(https://bt-service.ua/catalog/view/theme/neoseo_unistor/image/template/gallery1-min.jpg);
}
.portfolio-container .swiper:nth-child(1) .swiper-slide:nth-child(2)::before {
  background-image: url(https://bt-service.ua/image/catalog/bt-service.ua/nashi-roboty-home/gallery-2.jpg);
}
.portfolio-container .swiper:nth-child(1) .swiper-slide:nth-child(3)::before {
  background-image: url(https://bt-service.ua/image/catalog/bt-service.ua/nashi-roboty-home/gallery-3.jpg);
}
.portfolio-container .swiper:nth-child(2) .swiper-slide:nth-child(1)::before {
  background-image: url(https://bt-service.ua/image/catalog/bt-service.ua/nashi-roboty-home/gallery-4.jpg);
}
.portfolio-container .swiper:nth-child(2) .swiper-slide:nth-child(2)::before {
  background-image: url(https://bt-service.ua/image/catalog/bt-service.ua/nashi-roboty-home/gallery-5.jpg);
}
.portfolio-container .swiper:nth-child(2) .swiper-slide:nth-child(3)::before {
  background-image: url(https://bt-service.ua/image/catalog/bt-service.ua/nashi-roboty-home/gallery-6.jpg);
}
.portfolio-container .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.5);
}
.portfolio-container .swiper {
  padding-bottom: 40px;
}
.html-portfolio__item {
  width: 100%;
  height: 300px;
  display: grid;
  z-index: 3;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.25s;
}
.html-portfolio__item:hover {
  background-color: rgba(255, 212, 0, 0.4);
}
.html-portfolio__item span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.html-portfolio__item strong {
  text-transform: none;
  display: block;
  text-align: center;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: bold;
}
.calendar-html {
  margin-top: 32px;
}
.calendar-content__left {
  padding-bottom: 40px !important;
}
.calendar-html .calendar-title {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #3c3c3c;
  margin: 0 0 24px 0;
}
.calendar-html_item {
  padding: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 8px;
  display: grid;
  grid-template-columns: calc(100% - 57px) 48px;
  grid-template-rows: 40px 120px;
  gap: 8px;
  align-items: center;
}
.calendar-html_item span {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-size: 40px;
  font-weight: bold;
  color: #3c3c3c;
  justify-self: start;
}
.calendar-html_item svg {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.calendar-html_item p {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #3c3c3c;
  height: 100%;
}
.calendar-content__right {
  display: none;
  position: relative;
}
.calendar-content__right img {
  width: 100%;
  border-radius: 8px;
}
.calendar-content__slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 327px;
  height: 279px;
  background: url("https://bt-service.ua/catalog/view/theme/neoseo_unistor/image/template/hexagon.svg")
    0 0 no-repeat;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #000;
  font-size: 32px;
  font-weight: bold;
}
.banner-container {
  margin-top: 32px;
}
.swiper.banner {
  padding-bottom: 40px;
}
.banner-title {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 32px;
}
.banner-container .swiper-slide {
  display: grid;
  justify-content: center;
}
.banner-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-container .swiper-slide img {
  padding: 0 10px;
  width: 135px;
  height: auto;
}
.banner-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffd400;
}
.mobile-img {
  display: inline-block;
}
.desktop-img {
  display: none;
}

.product-card {
  display: grid;
  grid-template-rows: max-content auto;
  grid-template-columns: 100%;
  gap: 8px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  align-items: center;
  justify-content: center;
}
.product-card > a {
  display: grid;
  justify-content: center;
  align-items: center;
}
.product-card > a > img {
  display: block;
  max-height: 204px;
  max-width: 204px;
  min-width: 100px;
  min-height: 100px;
  height: auto;
  width: 100%;
}
.product-card .rating {
  display: flex;
  justify-content: start;
  height: 16px;
}
.rating .fa-stack {
  margin-right: 6px;
}
.rating .fa-star {
  color: #ffc500;
  font-size: 15px;
}
.product-card__main {
  display: grid;
  grid-template-rows: 16px 32px 16px 64px;
  gap: 4px;
}
.product-card__main .title__h3 {
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-card__main .title__h3 a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.price-info {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: auto 40px;
  gap: 8px;
}
.price-info__one {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  align-self: end;
}
.price-info__two {
  display: grid;
  grid-template-rows: 12px 24px max-content;
  justify-content: start;
  align-self: end;
}
.price-info__two .price-old {
  font-size: 10px;
  color: #595959;
  position: relative;
  grid-row: 1 / 2;
}
.price-info__two .price-old::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0px;
  width: 50px;
  height: 1px;
  background-color: #595959;
  transform-origin: left bottom;
  transform: rotate(-8deg);
}
.price-info__two .price-new {
  font-size: 20px;
  color: #ff0000;
  font-weight: bold;
  grid-row: 2 / 3;
}
.price-info__two .product-ukrcredit-label {
  grid-row: 3 / 4;
}
.cart-add-button {
  background-color: #14a128;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  display: grid;
  grid-template-columns: max-content auto;
  gap: 8px;
  align-items: center;
  align-self: end;
  font-weight: bold;
  transition: all 0.25s;
}
.cart-add-button:hover {
  background-color: #7dc987;
}
.cart-add-button.disabled {
  background-color: #c6c6c6;
  cursor: no-drop;
}
.cart-add-button span {
  display: inline-block;
}
.background-main-seo-text {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -24px;
  bottom: 0;
  background: rgba(228, 228, 228, 0.3);
}
.main-seo-text h1 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.main-seo-text h2,
.main-seo-text h3,
.main-seo-text h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0;
}
.main-seo-text {
  margin: 24px 0 0 0;
  font-size: 14px;
  padding: 24px 0 0 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.main-seo-text-more {
  display: block;
  background: rgba(228, 228, 228, 0.3);
  display: none;
}
.main-seo-text p {
  margin: 24px 0;
}
.main-seo-text ul {
  padding: 0 0 0 2em;
  list-style: initial;
}
.main-seo-text-with-border {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
}
.module-testimonials {
  display: none;
}
@media (min-width: 640px) {
  .sblock .swiper-slide a span {
    width: 220px;
  }
}
@media (min-width: 1024px) {
  .about_us_main .moreLink.readmore-js-toggle span {
    margin: 0 20px;
    padding: 15px;
  }
  .hmbanner {
    margin-left: 280px;
    margin-bottom: 15%;
  }
  .mainslider-container .swiper {
    padding: 0;
  }
  .mainslider-container .swiper-horizontal > .swiper-pagination-bullets,
  .mainslider-container
    .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 8px;
  }
  .portfolio-container .swiper-pagination {
    display: none;
  }
  .mainslider-container-2 {
    display: block;
  }
  .prodmain-title {
    margin-bottom: 32px;
  }
  .prodmain-title a,
  .portfolio-head__link {
    display: grid;
  }
  .prodmain-mob_all {
    display: none;
  }
  .prodmain .swiper-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .prodmain .swiper-slide {
    flex: 1 1 calc((100% - 3 * 16px) / 4);
    max-width: calc((100% - 3 * 16px) / 4);
  }
  .showMoreMainProducts,
  .noShowMainProducts {
    display: grid;
    padding: 0;
    border: none;
    margin: 32px auto 0 auto;
  }
  .prodmain .swiper {
    max-height: 392px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
  }
  .prodmain.active .swiper {
    max-height: 3000px;
  }
  .showMoreMainProducts.hidden,
  .noShowMainProducts.hidden {
    display: none;
  }
  .sblock,
  .portfolio-container {
    grid-template-rows: 100%;
    grid-template-columns: repeat(2, calc(50% - 16px));
  }
  .sblock .swiper {
    height: auto;
    padding-bottom: 0;
  }
  .sblock .swiper-wrapper,
  .portfolio-container .swiper-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .sblock-main h4 {
    margin: 0 0 24px 0;
  }
  .sblock .sblock-main:nth-child(1) .swiper-slide:nth-child(1),
  .sblock .sblock-main:nth-child(2) .swiper-slide:nth-child(3),
  .portfolio-container .swiper:nth-child(1) .swiper-slide:nth-child(3),
  .portfolio-container .swiper:nth-child(2) .swiper-slide:nth-child(1) {
    flex: 0 0 calc(100%);
    height: 380px;
  }
  .sblock .sblock-main:nth-child(1) .swiper-slide:nth-child(2),
  .sblock .sblock-main:nth-child(1) .swiper-slide:nth-child(3),
  .sblock .sblock-main:nth-child(2) .swiper-slide:nth-child(1),
  .sblock .sblock-main:nth-child(2) .swiper-slide:nth-child(2),
  .portfolio-container .swiper:nth-child(1) .swiper-slide:nth-child(1),
  .portfolio-container .swiper:nth-child(1) .swiper-slide:nth-child(2),
  .portfolio-container .swiper:nth-child(2) .swiper-slide:nth-child(2),
  .portfolio-container .swiper:nth-child(2) .swiper-slide:nth-child(3) {
    flex: 0 0 calc(50% - 8px);
    height: 220px;
  }
  .html-portfolio__item {
    height: 100%;
  }
  .portfolio {
    padding: 48px 0;
  }
  .calendar-content__left {
    padding-bottom: 0;
  }
  .calendar-content__left .swiper-wrapper {
    display: grid;
  }
  .calendar-html_item {
    grid-template-columns: max-content 48px auto;
    grid-template-rows: max-content;
    border: none;
    border-radius: 0;
    padding: 16px 0;
    gap: 42px;
  }
  .calendar-content__left .swiper-slide:not(:last-child) .calendar-html_item {
    border-bottom: 1px solid #c6c6c6;
  }
  .calendar-html_item span {
    grid-column: 1 / 2;
    grid-row: auto;
    justify-self: start;
  }
  .calendar-html_item svg {
    grid-column: 2 / 3;
    grid-row: auto;
  }
  .calendar-html_item p {
    grid-column: 3 / 4;
    grid-row: auto;
    height: auto;
  }
  .calendar-content__left .swiper-pagination {
    display: none;
  }
  .calendar-content {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 16px));
    gap: 32px;
  }
  .calendar-content__right {
    display: block;
  }
  .banner-container .swiper-pagination {
    display: none;
  }
  .banner-container .swiper-slide img {
    width: 200px;
  }
  .mobile-img {
    display: none;
  }
  .desktop-img {
    display: inline-block;
  }
  .price-info {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    grid-template-rows: 100%;
  }
  .cart-add-button {
    grid-template-columns: max-content;
    padding: 16px 24px;
  }
  .cart-add-button span {
    display: none;
  }
  .product-card__main {
    display: grid;
    grid-template-rows: 16px 16px 56px;
    gap: 4px;
  }
}
@media (min-width: 1200px) {
  .hmbanner {
    margin-bottom: 35px;
  }
  .prodmain .swiper {
    max-height: 392px;
  }
  .prodmain .swiper-slide {
    flex: 1 1 calc((100% - 4 * 16px) / 5);
    max-width: calc((100% - 4 * 16px) / 5);
  }
}
@media (min-width: 1250px) {
  .prodmain .swiper {
    max-height: 392px;
  }
}
@media (min-width: 1400px) {
  .prodmain .swiper {
    max-height: 392px;
  }
  .prodmain .swiper-slide {
    flex: 1 1 calc((100% - 5 * 16px) / 6);
    max-width: calc((100% - 5 * 16px) / 6);
  }
  .menu-mobile-carousel {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
@media (min-width: 1450px) {
  .prodmain .swiper {
    max-height: 392px;
  }
}
@media (min-width: 1536px) {
  .hmbanner {
    margin-bottom: 0;
  }
  .about_us_main .moreLink.readmore-js-toggle span {
    margin: 0 20px;
    max-width: 1496px;
    margin: 0 auto;
    padding: 15px;
  }
}

#ds439 {
	margin-top: 32px;
}

#ds439 .dsw__row {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

#ds439.dsw--open .dsw__row {
	gap: 0;
}

#ds439 .dsw__menu {
	flex: 0 0 257px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 5px 10px 0px #00000029;
}

#ds439.dsw--open  .dsw__menu {
	border-right: 1px solid #eae9e9;
}

#ds439 .dsw__menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	scrollbar-width: none;
}

#ds439 .dsw__menu-list::-webkit-scrollbar {
	width: 0;
	height: 0;
}

#ds439 .dsw__menu-item {
	display: block;
}

#ds439 .dsw__menu-link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0px 8px;
	text-decoration: none;
	color: #3C3C3C;
}
#ds439 .dsw__menu-item:not(:last-child) {
	border-bottom: 1px solid #eae9e9;
}

#ds439 .dsw__menu-item.is-active > .dsw__menu-link,
#ds439 .dsw__menu-link:hover {
	background: #f5f5f5;
}

#ds439 .dsw__menu-ico {
	width: 32px;
	height: 32px;
	object-fit: contain;
	display: block;
}

#ds439 .dsw__menu-title {
	font-size: 14px;
	line-height: 1.2;
}

#ds439 .dsw__menu-arrow {
	margin-left: auto;
}

#ds439 .dsw__sliders {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	overflow: hidden;
	
}

#ds439.dsw--open .dsw__sliders {
	box-shadow: 10px 2px 12px 0px #00000029;
}

#ds439 .dsw__sliders-inner {
	transition: opacity 0.12s ease;
}

#ds439 .swiper-container {
	overflow: hidden;
}

#ds439 .dsw__main {
  width: 100%;
	overflow: hidden;
}

#ds439 .dsw__main img {
	display: block;
	max-width: 100%;
	height: 100%;
}

#ds439 .dsw__main-pagination {
	text-align: center;
	bottom: 10%;
}

#ds439 .dsw__main-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	opacity: 0.75;
}

#ds439 .dsw__main-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

#ds439 .dsw__brands-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

#ds439 .dsw__brands {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

#ds439 .dsw__brands .swiper-slide {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ds439 .dsw__brands img {
	width: 120px;
	height: 50px;
	object-fit: contain;
	display: block;
}

#ds439 .dsw__brands-arrow {
	width: 34px;
	height: 34px;
	border: none;
	background: #fff;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#ds439 .dsw__mega {
	position: absolute;
	inset: 0;
	background: #fff;
	display: none;
	overflow: hidden;
	padding: 16px 16px 12px;
	box-sizing: border-box;
	z-index: 2;
}

#ds439.dsw--open .dsw__mega {
	display: block;
}

#ds439.dsw--open .dsw__sliders-inner {
	opacity: 0;
	pointer-events: none;
}

#ds439 .dsw__panel {
	display: none;
	height: 100%;
	overflow: hidden;
}

#ds439 .dsw__panel.is-active {
	display: block;
}

#ds439 .dsw__groups {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  height: 100%;
  overflow: hidden;
  align-content: flex-start;
}

@media (min-width: 1200px) {
  #ds439 .dsw__groups > * {
    flex: 0 0 calc((100% - 24px * 3) / 4);
    max-width: calc((100% - 24px * 3) / 4);
  }
}

#ds439 .dsw__group-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 5px;
	text-decoration: none;
	color: #3C3C3C;
	margin-bottom: 8px;
	background-color: #FFD400;
}

#ds439 .dsw__group-ico {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: block;
}

#ds439 .dsw__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ds439 .dsw__link-a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 5px;
	text-decoration: none;
	color: #3C3C3C;
	font-size: 14px;
	transition: 0.2s ease;
}

#ds439 .dsw__link-a:hover {
	font-weight: 700;
	background-color: #FFD40033;
}

#ds439 .dsw__link-ico {
	width: 18px;
	height: 18px;
	object-fit: contain;
	display: block;
}

@media (max-width: 991px) {
#ds439 .dsw__row {
	display: block;
}
#ds439 .dsw__menu {
	display: none;
}
#ds439 .dsw__mega {
	display: none;
}
#ds439.dsw--open .dsw__sliders-inner {
	opacity: 1;
	pointer-events: auto;
}
#ds439 .dsw__brands-wrap {
  display: none;
}
}

.prodmain .swiper-wrapper {
  align-items: stretch;
}

.prodmain .swiper-slide {
  height: auto;
}

.product-card {
  height: 100%;
  box-sizing: border-box;
  grid-template-rows: 204px 1fr;
  align-items: stretch;
  justify-content: stretch;
}

.product-card > a {
  height: 204px;
  display: grid;
  align-items: center;
  justify-content: center;
}

.product-card > a > img {
  width: 200px;
  height: 200px;
  max-width: 200px;
  max-height: 200px;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
}

.product-card__main {
  display: grid;
  grid-template-rows: 36px 18px 56px;
  gap: 8px;
}

.product-card__main .title__h3 {
  min-height: 36px;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-card__main .title__h3 a {
  line-height: 18px;
}

.product-card .rating {
  height: 18px;
  min-height: 18px;
  align-items: center;
}

.price-info {
  min-height: 56px;
  align-items: end;
}

.price-info__one,
.price-info__two {
  min-width: 0;
}

.price-info__one {
  line-height: 24px;
}

.price-info__two {
  grid-template-rows: 14px 26px;
}

.price-info__two .price-old {
  line-height: 14px;
}

.price-info__two .price-new {
  line-height: 26px;
}

.cart-add-button {
  min-height: 40px;
  box-sizing: border-box;
}

.prodmain.active .showMoreMainProducts span {
  color: #595959;
  border-color: #595959;
}

.prodmain.active .showMoreMainProducts span:hover {
  color: #a7a7a7;
  border-color: #a7a7a7;
}

@media (min-width: 1024px) {
  .prodmain .swiper {
    max-height: 375px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
  }

  .prodmain.active .swiper {
    max-height: 3000px;
  }

  .prodmain .swiper-slide {
    display: flex;
  }

  .prodmain .swiper-slide .product-card {
    width: 100%;
  }

  .price-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-rows: 56px;
    gap: 8px;
  }

  .cart-add-button {
    min-width: 72px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .prodmain > .container > .swiper {
    height: 410px;
  }
}