/* баннер */
.swiper {
  /*max-width: 1410px;*/
  margin: auto;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.slide1, .slide2, .slide3 {
  background-color: #e7eaf3;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
}

.slide-item {
  display: flex;
  background-color: #e7eaf3;
  flex: 1;
  padding: 30px 0 90px;
}

.swiper-slide {
  display: flex;
  height: auto;
}

.block1 {
  background-color: #e7eaf3;
}

.slide__title {
  font-size: 29px;
  font-weight: 400;
  line-height: 34px;
  color: #5B5A5A;
  max-width: 629px;
  margin-bottom: 33px;
}

.slide__text {
  color: #5D5D5D;
  font-size: 15px;
  font-weight: 300;
  max-width: 300px;
  line-height: 20px;
  margin-bottom: 53px;

}

.slide__more {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 3px;
  background: transparent;
  color: #900;
  text-decoration: none;
  padding: 10px 30px;
}

.swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  background-color: #D1D1D1;
}

.swiper-pagination-bullet-active {
  background-color: #990000;
}

.slide__img {
  position: absolute;
  left: -210px;
  width: 570px;
  top: 110px;
  max-height: 330px;
}

.slide__img-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.slide__img {
  position: absolute;
}

@media(min-width: 768px) {
  .slide__more {
    font-size: 19px;
  }

  .slide__img {
    width: 40vw;
    max-width: 614px;
    left: initial;
    top: initial;
    position: relative;
  }

  .slide__title {
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    color: #5B5A5A;
    max-width: 629px;
    margin-bottom: 33px;
  }

  .slide__text {
    color: #5D5D5D;
    font-size: 19px;
    font-weight: 300;
    max-width: 410px;
    line-height: 25px;
    margin-bottom: 53px;
  }

  .slide-item {
    display: flex;
    background-color: #e7eaf3;
    flex: 1;
    padding: 50px 0;
  }
}

/* catalog */
.wrapper {
  max-width: 1410px;
  margin: auto;
}

.catalog-index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  gap: 3px;
}

.catalog-index__item {
  background: #F5F5F5;
  position: relative;
  text-decoration: none;
  color: #000;
  min-height: 45vw;
  transition: .3s;
}

.catalog-index__text {
  color: #545454;
  font-size: 3.2vw;
  line-height: 4.6vw;
  margin: 0 6vw;
  position: relative;
  display: none;
  font-weight: 500;
}

.catalog-index__item:hover .catalog-index__text {
  display: block;
}

.catalog-index__text:after {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  position: absolute;
  width: 4vw;
  height: 4vw;
  background-size: 4vw;
  left: 0.5vw;
  bottom: -8vw;
}

.catalog-index__item:hover {
  background: #F5E6E6;

}

.catalog-index__item:hover .catalog-index__img {
  display: none;
}

.catalog-index__title {
  margin: 0;
  font-size: min(max(1.5rem, 3.6vw), 2rem);
  font-weight: 400;
  padding: 5.1vw 3vw 4vw 6vw;
  line-height: 4.87vw;
  color: #515151;
}

.catalog-index__item1 {
  grid-area: 1 / 1 / 2 / 2;
}

.catalog-index__item2 {
  grid-area: 1 / 2 / 2 / 3;
}

.catalog-index__item3 {
  grid-area: 2 / 1 / 4 / 2;
}

.catalog-index__item4 {
  grid-area: 2 / 2 / 3 / 3;
}

.catalog-index__item5 {
  grid-area: 3 / 2 / 4 / 3;
}

.catalog-index__item6 {
  grid-area: 4 / 1 / 5 / 2;
}

.catalog-index__item7 {
  grid-area: 4 / 2 / 5 / 3;
}

.catalog-index__img {
  width: 1vw;
}

.catalog-index__img {
  position: absolute;
}

.catalog-index__img1 {
  width: 33.8vw;
  top: 9.77vw;
  left: 15vw;
}

.catalog-index__img2 {
  width: 40.8vw;
  top: 13.77vw;
  left: 5vw;
}

.catalog-index__img3 {
  width: 56.8vw;
  top: 20.2vw;
  left: -7vw;
}

.catalog-index__img4 {
  width: 45.8vw;
  top: 14.77vw;
  left: 1vw;
}

.catalog-index__img5 {
  width: 41.8vw;
  top: 11.77vw;
  left: 3vw;
}

.catalog-index__img6 {
  width: 28vw;
  top: 11.77vw;
  left: 10vw;
}

.catalog-index__img7 {
  width: 38.6vw;
  top: 4.87vw;
  left: 6vw;
}

@media(min-width: 768px) {
  .catalog-index__text {
    color: #545454;
    font-size: 1.07vw;
    line-height: 1.8vw;
    margin: 0 3.3vw;
    position: relative;
    display: none;
  }

  .catalog-index__text:after {
    content: "";
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
    width: 2vw;
    height: 2vw;
    background-size: 2vw;
    left: 0.5vw;
    bottom: -4.5vw;
  }

  .catalog-index__title {
    font-size: 1.24vw;
    font-weight: 400;
    padding: 2.5vw 2vw 1.3vw 3.3vw;
    line-height: 0.97vw;
  }

  .catalog-index__item {
    min-height: initial;
  }

  .catalog-index {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 32.88vw;
    padding: 0 15px;
  }

  .catalog-index__item1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .catalog-index__item2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .catalog-index__item3 {
    grid-area: 1 / 2 / 3 / 3;
  }

  .catalog-index__item4 {
    grid-area: 1 / 3 / 2 / 4;
  }

  .catalog-index__item5 {
    grid-area: 2 / 3 / 3 / 4;
  }

  .catalog-index__item6 {
    grid-area: 1 / 4 / 2 / 5;
  }

  .catalog-index__item7 {
    grid-area: 2 / 4 / 3 / 5;
  }

  .catalog-index__img1 {
    width: 12.9vw;
    top: 2.5vw;
    left: 9.5vw;
  }

  .catalog-index__img2 {
    width: 17vw;
    top: 4.2vw;
    left: 5.7vw;
  }

  .catalog-index__img3 {
    width: 21.2vw;
    top: 4vw;
    left: 1.2vw;
  }

  .catalog-index__img4 {
    width: 17.7vw;
    top: 4.1vw;
    left: 7.2vw;
  }

  .catalog-index__img5 {
    width: 15.2vw;
    top: 3.4vw;
    left: 7.2vw;
  }

  .catalog-index__img6 {
    width: 11.5vw;
    top: 3.2vw;
    left: 11.1vw;
  }

  .catalog-index__img7 {
    width: 16.1vw;
    top: 0.3vw;
    left: 6.4vw;
  }
}

@media(min-width: 1410px) {
  .catalog-index__text {
    color: #545454;
    font-size: 15px;
    line-height: 25.362px;
    margin: 0 46.497px;
    position: relative;
    display: none;
  }

  .catalog-index__text:after {
    content: "";
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
    width: 28.1719px;
    height: 28.1719px;
    background-size: 28.18px;
    left: 7.045px;
    bottom: -55px;
  }

  .catalog-index {
    height: 457.547px;
  }

  .catalog-index__title {
    font-size: 17.484px;
    font-weight: 400;
    padding: 35.25px 5.32px 18.213px 46.53px;
    line-height: 13.677px;
  }

  .catalog-index__img1 {
    width: 181.875px;
    top: 35.25px;
    left: 133.95px;
  }

  .catalog-index__img2 {
    width: 239.688px;
    top: 59.22px;
    left: 80.37px;
  }

  .catalog-index__img3 {
    width: 298.906px;
    top: 56.4px;
    left: 17.12px;
  }

  .catalog-index__img4 {
    width: 249.562px;
    top: 57.81px;
    left: 101.52px;
  }

  .catalog-index__img5 {
    width: 214.312px;
    top: 47.94px;
    left: 101.52px;
  }

  .catalog-index__img6 {
    width: 162.141px;
    top: 45.12px;
    left: 156.51px;
  }

  .catalog-index__img7 {
    width: 227px;
    top: 4.23px;
    left: 90.24px;
  }
}

/* popular */
.card-product__label{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 35px;
  letter-spacing: -0.45px;
  color: #990000;
  position: absolute;
}

.card-product__title {
  /* font-size: 1.34vw; */
  font-size: 18.299px;
  /* line-height: 1.8vw; */
  line-height: 24.624px;
  color: #3A3939;
  /* margin-bottom: 1.1vw; */
  margin-bottom: 15.048px;
}

.card-product__text {
  color: #5E5D5D;
  /* font-size: 1.1vw; */
  font-weight: 300;
  font-size: 15px;
  line-height: 21.9264px;
  margin-bottom: 18px;
  flex-grow: 1;
}

.card-product__content {
  position: relative;
  flex-shrink: 0
}

.card-product__bottom {
  display: flex;
  align-items: center;
}

.card-product__image {
  display: flex;
  justify-content: center
}

.card-product__image .image {
  display: block;
  object-fit: contain;
  object-position: center;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  max-width:200px;
}

.card-product__price {
  font-size: 20px;
  font-weight: 400;
  color: #444;
}

.slider .slider-header {
  padding-bottom: 35px;
  position: relative;
}

.slider .owl-carousel {
  margin: 0 auto;
  position: relative;
  overflow: visible;
  display: flex;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-stage .product-card {
  height: 100%;
  min-height: 430px;
  padding: 22px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-product-card {
  position: relative;
}

.slider-product-card .owl-carousel .owl-stage-outer {
  z-index: 10;
  overflow: visible;
}

.slider-product-card .owl-carousel .owl-item {
  padding: 0;
  /*  visibility: hidden;*/
  opacity: 0;
  background-color: #fff;
  display: flex;
}

.slider-product-card .owl-carousel .owl-item:nth-child(-n+7),
.slider-product-card .owl-carousel .owl-item.active,
.slider-product-card .owl-carousel .owl-item.active+div {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.slider-product-card .owl-carousel .owl-item.prev {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  transition-property: opacity;
}

.slider-product-card .owl-carousel .owl-item.active {
  visibility: visible;
  opacity: 1;
}

.card-product__button {
  margin-left: auto;
  color: #900;
  border: 1px solid #900;
  border-radius: 5px;
  font-size: 15px;
  padding: 6px 34px;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.card-product__content {
  padding: 22.1312px 30.4304px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.slider-item {
  max-width: 320px;
  display: flex;
  flex-direction: column;
}

.card-product__title {
  font-size: 16px;
  font-weight: 400;
}

.card-product__price,
.card-product__title {
  text-decoration: none;
}

.card-product__button:hover {
  background-color: #900;
  color: #fff;
}

.owl-item:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

@media (max-width: 1250px) {
  .card-product__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-product__button {
    margin-left: initial;
  }

  .card-product__price {
    margin-bottom: 15px;
  }
}

@media (min-width:1550px) {

  .swiper-button-next, .swiper-button-prev {
    display: block;
    color: #ccc;
  }

  .slider-item {
    max-width: initial;
  }

  .card-product__content {
    padding: 22.1312px 30.4304px;
  }

  .card-product-list.card-product-rows .card-product__image .image {
    height: 11.0625rem
  }

  .card-product__image {
    margin-bottom: 1vw;
  }

  .card-product__image .image {
    /* height: 15vw; */
    height: 205.2px;
  }
}

.mySwiper77 .swiper-slide {
    width: 80%;
  }

  .mySwiper77 .swiper-slide {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: initial;
  }

  .mySwiper77 .swiper-slide:hover {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  }

  .mySwiper77 {
    overflow: initial;
  }
@media(min-width: 1100px) {


  .slide__img {
  left: -110px!important;
  }
  }
@media (min-width: 768px) {
  .mySwiper77 .swiper-slide {
    width: 43%;
  }
}



.row-flexqwer {
    display: flex;
    flex-flow: row wrap;
}
.padding-news {

    padding: 0 20px 0 20px;
}