

/* Start:/local/templates/main/components/bitrix/news.list/speed-slider/style.css?17271190907122*/
/**
 * Heroslider
 */
 .main-slder {
	 margin-top: 50px;
	 margin-bottom: 50px;
 }
.tm-heroslider {
  position: relative;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: var(--big-image);
  min-height: 460px;
  max-height: 100vh;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          
 
}

@media only screen and (max-width: 500px) {
  .tm-heroslider {
    min-height: 460px;
    background-image: var(--mob-image);
  }
}

/* dont show 2nd and next children if not loaded */
.tm-heroslider-slider a:not(:first-child) {
  display: none;
}
.tm-heroslider-slider.slick-initialized a:not(:first-child) {
    display: block;
}

.tm-heroslider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
  display: none;
}

.tm-heroslider-area {
  position: relative;
}

.tm-heroslider-content {
  padding: 100px 0;
  
}

.tm-heroslider-content h1 {
  margin-top: -10px;
  font-size: 50px;
  line-height: 64px;
  color: #000000;
}

.tm-heroslider-content p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
  color: #000000;
}

.tm-heroslider-content .tm-button {
  margin-top: 25px;
}

.tm-heroslider-social {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  z-index: 5;
  text-align: center;
  padding: 15px 0;
}

.tm-heroslider-social li {
  list-style: none;
  display: inline-block;
  margin: 0;
  position: relative;
}

.tm-heroslider-social li a {
  color: #000000;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  background: transparent;
  padding: 5px;
}
.tm-heroslider[data-bgimage] {
	background-position: center center;
	background-size: contain;
}
.tm-heroslider-social li a:hover {
  color: #0053a5;
}

.tm-heroslider-social li span {
  position: absolute;
  left: 100%;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  visibility: hidden;
  opacity: 0;
  padding-left: 10px;
  font-size: 16px;
  color: #0053a5;
}

.tm-heroslider-social li:hover span {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1350px) {
  .tm-heroslider-social {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-heroslider-content h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .tm-heroslider-content p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .tm-heroslider-content .tm-button {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-heroslider::after {
    display: block;
  }
  .tm-heroslider-content h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .tm-heroslider-content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .tm-heroslider-content .tm-button {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-heroslider::after {
    display: block;
  }
  .tm-heroslider-content {
    padding-right: 100px;
  }
  .tm-heroslider-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .tm-heroslider-content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .tm-heroslider-content .tm-button {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .tm-heroslider-content {
    padding-right: 0;
  }
  .tm-heroslider-content h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .tm-heroslider-content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .tm-heroslider-content .tm-button {
    margin-top: 15px;
  }
  
}

.tm-heroslider-slider.slick-dotted {
  padding-bottom: 0;
}

.tm-heroslider-slider.slick-dotted .slick-dots {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 30px;
  z-index: 5;
}

.tm-heroslider-slider.slick-dotted .slick-dots li {
  background: #707070;
  width: 30px;
  height: 3px;
  border-radius: 0;
}

.tm-heroslider-slider.slick-dotted .slick-dots li:hover {
  opacity: 0.5;
  background: #0053a5;
}

.tm-heroslider-slider.slick-dotted .slick-dots li.slick-active {
  background: #0053a5;
}
.main-slder .slick-slider .slick-arrow {
	background: #0053a5;
	cursor: pointer;
}
.tm-heroslider-slider .slick-arrow {
  top: 50%;
  color: #000000;
  font-size: 36px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 65px;
  width: 65px;
  text-align: center;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
}

.main-slder .tm-heroslider-slider .slick-arrow.slick-prev {
  left: -60px;
}

.main-slder .tm-heroslider-slider .slick-arrow.slick-next {
  right: -60px;
}

.tm-heroslider-slider .slick-arrow:hover {
  background: #000000;
  color: #ffffff;
}

.tm-heroslider-slider .tm-heroslider-contentwrapper {
  overflow: hidden;
}

.tm-heroslider-slider .tm-heroslider-content {
  -webkit-transition: all 1s ease-in-out 0.5s;
  -o-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.tm-heroslider-slider .tm-heroslider.slick-current .tm-heroslider-content {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 1600px) {
  .tm-heroslider-slider .slick-arrow {
    height: 50px;
    width: 50px;
    font-size: 26px;
  }
  .tm-heroslider-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .tm-heroslider-slider .slick-arrow.slick-next {
    right: 10px;
  }
}

@media only screen and (max-width: 1300px) {
  .tm-heroslider-slider .slick-arrow {
    top: auto;
    bottom: 20px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
  }
  .tm-heroslider-slider .slick-arrow.slick-prev {
    left: auto !important; 
    right: calc(50% + 10px);
  }
  .tm-heroslider-slider .slick-arrow.slick-next {
    left: calc(50% + 10px);
    right: auto !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-heroslider-slider.slick-dotted .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-heroslider-slider.slick-dotted .slick-dots {
    bottom: 20px;
  }
  .tm-heroslider-slider .slick-arrow {
    height: 40px;
    width: 40px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-heroslider-slider.slick-dotted .slick-dots {
    bottom: 20px;
  }
  .tm-heroslider-slider .slick-arrow {
    height: 40px;
    width: 40px;
    font-size: 22px;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/slider/style.css?1679313110125*/
.tm-popular-products-area.tm-padding-section {
	padding-top: 0;
}
.tm-popular-products-area .tm-sectiontitle {
	padding: 0;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/bootstrap_v4/style.css?17482405203448*/
/**
 * Product
 */
.tm-product-topside {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  padding-top: 100%;
  border: 1px solid #ebebeb;
}
.tm-products-slider .slick-slide {
	width: 280px;
}
.tm-product-topside img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  background: white;
}

.tm-product-images {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.tm-product-images img + img {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tm-product-badges {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
}

.tm-product-badges span {
  position: absolute;
  left: 0;
  top: 0;
  background: #0053a5;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 50px;
  font-size: 14px;
  display: inline-block;
}

.tm-product-badges span.tm-product-badges-soldout {
  left: auto;
  right: 0;
  background: #000000;
}

.tm-product-badges .tm-product-badges-new + .tm-product-badges-sale {
  top: 25px;
}
.tm-product-actions {
  height: 40px;
  min-width: 40px;
  padding: 0;
  border-radius: 4px;
  background: #0053a5;
  border-color: #0053a5;
  outline: none;
  color: #ffffff;
  font-size: 18px;
}
.tm-product-props {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.price-block {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.tm-product-bottomside {
  padding-top: 15px;
}

.tm-product-bottomside .title-6 {
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.tm-product-bottomside .title-6 a {
  color: #000000;
}

.tm-product-bottomside .title-6 a:hover {
  color: #0053a5;
}
.tm-product-price {
  margin-top: 10px;
  color: #0053a5;
  font-weight: 600;
  margin-top: 5px;
  display: block;
  font-size: 16px;
}
.tm-product-sale {
	font-size: 12px;
	text-decoration: line-through;
}
.tm-product-price del {
  color: #707070;
  margin-right: 10px;
  font-weight: 400;
}

.tm-product:hover .tm-product-images img + img {
  visibility: visible;
  opacity: 1;
}
@media(max-width: 1500px) {
	.tm-product-topside {
	  height: clamp(230px, 16vw, 230px);
	}
	.tm-products-slider .slick-slide {
		width: clamp(260px, 16vw, 260px);
	}
	.tm-product-topside img {
	  max-height: calc(clamp(230px, 16vw, 230px));
	}
}
@media(max-width: 1199px) {
	.tm-product-topside {
	    height: clamp(260px, 33vw, 330px);
	}
	.tm-products-slider .slick-slide {
		width: clamp(260px, 33vw, 330px);
	}
	.tm-product-topside img {
	  max-height: clamp(260px, 33vw, 330px);
	}
} 
@media(max-width: 899px) {
	.tm-product-topside {
		height: clamp(260px, 40vw, 380px);
	}
	.tm-products-slider .slick-slide {
		width clamp(260px, 40vw, 380px);
	}
	.tm-product-topside img {
	    max-height: clamp(260px, 40vw, 380px);
	}
}
@media (max-width: 550px) {
    .price-block {
        flex-direction: column;
    }
}
@media(max-width: 500px) {
	/*.tm-product-topside {*/
	/*	height: clamp(260px, 93vw, 93vw);*/
	/*}*/
	/*.tm-products-slider .slick-slide {*/
	/*	width: clamp(260px, 93vw, 93vw);*/
	/*}*/
	/*.tm-product-topside img {*/
	/*    max-height: clamp(260px, 93vw, 93vw);*/
	/*}*/
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main-news/style.css?1743624115280*/
.tm-blog-content > p {
	-webkit-line-clamp: 3; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; 
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main-brands/style.css?1675774538573*/
/**
 * Brand Logo
 */
.tm-brandlogo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #ebebeb;
}


/* End */
/* /local/templates/main/components/bitrix/news.list/speed-slider/style.css?17271190907122 */
/* /local/templates/main/components/bitrix/catalog.section/slider/style.css?1679313110125 */
/* /local/templates/main/components/bitrix/catalog.item/bootstrap_v4/style.css?17482405203448 */
/* /local/templates/main/components/bitrix/news.list/main-news/style.css?1743624115280 */
/* /local/templates/main/components/bitrix/news.list/main-brands/style.css?1675774538573 */
