

/* Start:/local/templates/hot_staff/components/bitrix/news.list/main_page/style.css?17470395806139*/
.main__container {
  overflow: hidden;
}

.main_block {
  height: clamp(25rem, 70vw, 64rem);
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
}

.main_block__logo,
.main_block__slogan {
  text-align: center;
}

.main_block__logo img {
  max-width: 400px;
  width: clamp(10rem, 40vw, 36rem);
  position: relative;
  z-index: 10;
}

.main_block__slogan {
  position: relative;
}

.main_block__slogan img {
  max-width: 800px;
  width: clamp(20rem, 75vw, 82rem);
}

.top_main_block {
  width: max-content;
  position: relative;
  margin: 0 auto;
}

.img-top-left {
  position: absolute;
  top: -20px;
  left: -200px;
}

.img-top-left > img {
  max-width:445px;
  width: 100%;
}

.img-top-right {
  position: absolute;
  top: -60px;
  right: -200px;
}

.img-top-right > img {
  max-width: 370px;
  width: 100%;
}

.img-bottom-left {
  position: absolute;
  bottom: -210px;
  left: -120px;
}

.img-bottom-left > img {
  max-width: 365px;
  width: 100%;
}

.img-bottom-right {
  position: absolute;
  bottom: -220px;
  right: -220px;
}

.img-bottom-right > img {
  max-width: 400px;
  width: 100%;
}

.main-btn-scroll-down {
  width: 110px;
  height: 80px;
  color: var(--text-white);
  font-family: MulishRegular;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  margin: 50px auto 0;
}

.scroll-down {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--text-white);
  border-radius: 100px;
  padding: 5px;
  margin: 0 auto 10px;
}

@media (max-width: 1200px) {
  .main_block {
    padding-top: 130px;
    padding-bottom: 120px;
  }

  .img-top-left {
    left: -130px;
  }

  .img-top-left > img {
    max-width: 390px;
  }

  .img-top-right {
    top: -35px;
    right: -160px;
  }

  .img-top-right > img {
    max-width: 320px;
  }

  .img-bottom-left {
    left: -90px;
    bottom: -185px;
  }

  .img-bottom-left > img {
    max-width: 325px;
  }

  .img-bottom-right {
    right: -180px;
    bottom: -180px;
  }

  .img-bottom-right > img {
    max-width: 350px;
  }
}

@media (max-width: 1100px) {
  .img-top-left {
    top: -10px;
  }

  .img-top-left > img {
    max-width: 350px;
  }

  .img-top-right {
    right: -100px;
  }

  .img-top-right > img {
    max-width: 290px;
  }

  .img-bottom-left {
    left: -60px;
    bottom: -170px;
  }

  .img-bottom-left > img {
    max-width: 300px;
  }

  .img-bottom-right {
    right: -150px;
    bottom: -150px;
  }

  .img-bottom-right > img {
    max-width: 320px;
  }
}

@media (max-width: 991px) {
  .main_block {
    padding-bottom: 50px;
  }

  .main_block__slogan {
    margin-top: -10px;
  }

  .img-top-left {
    top: 0;
    left: -100px;
  }

  .img-top-left > img {
    max-width: 300px;
  }

  .img-top-right {
    top: -35px;
    right: -80px;
  }

  .img-top-right > img {
    max-width: 250px;
  }

  .img-bottom-left {
    left: -50px;
    bottom: -150px;
  }

  .img-bottom-left > img {
    max-width: 260px;
  }

  .img-bottom-right {
    right: -120px;
    bottom: -120px;
  }

  .img-bottom-right > img {
    max-width: 270px;
  }
}

@media (max-width: 880px) {
  .img-top-left > img {
    width: clamp(10rem, 31vw, 31rem);
  }

  .img-top-right > img {
    width: clamp(8rem, 25vw, 23rem);
  }

  .img-bottom-left > img {
    width: clamp(8rem, 28vw, 27rem);
  }

  .img-bottom-right > img {
    width: clamp(8.5rem, 30vw, 26rem);
  }
}

@media (max-width: 650px) {
  .img-bottom-right {
    right: -80px;
    bottom: -100px;
  }
}

@media (max-width: 757px) {
  .main_block {
    padding-top: 150px;
  }

  .main_block__logo img {
    z-index: 0;
  }

  .img-top-left {
    top: -80px;
    left: -65px;
  }

  .img-top-right {
    top: -80px;
    right: -50px;
  }

  .img-bottom-left {
    left: -30px;
    bottom: -38%;
  }

  .main-btn-scroll-down {
    display: none;
  }
}

@media (max-width: 575px) {
  .main_block {
    padding-top: 130px;
    padding-bottom: 110px;
  }

  .top_main_block {
    width: auto;
  }

  .main_block__slogan img {
    width: 100%;
  }

  .img-top-left {
    left: -10px;
  }

  .img-top-right {
    top: -70px;
    right: -10px;
  }

  .img-bottom-left {
    left: 0;
    bottom: -35%;
  }

  .img-bottom-right {
    right: -20px;
    bottom: -120px;
  }
}

@media (max-width: 480px) {
  .img-top-right {
    right: -15px;
  }

  .img-bottom-left {
    bottom: -75px;
  }

  .img-bottom-right {
    bottom: -100px;
  }
}

@media (max-width: 370px) {
  .img-top-right {
    right: -30px;
  }

  .img-bottom-left {
    left: -20px;
    bottom: -80px;
  }

  .img-bottom-right {
    bottom: -110px;
    right: -40px;
  }
}

@media (min-width: 1800px) {
  .main_block__logo img {
    max-width: 450px;
  }

  .main_block__slogan {
    margin-top: -20px;
  }

  .main_block__slogan img {
    max-width: 900px;
  }

  .img-top-left {
    top: -30px;
    left: -230px;
  }

  .img-top-left > img {
    max-width: 490px;
  }

  .img-top-right {
    top: -80px;
    right: -230px;
  }

  .img-top-right > img {
    max-width: 425px;
  }

  .img-bottom-left {
    left: -140px;
    bottom: -230px;
  }

  .img-bottom-left > img {
    max-width: 410px;
  }

  .img-bottom-right {
    bottom: -210px;
    right: -215px;
  }

  .img-bottom-right > img {
    max-width: 410px;
  }
}

@media (min-width: 1900px)  {
/*  .main_block {
    height: 100vh;
  }*/

  .main_block__logo img {
    max-width: 500px;
  }

  .main_block__slogan img {
    max-width: 1000px;
  }

  .img-top-right {
    top: -60px;
    right: -220px;
  }

  .img-bottom-left {
    left: -110px;
  }

  .img-bottom-right {
    right: -225px;
  }

  .img-bottom-right > img {
    max-width: 440px;
  }
}

/* End */


/* Start:/local/components/hotstuff/brand-media/templates/main_page/style.css?17470395818050*/
.video-block {
	position: relative;
	margin: 110px 0 60px 0;
}

/*.video-block-title {
	text-align: center;
	margin: 40px 0 -40px;
}*/

.video-block .swiper {
	width: 100%;
}

.video-block .swiper-slide {
	display: flex;
	align-items: center;
	background-position: center;
	background-size: contain;
	filter: contrast(0.7);
	width: 1300px;
	height: 756px;
	text-align: center;
}

.video-block .swiper-slide-active {
	transform: none !important;
	filter: contrast(1);
}

.video-block .swiper-slide a[data-fancybox] {
	display: block;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}

.video-block .swiper-slide .video-play-link {
	position: relative;
}

.video-block .swiper-slide .video-play-link:before {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("/local/components/hotstuff/brand-media/templates/main_page/img/play.svg");
	background-position: center;
	background-size: 86px;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 2;
	position: absolute;
}

.video-block .swiper-slide img {
	height: 100%;
	border: 8px solid transparent;
	border-radius: 32px;
	background: var(--background-gradient);
	position: relative;
}

.video-block .swiper-slide iframe {
	width: 100%;
}

.video-block .swiper-slide img {
	max-width: 100%;
	margin: 0 auto;
}

.video-block .swiper-button-prev,
.video-block .swiper-button-next {
	background: none;
	width: 86px;
	height: 86px;
}

.video-block .swiper-button-prev:after,
.video-block .swiper-button-next:after {
	content: "";
	width: 100%;
	height: 100%;
}

.video-block .swiper-button-prev {
	left: 6%;
}

.video-block .swiper-button-prev:after {
	background: url(/local/components/hotstuff/brand-media/templates/main_page/img/button_left.svg) no-repeat center center/contain;
}

.video-block .swiper-button-next {
	right: 6%;
}
.video-block .swiper-button-next:after {
	background: url(/local/components/hotstuff/brand-media/templates/main_page/img/button_right.svg) no-repeat center center/contain;
}

.video-block .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -70px;
}

.video-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: var(--background-popup);
}

.video-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	background: var(--text-white);
}

.fancybox__content {
	padding: 0 !important;
	background: none !important;
}

.fancybox__iframe {
	width: 1280px !important;
	height: 720px !important;
	max-width: 100%;
	max-height: 100%;
}

body.firefox .fancybox__content {
	height: 100% !important;
}

@media (max-width: 1440px) {
	.video-block {
		margin-top: 0;
	}

	.video-block .swiper-slide {
		width: 1000px;
		height: 600px;
	}

	.video-block .swiper-button-prev {
		left: 4%;
	}

	.video-block .swiper-button-next {
		right: 4%;
	}

	.fancybox__iframe {
		width: 960px !important;
		height: 540px !important;
	}
}

@media (max-width: 1200px) {
	.video-block .swiper-slide {
		width: 900px;
		height: 520px;
	}

	.video-block .swiper-button-prev,
	.video-block .swiper-button-next {
		width: 78px;
		height: 78px;
	}

	.video-block .swiper-slide .video-play-link:before {
		background-size: 78px;
	}

	/*.video-block-title img {
		width: 600px;
	}*/

	.video-block .swiper-button-prev {
		left: 3%;
	}

	.video-block .swiper-button-next {
		right: 3%;
	}

	.video-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.video-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 14px;
		height: 14px;
	}

	.fancybox__iframe {
		width: 800px !important;
		height: 450px !important;
	}
}

@media (max-width: 1024px) {
	.video-block {
		margin-top: 60px;
	}

	.video-block .swiper-slide {
		width: 800px;
		height: 430px;
	}

	.video-block .swiper-button-prev {
		left: 7%;
	}

	.video-block .swiper-button-next {
		right: 7%;
	}

	.fancybox__iframe {
		width: 680px !important;
		height: 380px !important;
	}
}

@media (max-width: 991px) {
	.video-block .swiper-slide {
		width: 760px;
		height: 410px;
	}

	/*.video-block-title img {
		width: 500px;
	}
*/
	.video-block .swiper-button-prev,
	.video-block .swiper-button-next {
		width: 72px;
		height: 72px;
	}

	.video-block .swiper-slide .video-play-link:before {
		background-size: 72px;
	}

	.video-block .swiper-slide img {
		border: 4px solid transparent;
	}

	.video-block .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -50px;
	}
}

@media (max-width: 800px) {
	/*.video-block-title {
		margin: 40px 0 -25px;
	}*/

	.video-block .swiper-slide {
		width: 640px;
		height: 345px;
	}

	.video-block .swiper-button-prev {
		left: 5%;
	}

	.video-block .swiper-button-next {
		right: 5%;
	}

	/*.video-block-title img {
		width: 300px;
	}*/

	.video-block .swiper-button-prev,
	.video-block .swiper-button-next {
		width: 64px;
		height: 64px;
	}

	.video-block .swiper-slide .video-play-link:before {
		background-size: 64px;
	}

	.video-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.video-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 12px;
		height: 12px;
	}

	.video-block .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -40px;
	}

	.fancybox__iframe {
		width: 460px !important;
		height: 250px !important;
	}
}

@media (max-width: 768px) {
	/*.video-block-title img {
		width: 240px;
	}*/

	.video-block .swiper-slide {
		width: 620px;
		height: 340px;
	}
}

@media (max-width: 640px) {
	.video-block .swiper-slide {
		width: 496px;
		height: 272px;
	}
}

@media (max-width: 575px) {
	.video-block .swiper {
		padding-top: 10px;
	}

	/*.video-block .video-block-title {
		margin: 20px 0 -30px;
	}*/

	.video-block .swiper-slide {
		width: 400px;
		height: 216px;
	}

	.video-block .swiper-slide img {
		border-radius: 16px;
	}

	.video-block .swiper-button-prev {
		left: 11%;
	}

	.video-block .swiper-button-next {
		right: 11%;
	}

	.video-block .swiper-button-prev,
	.video-block .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.video-block .swiper-slide .video-play-link:before {
		background-size: 40px;
	}

	/*.video-block-title img {
		width: 240px;
	}*/

	.video-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	.video-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 8px;
		height: 8px;
	}

	.fancybox__iframe {
		width: 328px !important;
		height: 180px !important;
	}
}

@media (max-width: 420px) {
	.video-block {
		margin-top: 0;
	}

	.video-block .swiper-slide {
		width: 300px;
		height: 166px;
	}

	.video-block .swiper-button-prev {
		left: 9%;
	}

	.video-block .swiper-button-next {
		right: 9%;
	}
}

@media (max-width: 375px) {
	.video-block .swiper {
		padding-top: 10px;
	}

	/*.video-block .video-block-title {
		margin: 20px 0 -30px;
	}*/

	.video-block .swiper-slide {
		width: 320px;
		height: 170px;
	}

	.video-block .swiper-button-prev {
		left: 3%;
	}

	.video-block .swiper-button-next {
		right: 3%;
	}

	.video-block .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -30px;
	}
}

@media (max-width: 320px) {
	.video-block .swiper-slide {
		width: 280px;
		height: 150px;
	}
}

/* End */


/* Start:/local/components/hotstuff/info-texts/templates/brand/style.css?17470395803189*/
.section-brand-main-info {
  overflow: hidden;
  padding-top: 230px;
  padding-bottom: 30px;
}

.row-brand-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-main-info {
  width: 40%;
  position: relative;
  top: -65px;
}

.brand-main-title {
  position: relative;
  left: -100px;
  margin-bottom: 50px;
}

.brand-main-title > img {
  max-width: 740px;
  width: 100%;
}

.brand-main-text {
  color: var(--text-color);
  font-family: Mulish;
  font-size: 24px;
  line-height: 36px;
  padding-right: 10px;
  margin-bottom: 65px;
}

.brand-main-btn img {
  max-width: 360px;
  width: 100%;
}

.brand-main-banner {
  width: 60%;
  position: relative;
  margin-top: -200px;
  padding-bottom: 85px;
}

.brand-main-bgr {
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  right: -50px;
}

.brand-main-img {
  position: relative;
  right: -120px;
}

.brand-main-img > img {
  max-width: 800px;
  width: 100%;
}

@media (max-width: 1600px) {
  .brand-main-text > br {
    display: none;
  }
}

@media (max-width: 1500px) {
  .brand-main-bgr {
    background-position: top;
  }

  .brand-main-img {
    right: -60px;
  }
}

@media (max-width: 1400px) {
  .brand-main-banner {
    margin-top: -100px;
  }
}

@media (max-width: 1200px) {
  .section-brand-main-info {
    padding-top: 150px;
  }

  .brand-main-title {
    left: -50px;
    margin-bottom: 40px;
  }

  .brand-main-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .brand-main-btn img {
    max-width: 300px;
  }

  .brand-main-banner {
    margin-top: -100px;
  }

  .brand-main-bgr {
    right: -60px;
    top: 0;
  }

  .brand-main-img {
    right: -60px;
  }
}

@media (max-width: 991px) {
  .brand-main-info,
  .brand-main-banner {
    width: 100%;
  }

  .brand-main-title {
    left: -30px;
    margin-bottom: 30px;
  }

  .brand-main-title > img {
    max-width: 500px;
    width: 100%;
  }

  .brand-main-text {
    margin-bottom: 30px;
  }

  .brand-main-btn img {
    max-width: 280px;
  }

  .brand-main-banner {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .brand-main-bgr {
    right: 0;
  }

  .brand-main-img {
    right: 0;
  }
}

@media (max-width: 757px) {
  .section-brand-main-info {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .brand-main-title {
    margin-bottom: 25px;
  }

  .brand-main-title > img {
    max-width: 350px;
  }

  .brand-main-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
  }

  .brand-main-btn img {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .brand-main-title {
    left: -15px;
  }

  .brand-main-title > img {
    max-width: 250px;
  }

  .brand-main-btn img {
    max-width: 200px;
  }
}

@media (min-width: 1900px) {
  .brand-main-img > img {
    max-width: 880px;
  }
}

/* End */


/* Start:/local/templates/hot_staff/components/bitrix/news.list/products/style.css?17652632327166*/
.products-block {
	position: relative;
	padding: 20px 0;
}

.products-block-title {
	text-align: center;
	margin: 50px 0;
}

.products-block-title-small {
	display: none;
}

.products-block-title img {
	max-width: 1600px;
	width: 100%;
}

.products-block-items .item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.products-block-items .item-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 300px;
}

.products-block-items .item-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("/local/templates/hot_staff/components/bitrix/news.list/products/img/Rectangle_img.svg") no-repeat center center/contain;
	z-index: 0;
}

.products-block-items .item:nth-child(2) .item-img:before,
.products-block-items .item:nth-child(4) .item-img:before {
	transform: rotateY(180deg);
}

.products-block-items .item-img img {
	max-width: 150px;
	position: relative;
	z-index: 1;
}

.products-block-items .item-title {
	background: url("/local/templates/hot_staff/components/bitrix/news.list/products/img/Rectangle_title.svg") no-repeat center top/100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 280px;
	height: 140px;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}

.item-title .text-title {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: var(--background-gradient);
	font-size: 30px;
	line-height: 28px;
	font-family: Gilroy;
	min-height: 90px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

a.item-title,
a.item-img {
	text-decoration: none;
}

.products-swiper-pagination {
	display: none;
}

.blur-item .item-img {
	opacity: 0.5;
}

.blur-item .item-title {
	opacity: 0.5;
}

.blur-item .disable img {
	opacity: 1;
}

.products-block .disable {
	position: absolute;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.products-block .disable img {
	width: 60%;
	margin-top: 40%;
}

@media (max-width: 1600px) {
	.products-block-items .item-img {
		width: 310px;
		height: 365px;
	}

/*	.products-block-items .item-img img {
		width: 60%;
	}*/

	.products-block-items .item-title {
		width: 315px;
		height: 111px;
	}

	.item-title .text-title {
		font-size: 36px;
		line-height: 36px;
	}

	.products-block .disable img {
		margin-top: 50%;
	}

	.products-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: var(--background-popup);
	}

	.products-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 12px;
		height: 12px;
		background: var(--text-white);
	}

	.products-swiper-pagination {
		display: block;
		text-align: center;
		padding-top: 20px;
	}
}

@media (max-width: 1440px) {
	.products-block-items .item-img {
		width: 280px;
		height: 330px;
	}

	.products-block-items .item-title {
		width: 280px;
		height: 95px;
	}

	.item-title .text-title {
		font-size: 34px;
		line-height: 34px;
	}
}

@media (max-width: 1300px) {
	.products-block-items .item-img {
		width: 260px;
		height: 308px;
	}

	.products-block-items .item-title {
		width: 260px;
		height: 88px;
	}

	.item-title .text-title {
		font-size: 32px;
		line-height: 32px;
	}
}

@media (max-width: 1200px) {
	.products-block-items .item-img {
		width: 224px;
		height: 261px;
	}

	.products-block-items .item-img img {
		width: 47%;
	}

	.products-block-items .item-title {
		width: 225px;
		height: 79px;
	}

	.item-title .text-title {
		font-size: 26px;
		line-height: 26px;
	}
}

@media (max-width: 1024px) {
	.products-block {
		padding: 10px 0;
	}

	.products-block-items .item-img {
		width: 205px;
		height: 240px;
	}

	.products-block-items .item-img img {
		width: 45%;
	}

	.products-block-items .item-title {
		width: 215px;
		height: 72px;
	}

	.item-title .text-title {
		font-size: 24px;
		line-height: 24px;
	}
}

@media (max-width: 991px) {
	.products-block-title {
		margin: 35px 0;
	}

	.products-block-items .item-img {
		width: 287px;
		height: 336px;
	}

	.products-block-items .item-img img {
		width: 60%;
	}

	.products-block-items .item-title {
		width: 301px;
		height: 100px;
	}

	.item-title .text-title {
		font-size: 30px;
		line-height: 30px;
	}

/*	.products-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: var(--background-popup);
	}

	.products-block .swiper-pagination-bullets.swiper-pagination-horizontal  .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 12px;
		height: 12px;
		background: var(--text-white);
	}

	.products-swiper-pagination {
		display: block;
		text-align: center;
		padding-top: 20px;
	}*/

	.products-block .disable img {
		width: 50%;
		margin-top: 34%;
	}
}

@media (max-width: 768px) {
	.products-block {
		padding: 0;
	}

	.products-block-title {
		display: none;
	}

	.products-block-title-small {
		display: block;
		text-align: center;
		margin: 30px 0;
	}

	.products-block-title-small img {
		width: 100%;
	}

	.products-block-items .item-img {
		width: 222px;
		height: 260px;
	}

	.products-block-items .item-img img {
		width: 140px;
	}

	.products-block-items .item-title {
		width: 234px;
		height: 78px;
	}

	.item-title .text-title {
		font-size: 26px;
		line-height: 26px;
	}

}

@media (max-width: 575px) {
	section.section-main-products {
		padding-right: 0 !important;
	}

	.products-block-title-small img {
		width: 90%;
	}

	.products-block-items .item-img {
		width: 100%;
		/*height: 280px;*/
	}

	.products-block-items .item-img img {
		width: 120px;
	}

	.products-block-items .item-title {
		width: 100%;
		padding: 0 10px;
		height: 85px;
	}

	.item-title .text-title {
		font-size: 22px;
		line-height: 22px;

	}

	.products-swiper-pagination {
		display: none;
	}

	.products-block .swiper-slide {
		width: 60%;
	}
}

@media (max-width: 375px) {
	.products-block-title-small {
		margin: 20px 0;
	}

	.products-block-items .item-title {
		height: 84px;
	}

	.products-block .swiper-slide {
		width: 80%;
	}
}

@media (max-width: 320px) {
	.products-block-items .item-img {
		height: 232px;
	}

	.products-block-items .item-title {
		height: 70px;
	}
}


@media (min-width: 1800px) {
	.products-block-items .item-img {
		width: 300px;
		height: 350px;
	}

	.products-block-items .item-img img {
		max-width: 230px;
	}

	.products-block-items .item-title {
		width: 300px;
	}

	.item-title .text-title {
		font-size: 38px;
		line-height: 36px;
	}
}

/* End */


/* Start:/local/templates/hot_staff/components/bitrix/news.list/media/style.css?17470395802919*/
a {
	text-decoration: none;
}

.media-block-wrapper {
	position: relative;
	padding: 20px 0;
}

.media-block {
	position: relative;
	margin-top: 20px;

}

.media-block-title {
	text-align: center;
	padding: 20px 60px;
}

.media-block-title img {
	width: 100%;
	height: 156px;
}

.media-block-icons {
	display: flex;
	text-align: center;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
	margin-top: 40px;
	position: relative;
	z-index: 2;
}

.media-block-icons img {
	width: 80px;
	height: 80px;
}

.icons-disable {
	opacity: 0.5;
}

.media-block:after,
.media-block:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.media-block:after {
	background-image: url(/local/templates/hot_staff/components/bitrix/news.list/media/img/pelm.png);
	background-repeat: no-repeat;
	background-position: 3% 45%;
	background-size: 218px;
}

.media-block:before {
	background-image: url(/local/templates/hot_staff/components/bitrix/news.list/media/img/chebur2.png);
	background-repeat: no-repeat;
	background-position: 10% 75%;
	background-size: 235px;
	transform: rotate(180deg);
}

.media-block .media-block-logo {
	text-align: center;
	margin: 48px 0;
}

@media (max-width: 1440px) {
	.media-block:after {
		background-position: 0 40%;
	}
}

@media (max-width: 1200px) {
	.media-block:before {
		background-size: 190px;
	}

	.media-block:after {
		background-position: 0 40%;
		background-size: 170px;
	}

	.media-block-list-logo img {
		width: 72px;
		height: 72px;
	}
}

@media (max-width: 1024px) {
	.media-block:before {
		background-size: 165px;
	}

	.media-block:after {
		background-size: 160px;
	}

	.media-block .media-block-logo {
		margin: 20px 0;
	}
}

@media (max-width: 991px) {
	.media-block-title img {
		width: 100%;
		height: 120px;
	}
}

@media (max-width: 800px) {
	.media-block:before {
		background-size: 145px;
	}

	.media-block:after {
		background-size: 140px;
	}

	.media-block-list-logo img {
		width: 52px;
		height: 52px;
	}

	.media-block-icons img {
		width: 64px;
		height: 64px;
	}
}

@media (max-width: 768px) {
	.media-block:before,
	.media-block:after {
		background: none;
	}
}

@media (max-width: 575px) {
	.media-block-title img {
		height: 100%;
	}

	.media-block .media-block-logo {
		margin-top: 35px;
	}

	.media-block-logo img {
		width: 200px;
	}

	.media-block-icons {
		margin-top: 25px;
	}

	.media-block-icons img {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 375px) {
	.media-block {
		padding: 0;
	}

	.media-block-title {
		padding: 10px 60px;
	}

	.media-block .media-block-logo {
		margin: 5px 0;
	}

	.media-block-icons img {
		width: 40px;
		height: 40px;
	}

	.media-block-icons {
		margin-top: 15px;
	}
}

/* End */
/* /local/templates/hot_staff/components/bitrix/news.list/main_page/style.css?17470395806139 */
/* /local/components/hotstuff/brand-media/templates/main_page/style.css?17470395818050 */
/* /local/components/hotstuff/info-texts/templates/brand/style.css?17470395803189 */
/* /local/templates/hot_staff/components/bitrix/news.list/products/style.css?17652632327166 */
/* /local/templates/hot_staff/components/bitrix/news.list/media/style.css?17470395802919 */
