@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css);
@import url(../fonts/stylesheet.css);

.category-page__section .image__section h1{
  text-shadow: 0px 0px 55px rgb(255,255,255,1);
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease,-webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Euclid Triangle";
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #000;
  line-height: 1;
  font-family: "Euclid Triangle";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-size: inherit;
  font-family: "Euclid Triangle";
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
input,
textarea {
  width: 100%
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
[class*=__container] {
  max-width: 91.875rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px
}
.lock .popup__content {
  visibility: visible
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.breadcrumbs__section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}
.breadcrumbs__section .image__section img {
  display: block;
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover
}
.breadcrumbs__section nav p {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0
}
.breadcrumbs__section a {
  font-size: 15px;
  font-weight: 500
}
.breadcrumbs__section span {
  font-size: 15px;
  opacity: .7;
}
.topheader__section {
  padding: 10px 0;
  background: #3e0669
}
.topheader__section .topheader__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}
.topheader__section .topheader__text p {
  color: #fff;
  font-weight: 500;
  font-size: 14px
}
.topheader__section .topheader__text a {
  display: block;
  background: #fff;
  font-size: 14px;
  color: #3e0669;
  padding: 10px 20px 12px;
  border-radius: 100px;
  transition: .3s ease;
  border: 1px solid #fff
}
.topheader__section .topheader__text a:hover {
  transition: .3s ease;
  color: #fff;
  background: 0 0
}
header.header .header__row {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 0px 0
}
header.header .header__row .header__logo img {
  display: block;
  width: 100%;
  max-width: 240px;
}
header.header .header__row .header__menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center
}
header.header .header__row .header__menu ul a {
  display: block;
  font-size: 15px;
  transition: .3s ease;
  font-weight: 500
}
header.header .header__row .header__menu ul a:hover {
  color: #3e0669;
  transition: .3s ease
}
header.header .header__row .header__icons ul {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: flex-end
}
header.header .header__row .header__icons ul img {
  width: 100%;
  display: block;
  max-width: 25px;
  max-height: 25px
}
._header-scroll {
  position: fixed;
  width: 100%;
  z-index: 5;
  background: #fff;
  box-shadow: 0 2px 5px -2px rgba(0,0,0,.1019607843)
}
footer.footer {
  border-top: 1px solid #ddd;
  margin-top: 100px
}
footer.footer .footer__row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 0
}
footer.footer .footer__row .column {
  border-right: 1px solid #ddd;
  padding: 50px 0
}
footer.footer .footer__row .column:last-child {
  border-right: 0
}
footer.footer .footer__row .column-logo img {
  width: 100%;
  max-width: 190px;
  margin-bottom: 25px
}
footer.footer .footer__row .column-logo p {
  line-height: 1.25;
  padding-right: 40px;
  opacity: .7;
  padding-bottom: 40px
}
footer.footer .footer__row .column-logo ul {
  display: flex;
  align-items: center;
  gap: 20px
}
footer.footer .footer__row .column-logo ul li i {
  font-size: 20px;
  display: block
}
footer.footer .footer__row .column-logo ul li a {
  opacity: .7
}
footer.footer .footer__row .column-logo ul li a:hover {
  opacity: 1
}
footer.footer .footer__row .footer-menus {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0
}
footer.footer .footer__row .footer-menus .column {
  padding: 50px
}
footer.footer .footer__row .footer-menus .column .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px
}
footer.footer .footer__row .footer-menus .column hr {
  width: 40px;
  height: 2px;
  background: #3e0669;
  margin-bottom: 30px
}
footer.footer .footer__row .footer-menus .column ul {
  list-style: none;
  flex-direction: column;
  gap: 10px;
  display: flex
}
footer.footer .footer__row .footer-menus .column ul a {
  opacity: .7;
  font-size: 15px
}
footer.footer .footer__row .footer-menus .column ul a:hover {
  opacity: 1
}
.footer-bottom__screen .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #ddd
}
.footer-bottom__screen .row p {
  font-size: 15px;
  opacity: .7
}
.footer-bottom__screen .row img {
  display: block;
  width: 200px
}
.products-default .product-card .photo {
  position: relative;
  display: block
}
.products-default .product-card .photo img {
  display: block;
  width: 100%
}
.products-default .product-card .product-text .name {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  color: #3e0669;
  margin-bottom: 15px
}
.category-columns__screen .category-columns__row .column .txt a{
  transition: .3s ease;
}
.category-columns__screen .category-columns__row .column .txt a:hover{
  background: #3e0669;
  color: #fff;
  transition: .3s ease;
}
.text-template .content h2{
  padding: 20px 0px 20px;
  font-size: 30px;
}
.text-template .content ul{
  padding-bottom: 20px;
}
.products-default .product-card .product-text .price span {
  color: #3e0669;
  font-weight: 500;
  font-size: 15px;
  opacity: .8;
}
.hero__screen {
  position: relative
}
.hero__screen img {
  display: block;
  width: 100%
}
.hero__screen .hero__screen-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center
}
.hero__screen .hero__screen-text .hero__container {
  width: 100%
}
.hero__screen .hero__screen-text .hero__row h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #3e0669;
}
.hero__screen .hero__screen-text .hero__row h1 {
  font-size: 70px;
  font-weight: 700;
  padding-bottom: 80px;
  padding-top: 20px;
  color: #3e0669!important;
}
.hero__screen .hero__screen-text .hero__row a {
  color: #171412;
  transition: .3s ease;
  border: 1px solid #171412;
  max-width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px
}
.hero__screen .hero__screen-text .hero__row a:hover {
  background: #fff
}
.category__screen {
  margin-top: 100px
}
.category__screen .category__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px
}
.category__screen .category__row .column {
  box-shadow: 0 7px 81px #3e066926;
  transition: .3s ease
}
.category__screen .category__row .column img {
  width: 100%;
  display: block
}
.category__screen .category__row .column .txt {
  font-size: 22px;
  color: #3e0669;
  font-weight: 500;
  display: block;
  text-align: center
}
.category__screen .category__row .column .lnk {
  display: block;
  text-align: center;
  margin: 20px 0 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #3e0669
}
.category__screen .category__row .column .lnk i {
  font-size: 12px
}
.category__screen .category__row .column:hover {
  box-shadow: 0 7px 81px rgba(0,0,0,.1882352941);
  transition: .3s ease
}
.choose__section {
  margin-top: 100px
}
.choose__section .choose__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px
}
.choose__section .choose__row .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.choose__section .choose__row .right h2 {
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 20px
}
.choose__section .choose__row .right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  opacity: .7
}
.choose__section .choose__row .right .right-list {
  margin-top: 40px
}
.choose__section .choose__row .right .right-list ul {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px
}
.choose__section .choose__row .right .right-list ul li span.name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px
}
.choose__section .choose__row .right .right-list ul li span.desc {
  font-size: 15px;
  line-height: 1.25;
  opacity: .7
}
.choose__section .choose__row .right .right-list ul li:first-child {
  background: #f2f2f2;
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px
}
.choose__section .choose__row .right .right-list ul li:first-child img {
  display: block;
  width: 100%;
  max-width: 60px
}
.choose__section .choose__row .right .right-list ul:last-child {
  margin-bottom: 0
}
.products__screen {
  margin-top: 100px
}
.products__screen .products__title {
  padding-bottom: 60px
}
.products__screen .products__title h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  color: #3e0669
}
.products__screen .products__title hr {
  width: 60px;
  height: 3px;
  background: #3e0669;
  margin: 30px auto 0
}
.products__screen .products__title p {
  text-align: center;
  font-size: 21px;
  color: #3e0669;
  margin-top: 30px;
  font-weight: 600
}
.products__screen .products-home__row .products-default {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px
}
.products-category__screen .products-category__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0
}
.products-category__screen .products-category__row .left {
  position: relative
}
.products-category__screen .products-category__row .left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom
}
.products-category__screen .products-category__row .left a {
  box-shadow: 0 7px 81px rgba(0,0,0,.2);
  position: absolute;
  bottom: 80px;
  left: 80px;
  display: block;
  border: 1px solid #fff;
  background: #fff;
  font-weight: 500;
  padding: 20px 40px
}
.products-category__screen .products-category__row .right .products-category__home .products-default {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px
}
.category-columns__screen {
  margin-top: 100px
}
.category-columns__screen .category-columns__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px
}
.category-columns__screen .category-columns__row .column {
  position: relative
}
.category-columns__screen .category-columns__row .column .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 3
}
.category-columns__screen .category-columns__row .column .txt a {
  background: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 15px 30px 13px
}
.category-columns__screen .category-columns__row .column .txt h6 {
  font-size: 32px;
  padding: 15px 0 40px;
  font-weight: 600;
  color: #3e0669;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}
.category-columns__screen .category-columns__row .column .txt span {
  color: #fe7250;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.category-columns__screen .category-columns__row .column img {
  display: block;
  width: 100%
}
.seoblock__screen {
  margin-top: 100px
}
.seoblock__screen .seoblock__title h5 {
  color: #3e0669;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 auto
}
.seoblock__screen .seoblock__title h3 {
  text-align: center;
  margin-top: 30px;
  font-size: 40px;
  font-weight: 600
}
.seoblock__screen .seoblock__row {
  margin-top: 100px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px
}
.seoblock__screen .seoblock__row .left .left-list ul {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 30px
}
.seoblock__screen .seoblock__row .left .left-list ul li span.name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px
}
.seoblock__screen .seoblock__row .left .left-list ul li span.desc {
  font-size: 15px;
  line-height: 1.25;
  opacity: .7
}
.seoblock__screen .seoblock__row .left .left-list ul li:first-child {
  background: 0 0;
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px
}
.seoblock__screen .seoblock__row .left .left-list ul li:first-child img {
  display: block;
  width: 100%;
  max-width: 100px
}
.seoblock__screen .seoblock__row .left .left-list ul:last-child {
  margin-bottom: 0
}
.seoblock__screen .seoblock__row .right img {
  display: block;
  max-height: 530px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}
.reviews__screen {
  margin-top: 100px
}
.reviews__screen .reviews__title h2 {
  text-align: center;
  font-weight: 500;
  font-size: 30px
}
.reviews__screen .reviews__title ul li {
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 5px
}
.reviews__screen .reviews__title ul li i {
  color: #ffed00;
  display: block;
  font-size: 20px
}
.reviews__screen .reviews__title p {
  text-align: center;
  font-size: 15px
}
.reviews__screen .reviews__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 60px auto 0
}
.reviews__screen .reviews__row .column ul li {
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 5px
}
.reviews__screen .reviews__row .column ul li i {
  color: #ffed00;
  display: block;
  font-size: 16px
}
.reviews__screen .reviews__row .column .desc {
  text-align: center;
  line-height: 1.25;
  font-weight: 500
}
.reviews__screen .reviews__row .column .date {
  opacity: .7;
  font-size: 12px;
  margin-top: 5px;
  text-align: center
}
.reviews__screen .reviews__row .column .name {
  font-size: 14px;
  margin-top: 10px;
  text-align: center
}
.reviews__screen .reviews__row .column .product {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px
}
.reviews__screen .reviews__row .column .product img {
  display: block;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
  border-radius: 100px
}
.reviews__screen .reviews__row .column .product span {
  opacity: .7;
  font-size: 12px;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.5
}
.text-template {
  margin-top: 100px
}
.text-template h1 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd
}
.text-template .content p {
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 1.25
}
.text-template .faqpage__content .accordion {
  background: 0 0;
  padding: 20px 0;
  font-weight: 500;
  width: 100%;
  font-size: 20px;
  transition: .4s ease;
  text-align: left;
  display: flex;
  align-items: center
}
.text-template .faqpage__content .panel {
  font-size: 16px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
  padding: 0 55px
}
.text-template .faqpage__content .panel p {
  font-size: 18px;
  line-height: 1.5;
}
.text-template .faqpage__content .panel{
  font-size: 18px;
  line-height: 1.5;
}
.text-template .faqpage__content .accordion:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"35\" height=\"35\" fill=\"currentColor\" class=\"bi bi-plus-lg\" viewBox=\"0 0 16 16\"> <path fill-rule=\"evenodd\" d=\"M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2\"/> </svg>");
  color: #777;
  float: none;
  width: 50px;
  font-size: 40px;
  font-weight: 300;
  margin-left: 5px
}
.text-template .faqpage__content .active:before {
  content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"35\" height=\"35\" fill=\"currentColor\" class=\"bi bi-dash-lg\" viewBox=\"0 0 16 16\"> <path fill-rule=\"evenodd\" d=\"M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8\"/> </svg>")
}
.contacts-template {
  margin-top: 100px
}
.contacts-template h1 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd
}
.contacts-template h2 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd
}
.contacts-template .form-section .input {
  margin-bottom: 20px
}
.contacts-template .form-section .input input {
  border: 1px solid #ddd;
  padding: 20px;
  width: 100%
}
.contacts-template .form-section .input textarea {
  border: 1px solid #ddd;
  padding: 20px;
  width: 100%;
  height: 150px
}
.contacts-template .form-section .submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  height: 65px;
  width: 220px;
  font-weight: 600;
  font-size: 16px
}
.contacts-template .title-group p {
  font-size: 15px;
  opacity: .7;
  line-height: 1.5
}
.contacts-template .contacts__section .contacts__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px
}
.contacts-template .contacts__section .contacts__row .column .contacts-list {
  margin-top: 60px
}
.contacts-template .contacts__section .contacts__row .column .contacts-list .column {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px
}
.contacts-template .contacts__section .contacts__row .column .contacts-list .column .title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 7px;
  color: #000
}
.contacts-template .contacts__section .contacts__row .column .contacts-list .column .content {
  font-size: 15px;
  opacity: .7
}
.contacts-template .contacts__section .contacts__row .column .contacts-list .column .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  min-width: 90px
}
.contacts-template .contacts__section .contacts__row .column .contacts-list .column .image svg {
  display: block;
  max-height: 50px;
  max-width: 50px;
  -o-object-fit: contain;
  object-fit: contain
}
.contacts-template .map-section {
  margin-top: 100px
}
.contacts-template .map-section iframe {
  width: 100%;
  display: block
}
.about-template .about-screen__section {
  background-size: cover;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.about-template .about-screen__section .about-screen__row h1 {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.25;
  text-shadow: 5px 5px 25px rgba(0,0,0,.4)
}
.about-template .about-screen__section .about-screen__row h3 {
  color: #fff;
  font-weight: 500;
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.25;
  text-shadow: 5px 5px 25px rgba(0,0,0,.4)
}
.about-template .about-text__section {
  margin-top: 100px
}
.about-template .about-text__section .about-text__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px
}
.about-template .about-text__section .about-text__row .right img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.about-template .about-text__section .about-text__row .left h3 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 35px;
  line-height: 1.25
}
.about-template .about-text__section .about-text__row .left p {
  font-size: 17px;
  line-height: 1.5
}
.category-page__section .image__section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	gap: 35px;
}
.category-page__section .image__section .image__section-title {
  position: relative;
}
.category-page__section .image__section h1 {
  font-size: 60px;
  font-weight: 500
}
.category-page__section .image__section img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover
}
.category-page__section .category-page__row {
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 80px;
  margin-top: 80px
}
.category-page__section .category-page__row .left__sidebar .sticky-sidebar {
  position: sticky;
  top: 150px
}
.category-page__section .category-page__row .left__sidebar h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 20px;
  border-left: 4px solid #333;
  position: relative
}
.category-page__section .category-page__row .left__sidebar h3:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #ddd;
  right: 0;
  top: 10px
}
.category-page__section .category-page__row .left__sidebar ul {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px
}
.category-page__section .category-page__row .left__sidebar ul a {
  font-weight: 500;
  font-size: 15px;
}
ins{
  text-decoration: none;
}
.category-page__section .category-page__row .left__sidebar .sidebar__image img {
  display: block;
  width: 100%
}
.category-page__section .category-page__row .products-default {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
  margin-top: 60px
}
.category-page__section .right-main__products-top .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.woocommerce-ordering select{
  width: 100%;
  max-width: 200px;
}
.product-image__carousel .slider .item[data-hash="image01"] img,
.product-image__carousel .slider .item[data-hash="image02"] img,
.product-image__carousel .slider .item[data-hash="image03"] img{
  object-fit: cover!important;
}
.category-page__section .right-main__products-top .row .right-main__products-top__left .open-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  height: 47px;
}
.category-page__section .right-main__products-top .row .right-main__products-top__left .open-filter svg {
  width: 17px;
  display: block;
  height: 17px
}
.woocommerce-ordering select{
  text-align: center;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.category-page__section .right-main__products-top .row .products-top-row{
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-page__section .right-main__products-top .opened-filters {
  display: none
}
.product-page .product-page__other {
  margin-top: 100px
}
.product-page .product-page__other h2 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 40px
}
.product-page .product-page__other .product-page__other-row .products-default {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px
}
.product-page__hero {
  margin-top: 100px
}
.product-page__hero .product-page__hero__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px
}
.product-page__hero .product-page__hero__row .left {
  min-width: 100%
}
.product-page__hero .product-page__hero__row .left .slider-navigation {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px
}
.product-page__hero .product-page__hero__row .left .slider-navigation img {
  display: block;
  width: 100%
}
.product-page__hero .product-page__hero__row .right .descr {
  padding-bottom: 30px
}
.product-page__hero .product-page__hero__row .right .descr p {
  line-height: 1.5;
  font-size: 15px
}
.product-page__hero .product-page__hero__row .right .form-group {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}
.product-page__hero .product-page__hero__row .right .form-group form.cart{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}
.product-page__hero .product-page__hero__row .right .form-group form.cart .quantity{
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  justify-content: center;
  text-align: center;
}
.product-page__hero .product-page__hero__row .right .form-group form.cart button.single_add_to_cart_button{
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 15px;
  transition: .4s ease;
}
.product-page__hero .product-page__hero__row .right .form-group form.cart button.single_add_to_cart_button:hover{
  background: #399;
  transition: .4s ease;
  color: #fff;
}
.product-page__hero .product-page__hero__row .right .form-group form.cart .quantity #smntcswcb{
  text-align: center;
}
.product-page__hero .product-page__hero__row .right .form-group form.cart .quantity .screen-reader-text{
  display: none;
}
.product-page__hero .product-page__hero__row .right .form-group .quick-order a {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #399;
  border: 1px solid #399;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 5px;
  width: 100%;
  transition: .4s ease;
}
.product-page__hero .product-page__hero__row .right .form-group .quick-order a:hover{
  background: transparent;
  color: #399;
  transition: .4s ease;
}
.product-page__hero .product-page__hero__row .right .buttons-group ul {
  display: flex;
  align-items: center;
  gap: 20px
}
.product-page__hero .product-page__hero__row .right .buttons-group ul a {
  font-weight: 600;
  font-size: 20px
}
.product-page__hero .product-page__hero__row .right .categories-group {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ddd
}
.product-page__hero .product-page__hero__row .right .categories-group ul {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.product-image__carousel .slider img{
  max-height: 670px;
  min-height: 670px;
  object-fit: contain;
}
.product-page__hero .product-page__hero__row .right .categories-group ul a {
  color: #3e0669
}
.product-page__hero .product-page__hero__row .right .descr *{
  line-height: 1.5;
}
.product-page__hero .product-page__hero__row .right .title-group {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  position: relative
}
.product-page__hero .product-page__hero__row .right .title-group h1 {
  padding-right: 80px;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.25
}
.product-page__hero .product-page__hero__row .right .title-group .price-group {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 20px
}
.product-page__hero .product-page__hero__row .right .title-group .price-group .old {
  position: relative;
  color: #ddd;
  font-size: 17px
}
.product-page__details .product-page__details__row .description-tab__row .left{
  background-size: cover;
  background-position: center center;
}
.product-page__details .product-page__details__row .description-tab__row .left img{
  display: block;
  height: 100%;
  object-fit: cover;
}
.product-page__hero .product-page__hero__row .right .title-group .price-group .new {
  color: #3e0669;
  font-size: 24px
}
.product-page__hero .product-page__hero__row .right .title-group .price-group .old:after {
  content: "";
  width: 100%;
  height: 1.5px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 5px
}
.product-page__details {
  margin-top: 100px
}
.product-page__details .product-page__details__row .tabs__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 25px 0
}
.product-page__details .product-page__details__row .tabs__navigation ._tab-active {
  color: #171412
}
.product-page__details .product-page__details__row .tabs__navigation button {
  font-size: 18px;
  color: #555;
  font-weight: 600;
}
.product-page__details .product-page__details__row .description-tab__row {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: flex-start;
}
.price del bdi{
  color: #000;
  opacity: .6;
}
.price del bdi span{
  color: #000!important;
}
.product-page__details .product-page__details__row .description-tab__row .left img {
  display: block;
  width: 100%
}
.product-page__details .product-page__details__row .description-tab__row .right p {
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
  opacity: .7
}
.product-page__details .product-page__details__row .description-tab__row .right h4 strong{
  font-weight: 400;
}
.product-page__details .product-page__details__row .description-tab__row .right h2,
.product-page__details .product-page__details__row .description-tab__row .right h3,
.product-page__details .product-page__details__row .description-tab__row .right h4{
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 22px;
}
.product-page__details .product-page__details__row .description-tab__row .right h2:before,
.product-page__details .product-page__details__row .description-tab__row .right h3:before,
.product-page__details .product-page__details__row .description-tab__row .right h4:before{
  content: "";
  width: 20%;
  height: 2px;
  display: block;
  background: #171412;
  margin-bottom: 15px;
}
.woocommerce-pagination ul.page-numbers{
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 7px;
}
.woocommerce-pagination ul.page-numbers li{
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
#cfw-side-cart *{
  line-height: 1.5;
}
.woocommerce-pagination ul.page-numbers li span.current{
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  justify-content: center;
  background: #3e0669;
  color: #fff;
}
.product-page__details .product-page__details__row .description-tab__row .right h2:after,
.product-page__details .product-page__details__row .description-tab__row .right h3:after,
.product-page__details .product-page__details__row .description-tab__row .right h4:after{
  content: "";
  width: 20%;
  height: 2px;
  display: block;
  background: #171412;
  margin-top: 15px;
}
.product-page__details .product-page__details__row .description-tab__row .right ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 15px
}
.product-page__details .product-page__details__row .description-tab__row .right ul li {
  line-height: 1.5;
  opacity: .7;
  font-size: 16px
}
.product-page__details .product-page__details__row .description-tab__row .right ol {
  display: flex;
  padding-left: 15px;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 15px
}
.product-page__details .product-page__details__row .description-tab__row .right ol li {
  line-height: 1.5;
  opacity: .7;
  font-size: 16px
}
.product-page__reviews {
  margin-top: 100px
}
.reviews-block__default .reviews-block__title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  gap: 50px;
  text-align: right
}
.reviews-block__default .reviews-block__title h2 {
  font-size: 40px;
  text-align: center
}
.reviews-block__default .reviews-block__title button {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  background: #399;
  color: #fff;
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: 600
}
.reviews-block__default .reviews-block__title .row {
  display: flex;
  align-items: center;
  gap: 40px
}
.reviews-block__default .reviews-block__title .left p {
  margin-top: 10px
}
.reviews-block__default .reviews-block__title .left ul {
  display: flex;
  align-items: center;
  gap: 10px
}
.reviews-block__default .reviews-block__title .left ul li {
  display: flex;
  align-items: center;
  gap: 4px
}
.reviews-block__default .reviews-block__title .left ul i {
  color: #ffed00;
  display: block;
  font-size: 16px
}
.reviews-block__content .review-item {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-top: 30px
}
.reviews-block__content .review-item .name {
  font-weight: 600;
  font-size: 22px;
  margin-top: 25px;
  line-height: 1.5;
  padding-bottom: 10px
}
.reviews-block__content .review-item .desc {
  font-size: 16px;
  line-height: 1.5
}
.reviews-block__content .review-item i.bi-person-circle {
  position: absolute;
  font-size: 45px;
  display: block;
  color: #399
}
.reviews-block__content .review-item ul {
  padding-left: 65px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column
}
.reviews-block__content .review-item ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 18px
}
.reviews-block__content .review-item ul i {
  color: #ffed00;
  display: block;
  font-size: 16px
}
.reviews-tab__row {
  padding-top: 50px
}
.about-tab__row {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px
}
.about-tab__row .left {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px
}
.about-tab__row .left .col h3 {
  opacity: .5;
  font-size: 24px;
  padding-bottom: 20px
}
.about-tab__row .left .col .content {
  padding-bottom: 30px
}
.about-tab__row .left .col .content p {
  line-height: 1.5
}
.about-tab__row .left .col ul.list {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.about-tab__row .left .col ul.list li {
  font-size: 16px;
  line-height: 1.5
}
.about-tab__row .left .col ul {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.about-tab__row .left .col ul li {
  font-size: 16px;
  line-height: 1.5
}
.about-tab__row .left .col ul li b {
  opacity: .5;
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 15px
}
.popup#delivery button.popup__close {
  display: block;
  width: 100%;
  text-align: right
}
.popup#delivery button.popup__close i {
  font-size: 30px
}
.popup#delivery .popup__text {
  padding: 20px 20px 40px;
  font-size: 17px;
  line-height: 1.5
}
.popup#delivery .popup__content {
  background: #fff
}
.popup#search button.popup__close {
  display: block;
  width: 100%;
  text-align: right
}
.popup#search button.popup__close i {
  font-size: 30px
}
.popup#search .popup__text {
  padding: 20px 20px 40px;
  font-size: 17px;
  line-height: 1.5
}
.popup#search .popup__content {
  background: #fff
}
.popup#question button.popup__close {
  display: block;
  width: 100%;
  text-align: right
}
.popup#question button.popup__close i {
  font-size: 30px
}
.popup#question .popup-form {
  padding: 20px 20px 40px;
  max-width: 550px;
  margin: 0 auto
}
.popup#question .input {
  margin-bottom: 20px
}
.popup#question .input input {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
  margin: 0 auto
}
.popup#question .input textarea {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
  height: 100px;
  margin: 0 auto
}
.popup#question .submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  height: 50px;
  width: 180px;
  font-weight: 600;
  font-size: 16px
}
.popup#question h2 {
  font-size: 30px;
  padding-bottom: 25px
}
.popup#question .popup__content {
  background: #fff
}
.popup#purchase button.popup__close {
  display: block;
  width: 100%;
  text-align: right
}
.popup#purchase button.popup__close i {
  font-size: 30px
}
.popup#purchase .popup-form {
  padding: 20px 20px 40px;
  max-width: 550px;
  margin: 0 auto
}
.popup#purchase .input {
  margin-bottom: 20px
}
.popup#purchase .input input {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
  margin: 0 auto
}
.popup#purchase .input textarea {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
  height: 100px;
  margin: 0 auto
}
.popup#purchase .submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  height: 50px;
  width: 180px;
  font-weight: 600;
  font-size: 16px
}
.popup#purchase h2 {
  font-size: 30px;
  padding-bottom: 25px
}
.popup#purchase .product-row {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  padding-top: 10px
}
.popup#purchase .product-row .txt {
  font-size: 20px;
  font-weight: 600
}
.popup#purchase .product-row .txt .price span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 15px
}
.popup#purchase .product-row img {
  display: block;
  width: 100%;
  max-width: 120px
}
.popup#purchase .popup__content {
  background: #fff
}
@media screen and (min-width:1080px) {
  .mobile__burger {
    display: none!important
  }
}
@media screen and (max-width:1079px) {
  .mobile__burger {
    display: flex
  }
  .mobile__burger svg {
    width: 35px;
    height: 35px;
    display: block
  }
}
@media screen and (max-width:379px) {
  footer.footer .footer__row .column {
    padding-right: 50px
  }
  .text-template .faqpage__content .accordion {
    padding: 20px 0;
    font-size: 18px
  }
  .text-template .faqpage__content .accordion::before {
    content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-plus-lg\" viewBox=\"0 0 16 16\"> <path fill-rule=\"evenodd\" d=\"M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2\"/> </svg>")
  }
  .category-page__section .category-page__row .left__sidebar h3::after {
    width: 60px
  }
  .about-template .about-text__section .about-text__row .right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  header.header .header__row .header__menu ul {
    gap: 20px
  }
  header.header .header__row {
    grid-template-columns: 1fr 1fr
  }
  .hero__screen .hero__screen-text .hero__row h3 {
    font-size: 20px
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    font-size: 40px
  }
  .category__screen .category__row .column .txt {
    font-size: 16px
  }
  .category__screen .category__row .column .lnk {
    font-size: 14px
  }
  .choose__section .choose__row {
    gap: 60px
  }
  .choose__section .choose__row .right h2 {
    font-size: 40px
  }
  .choose__section .choose__row .right p {
    font-size: 16px
  }
  .seoblock__screen .seoblock__title h5 {
    font-size: 13px;
    max-width: 1000px;
    margin: 0 auto
  }
  .seoblock__screen .seoblock__row {
    gap: 50px
  }
  footer.footer .footer__row {
    grid-template-columns: 1fr
  }
  .column-logo {
    border-right: 0!important;
    padding-left: 0!important
  }
  footer.footer .footer__row .footer-menus .column {
    padding: 0 0 50px;
    border-right: 0
  }
  footer.footer .footer__row .footer-menus {
    gap: 0 40px
  }
  .category-page__section .category-page__row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .category-page__section .category-page__row {
    grid-template-columns: 1fr;
    gap: 0
  }
  .category-page__section .category-page__row .left__sidebar {
    display: none
  }
  [class*=__container] {
    padding: 0 25px
  }
  header.header .header__row .header__menu ul a {
    font-size: 14px
  }
  .product-page__hero .product-page__hero__row .right .title-group h1 {
    font-size: 28px
  }
  .product-page__details .product-page__details__row .description-tab__row {
    align-items: flex-start
  }
  .about-tab__row {
    grid-template-columns: 1fr
  }
  .product-page .product-page__other .product-page__other-row .products-default {
    grid-template-columns: repeat(3,1fr)
  }
  .product-page .product-page__other .product-page__other-row .products-default .product-card:nth-child(4) {
    display: none
  }
  .contacts-template .form-section .submit button {
    height: 55px
  }
  .contacts-template .form-section .input input {
    padding: 15px
  }
  .contacts-template .form-section .input textarea {
    padding: 25px 15px
  }
  .contacts-template .title-group p {
    display: none
  }
  .about-template .about-screen__section .about-screen__row h1 {
    font-size: 30px;
    text-align: left
  }
  .about-template .about-screen__section .about-screen__row h3 {
    font-size: 14px;
    text-align: left;
    max-width: 800px;
    margin: 25px auto 0
  }
  header.header .header__row .header__menu ul li:first-child {
    display: none
  }
  header.header .header__row .header__icons ul {
    gap: 15px
  }
  .header__menu {
    display: none
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    padding-bottom: 40px
  }
  .category__screen .category__row {
    gap: 25px
  }
  .choose__section .choose__row {
    grid-template-columns: 1fr
  }
  .products-category__screen .products-category__row .right .products-category__home .products-default,
  .products__screen .products-home__row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .products-category__screen .products-category__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0
  }
  .products-category__screen .products-category__row .left a {
    bottom: 40px;
    left: 0
  }
  .products-category__screen .products-category__row .left img {
    max-height: 300px;
    -o-object-position: right;
    object-position: right
  }
  .seoblock__screen .seoblock__row {
    grid-template-columns: 2fr 1fr;
    align-items: flex-start
  }
  .category-columns__screen .category-columns__row .column .txt h6 {
    font-size: 30px;
    text-align: center
  }
  .category-columns__screen .category-columns__row .column .txt span {
    font-size: 16px
  }
  .category-columns__screen .category-columns__row .column .txt {
    align-items: center
  }
  .category-page__section .image__section img {
    height: 200px
  }
  .product-page__hero .product-page__hero__row {
    gap: 50px
  }
  .product-page__hero .product-page__hero__row .right .descr p {
    font-size: 15px
  }
  .product-page__hero .product-page__hero__row .right .buttons-group ul a {
    font-size: 17px
  }
  .reviews-block__default .reviews-block__title h2 {
    font-size: 30px
  }
  .reviews-block__content .review-item .desc {
    font-size: 14px
  }
  .product-page__hero {
    margin-top: 60px
  }
  .product-image__carousel {
    position: sticky;
    top: 150px
  }
  .about-template .about-text__section .about-text__row .left h3 {
    font-size: 30px
  }
  .about-template .about-text__section .about-text__row .left .content p {
    font-size: 15px
  }
  .about-template .about-text__section .about-text__row {
    gap: 50px;
    grid-template-columns: 1fr
  }
  .product-page .product-page__other .product-page__other-row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .product-page .product-page__other .product-page__other-row .products-default .product-card:nth-child(3) {
    display: none
  }
  .product-page__details .product-page__details__row .description-tab__row {
    gap: 40px
  }
  .reviews-block__default .reviews-block__title h2 {
    display: none
  }
  .reviews-block__default .reviews-block__title .left p {
    text-align: left
  }
  .reviews-block__default .reviews-block__title .row {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start
  }
  .hero__screen img {
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
  }
  .category__screen,
  .choose__section {
    margin-top: 50px
  }
  .category__screen .category__row .column .txt {
    font-size: 16px;
    padding: 0 15px;
    line-height: 1.5
  }
  .category-columns__screen .category-columns__row {
    gap: 0
  }
  .products-default .product-card .product-text .name {
    font-size: 15px;
    color: #3e0669;
  }
  .right-main__products-top__left {
    width: 1000%
  }
  .right-main__products-top__left button {
    width: 100%;
    justify-content: center
  }
  footer.footer .footer__row .footer-menus .column .title {
    font-size: 20px;
    margin-bottom: 20px
  }
  .contacts-template .contacts__section .contacts__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px
  }
  .hero__screen .hero__screen-text .hero__row a {
    background: #fff
  }
  .category__screen .category__row {
    grid-template-columns: 1fr
  }
  .category__screen .category__row .column img {
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain
  }
  .category__screen .category__row .column a {
    display: block;
    width: 100%
  }
  .category-columns__screen .category-columns__row {
    grid-template-columns: 1fr
  }
  .seoblock__screen .seoblock__title h3 {
    font-size: 36px
  }
  .seoblock__screen .seoblock__row {
    margin-top: 50px
  }
  .seoblock__screen .seoblock__row {
    grid-template-columns: 1fr
  }
  .seoblock__screen .seoblock__row .left {
    order: 2
  }
  .reviews__screen .reviews__row {
    margin: 30px auto 0;
    grid-template-columns: 1fr 1fr;
    gap: 30px
  }
  .reviews__screen .reviews__row .column:nth-child(3) {
    display: none
  }
  footer.footer .footer__row .footer-menus {
    grid-template-columns: 1fr 1fr;
    gap: 0 40px
  }
  .category-page__section .image__section h1 {
    font-size: 35px;
    text-align: center
  }
  .product-page__hero .product-page__hero__row {
    grid-template-columns: 1fr
  }
  .product-image__carousel .item img {
    max-height: 350px;
    -o-object-fit: contain;
    object-fit: contain
  }
  .product-page__details .product-page__details__row .tabs__navigation button {
    font-size: 15px
  }
  .product-page__details .product-page__details__row .tabs__navigation {
    grid-template-columns: 1fr;
    display: grid
  }
  .about-tab__row .left,
  .product-page__details .product-page__details__row .description-tab__row {
    grid-template-columns: 1fr
  }
  header.header .header__row {
    padding: 0px 0
  }
  .products__screen .products-home__row .products-default {
    gap: 20px
  }
  .products-default .product-card .product-text .name {
    text-align: center;
    margin-bottom: 10px
  }
  .products-default .product-card .price span {
    display: block;
    text-align: center
  }
  .products-category__screen .products-category__row .left a {
    text-align: center;
    line-height: 1.25
  }
  .seoblock__screen .seoblock__title h3 {
    margin-top: 15px
  }
  .seoblock__screen .seoblock__row .left .left-list ul {
    gap: 20px
  }
  .seoblock__screen .seoblock__row .left .left-list ul li span.name {
    font-size: 18px;
    padding-bottom: 5px
  }
  .reviews__screen .reviews__title h2 {
    font-size: 26px
  }
  .seoblock__screen .seoblock__row .left .left-list ul li span.desc {
    font-size: 13px
  }
  footer.footer .footer__row .footer-menus .column ul a {
    font-size: 13px
  }
  .category-page__section .category-page__row .products-default {
    margin-top: 30px
  }
  .category-page__section .category-page__row {
    margin-top: 40px
  }
  .product-page__details .product-page__details__row .description-tab__row .right h2,
  .product-page__details .product-page__details__row .description-tab__row .right h3 {
    font-size: 24px
  }
  .product-page__details .product-page__details__row .description-tab__row .right ul li {
    font-size: 14px;
    padding-bottom: 10px
  }
  .reviews-block__default .reviews-block__title button {
    width: 100%
  }
  .reviews-block__default .reviews-block__title .right {
    width: 100%
  }
  .breadcrumbs__section .image__section img {
    max-height: 320px
  }
  .text-template h1 {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
  }
  .text-template {
    margin-top: 60px
  }
  .text-template .content p {
    font-size: 15px
  }
  footer.footer {
    margin-top: 60px
  }
  .text-template .faqpage__content .accordion {
    padding: 10px 0;
    font-size: 15px
  }
  .contacts-template h1,
  .contacts-template h2 {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
  }
  .contacts-template .contacts__section .contacts__row .column .contacts-list .column {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 30px;
    flex-direction: column
  }
  .contacts-template .contacts__section .contacts__row .column .contacts-list .column .image {
    display: none
  }
  .about-template .about-screen__section {
    min-height: auto;
    padding: 80px 0
  }
  .choose__section .choose__row .right .right-list ul {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column
  }
  .products__screen .products__title h4 {
    font-size: 24px
  }
  .products__screen .products__title p {
    font-size: 15px
  }
}
.contacts-template .form-section .input {
  position: relative;
}
.contacts-template .form-section .input .wpcf7-not-valid-tip{
  position: absolute;
  top: 4px;
  right: 20px;
  font-size: 13px;
}
.wpcf7-response-output{
  display: none!important;
}
.popup-form .input {
  position: relative;
}
.popup-form .input .wpcf7-not-valid-tip{
  position: absolute;
  top: 4px;
  right: 20px;
  font-size: 13px;
}
.woocommerce-no-products-found{
  margin-top: 50px;
}
.woocommerce-no-products-found .woocommerce-info{
  text-align: center;
  background: transparent;
  font-size: 30px;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.5;
}
.woocommerce-ordering select{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 10px 15px;
  background: transparent;
  font-size: 16px;
  height: 47px;
  font-family: "Euclid Triangle";
}
.woocommerce-ordering option{
  font-size: 14px;
}
.yith-wcan-filter h4{
  display: none!important;
}
.yith-wcan-filter{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.opened-filters{
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 0px;
}
.yith-wcan-filters .yith-wcan-filter label{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.yith-wcan-filters .yith-wcan-filter label:last-child{
  margin-bottom: 0px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a{
  color: #3e0669;
}
.category-page__section .category-page__row .left__sidebar ul a:hover{
  color: #3e0669;
}
.yith-wcan-filters .yith-wcan-filter label input{
  width: 20px;
  height: 20px;
}
.category-page__section .category-page__row .left__sidebar ul .sub-menu{
  padding: 20px 25px 0px;
}
.category-page__section .category-page__row .left__sidebar ul .sub-menu li{
  position: relative;
}
.category-page__section .category-page__row .left__sidebar ul .sub-menu li a{
  opacity: .6;
}
.category-page__section .category-page__row .left__sidebar ul .sub-menu li a:before{
  content: "";
  width: 15px;
  height: 2px;
  background: #ddd;
  top: 6px;
  position: absolute;
  left: -25px;
}
.product-template-default .woocommerce-message{
  background: #399;
  color: #fff;
  text-align: center;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 15px;
  border-radius: 10px;
  max-width: 1080px;
  margin: 0 auto;
}
.product-template-default .woocommerce-message a{
  background: #fff;
  color: #399;
  padding: 12px 25px 10px;
  border-radius: 100px;
  font-weight: 600;
}
.product-template-default .woocommerce-notices-wrapper{
  position: fixed;
  width: 100%;
  z-index: 50;
  padding: 20px;
  bottom: 0px;
  left: 0px;
}
@media screen and (min-width:1280px) and (max-width:1366px) {
  footer.footer .footer__row .column {
    padding-right: 50px
  }
  .text-template .faqpage__content .accordion {
    padding: 20px 0
  }
  .category-page__section .category-page__row .left__sidebar h3::after {
    width: 60px
  }
  .about-template .about-text__section .about-text__row .right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media screen and (min-width:1080px) and (max-width:1279px) {
  footer.footer .footer__row .column {
    padding-right: 50px
  }
  .text-template .faqpage__content .accordion {
    padding: 20px 0;
    font-size: 18px
  }
  .text-template .faqpage__content .accordion::before {
    content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-plus-lg\" viewBox=\"0 0 16 16\"> <path fill-rule=\"evenodd\" d=\"M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2\"/> </svg>")
  }
  .category-page__section .category-page__row .left__sidebar h3::after {
    width: 60px
  }
  .about-template .about-text__section .about-text__row .right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  header.header .header__row .header__menu ul {
    gap: 20px
  }
  header.header .header__row {
    grid-template-columns: 1fr 5fr 1fr
  }
  .hero__screen .hero__screen-text .hero__row h3 {
    font-size: 20px
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    font-size: 60px
  }
  .category__screen .category__row .column .txt {
    font-size: 18px
  }
  .category__screen .category__row .column .lnk {
    font-size: 15px
  }
  .choose__section .choose__row {
    gap: 60px
  }
  .choose__section .choose__row .right h2 {
    font-size: 40px
  }
  .choose__section .choose__row .right p {
    font-size: 16px
  }
  .seoblock__screen .seoblock__title h5 {
    font-size: 20px;
    max-width: 1000px;
    margin: 0 auto
  }
  .seoblock__screen .seoblock__row {
    gap: 50px
  }
  footer.footer .footer__row {
    grid-template-columns: 1fr
  }
  .column-logo {
    border-right: 0!important;
    padding-left: 0!important
  }
  footer.footer .footer__row .footer-menus .column {
    padding: 0 0 50px;
    border-right: 0
  }
  .category-page__section .category-page__row .products-default {
    grid-template-columns: repeat(3,1fr)
  }
  .category-page__section .category-page__row {
    grid-template-columns: 1fr 3fr
  }
  [class*=__container] {
    padding: 0 40px
  }
  header.header .header__row .header__menu ul a {
    font-size: 14px
  }
  .product-page__hero .product-page__hero__row .right .title-group h1 {
    font-size: 35px
  }
  .product-page__details .product-page__details__row .description-tab__row {
    align-items: flex-start
  }
  .about-tab__row {
    grid-template-columns: 1fr
  }
  .product-page .product-page__other .product-page__other-row .products-default {
    grid-template-columns: repeat(3,1fr)
  }
  .product-page .product-page__other .product-page__other-row .products-default .product-card:nth-child(4) {
    display: none
  }
  .contacts-template .form-section .submit button {
    height: 55px
  }
  .contacts-template .form-section .input input {
    padding: 15px
  }
  .contacts-template .form-section .input textarea {
    padding: 25px 15px
  }
  .contacts-template .title-group p {
    display: none
  }
  .about-template .about-screen__section .about-screen__row h1 {
    font-size: 50px
  }
  .about-template .about-screen__section .about-screen__row h3 {
    font-size: 18px;
    max-width: 800px;
    margin: 25px auto 0
  }
}
@media screen and (min-width:900px) and (max-width:1079px) {
  footer.footer .footer__row .column {
    padding-right: 50px
  }
  .text-template .faqpage__content .accordion {
    padding: 20px 0;
    font-size: 18px
  }
  .text-template .faqpage__content .accordion::before {
    content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-plus-lg\" viewBox=\"0 0 16 16\"> <path fill-rule=\"evenodd\" d=\"M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2\"/> </svg>")
  }
  .category-page__section .category-page__row .left__sidebar h3::after {
    width: 60px
  }
  .about-template .about-text__section .about-text__row .right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  header.header .header__row .header__menu ul {
    gap: 20px
  }
  header.header .header__row {
    grid-template-columns: 1fr 2fr
  }
  .hero__screen .hero__screen-text .hero__row h3 {
    font-size: 20px
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    font-size: 60px
  }
  .category__screen .category__row .column .txt {
    font-size: 16px
  }
  .category__screen .category__row .column .lnk {
    font-size: 15px
  }
  .choose__section .choose__row {
    gap: 60px
  }
  .choose__section .choose__row .right h2 {
    font-size: 40px
  }
  .choose__section .choose__row .right p {
    font-size: 16px
  }
  .seoblock__screen .seoblock__title h5 {
    font-size: 20px;
    max-width: 1000px;
    margin: 0 auto
  }
  .seoblock__screen .seoblock__row {
    gap: 50px
  }
  footer.footer .footer__row {
    grid-template-columns: 1fr
  }
  .column-logo {
    border-right: 0!important;
    padding-left: 0!important
  }
  footer.footer .footer__row .footer-menus .column {
    padding: 0 0 50px;
    border-right: 0
  }
  .category-page__section .category-page__row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .category-page__section .category-page__row {
    grid-template-columns: 1fr 2fr
  }
  [class*=__container] {
    padding: 0 40px
  }
  header.header .header__row .header__menu ul a {
    font-size: 14px
  }
  .product-page__hero .product-page__hero__row .right .title-group h1 {
    font-size: 28px
  }
  .product-page__details .product-page__details__row .description-tab__row {
    align-items: flex-start
  }
  .about-tab__row {
    grid-template-columns: 1fr
  }
  .product-page .product-page__other .product-page__other-row .products-default {
    grid-template-columns: repeat(3,1fr)
  }
  .product-page .product-page__other .product-page__other-row .products-default .product-card:nth-child(4) {
    display: none
  }
  .contacts-template .form-section .submit button {
    height: 55px
  }
  .contacts-template .form-section .input input {
    padding: 15px
  }
  .contacts-template .form-section .input textarea {
    padding: 25px 15px
  }
  .contacts-template .title-group p {
    display: none
  }
  .about-template .about-screen__section .about-screen__row h1 {
    font-size: 40px
  }
  .about-template .about-screen__section .about-screen__row h3 {
    font-size: 18px;
    max-width: 800px;
    margin: 25px auto 0
  }
  header.header .header__row .header__menu ul li:first-child {
    display: none
  }
  header.header .header__row .header__icons ul {
    gap: 25px
  }
  .header__menu {
    display: none
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    padding-bottom: 40px
  }
  .category__screen .category__row {
    gap: 25px
  }
  .choose__section .choose__row {
    grid-template-columns: 1fr
  }
  .products-category__screen .products-category__row .right .products-category__home .products-default,
  .products__screen .products-home__row .products-default {
    grid-template-columns: repeat(3,1fr)
  }
  .products-category__screen .products-category__row .right .products-category__home .products-default .product-card:nth-child(4),
  .products__screen .products-home__row .products-default .product-card:nth-child(4) {
    display: none
  }
  .products-category__screen .products-category__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0
  }
  .products-category__screen .products-category__row .left a {
    bottom: 40px;
    left: 0
  }
  .products-category__screen .products-category__row .left img {
    max-height: 300px;
    -o-object-position: right;
    object-position: right
  }
  .seoblock__screen .seoblock__row {
    grid-template-columns: 2fr 1fr;
    align-items: flex-start
  }
  .category-columns__screen .category-columns__row .column .txt h6 {
    font-size: 30px;
    text-align: center
  }
  .category-columns__screen .category-columns__row .column .txt span {
    font-size: 15px
  }
  .category-columns__screen .category-columns__row .column .txt {
    align-items: center
  }
  .category-page__section .image__section img {
    height: 300px
  }
  .product-page__hero .product-page__hero__row {
    gap: 50px
  }
  .product-page__hero .product-page__hero__row .right .descr p {
    font-size: 15px
  }
  .product-page__hero .product-page__hero__row .right .buttons-group ul a {
    font-size: 17px
  }
  .reviews-block__default .reviews-block__title h2 {
    font-size: 30px
  }
  .reviews-block__content .review-item .desc {
    font-size: 14px
  }
  .product-page__hero {
    margin-top: 60px
  }
  .product-image__carousel {
    position: sticky;
    top: 150px
  }
  .about-template .about-text__section .about-text__row .left h3 {
    font-size: 30px
  }
  .about-template .about-text__section .about-text__row .left .content p {
    font-size: 15px
  }
  .about-template .about-text__section .about-text__row {
    gap: 50px;
    grid-template-columns: 1fr
  }
}
@media screen and (min-width:700px) and (max-width:899px) {
  footer.footer .footer__row .column {
    padding-right: 50px
  }
  .text-template .faqpage__content .accordion {
    padding: 20px 0;
    font-size: 18px
  }
  .text-template .faqpage__content .accordion::before {
    content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-plus-lg\" viewBox=\"0 0 16 16\"> <path fill-rule=\"evenodd\" d=\"M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2\"/> </svg>")
  }
  .category-page__section .category-page__row .left__sidebar h3::after {
    width: 60px
  }
  .about-template .about-text__section .about-text__row .right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  header.header .header__row .header__menu ul {
    gap: 20px
  }
  header.header .header__row {
    grid-template-columns: 1fr 2fr
  }
  .hero__screen .hero__screen-text .hero__row h3 {
    font-size: 20px
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    font-size: 60px
  }
  .category__screen .category__row .column .txt {
    font-size: 16px
  }
  .category__screen .category__row .column .lnk {
    font-size: 15px
  }
  .choose__section .choose__row {
    gap: 60px
  }
  .choose__section .choose__row .right h2 {
    font-size: 40px
  }
  .choose__section .choose__row .right p {
    font-size: 16px
  }
  .seoblock__screen .seoblock__title h5 {
    font-size: 20px;
    max-width: 1000px;
    margin: 0 auto
  }
  .seoblock__screen .seoblock__row {
    gap: 50px
  }
  footer.footer .footer__row {
    grid-template-columns: 1fr
  }
  .column-logo {
    border-right: 0!important;
    padding-left: 0!important
  }
  footer.footer .footer__row .footer-menus .column {
    padding: 0 0 50px;
    border-right: 0
  }
  .category-page__section .category-page__row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .category-page__section .category-page__row {
    grid-template-columns: 1fr;
    gap: 0
  }
  .category-page__section .category-page__row .left__sidebar {
    display: none
  }
  [class*=__container] {
    padding: 0 40px
  }
  header.header .header__row .header__menu ul a {
    font-size: 14px
  }
  .product-page__hero .product-page__hero__row .right .title-group h1 {
    font-size: 28px
  }
  .product-page__details .product-page__details__row .description-tab__row {
    align-items: flex-start
  }
  .about-tab__row {
    grid-template-columns: 1fr
  }
  .product-page .product-page__other .product-page__other-row .products-default {
    grid-template-columns: repeat(3,1fr)
  }
  .product-page .product-page__other .product-page__other-row .products-default .product-card:nth-child(4) {
    display: none
  }
  .contacts-template .form-section .submit button {
    height: 55px
  }
  .contacts-template .form-section .input input {
    padding: 15px
  }
  .contacts-template .form-section .input textarea {
    padding: 25px 15px
  }
  .contacts-template .title-group p {
    display: none
  }
  .about-template .about-screen__section .about-screen__row h1 {
    font-size: 40px
  }
  .about-template .about-screen__section .about-screen__row h3 {
    font-size: 18px;
    max-width: 800px;
    margin: 25px auto 0
  }
  header.header .header__row .header__menu ul li:first-child {
    display: none
  }
  header.header .header__row .header__icons ul {
    gap: 25px
  }
  .header__menu {
    display: none
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    padding-bottom: 40px
  }
  .category__screen .category__row {
    gap: 25px
  }
  .choose__section .choose__row {
    grid-template-columns: 1fr
  }
  .products-category__screen .products-category__row .right .products-category__home .products-default,
  .products__screen .products-home__row .products-default {
    grid-template-columns: repeat(3,1fr)
  }
  .products-category__screen .products-category__row .right .products-category__home .products-default .product-card:nth-child(4),
  .products__screen .products-home__row .products-default .product-card:nth-child(4) {
    display: none
  }
  .products-category__screen .products-category__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0
  }
  .products-category__screen .products-category__row .left a {
    bottom: 40px;
    left: 0
  }
  .products-category__screen .products-category__row .left img {
    max-height: 300px;
    -o-object-position: right;
    object-position: right
  }
  .seoblock__screen .seoblock__row {
    grid-template-columns: 2fr 1fr;
    align-items: flex-start
  }
  .category-columns__screen .category-columns__row .column .txt h6 {
    font-size: 30px;
    text-align: center
  }
  .category-columns__screen .category-columns__row .column .txt span {
    font-size: 15px
  }
  .category-columns__screen .category-columns__row .column .txt {
    align-items: center
  }
  .category-page__section .image__section img {
    height: 300px
  }
  .product-page__hero .product-page__hero__row {
    gap: 50px
  }
  .product-page__hero .product-page__hero__row .right .descr p {
    font-size: 15px
  }
  .product-page__hero .product-page__hero__row .right .buttons-group ul a {
    font-size: 17px
  }
  .reviews-block__default .reviews-block__title h2 {
    font-size: 30px
  }
  .reviews-block__content .review-item .desc {
    font-size: 14px
  }
  .product-page__hero {
    margin-top: 60px
  }
  .product-image__carousel {
    position: sticky;
    top: 150px
  }
  .about-template .about-text__section .about-text__row .left h3 {
    font-size: 30px
  }
  .about-template .about-text__section .about-text__row .left .content p {
    font-size: 15px
  }
  .about-template .about-text__section .about-text__row {
    gap: 50px;
    grid-template-columns: 1fr
  }
  .product-page__hero .product-page__hero__row .left .slider-navigation {
    grid-template-columns: repeat(3,1fr)
  }
  .product-page__hero .product-page__hero__row .left .slider-navigation a:last-child {
    display: none
  }
  .product-page__details .product-page__details__row .description-tab__row {
    gap: 40px
  }
  .reviews-block__default .reviews-block__title h2 {
    display: none
  }
  .reviews-block__default .reviews-block__title .left p {
    text-align: left
  }
  .reviews-block__default .reviews-block__title .row {
    width: 100%;
    justify-content: space-between
  }
  .hero__screen img {
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
  }
  .category__screen,
  .choose__section {
    margin-top: 50px
  }
  .category__screen .category__row .column .txt {
    font-size: 16px;
    padding: 0 15px;
    line-height: 1.5
  }
  .category-columns__screen .category-columns__row {
    gap: 0
  }
  .products-default .product-card .product-text .name {
    font-size: 14px
  }
  .right-main__products-top__left {
    width: 60%
  }
  .right-main__products-top__left button {
    width: 100%
  }
  footer.footer .footer__row .footer-menus .column .title {
    font-size: 20px;
    margin-bottom: 20px
  }
  .contacts-template .contacts__section .contacts__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px
  }
}
@media screen and (min-width:500px) and (max-width:699px) {
  footer.footer .footer__row .column {
    padding-right: 50px
  }
  .text-template .faqpage__content .accordion {
    padding: 20px 0;
    font-size: 18px
  }
  .text-template .faqpage__content .accordion::before {
    content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-plus-lg\" viewBox=\"0 0 16 16\"> <path fill-rule=\"evenodd\" d=\"M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2\"/> </svg>")
  }
  .category-page__section .category-page__row .left__sidebar h3::after {
    width: 60px
  }
  .about-template .about-text__section .about-text__row .right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  header.header .header__row .header__menu ul {
    gap: 20px
  }
  header.header .header__row {
    grid-template-columns: 1fr 1fr
  }
  .hero__screen .hero__screen-text .hero__row h3 {
    font-size: 20px
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    font-size: 60px
  }
  .category__screen .category__row .column .txt {
    font-size: 16px
  }
  .category__screen .category__row .column .lnk {
    font-size: 15px
  }
  .choose__section .choose__row {
    gap: 60px
  }
  .choose__section .choose__row .right h2 {
    font-size: 40px
  }
  .choose__section .choose__row .right p {
    font-size: 16px
  }
  .seoblock__screen .seoblock__title h5 {
    font-size: 13px;
    max-width: 1000px;
    margin: 0 auto
  }
  .seoblock__screen .seoblock__row {
    gap: 50px
  }
  footer.footer .footer__row {
    grid-template-columns: 1fr
  }
  .column-logo {
    border-right: 0!important;
    padding-left: 0!important
  }
  footer.footer .footer__row .footer-menus .column {
    padding: 0 0 50px;
    border-right: 0
  }
  .category-page__section .category-page__row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .category-page__section .category-page__row {
    grid-template-columns: 1fr;
    gap: 0
  }
  .category-page__section .category-page__row .left__sidebar {
    display: none
  }
  [class*=__container] {
    padding: 0 40px
  }
  header.header .header__row .header__menu ul a {
    font-size: 14px
  }
  .product-page__hero .product-page__hero__row .right .title-group h1 {
    font-size: 28px
  }
  .product-page__details .product-page__details__row .description-tab__row {
    align-items: flex-start
  }
  .about-tab__row {
    grid-template-columns: 1fr
  }
  .product-page .product-page__other .product-page__other-row .products-default {
    grid-template-columns: repeat(3,1fr)
  }
  .product-page .product-page__other .product-page__other-row .products-default .product-card:nth-child(4) {
    display: none
  }
  .contacts-template .form-section .submit button {
    height: 55px
  }
  .contacts-template .form-section .input input {
    padding: 15px
  }
  .contacts-template .form-section .input textarea {
    padding: 25px 15px
  }
  .contacts-template .title-group p {
    display: none
  }
  .about-template .about-screen__section .about-screen__row h1 {
    font-size: 40px
  }
  .about-template .about-screen__section .about-screen__row h3 {
    font-size: 18px;
    max-width: 800px;
    margin: 25px auto 0
  }
  header.header .header__row .header__menu ul li:first-child {
    display: none
  }
  header.header .header__row .header__icons ul {
    gap: 25px
  }
  .header__menu {
    display: none
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    padding-bottom: 40px
  }
  .category__screen .category__row {
    gap: 25px
  }
  .choose__section .choose__row {
    grid-template-columns: 1fr
  }
  .products-category__screen .products-category__row .right .products-category__home .products-default,
  .products__screen .products-home__row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .products-category__screen .products-category__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0
  }
  .products-category__screen .products-category__row .left a {
    bottom: 40px;
    left: 0
  }
  .products-category__screen .products-category__row .left img {
    max-height: 300px;
    -o-object-position: right;
    object-position: right
  }
  .seoblock__screen .seoblock__row {
    grid-template-columns: 2fr 1fr;
    align-items: flex-start
  }
  .category-columns__screen .category-columns__row .column .txt h6 {
    font-size: 40px;
    text-align: center
  }
  .category-columns__screen .category-columns__row .column .txt span {
    font-size: 20px
  }
  .category-columns__screen .category-columns__row .column .txt {
    align-items: center
  }
  .category-page__section .image__section img {
    height: 300px
  }
  .product-page__hero .product-page__hero__row {
    gap: 50px
  }
  .product-page__hero .product-page__hero__row .right .descr p {
    font-size: 15px
  }
  .product-page__hero .product-page__hero__row .right .buttons-group ul a {
    font-size: 17px
  }
  .reviews-block__default .reviews-block__title h2 {
    font-size: 30px
  }
  .reviews-block__content .review-item .desc {
    font-size: 14px
  }
  .product-page__hero {
    margin-top: 60px
  }
  .product-image__carousel {
    position: sticky;
    top: 150px
  }
  .about-template .about-text__section .about-text__row .left h3 {
    font-size: 30px
  }
  .about-template .about-text__section .about-text__row .left .content p {
    font-size: 15px
  }
  .about-template .about-text__section .about-text__row {
    gap: 50px;
    grid-template-columns: 1fr
  }
  .product-page .product-page__other .product-page__other-row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .product-page .product-page__other .product-page__other-row .products-default .product-card:nth-child(3) {
    display: none
  }
  .product-page__details .product-page__details__row .description-tab__row {
    gap: 40px
  }
  .reviews-block__default .reviews-block__title h2 {
    display: none
  }
  .reviews-block__default .reviews-block__title .left p {
    text-align: left
  }
  .reviews-block__default .reviews-block__title .row {
    width: 100%;
    justify-content: space-between
  }
  .hero__screen img {
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
  }
  .category__screen,
  .choose__section {
    margin-top: 50px
  }
  .category__screen .category__row .column .txt {
    font-size: 16px;
    padding: 0 15px;
    line-height: 1.5
  }
  .category-columns__screen .category-columns__row {
    gap: 0
  }
  .products-default .product-card .product-text .name {
    font-size: 15px
  }
  .right-main__products-top__left {
    width: 70%
  }
  .right-main__products-top__left button {
    width: 100%
  }
  footer.footer .footer__row .footer-menus .column .title {
    font-size: 20px;
    margin-bottom: 20px
  }
  .contacts-template .contacts__section .contacts__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px
  }
  .hero__screen .hero__screen-text .hero__row a {
    background: #fff
  }
  .category__screen .category__row {
    grid-template-columns: 1fr
  }
  .category__screen .category__row .column img {
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain
  }
  .category__screen .category__row .column a {
    display: block;
    width: 100%
  }
  .category-columns__screen .category-columns__row {
    grid-template-columns: 1fr
  }
  .seoblock__screen .seoblock__title h3 {
    font-size: 36px
  }
  .seoblock__screen .seoblock__row {
    margin-top: 50px
  }
  .seoblock__screen .seoblock__row {
    grid-template-columns: 1fr
  }
  .seoblock__screen .seoblock__row .left {
    order: 2
  }
  .reviews__screen .reviews__row {
    margin: 30px auto 0;
    grid-template-columns: 1fr 1fr;
    gap: 30px
  }
  .reviews__screen .reviews__row .column:nth-child(3) {
    display: none
  }
  footer.footer .footer__row .footer-menus {
    grid-template-columns: 1fr 1fr;
    gap: 0
  }
  .category-page__section .image__section h1 {
    font-size: 45px
  }
  .product-page__hero .product-page__hero__row {
    grid-template-columns: 1fr
  }
  .product-image__carousel .item img {
    max-height: 350px;
    -o-object-fit: contain;
    object-fit: contain
  }
  .product-page__details .product-page__details__row .tabs__navigation button {
    font-size: 15px
  }
  .product-page__details .product-page__details__row .tabs__navigation {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid
  }
  .about-tab__row .left,
  .product-page__details .product-page__details__row .description-tab__row {
    grid-template-columns: 1fr
  }
  header.header .header__row {
    padding: 0px 0
  }
}
@media screen and (min-width:380px) and (max-width:499px) {
  footer.footer .footer__row .column {
    padding-right: 50px
  }
  .text-template .faqpage__content .accordion {
    padding: 20px 0;
    font-size: 18px
  }
  .text-template .faqpage__content .accordion::before {
    content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-plus-lg\" viewBox=\"0 0 16 16\"> <path fill-rule=\"evenodd\" d=\"M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2\"/> </svg>")
  }
  .category-page__section .category-page__row .left__sidebar h3::after {
    width: 60px
  }
  .about-template .about-text__section .about-text__row .right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  header.header .header__row .header__menu ul {
    gap: 20px
  }
  header.header .header__row {
    grid-template-columns: 3fr 2fr
  }
  .hero__screen .hero__screen-text .hero__row h3 {
    font-size: 20px
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    font-size: 40px
  }
  .category__screen .category__row .column .txt {
    font-size: 16px
  }
  .category__screen .category__row .column .lnk {
    font-size: 15px
  }
  .choose__section .choose__row {
    gap: 60px
  }
  .choose__section .choose__row .right h2 {
    font-size: 28px
  }
  .choose__section .choose__row .right p {
    font-size: 14px
  }
  .products__screen .products__title h4{
    font-size: 20px;
  }
  .products__screen .products__title p{
    font-size: 16px;
  }
  .products-category__screen .products-category__row .left a{
    width: 100%;
  }
  .seoblock__screen .seoblock__title h5 {
    font-size: 13px;
    max-width: 1000px;
    margin: 0 auto
  }
  .seoblock__screen .seoblock__row {
    gap: 50px
  }
  footer.footer .footer__row {
    grid-template-columns: 1fr
  }
  .column-logo {
    border-right: 0!important;
    padding-left: 0!important
  }
  footer.footer .footer__row .footer-menus .column {
    padding: 0 0 50px;
    border-right: 0
  }
  footer.footer .footer__row .footer-menus {
    gap: 0 40px
  }
  .category-page__section .category-page__row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .category-page__section .category-page__row {
    grid-template-columns: 1fr;
    gap: 0
  }
  .category-page__section .category-page__row .left__sidebar {
    display: none
  }
  [class*=__container] {
    padding: 0 25px
  }
  header.header .header__row .header__menu ul a {
    font-size: 14px
  }
  .product-page__hero .product-page__hero__row .right .title-group h1 {
    font-size: 24px
  }
  .product-page__details .product-page__details__row .description-tab__row {
    align-items: flex-start
  }
  .about-tab__row {
    grid-template-columns: 1fr
  }
  .product-page .product-page__other .product-page__other-row .products-default {
    grid-template-columns: repeat(3,1fr)
  }
  .product-page .product-page__other .product-page__other-row .products-default .product-card:nth-child(4) {
    display: none
  }
  .contacts-template .form-section .submit button {
    height: 55px
  }
  .contacts-template .form-section .input input {
    padding: 15px
  }
  .contacts-template .form-section .input textarea {
    padding: 25px 15px
  }
  .contacts-template .title-group p {
    display: none
  }
  .about-template .about-screen__section .about-screen__row h1 {
    font-size: 30px;
    text-align: left
  }
  .about-template .about-screen__section .about-screen__row h3 {
    font-size: 14px;
    text-align: left;
    max-width: 800px;
    margin: 25px auto 0
  }
  header.header .header__row .header__menu ul li:first-child {
    display: none
  }
  header.header .header__row .header__icons ul {
    gap: 25px
  }
  .header__menu {
    display: none
  }
  .hero__screen .hero__screen-text .hero__row h1 {
    padding-bottom: 40px
  }
  .category__screen .category__row {
    gap: 25px
  }
  .choose__section .choose__row {
    grid-template-columns: 1fr
  }
  .products-category__screen .products-category__row .right .products-category__home .products-default,
  .products__screen .products-home__row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .products-category__screen .products-category__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0
  }
  .products-category__screen .products-category__row .left a {
    bottom: 40px;
    left: 0
  }
  .products-category__screen .products-category__row .left img {
    max-height: 300px;
    -o-object-position: right;
    object-position: right
  }
  .seoblock__screen .seoblock__row {
    grid-template-columns: 2fr 1fr;
    align-items: flex-start
  }
  .category-columns__screen .category-columns__row .column .txt h6 {
    font-size: 28px;
    text-align: center
  }
  .category-columns__screen .category-columns__row .column .txt span {
    font-size: 16px
  }
  .category-columns__screen .category-columns__row .column .txt {
    align-items: center
  }
  .category-page__section .image__section img {
    height: 200px
  }
  .product-page__hero .product-page__hero__row {
    gap: 50px
  }
  .product-page__hero .product-page__hero__row .right .descr p {
    font-size: 15px
  }
  .product-page__hero .product-page__hero__row .right .buttons-group ul a {
    font-size: 17px
  }
  .reviews-block__default .reviews-block__title h2 {
    font-size: 30px
  }
  .reviews-block__content .review-item .desc {
    font-size: 14px
  }
  .product-page__hero {
    margin-top: 60px
  }
  .product-image__carousel {
    position: sticky;
    top: 150px
  }
  .about-template .about-text__section .about-text__row .left h3 {
    font-size: 30px
  }
  .about-template .about-text__section .about-text__row .left .content p {
    font-size: 15px
  }
  .about-template .about-text__section .about-text__row {
    gap: 50px;
    grid-template-columns: 1fr
  }
  .product-page .product-page__other .product-page__other-row .products-default {
    grid-template-columns: repeat(2,1fr)
  }
  .product-page .product-page__other .product-page__other-row .products-default .product-card:nth-child(3) {
    display: none
  }
  .product-page__details .product-page__details__row .description-tab__row {
    gap: 40px
  }
  .reviews-block__default .reviews-block__title h2 {
    display: none
  }
  .reviews-block__default .reviews-block__title .left p {
    text-align: left
  }
  .reviews-block__default .reviews-block__title .row {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start
  }
  .hero__screen img {
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
  }
  .category__screen,
  .choose__section {
    margin-top: 50px
  }
  .category__screen .category__row .column .txt {
    font-size: 16px;
    padding: 0 15px;
    line-height: 1.5
  }
  .category-columns__screen .category-columns__row {
    gap: 0
  }
  .products-default .product-card .product-text .name {
    font-size: 14px
  }
  .right-main__products-top__left {
    width: 100%
  }
  .right-main__products-top__left button {
    width: 100%;
    justify-content: center
  }
  footer.footer .footer__row .footer-menus .column .title {
    font-size: 20px;
    margin-bottom: 20px
  }
  .contacts-template .contacts__section .contacts__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px
  }
  .hero__screen .hero__screen-text .hero__row a {
    background: #fff
  }
  .category__screen .category__row {
    grid-template-columns: 1fr
  }
  .category__screen .category__row .column img {
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain
  }
  .category__screen .category__row .column a {
    display: block;
    width: 100%
  }
  .category-columns__screen .category-columns__row {
    grid-template-columns: 1fr
  }
  .seoblock__screen .seoblock__title h3 {
    font-size: 28px
  }
  .footer-bottom__screen .row p{
    font-size: 10px;
  }
  .product-page__hero .product-page__hero__row .right .form-group{
    margin-top: 20px;
  }
  .yith-wcan-filters .yith-wcan-filter label{
    font-size: 14px;
  }
  .yith-wcan-filter{
    padding: 25px;
    width: 100%;
  }
  .seoblock__screen .seoblock__row {
    margin-top: 50px
  }
  .seoblock__screen .seoblock__row {
    grid-template-columns: 1fr
  }
  .seoblock__screen .seoblock__row .left {
    order: 2
  }
  .reviews__screen .reviews__row {
    margin: 30px auto 0;
    grid-template-columns: 1fr 1fr;
    gap: 30px
  }
  .reviews__screen .reviews__row .column:nth-child(3) {
    display: none
  }
  footer.footer .footer__row .footer-menus {
    grid-template-columns: 1fr 1fr;
    gap: 0 40px
  }
  .category-page__section .image__section h1 {
    font-size: 35px;
    text-align: center
  }
  .product-page__hero .product-page__hero__row {
    grid-template-columns: 1fr
  }
  .product-image__carousel .item img {
    max-height: 350px;
    -o-object-fit: contain;
    object-fit: contain
  }
  .product-page__details .product-page__details__row .tabs__navigation button {
    font-size: 15px
  }
  .product-page__details .product-page__details__row .tabs__navigation {
    grid-template-columns: 1fr;
    display: grid
  }
  .about-tab__row .left,
  .product-page__details .product-page__details__row .description-tab__row {
    grid-template-columns: 1fr
  }
  header.header .header__row {
    padding: 0px 0
  }
  .products__screen .products-home__row .products-default {
    gap: 20px
  }
  .products-default .product-card .product-text .name {
    text-align: center;
    margin-bottom: 10px
  }
  .products-default .product-card .price span {
    display: block;
    text-align: center
  }
  .products-category__screen .products-category__row .left a {
    text-align: center;
    line-height: 1.25
  }
  .seoblock__screen .seoblock__title h3 {
    margin-top: 15px
  }
  .seoblock__screen .seoblock__row .left .left-list ul {
    gap: 20px
  }
  .seoblock__screen .seoblock__row .left .left-list ul li span.name {
    font-size: 18px;
    padding-bottom: 5px
  }
  .reviews__screen .reviews__title h2 {
    font-size: 26px
  }
  .seoblock__screen .seoblock__row .left .left-list ul li span.desc {
    font-size: 13px
  }
  footer.footer .footer__row .footer-menus .column ul a {
    font-size: 13px
  }
  .category-page__section .category-page__row .products-default {
    margin-top: 30px
  }
  .category-page__section .category-page__row {
    margin-top: 40px
  }
  .product-page__details .product-page__details__row .description-tab__row .right h2,
  .product-page__details .product-page__details__row .description-tab__row .right h3 {
    font-size: 24px
  }
  .product-page__details .product-page__details__row .description-tab__row .right ul li {
    font-size: 14px;
    padding-bottom: 10px
  }
  .reviews-block__default .reviews-block__title button {
    width: 100%
  }
  .reviews-block__default .reviews-block__title .right {
    width: 100%
  }
  .breadcrumbs__section .image__section img {
    max-height: 320px
  }
  .text-template h1 {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
  }
  .text-template {
    margin-top: 60px
  }
  .text-template .content p {
    font-size: 15px
  }
  footer.footer {
    margin-top: 60px
  }
  .text-template .faqpage__content .accordion {
    padding: 10px 0;
    font-size: 15px
  }
  .contacts-template h1,
  .contacts-template h2 {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
  }
  .contacts-template .contacts__section .contacts__row .column .contacts-list .column {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 30px;
    flex-direction: column
  }
  .contacts-template .contacts__section .contacts__row .column .contacts-list .column .image {
    display: none
  }
  .about-template .about-screen__section {
    min-height: auto;
    padding: 80px 0
  }
}

*{
  line-height: 1.5;
}

.link-shop{
  border: 1px solid #3e0669;
  color: #3e0669;
  padding: 10px 30px;
  margin-top: 20px;
}

@media screen and (max-width: 600px){
  .link-shop{
    width:100%;
    text-align: center;
  }
  header.header .header__row .header__logo img{
    max-width: 190px;
  }
}

.breadcrumbs__section{
  display: none!important
}