.slide-info {
  width: 100%;
}

.slick-arrow {
  margin: -15px 0 0 0 !important;
  transform: translateY(-50%);
}

.slick-prev {
  transform: translateY(-50%) rotate(180deg) !important;
}

.slide-info__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-prev, .slick-next {
  opacity: 0.5;
}

.card-filters__navitem:last-child {
  border-left: none;
}

.card-filters__navitem {
  background: none;
}

.slide-info__img {
  /*max-height: 300px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-info__img img {
  /*height: 100%;*/
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}

.slide-cigarettes-product {
  padding: 15px 0 0;
}

.info-cigarettes__img img {
  max-height: 220px;
  max-width: 220px;
}

.slick-dots li:first-child:last-child {
  display: none;
}

p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 10px 0;
}

.block-info__text a {
  color: #485752;
}

.footer__info {
  padding: 20px 20px 0 60px;
}

.footer__address {
  display: flex;
}

.footer__address div {
  padding-right: 20px;
}

.footer__address div span {
  font-weight: bold;
}

.info-business__text p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 6px 0;
}

.business-partners__text p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 6px 0;
}

.info-cigarettes__text {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 6px 0;
}

.item-product__body p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 6px 0;
}

.produc-home__text {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 6px 0;
}

.filters-catalog__description p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 6px 0;
}

.static-product__column {
  padding: 0 20px;
}

.form-contacts__title {
  font-size: 18px;
}

.slide-cigarettes-product__img {
  padding: 30px;
}

.slider-cigarettes__img img {
  width: 100%;
}

.slider-cigarettes__item {
  padding: 0 40px;
}

.slider-cigarettes {
  margin: 0 0 60px;
}

.slider-cigarettes__text {
  width: 100%;
}

.item-product__body_first {
  padding-left: 0px;
}

.item-product__body_2nd {
  padding-right: 0px;
}

@media (max-width: 991.98px) {
  .item-product__body_first {
    padding-left: 45px;
  }

  .item-product__body_2nd {
    padding-right: 45px;
  }
}
@media (max-width: 479.98px) {
  .slide-info__img {
    /*max-height: 345px;*/
    /*height: 345px;*/
    /*padding: 30px;*/
    width: auto;
  }
}
p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 6px 0;
}

.ma_margin {
  margin-bottom: 15px;
}

.ma_padding {
  padding-top: 90px;
}

a.yell {
  text-decoration: none;
  border-bottom: 2px solid #ffd100;
  color: black;
}

@media (min-width: 1100px) and (max-width: 1300px) {
  .static-info__link {
    top: 246px;
    height: 33px;
  }
}
.static-info__link {
  left: 51%;
}

.ma-18 {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}

.ma-18-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  margin-top: -100px;
  color: white;
  text-align: center;
  font-size: 22px;
}

.ma-18-buttons {
  color: white;
  margin-top: 15px;
}

.ma-18-buttons button {
  width: 100px;
  height: 40px;
  margin: 10px;
  font-size: 18px;
  color: white;
  border: 1px solid white;
  background: none;
  background-color: none;
}

/*# sourceMappingURL=custom.css.map */


.cookie_popup {
    position: fixed;
    left: 30px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    bottom: 20px;
    z-index: 99999;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 #0000001f;
    padding-right: 160px;
    font-size: 14px;
    line-height: 20px;
}
.cookie_popup-accept {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 40px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
	background: rgba(255, 209, 0, 1);
    color: #000000;
    border-radius: 5px;
    transform: translateY(-50%);
	cursor: pointer;
}
.cookie_popup-accept:hover {
	background: rgba(255, 209, 0, 0.5);
}

@media (max-width: 600px) {
	.cookie_popup {
		padding-right: 20px;
		left: 0;
		bottom: 0;
		width: 100%;
		border-radius: 0;
		padding: 10px;
		padding-bottom: 60px;
	}
	.cookie_popup-accept {
		left: 10px;
		bottom: 10px;
		top: auto;
		transform: none;
	}
}