.cataloglist-inn {
  padding: 0px; 	 margin-bottom:46px; }

.bread {
	 margin-top: 20px;
  margin-bottom: 0px; }

.catalog {
  margin-top: -7px; }
 .brands-container {

 }
 .brands-countries-links{
	 margin-top:5px !important;
 }
.brands-container .description{
	margin-top: 46px;
	
}

.brands-container > div:first-child{
	margin-top: 0;
}

/***PHONES***/
@media(max-width: 991px){
	.brands-container .description{
		margin-top: 14px;
	}
}
.sproduct-cont-1 {
     border: none !important; 
}
.catalog-item:hover, .catalog-item:hover {
    background: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.sproduct-price-old {
    position: absolute !important;
    bottom: 54px !important;
}

.brand_background {overflow:hidden; border-radius:5px; height:318px; background-size:cover; background-position:center; background-repeat:no-repeat; text-align:center; position:relative;}
.brand_white_logo {width:100%; height:100%; background:rgba(19,21,27,.2); position:relative; display:flex; align-items:center;}
.brand_white_logo img {margin:auto; height:30px;}




.hero {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 210px);
}
@media (max-width: 1024px) {
  .hero {
    height: calc(100vh - 200px);
  }
}

.hero-slider {
  overflow: hidden;
}

.hero-slider__item {
  width: 100%;
  height: 100%;
  background: url("../images/hero-img.png") center center/cover no-repeat;
  min-height: 796px;
  padding-top: 172px;
  color: #fff;
}
@media (max-width: 1200px) {
  .hero-slider__item {
    background-position: calc(100% + 300px) center;
  }
}
@media (max-width: 767px) {
  .hero-slider__item {
    min-height: 495px;
    padding-top: 92px;
  }
}

.hero-slider__info {
  max-width: 710px;
}

.hero__title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .hero__title {
    font-size: 36px;
    line-height: 1.4;
  }
}

.hero-list {
  max-width: 508px;
  columns: 2;
}

.hero-list__item {
  margin-bottom: 6px;
}

.hero-list__link {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.hero-list__link::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 8px;
  background: url("../images/arrow-link.svg") right center/15px no-repeat;
  transform: translateX(0);
  transition: 0.25s;
}
.hero-list__link:hover::after {
  transform: translateX(5px);
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .hero-list__link {
    font-size: 18px;
    line-height: 1.3;
  }
  .hero-list__link::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-list__link {
    font-size: 16px;
  }
}

.slider-next {
  width: 18px;
  height: 32px;
  background: url("../images/arrow-slider.svg") center center/18px no-repeat;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 10;
  transform: rotate(180deg);
  cursor: pointer;
}
.slider-next:hover {
  opacity: 0.7;
}
@media (max-width: 1919px) {
  .slider-next {
    display: none;
  }
}

.slider-prev {
  width: 18px;
  height: 32px;
  background: url("../images/arrow-slider.svg") center center/18px no-repeat;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 10;
  cursor: pointer;
}
.slider-prev:hover {
  opacity: 0.7;
}
@media (max-width: 1919px) {
  .slider-prev {
    display: none;
  }
}

.slider-pagination {
  display: flex;
  margin-left: -4px;
  margin-top: 35px;
}
.slider-pagination .swiper-pagination-bullet:before{content:unset !important;}
.slider-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #fff;
  opacity: 0.35;
  margin: 0 4px;
  width: 6px;
  height: 6px;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 40px;
  height: 6px;
  opacity: 1;
}
@media (max-width: 767px) {
  .slider-pagination {
    margin-top: 30px;
  }
  .slider-pagination .swiper-pagination-bullet-active {
    width: 6px;
  }
}


.hero-slider__item {
    background-position: calc(100% + 300px) center;
  }
  .hero__title {
    font-size: 36px;
    line-height: 1.4;
  }
  .hero-list__link {
    font-size: 18px;
    line-height: 1.3;
  }
  .hero-list__link::after {
    display: none;
  }
  
  
@media (max-width: 1024px) {
  .hero {
    height: calc(100vh - 200px);
  }
}
@media (max-width: 2930px) {
.hero {
    height: 600px !important;
	margin-bottom:20px;
}
}

.cat-title-main {
font-size: 40px;
    line-height: 1.2;
	margin-bottom:32px;
	margin-top:80px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1200px){
.cat-title-main {
    font-size: 30px !important;
}
}
