

/* Start:/bitrix/templates/eraliquids/assets/css/mainpage.css?17458534893111*/
@media screen and (max-width: 576px) {
  body main {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 576px) {
  .production-sections .container-1410__offset {
    max-width: 100%;
    padding: 0;
  }
}

/* О компании */
.about-company__inner-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;

  width: 100%;
}
@media screen and (max-width: 992px) {
  .about-company__inner-wrapper {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}

.about-company__left {
  margin-right: 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .about-company__left {
    flex-shrink: unset;
  }
}
@media screen and (max-width: 992px) {
  .about-company__left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .about-company__left {
    margin-bottom: 0;
  }
}

.about-company__description {
  max-width: 470px;

  margin: 30px 0 0 0;
}
@media screen and (max-width: 992px) {
  .about-company__description {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .about-company__description {
    margin: 20px 0 0;
  }
}

.about-company__buttons {
  margin-top: 50px;

  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 576px) {
  .about-company__buttons {
    margin-top: 40px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 11px;
  }

  .about-company__buttons button,
  .about-company__buttons a {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .about-company__right {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 576px) {
  .about-company__right {
    display: none;
  }
}

/* Преимущества */
.advantages {
  position: relative;

  padding: 82px 0 !important;
}
@media screen and (max-width: 576px) {
  .advantages {
    padding: 40px 0 350px !important;
    background-color: var(--mm-black-color);

    overflow: hidden;
  }
}
@media screen and (max-width: 410px) {
  .advantages {
    padding: 40px 0 300px !important;
  }
}
@media screen and (max-width: 350px) {
  .advantages {
    padding: 40px 0 270px !important;
  }
}

.advantages::before {
  content: '';

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-color: var(--mm-grey-color);
  z-index: -1;
}

.advantages .logo-in-circles-animated {
  display: none;
  margin: 50px auto 0;

  width: 100%;
  max-width: 450px;
  max-height: 450px;
  aspect-ratio: 1;

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .advantages .logo-in-circles-animated {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .advantages .logo-in-circles-animated .big-out-round {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1;
  }
}
/** H1 home **/
.about-company__description h1 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 150%;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/mainpage-production-slider/style.css?17635436455710*/
.swiper.mainpage-production-slider {
  width: 100%;
}
#bx_651765591_263 .production-slide__name {
  color: #1d1d1b;
}


.mainpage-production-slider__wrapper {
  background-image: radial-gradient(
    46.9% 100.05% at 63.13% 57.94%,
    #252525 0%,
    #000000 100%
  );

  display: flex;
  align-items: center;
}

.mainpage-production-slider .swiper-wrapper {
  align-items: stretch;
}

.mainpage-production-slider__slide {
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.mainpage-production-slider__slide.parallax {
  padding: 34px 0 24px;
}
.mainpage-production-slider__slide.video {
  padding: 70px 0;

  min-height: 700px;
}
@media screen and (max-width: 1200px) {
  .mainpage-production-slider__slide.parallax {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 576px) {
  .mainpage-production-slider__slide.video {
    min-height: 400px;
  }
}

.production-slide__inner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  z-index: -1;
  transform: translateY(-50%) translateX(-50%);

  background-image: var(--image-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.production-slide__video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.production-slide__video-wrapper::before {
  content: "";

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.production-slide__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainpage-production-slider__slide .container-1320 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .mainpage-production-slider__slide .container-1320 {
    flex-flow: column-reverse nowrap;
    align-items: center;
    justify-content: flex-start;
  }
}

.production-slide__left {
  margin-right: 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .production-slide__left {
    margin-right: 0;
    flex-shrink: unset;
  }
}

.production-slide__name {
  font-family: var(--heading-text-font-name), var(--text-font-name), sans-serif;

  position: relative;
  z-index: 2;

  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;

  color: var(--mm-white-color);
}
.mainpage-production-slider__slide.parallax .production-slide__name {
  margin-top: 120px;
  max-width: 605px;
}
@media screen and (max-width: 1200px) {
  .mainpage-production-slider__slide.parallax .production-slide__name {
    margin-top: 0;

    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1200px) {
  .mainpage-production-slider__slide.parallax .production-slide__name {
    max-width: 100%;
  }
}

.mainpage-production-slider__slide.video .production-slide__name {
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .mainpage-production-slider__slide.parallax .production-slide__name,
  .mainpage-production-slider__slide.video .production-slide__name {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .mainpage-production-slider__slide.parallax .production-slide__name,
  .mainpage-production-slider__slide.video .production-slide__name {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 380px) {
  .mainpage-production-slider__slide.parallax .production-slide__name,
  .mainpage-production-slider__slide.video .production-slide__name {
    font-size: 30px;
    line-height: 32px;
  }
}

.production-slide__description {
  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;

  color: var(--mm-white-color);

  margin: 20px 0 0 0;

  max-width: 588px;
}
@media screen and (max-width: 576px) {
  .production-slide__description {
    text-align: center;

    font-size: 16px;
    line-height: 19px;

    margin: 10px 0 0;
  }
}

.production-slide__button {
  margin: 50px 0 0 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .production-slide__button {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .production-slide__button {
    margin: 30px auto 0;
    width: 100%;
    max-width: 100%;
  }
}

.production-slide__right {
  max-width: 609px;
  max-height: 732px;

  position: relative;

  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .production-slide__right {
    margin-bottom: 20px;

    animation: mobileAnimation ease-in-out 4s infinite;
  }
}
@keyframes mobileAnimation {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(6%);
  }
  66% {
    transform: translateY(-6%);
  }
  100% {
    transform: translateY(0);
  }
}

.production-slide__right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.production-slide__parallax-front-image {
  position: relative;
  z-index: 2;

  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .production-slide__parallax-front-image {
    /*max-width: 360px;*/
    /*max-height: 420px;*/

    max-width: 420px;
    max-height: 420px;
  }
}
@media screen and (max-width: 380px) {
  .production-slide__parallax-front-image {
    max-width: 340px;
    max-height: 340px;
  }
}

.production-slide__parallax-back-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5); 
}

@media screen and (max-width: 768px) {
  .production-slide__parallax-front-image {
    transform: translate(0, 0) !important;
  }

  .production-slide__parallax-back-image {
    transform: translate(-50%, -50%) scale(1.5) !important;
  }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/mainpage-production-sections/style.css?16817314593730*/
/** slider **/
.mainpage-production-slider__slide.parallax {
  height: 75vh;
}
.production-slide__right img {
  width: 70%;
  height: 70%;
  margin: auto;
}

#bx_651765591_5 .production-slide__name {
  color: #1d1d1b;
}
#bx_651765591_5 .production-slide__button {
  border: 1px solid #911914;
  background-color: #911914;
  color: #ffffff;
}
#bx_651765591_5 button.accent:hover {
  border: 1px solid #911914;
  color: #911914;
  background: none;
}



/* CUSTOM */
.sections-title-wrapper
{
	width: 100%;
}

@media screen and (max-width: 576px)
{
	.sections-title-wrapper .heading
	{
		padding: 0 15px;
	}
}

.mainpage-production-sections-tile
{
	margin-top: 50px;

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	align-items: stretch;
}
@media screen and (max-width: 768px)
{
	.mainpage-production-sections-tile
	{
		margin-top: 30px;
	}
}
@media screen and (max-width: 576px) {
	.mainpage-production-sections-tile
	{
		grid-gap: 6px;
	}
}

.mainpage-production-sections__tile-item
{
	position: relative;

	overflow: hidden;
	border-radius: 2px;
}
@media screen and (max-width: 576px)
{
	.mainpage-production-sections__tile-item
	{
		background-color: var(--mm-black-color);
	}
}

.tile-item__preview-picture-wrapper
{
	background-color: var(--mm-black-color);
	background-image: url("/upload/images/item-BG1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 576px)
{
	.tile-item__preview-picture-wrapper
	{
		background-image: none;
		background-color: transparent;
		/*padding: 10px 10px 0 10px;*/
	}
}

.tile-item__preview-picture-wrapper img
{
	width: 100%;
	max-height: 500px;

	/*object-fit: cover;*/
	object-fit: contain;

	margin: 0 auto;
}
@media screen and (max-width: 1200px)
{
	.tile-item__preview-picture-wrapper img
	{
		max-height: 380px;
	}
}
@media screen and (max-width: 576px)
{
	.tile-item__preview-picture-wrapper img
	{
		min-height: 227px;
		object-fit: contain;
		padding: 0 15px;
	}
}

.tile-item__logotype-wrapper
{
	--logotype-up-transition-duration: 0.5s;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background-color: #323232;
	z-index: 2;

	display: none;
	align-items: center;
	justify-content: center;

	padding: 0 20px;

	transform: translateX(-100%);

	transition: transform var(--logotype-up-transition-duration);
}
.tile-item__logotype-wrapper.logo-in
{
	display: flex;
}

@media screen and (max-width: 576px)
{
	.tile-item__logotype-wrapper
	{
		position: static;
		left: unset;
		top: unset;
		width: 100%;
		height: auto;

		transform: translateX(0);

		background-color: transparent;

		justify-content: space-between;
		align-items: flex-end;

		padding: 0 0 0 15px;
	}
}

@media screen and (min-width: 577px)
{
	.mainpage-production-sections__tile-item:nth-child(even) .tile-item__logotype-wrapper.logo-in
	{
		transform: translateX(100%);
	}

	.mainpage-production-sections__tile-item:hover .tile-item__logotype-wrapper.logo-in
	{
		transform: translateX(0);
	}
}

.tile-item__logotype-wrapper img
{
	width: 100%;
	height: 100%;
	max-width: 320px;
	max-height: 202px;

	object-fit: contain;
}
@media screen and (max-width: 576px)
{
	.tile-item__logotype-wrapper img
	{
		max-width: 82px;
		max-height: 51px;
		margin-bottom: 8px;
	}
}

.tile-item__detail-btn
{
	display: none;

	width: 35px;
	height: 35px;
	max-width: 35px;
	max-height: 35px;

	padding: 0;

	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 576px)
{
	.tile-item__detail-btn
	{
		display: flex;
	}
}
.tile-item__detail-btn svg
{
	display: block;
	max-width: 12px;

	transform: rotate(180deg);
}

.tile-item__detail-btn svg path
{
	fill: var(--mm-black-color);
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/mainpage-advantages/style.css?17458532301188*/
.advantages-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;

  gap: 21px;
}
@media screen and (max-width: 992px) {
  .advantages-list {
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
  }
}

.advantage-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .advantage-item {
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .advantage-item {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}

.advantage-item__preview-picture {
  width: 100px;
  height: 100px;

  object-fit: contain;

  margin-right: 14px;
}
@media screen and (max-width: 576px) {
  .advantage-item__preview-picture {
    margin-right: 0;
    margin-bottom: 14px;
  }
}

.advantage-item__name {
  margin: 0 0 7px;
}
@media screen and (max-width: 576px) {
  .advantage-item__name {
    margin: 0 auto 8px;
    text-align: center;

    max-width: 450px;
  }
}

.advantage-item__text {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .advantage-item__text {
    text-align: center;
    max-width: 450px;
  }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/mainpgage-clients-slider/style.css?16806857382459*/
.clients-mainpage-slider-wrapper {
  width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 992px) {
  .clients-mainpage-slider-wrapper {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 576px) {
  .clients-mainpage-slider-wrapper {
    max-width: 100%;
  }
}

.clients-mainpage-slide__mobile-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .clients-mainpage-slide__mobile-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .clients-mainpage-slide__mobile-wrapper {
    position: relative;
    overflow: visible;
  }
}

.clients-mainpage-slider {
  align-items: center;
}

.client-slide {
  height: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 2px;
  overflow: hidden;

  cursor: pointer;

  text-decoration: none;
}

.client-slide img {
  max-height: 180px;
  max-width: 315px;

  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  object-fit: contain;
  aspect-ratio: 1;
}
@media screen and (max-width: 576px) {
  .client-slide img {
    max-height: 100px;
  }
}

.clients-slider__slider-buttons--mobile {
  position: absolute;
  pointer-events: none;

  z-index: 2;

  width: 100%;

  display: none;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;

  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .clients-slider__slider-buttons--mobile {
    display: flex;
  }
}

.clients-slider__slider-buttons--mobile button {
  pointer-events: all;
}
.clients-slider__slider-buttons--mobile .swiper-button-prev {
  transform: translateX(-15px);
}
.clients-slider__slider-buttons--mobile .swiper-button-next {
  transform: translateX(15px);
}

.clients-slider__under {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;

  margin-top: 40px;
}

.clients-slider__slider-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  gap: 50px;
}
@media screen and (max-width: 576px) {
  .clients-slider__slider-buttons {
    display: none;
  }
}

@media screen and (min-width: 993px) {
  .clients-slider__under
    .clients-slider__slider-buttons
    .swiper-button-disabled {
    display: none;
  }
}

.clients-slider__under a {
  max-width: max-content;
}
@media screen and (max-width: 576px) {
  .clients-slider__under a {
    max-width: 100%;
    width: 100%;
  }
}

/* End */
/* /bitrix/templates/eraliquids/assets/css/mainpage.css?17458534893111 */
/* /bitrix/templates/.default/components/bitrix/news.list/mainpage-production-slider/style.css?17635436455710 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/mainpage-production-sections/style.css?16817314593730 */
/* /bitrix/templates/.default/components/bitrix/news.list/mainpage-advantages/style.css?17458532301188 */
/* /bitrix/templates/.default/components/bitrix/news.list/mainpgage-clients-slider/style.css?16806857382459 */
