

/* Start:/bitrix/templates/eraliquids/assets/css/header.css?16668660976279*/
#page-header
{
    background-color: var(--mm-black-color);

    position: sticky;
    top: 0;
    z-index: 5;
}
@media screen and (max-width: 576px)
{
    #page-header
    {
        padding: 18px 15px;
    }
}

.header__top
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 992px)
{
    .header__top
    {
        padding-top: 24px;
    }
}
@media screen and (max-width: 576px)
{
    .header__top
    {
        padding: 0;
    }
}

.header__bottom
{
    display: none;

    margin: 30px 0 0;
    padding-bottom: 20px;
}
@media screen and (max-width: 992px)
{
    .header__bottom
    {
        display: block;
    }
}
@media screen and (max-width: 576px)
{
    .header__bottom
    {
        display: none;
    }
}

.header__logo
{
    display: block;

    padding: 24px 0 24px 30px;
}
@media screen and (max-width: 992px)
{
    .header__logo
    {
        padding: 0 0 0 30px;
    }
}
@media screen and (max-width: 576px)
{
    .header__logo
    {
        padding: 0;
    }
}

.header__logo img
{
    max-width: 72px;
    max-height: 41px;

    object-fit: contain;
}
@media screen and (max-width: 576px)
{
    .header__logo img
    {
        max-width: 60px;
        max-height: 33px;
    }
}

.header__right
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;

    align-self: stretch;
}

@media screen and (max-width: 576px)
{
    .header__right
    {
        display: none;
    }
}

.header__right > div[id^="comp"]
{
    align-self: center;
}

.header__phone
{
    position: relative;
    z-index: 1;

    padding: 24px 43px 24px 35px;

    display: flex;
    align-items: center;

    margin-left: 58px;
}
@media screen and (max-width: 1400px)
{
    .header__phone
    {
        margin-left: 30px;
    }
}
@media screen and (max-width: 1110px)
{
    .header__phone
    {
        margin-left: 15px;
        padding: 24px 15px;
    }
}
@media screen and (max-width: 992px)
{
    .header__phone
    {
        padding: 0 30px 0 0;
    }
}

/* Comment here because display: hidden on parent block in header.css */
/*@media screen and (max-width: 576px)*/
/*{*/
/*    .header__phone*/
/*    {*/
/*        display: none;*/
/*        padding: 0;*/
/*    }*/
/*}*/

.header__phone::before
{
    content: "";
    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background-color: var(--mm-grey-color);
    z-index: -1;
}
@media screen and (max-width: 992px)
{
    .header__phone::before
    {
        display: none;
    }
}

.header__phone a
{
    position: relative;

    padding-left: calc(17px + 12px);

    font-family: var(--heading-text-font-name), var(--text-font-name), sans-serif;

    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;

    text-transform: uppercase;

    color: var(--mm-white-color);

}
.header__phone a::before
{
    content: "";

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 17px;
    height: 17px;

    background-image: url("/upload/icons/phone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#mobile-menu-button
{
    width: 30px;
    height: 20px;

    background-color: transparent;
    padding: 0;

    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-end;

    max-width: 30px;

    display: none;
}
@media screen and (max-width: 576px) {
    #mobile-menu-button
    {
        display: flex;
    }
}

#mobile-menu-button::before
{
    display: none;
}

#mobile-menu-button span
{
    display: block;
    width: 100%;

    height: 2px;
    background-color: var(--mm-white-color);

    transition: opacity .3s, transform .3s;
}

#mobile-menu-button span:nth-child(2)
{
    max-width: 18px;
}
#mobile-menu-button span:last-child
{
    max-width: 10px;

    transition: max-width .3s;
}

#mobile-menu-button.opened
{
    position: relative;
}

#mobile-menu-button.opened span:nth-child(2)
{
    opacity: 0;
}
#mobile-menu-button.opened span:last-child
{
    max-width: 100%;
}

#mobile-menu-button.opened span:first-child,
#mobile-menu-button.opened span:last-child
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
#mobile-menu-button.opened span:last-child
{
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-menu__mobile
{
    position: fixed;
    z-index: 5;
    top: 69px;
    right: 0;

    transform: translateX(100vw);

    min-height: calc(100vh - 69px);
    max-height: calc(100vh - 69px);
    overflow: auto;

    width: 100%;

    pointer-events: none;

    padding: 15px;

    background-color: var(--mm-black-color);

    transition: transform .5s;
}

@media screen and (max-width: 576px)
{
    .header-menu__mobile.showed
    {
        transform: translateX(0);
        pointer-events: all;
    }
}

.header-menu__mobile-phone
{
    margin-top: 70px;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 17px 20px;
    border: 1px solid var(--mm-accent-color);
}

.header-menu__mobile-phone a
{
    position: relative;

    padding-left: calc(17px + 8px);

    font-family: var(--heading-text-font-name), var(--text-font-name), var(--ui-font-family-open-sans), sans-serif;

    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;

    text-transform: uppercase;

    color: var(--mm-white-color);

}
.header-menu__mobile-phone a::before
{
    content: "";

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 17px;
    height: 17px;

    background-image: url("/upload/icons/phone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* End */


/* Start:/bitrix/templates/eraliquids/assets/css/footer.css?16713783415546*/
.footer__up
{
    background-color: var(--mm-black-color);

    padding: 48px 0 37px;
}

.footer-up__inner
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 992px)
{
    .footer-up__inner
    {
        display: grid;
        grid-template-areas: "left right"
                            "center center";
        align-items: start;
        justify-content: start;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
}
@media screen and (max-width: 576px)
{
    .footer-up__inner
    {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;

        grid-gap: unset;
        gap: unset;
    }
}

.footer-up__left
{
    margin-right: 30px;
    grid-area: left;
}
@media screen and (max-width: 992px)
{
    .footer-up__left
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 576px)
{
    .footer-up__left
    {
        order: 1;
        width: 100%;

        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start;

        margin-bottom: 48px;

        gap: 15px 35px;
    }
}
@media screen and (max-width: 350px)
{
    .footer-up__left
    {
        flex-flow: row wrap;
    }
}

.footer-logo
{
    display: flex;
    align-items: center;
    flex-shrink: 0;

    max-width: max-content;
}

.footer-logo img
{
    width: 100%;
    height: 100%;

    max-width: 114px;
    max-height: 63px;

    object-fit: contain;
}
@media screen and (max-width: 450px)
{
    .footer-logo img
    {
        max-width: 97px;
        max-height: 53px;
    }
}

.footer-up__description
{
    margin: 40px 0 0 0;

    max-width: 240px;
}
@media screen and (max-width: 576px)
{
    .footer-up__description
    {
        width: 100%;
        margin: 0;
        max-width: 220px;
    }
}
@media screen and (max-width: 350px)
{
    .footer-up__description
    {
        max-width: 100%;
    }
}

.footer-up__description p,
.footer-up__description p *
{
    margin: 0;

    font-family: var(--text-font-name);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    color: var(--mm-grey-3-color);
}

.footer-up__center
{
    grid-area: center;
}
@media screen and (max-width: 576px)
{
    .footer-up__center {
        order: 3;

        margin-top: 50px;
    }
}

.footer-up__right
{
    margin-left: 30px;
    grid-area: right;
}
@media screen and (max-width: 992px)
{
    .footer-up__right
    {
        margin-left: auto;

        max-width: max-content;
    }
}
@media screen and (max-width: 576px)
{
    .footer-up__right
    {
        order: 2;
        width: 100%;
        max-width: 100%;
        margin-left: 0;

        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;

        gap: 10px;
    }
}

@media screen and (max-width: 576px)
{
    .footer-right__up
    {
        width: 100%;

        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;

        gap: 10px;
    }
}

.footer__phone
{
    margin-bottom: 30px;
}
@media screen and (max-width: 576px)
{
    .footer__phone
    {
        margin-bottom: 0;
    }
}

.footer__phone a
{
    position: relative;

    padding-left: calc(17px + 12px);

    font-family: var(--heading-text-font-name), var(--text-font-name), sans-serif;

    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;

    text-transform: uppercase;

    color: var(--mm-white-color);

}
.footer__phone a::before
{
    content: "";

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 17px;
    height: 17px;

    background-image: url("/upload/icons/phone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__callback-btn
{
    margin-top: 36px;
    z-index: 2;
}
@media screen and (max-width: 576px)
{
    button.footer__callback-btn
    {
        margin-top: 48px;
        max-width: 100%;
        width: 100%;
    }
}

.footer__bottom
{
    padding: 22px 0;
    background-color: var(--mm-grey-2-color);
}

.footer-bottom__inner
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
}
@media screen and (max-width: 450px)
{
    .footer-bottom__inner
    {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
    }
}

.footer__policy,
.mm-copyright,
.mm-copyright a
{
    font-family: var(--text-font-name), sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;

    text-decoration: none;

    color: #5C5C5C;

    margin: 0;

    transition: color .4s;
}
@media screen and (hover: hover)
{
    .footer__policy:hover
    {
        color: #fff;
    }

    .mm-copyright a:hover
    {
        color: #fff;
        /*color: #02FAC8;*/
    }
}

/*.mm-copyright a*/
/*{*/
/*    color: #02FAC8;*/
/*    color: var(--mm-accent-color);*/
/*}*/
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/header-menu/style.css?16756670744629*/
.header-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;

  --link-underline-transtion-duration: 0.4s;
}
@supports (gap: 20px 30px) {
  .header-menu {
    gap: 20px 60px;
  }

  @media screen and (max-width: 1400px) {
    .header-menu {
      gap: 20px 30px;
    }
  }
  @media screen and (max-width: 1110px) {
    .header-menu {
      gap: 20px;
    }
  }
}
@media screen and (max-width: 992px) {
  .header__top .header-menu {
    display: none;
  }

  .header__bottom .header-menu {
    margin: 0 auto;
    max-width: max-content;
  }
}
@media screen and (max-width: 576px) {
  .header-menu__mobile .header-menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.header-menu__link-wrapper {
  position: relative;
}
@supports (not (gap: 20px)) {
  .header-menu__link-wrapper {
    margin-right: 60px;
  }

  @media screen and (max-width: 1400px) {
    .header-menu__link-wrapper {
      margin-right: 30px;
    }
  }
  @media screen and (max-width: 1110px) {
    .header-menu__link-wrapper {
      margin-right: 20px;
    }
  }
  .header-menu .header-menu__link-wrapper:last-child,
  .header-menu__mobile .header-menu__link-wrapper {
    margin-right: 0;
  }
}

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

  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;

  text-transform: uppercase;

  position: relative;
  z-index: 2;

  display: block;
  width: 100%;
  max-width: max-content;

  text-decoration: none;

  /*margin-right: 60px;*/

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

  transition: color var(--link-underline-transtion-duration);
}
@media screen and (max-width: 576px) {
  .header-menu__link {
    font-size: 25px;
    line-height: 25px;
  }
}

.header-menu__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: var(--mm-accent-color);

  transition: width var(--link-underline-transtion-duration);
}

.header-menu__link.selected {
  color: var(--mm-accent-color);
}
.header-menu__link.selected::before {
  width: 100%;
}

@media screen and (hover: hover) {
  .header-menu__link:hover {
    color: var(--mm-accent-color);
  }

  .header-menu__link:hover::before {
    width: 100%;
  }
}

.header-menu__submenu {
  --header-submenu-opacity-transition-duration: 0.4s;

  opacity: 0;

  position: absolute;
  left: 0;
  bottom: -15px;

  transform: translateY(100%);

  background-color: var(--mm-white-color);
  border-radius: 2px;

  padding: 20px 30px 20px 20px;

  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px 0;

  list-style-type: none;

  width: 100vw;
  max-width: 270px;

  pointer-events: none;

  transition: opacity var(--header-submenu-opacity-transition-duration);
}
@media screen and (max-width: 576px) {
  .header-menu__submenu {
    position: static;
    pointer-events: all;
    opacity: 1;
    max-width: unset;
    width: 100%;
    padding: 0;
    background-color: transparent;
    transform: translate(0, 0);
    grid-gap: 20px;
    margin-top: 20px;
    margin-left: 12px;
  }
}

@media screen and (min-width: 577px) {
  .header-menu__link:hover + .header-menu__submenu {
    opacity: 1;
    pointer-events: all;
  }

  .header-menu__submenu:hover {
    opacity: 1;
    pointer-events: all;
  }
}

.header-menu__submenu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;

  width: 100%;
  height: calc(100% + 20px);

  /*background-color: red;*/

  z-index: -2;
}
@media screen and (max-width: 576px) {
  .header-menu__submenu::before {
    display: none;
  }
}

.header-menu__submenu li {
  margin-bottom: 0;
}

.header-menu__submenu li a {
  position: relative;

  font-family: var(--text-font-name), sans-serif;

  color: #646464;
  text-decoration: none;

  transition: color 0.4s;
}
.header-menu__submenu li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;

  background-color: var(--mm-black-color);

  transition: 0.4s;
}
@media screen and (hover: hover) {
  .header-menu__submenu li:hover a {
    color: var(--mm-black-color);
  }
  .header-menu__submenu li:hover a::before {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .header-menu__submenu li a {
    font-family: var(--heading-text-font-name), var(--text-font-name),
      sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--mm-grey-3-color);
  }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/header_socials/style.css?16662742471301*/
.header__socials
{
	align-self: center;

	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;

	max-width: calc(40px * 4 + (20px * 2));
}
@supports (gap: 20px)
{
	.header__socials
	{
		gap: 20px;
	}

	@media screen and (max-width: 1110px)
	{
		.header__socials
		{
			gap: 10px;
		}
	}
}

/* Comment here because display: hidden on parent block in header.css */
/*@media screen and (max-width: 576px)*/
/*{*/
/*	.header__socials*/
/*	{*/
/*		display: none;*/
/*	}*/
/*}*/

.header__socials a
{
	display: block;
	max-width: max-content;

	padding: 7px;

	background: var(--mm-accent-color);

	box-shadow: 0 0 0 rgba(229, 255, 0, 0.6);
	border-radius: 2px;

	color: unset;
	text-decoration: none;

	border: 1px solid var(--mm-accent-color);

	transition: background-color var(--button-color-transition-duration);
}
@supports (not (gap: 20px))
{
	.header__socials a
	{
		margin-right: 20px;
	}
	.header__socials a:last-child
	{
		margin-right: 0;
	}
}

.header__socials a img
{
	width: 26px;
	height: 26px;

	object-fit: contain;

	transition: filter var(--button-color-transition-duration);
}

@media screen and (hover: hover)
{
	.header__socials a:hover
	{
		background-color: var(--mm-black-color);
	}

	.header__socials a:hover img
	{
		filter: invert(100%);
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/mm-breadcrumbs/style.css?16656101871776*/
.mm-breadcrumbs-wrapper
{
	margin: 105px 0 30px;
}
@media screen and (max-width: 992px)
{
	.mm-breadcrumbs-wrapper
	{
		margin: 50px 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.mm-breadcrumbs-wrapper {
		margin: 30px 0;
	}
}
@media screen and (max-width: 576px)
{
	.mm-breadcrumbs-wrapper
	{
		margin: 20px 0 30px;
	}
}

.mm-breadcrumbs
{
	/*display: flex;*/
	/*flex-flow: row wrap;*/
	/*justify-content: flex-start;*/
	/*align-items: flex-start;*/

	/*gap: 7px 0;*/
}

.mm-breadcrumbs .bx-breadcrumb-item
{
	/*display: flex;*/
	/*flex-flow: row nowrap;*/
	/*justify-content: flex-start;*/
	/*align-items: flex-start;*/

	display: inline-flex;
	flex-flow: row nowrap;
}

.mm-breadcrumbs .bx-breadcrumb-item,
.mm-breadcrumbs .bx-breadcrumb-item a
{
	font-family: var(--text-font-name), sans-serif;

	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;

	color: var(--mm-grey-3-color);
	text-decoration: none;
}
.mm-breadcrumbs .bx-breadcrumb-item:last-child
{
	color: var(--mm-white-color);

	display: inline;
}

.mm-breadcrumbs .fa-angle-right
{
	color: var(--mm-grey-3-color);
}

.mm-breadcrumbs .fa-angle-right
{
	/*display: block;*/
	margin: 0 10px;
}

.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/footer-menu/style.css?17635431193170*/
/* .footer-menu {
  display: grid;
  grid-template-columns: 300px 300px;

  gap: 0 30px;

  --link-underline-transtion-duration: 0.4s;
}
@media screen and (max-width: 1200px) {
  .footer-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .footer-menu {
    grid-template-columns: 1fr;
    grid-gap: 20px 0;
  }
}

.footer-menu__left,
.footer-menu__right {
  display: grid;
  grid-gap: 20px;
}

.footer-menu__link {
  text-transform: uppercase;

  text-decoration: none;

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

  max-width: max-content;

  transition: color var(--link-underline-transtion-duration);
}

.footer-menu__link.selected {
  color: var(--mm-accent-color);
}

@media screen and (hover: hover) {
  .footer-menu__link:not(.selected):hover {
    color: var(--mm-accent-color);
  }
}

.h3.footer-menu__children-item {
  color: var(--mm-grey-3-color);
  text-decoration: none;

  max-width: max-content;

  transition: color var(--link-underline-transtion-duration);

  
}

@media screen and (hover: hover) {
  .footer-menu__children-item:hover {
    color: var(--mm-accent-color);
  }
}
 */

/*** NEW ***/
.footer-menu {
  display: grid;
  grid-template-columns: 300px 340px;
  gap: 0 30px;
  --link-underline-transtion-duration: 0.4s;
}

@media screen and (max-width: 1200px) {
  .footer-menu {
    grid-template-columns: 210px 300px;
		gap: 0 15px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-menu {
    grid-template-columns: 150px 300px;
		gap: 0 15px;
  }
}

@media screen and (max-width: 992px) {
  .footer-menu {
    grid-template-columns: 2fr 2fr;
		gap: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu {
    grid-template-columns: 200px 300px;
		gap: 0 15px;
  }
}

@media screen and (max-width: 576px) {
  .footer-menu {
    grid-template-columns: 1fr;
    grid-gap: 20px 0;
  }
}

.footer-menu__left,
.footer-menu__right {
  display: grid;
  grid-gap: 20px;
}

.footer-menu__link {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--mm-white-color);
  max-width: max-content;
  transition: color var(--link-underline-transtion-duration);
}

.footer-menu__link.selected {
  color: var(--mm-accent-color);
}

@media screen and (hover: hover) {
  .footer-menu__link:not(.selected):hover {
    color: var(--mm-accent-color);
  }
}

.h3.footer-menu__children-item {
  color: var(--mm-grey-3-color);
  text-decoration: none;
  max-width: max-content;
  transition: color var(--link-underline-transtion-duration);
}

@media screen and (hover: hover) {
  .footer-menu__children-item:hover {
    color: var(--mm-accent-color);
  }
}

.footer-menu__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  grid-gap: 10px;
  align-items: start;
}

.footer-menu__right > a:not(.footer-menu__children-item) {
  grid-column: span 2;
}


.footer-menu__children-item {
  width: 100%;
  justify-self: start;
}

@media screen and (max-width: 1200px) {
  .footer-menu__right .h3.footer-menu__children-item {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu__right .h3.footer-menu__children-item {
    font-size: 16px;
  }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/footer_socials/style.css?16651952181059*/
.footer__socials
{
	align-self: center;

	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;

	gap: 20px;

	max-width: calc(40px * 4 + (20px * 2));
}
@media screen and (max-width: 576px)
{
	.footer__socials
	{
		gap: 18px;

		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 350px)
{
	.footer__socials
	{
		gap: 14px;
	}
}

.footer__socials a
{
	display: block;
	max-width: max-content;

	padding: 5px;

	background: var(--mm-accent-color);

	box-shadow: 0 0 0 rgba(229, 255, 0, 0.6);
	border-radius: 2px;

	color: unset;
	text-decoration: none;

	border: 1px solid var(--mm-accent-color);

	transition: background-color var(--button-color-transition-duration);
}

.footer__socials a img
{
	width: 18px;
	height: 18px;

	object-fit: contain;

	transition: filter var(--button-color-transition-duration);
}

@media screen and (hover: hover)
{
	.footer__socials a:hover
	{
		background-color: var(--mm-black-color);
	}

	.footer__socials a:hover img
	{
		filter: invert(100%);
	}
}
/* End */


/* Start:/bitrix/templates/eraliquids/template_styles.css?173752956341203*/
/*#panel*/
/*{*/
/*    display: none;*/
/*}*/

@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Thin"), local("BebasNeue-Thin"),
    url("/upload/fonts/bebas-neue/bebasneuethin.woff2") format("woff2"),
    url("/upload/fonts/bebas-neue/bebasneuethin.woff") format("woff"),
    url("/upload/fonts/bebas-neue/bebasneuethin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Light"), local("BebasNeue-Light"),
    url("/upload/fonts/bebas-neue/bebasneuelight.woff2") format("woff2"),
    url("/upload/fonts/bebas-neue/bebasneuelight.woff") format("woff"),
    url("/upload/fonts/bebas-neue/bebasneuelight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Book"), local("BebasNeueBook"),
    url("/upload/fonts/bebas-neue/bebasneuebook.woff2") format("woff2"),
    url("/upload/fonts/bebas-neue/bebasneuebook.woff") format("woff"),
    url("/upload/fonts/bebas-neue/bebasneuebook.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"),
    url("/upload/fonts/bebas-neue/bebasneueregular.woff2") format("woff2"),
    url("/upload/fonts/bebas-neue/bebasneueregular.woff") format("woff"),
    url("/upload/fonts/bebas-neue/bebasneueregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Bold"), local("BebasNeueBold"),
    url("/upload/fonts/bebas-neue/bebasneuebold.woff2") format("woff2"),
    url("/upload/fonts/bebas-neue/bebasneuebold.woff") format("woff"),
    url("/upload/fonts/bebas-neue/bebasneuebold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:root {
  --mm-black-color: #0d0d0d;
  --mm-grey-2-color: #181818;
  --mm-grey-color: #323232;
  --mm-light-grey-color: #353535;
  --mm-grey-3-color: #b6b6b6;
  --mm-light-color: #e3e3e3;
  --mm-accent-color: #e5ff00;
  --mm-white-color: #f5f5f5;

  --heading-text-font-name: "Bebas Neue";
  --text-font-name: "Roboto";
  --button-text-font-name: "Bebas Neue";

  --button-color-transition-duration: 0.4s;
}

pre {
  color: #fff;
}

.not-y-scrollable {
  overflow-y: hidden;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  display: block;
  user-select: none;
}

body,
html {
  height: 100%;
}

body {
  font-family: var(--text-font-name), var(--heading-text-font-name),
    var(--ui-font-family-open-sans), sans-serif;

  background-color: var(--mm-grey-2-color);
}

.all-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;

  min-height: 100%;
}
.all-wrapper::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  pointer-events: none;
  mix-blend-mode: overlay;

  /*background-image: url("/upload/images/all-site-bg.png");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (hover: none) {
  .all-wrapper::before {
    display: none;
  }
}

header,
main,
footer,
#panel {
  width: 100%;
}
/*#panel*/
/*{*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/

/*    z-index: 100;*/
/*}*/

main {
  flex-grow: 1;
  padding-bottom: 60px;
}

a[href^="tel"],
a[href^="mailto"] {
  color: var(--mm-white-color);
  transition: color var(--button-color-transition-duration);
  text-decoration: none;
  white-space: nowrap;
  font-family: "Bebas Neue";
}
@media screen and (hover: hover) {
  a[href^="tel"]:hover,
  a[href^="mailto"]:hover {
    color: var(--mm-accent-color);
  }
}

.page-section {
  margin-top: 100px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .page-section {
    margin-top: 80px;
  }
}

h1,
.heading {
  font-family: var(--heading-text-font-name);
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;

  text-transform: uppercase;

  color: var(--mm-white-color);
}
h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  h1,
  .heading {
    font-size: 62px;
    line-height: 65px;
  }
}

@media screen and (max-width: 768px) {
  h1,
  .heading {
    font-size: 48px;
    line-height: 52px;
  }
  h1 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  h1,
  .heading {
    font-size: 35px;
    line-height: 35px;
  }
}

h2,
h3,
h4 {
  font-family: var(--text-font-name), sans-serif;

  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;

  color: var(--mm-light-grey-color);

  margin-bottom: 10px;
}

h3 {
  font-size: 20px;
  line-height: 26px;
}

h4 {
  font-size: 18px;
  line-height: 21px;
}

.h3 {
  font-family: var(--heading-text-font-name), sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;

  text-transform: uppercase;

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

ul,
ol {
  padding-left: 30px;
}

ul li,
ol li {
  font-family: var(--text-font-name);
  font-size: 16px;
  line-height: 19px;

  margin-bottom: 10px;
}

.button-text {
  font-family: var(--button-text-font-name);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 116%;

  text-transform: uppercase;

  color: var(--mm-light-grey-color);
}

.text-20 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

.text-mini {
  font-family: var(--text-font-name), "sans-serif";

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

p {
  font-family: var(--text-font-name);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

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

  margin: 15px 0;
}
@media screen and (max-width: 576px) {
  p {
    font-size: 15px;
    line-height: 18px;
  }
}

button,
.button {
  position: relative;

  display: block;
  outline: none;
  border: none;

  max-width: max-content;
  white-space: nowrap;

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;

  text-decoration: none;
  user-select: none;

  cursor: pointer;

  font-family: var(--button-text-font-name), var(--heading-text-font-name),
    var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;

  text-align: center;
  text-transform: uppercase;

  padding: 20px 21px 17px 21px;

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

  transition: var(--button-color-transition-duration);

  overflow: hidden;
}
@media screen and (max-width: 576px) {
  button,
  .button {
    padding: 14px 21px;

    font-size: 18px;
    line-height: 116%;
  }
}

button.accent,
.button.accent {
  color: var(--mm-black-color);
  border: 1px solid var(--mm-accent-color);

  background-color: var(--mm-accent-color);
}

button.outlined,
.button.outlined {
  border: 1px solid var(--mm-black-color);
  color: var(--mm-black-color);

  background-color: transparent;
}

button.outlined.accent,
.button.outlined.accent {
  border: 1px solid var(--mm-accent-color);
  color: var(--mm-accent-color);
}

@media (hover: hover) {
  button:hover,
  .button:hover {
    color: var(--mm-black-color);
  }

  button.outlined:hover,
  .button.outlined:hover {
    color: var(--mm-white-color);
    background-color: var(--mm-black-color);
  }

  button.accent:not(.outlined):hover,
  .button.accent:not(.outlined):hover {
    background-color: transparent;
    color: var(--mm-accent-color);
  }

  button.outlined.accent:hover,
  .button.outlined.accent:hover {
    color: var(--mm-black-color);
    background-color: var(--mm-accent-color);
  }

  button:not(.outlined, .accent):hover,
  .button:not(.outlined, .accent):hover {
    background-color: var(--mm-accent-color);
  }
}

button:not(.outlined.accent) span,
.button:not(.outlined.accent) span {
  position: relative;
  z-index: 2;
}

.container-1320 {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.container-1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .container-1300,
  .container-1320 {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container-1300,
  .container-1320 {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container-1300,
  .container-1320 {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container-1300,
  .container-1320 {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .container-1300,
  .container-1320 {
    max-width: 100%;
    padding: 0 15px;
  }
}

.container-1410__offset {
  width: 100%;
  max-width: calc(1410px);
  margin: 0 auto;
  transform: translateX(calc(-65px + 23px));

  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;

  position: relative;
}
@media screen and (max-width: calc(1400px + 65px)) {
  .container-1410__offset {
    transform: translateY(calc(-30px + 23px));

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

.container-1410__offset .section-left-description {
  position: sticky;
  top: 100px;
  margin-right: 65px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
@media screen and (max-width: calc(1400px + 65px)) {
  .container-1410__offset .section-left-description {
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .container-1410__offset .section-left-description {
    top: 160px;
  }
}
@media screen and (max-width: 576px) {
  .container-1410__offset .section-left-description {
    display: none;
  }
}

.section-left-description__text {
  margin: 0;
}

/* Круг с анимацией */
.logo-in-circles-animated .big-out-round,
.logo-in-circles-animated .small-inner-round {
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 100%;
}

.logo-in-circles-animated .big-out-round {
  position: relative;

  border: 1px solid rgba(245, 245, 245, 0.6);

  width: 555px;
  height: 555px;

  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .logo-in-circles-animated .big-out-round {
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: calc(340px + 30px)) {
  .logo-in-circles-animated .big-out-round {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
}

.logo-in-circles-animated .big-out-round::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  border-radius: 100%;

  border: 1px solid rgba(245, 245, 245, 0.6);
  border-right: 3px solid var(--mm-accent-color);

  animation: rotateBigCircle 40s linear infinite;
}

@keyframes rotateBigCircle {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}

.logo-in-circles-animated .small-inner-round {
  border: 1px solid rgba(245, 245, 245, 0.3);

  width: 382px;
  height: 382px;
}
@media screen and (max-width: 1200px) {
  .logo-in-circles-animated .small-inner-round {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: calc(340px + 30px)) {
  .logo-in-circles-animated .small-inner-round {
    width: 75%;
    height: 75%;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 576px) {
  .logo-in-circles-animated .small-inner-round {
    width: 100%;
    height: 100%;

    max-width: 62%;
    max-height: 62%;
  }
}

.logo-in-circles-animated .small-inner-round img {
  max-width: 222px;
  max-height: 124px;

  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .logo-in-circles-animated .small-inner-round img {
    max-width: 180px;
    max-height: 90px;
  }
}
@media screen and (max-width: calc(340px + 30px)) {
  .logo-in-circles-animated .small-inner-round img {
    max-width: 55%;
  }
}
@media screen and (max-width: 576px) {
  .logo-in-circles-animated .small-inner-round img {
    max-width: 55%;
  }
}

.big-out-round svg {
  position: absolute;
}

/* SWIPER BUTTONS */
.swiper-button-prev,
.swiper-button-next {
  position: relative;

  margin-top: 0;
  top: unset;
  left: unset;
  right: unset;

  width: 60px;
  height: 60px;

  color: unset;

  opacity: 1;
  padding: 0;

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

  max-width: unset;
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;

    border: none !important;
    border-radius: 0;
  }
}

.swiper-button-prev.swiper-button-prev-disabled,
.swiper-button-next.swiper-button-next-disabled {
  pointer-events: none;
}

button.outlined.swiper-button-prev::before {
  transform: translateX(100%);
}

button.outlined.swiper-button-prev::before,
button.outlined.swiper-button-next::before {
  width: 62px;
  height: 64px;
  top: -2px;
}
@media screen and (max-width: 768px) {
  button.outlined.swiper-button-prev::before,
  button.outlined.swiper-button-next::before {
    width: 37px;
    height: 39px;
  }
}
@media screen and (hover: hover) {
  button.outlined.accent.swiper-button-prev:hover::before {
    transform: translateX(0);
  }
}
@media screen and (hover: none) {
  button.outlined.swiper-button-prev::before,
  button.outlined.swiper-button-next::before {
    transform: translateX(0);
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 768px) {
  button.outlined.accent.swiper-button-prev::before,
  button.outlined.accent.swiper-button-next::before {
    transform: translateX(0);
  }
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: block;
  width: 100%;
  max-width: 22px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev svg,
  .swiper-button-next svg {
    max-width: 12px;
  }
}

.swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
  fill: var(--mm-accent-color);

  transition: fill var(--button-color-transition-duration);
}
@media screen and (hover: none) {
  .swiper-button-next svg path,
  .swiper-button-prev svg path {
    fill: var(--mm-black-color);
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-next svg path,
  .swiper-button-prev svg path {
    fill: var(--mm-black-color);
  }
}

.swiper-button-prev.swiper-button-prev-disabled svg path,
.swiper-button-next.swiper-button-next-disabled svg path {
  fill: var(--mm-black-color);
}

.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  fill: var(--mm-black-color);
}

/* SWIPER SCROLLBAR */
.swiper-scrollbar {
  height: 3px;
  background-color: var(--mm-grey-color);
}

.swiper-scrollbar-drag {
  background-color: var(--mm-accent-color);
}

/* MODALS */
.common-modal-darkner {
  --modal-darkener-transtion-duration: 0.5s;
  --modal-window-transtion-duration: 0.5s;

  pointer-events: none;
  opacity: 0;

  position: fixed;
  left: 0;
  top: 0;
  z-index: 7;

  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.65);

  transition: opacity var(--modal-darkener-transtion-duration);
}

.common-modal-darkner.showed {
  opacity: 1;
  pointer-events: all;
}

.modal-window {
  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, 100vh);

  width: 100%;
  height: max-content;

  max-height: 82vh;
  overflow: auto;

  transition: transform var(--modal-window-transtion-duration)
    var(--modal-darkener-transtion-duration);
}

.modal-window.not-y-scrollable {
  overflow: hidden;
}

.common-modal-darkner.showed .modal-window.showed {
  transform: translate(-50%, -50%);
}

.modal-window.white-modal {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;

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

.modal-window[data-modal-type="client-detail"] {
  max-width: 1100px;

  background-color: var(--mm-white-color);
  border-radius: 2px;

  padding: 20px 62px 30px 20px;
}

@media screen and (max-width: 1140px) {
  /*.modal-window[data-modal-type="client-detail"]*/
  .common-modal-darkner .modal-window {
    width: max-content;
    min-width: 700px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .modal-window[data-modal-type="client-detail"] {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  /*.modal-window[data-modal-type="client-detail"]*/
  /*.modal-window[data-modal-type="cooperation"],*/
  .modal-window[data-modal-type="client-detail"],
    /*.modal-window[data-modal-type="add-shop"]*/
    .modal-window.white-modal,
    .common-modal-darkner .modal-window {
    width: 100%;
    min-width: 100%;

    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;

    display: flex;
    align-items: center;
    flex-flow: column nowrap;
  }

  .modal-window[data-modal-type="client-detail"] {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .modal-window[data-modal-type="client-detail"] {
    padding: 0;
  }
}

.modal-window__close {
  position: sticky;
  top: 20px;
  z-index: 3;
  margin: 0 20px 0 auto;

  padding: 0;

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

  border-radius: 10px;
}
.modal-window__close::before,
.modal-window__close::after {
  display: none;
}

.modal-window[data-modal-type="client-detail"] .modal-window__close {
  margin: -1px 0 0 auto;
  transform: translateY(-20px);
}

@media screen and (max-width: 768px) {
  .modal-window .modal-window__close {
    width: 60px;
    height: 60px;
    background-color: var(--mm-black-color);

    border-radius: 0;

    top: 0;

    padding: 18px;

    flex-shrink: 0;
  }

  .modal-window[data-modal-type="product-detail"] .modal-window__close {
    background-color: var(--mm-grey-color);

    top: 0;
    margin: -1px 0 0 auto;

    border-radius: 0;
  }

  .modal-window[data-modal-type="client-detail"] .modal-window__close {
    transform: translateY(0);
  }

  .modal-window.white-modal .modal-window__close {
    margin: 0 0 10px auto;
  }
}
@media screen and (max-width: 768px) and (hover: none) {
  .modal-window[data-modal-type="product-detail"] .modal-window__close {
    top: 39px;
    margin: 0 0 0 auto;
  }
}

@media screen and (hover: hover) {
  .modal-window__close:hover {
    background-color: transparent !important;
  }
}

.modal-window__close svg {
  width: 30px;
  height: 30px;

  display: block;
}
.modal-window__close svg line {
  stroke: var(--mm-black-color);
}

@media screen and (max-width: 768px) {
  .modal-window .modal-window__close svg,
  .modal-window .modal-window__close svg {
    width: 24px;
    height: 24px;
  }

  .modal-window .modal-window__close svg line,
  .modal-window .modal-window__close svg line {
    stroke: var(--mm-white-color);
  }
}

.client-modal__inner-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.modal-window[data-modal-type="client-detail"] .client-modal__inner-content {
  padding-right: 35px;
}

@media screen and (max-width: 768px) {
  .client-modal__inner-content {
    margin-top: -60px;

    height: 100%;

    display: flex;
    flex-flow: column nowrap;

    justify-content: center;
    align-items: flex-start;
  }

  .modal-window[data-modal-type="client-detail"] .client-modal__inner-content {
    padding: 0 15px;
  }
}

.modal-window__client-logo {
  flex-grow: 1;
  flex-shrink: 0;

  width: 100%;
  height: 100%;

  max-width: 315px;
  max-height: 250px;

  object-fit: contain;

  border-radius: 2px;

  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .modal-window__client-logo {
    width: 100%;
    max-width: 270px;
    max-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .modal-window__client-logo {
    max-width: 180px;

    height: max-content;
    max-height: 250px;

    margin-right: 0;
    margin-bottom: 20px;

    flex-grow: 0;
    flex-shrink: unset;
  }
}

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

  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;

  text-transform: uppercase;

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

  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .client-modal__client-name.mobile {
    display: block;
  }
  .client-modal__client-name.desktop {
    display: none;
  }

  .client-modal__client-name {
    font-size: 38px;
    line-height: 38px;

    margin: 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .client-modal__client-name.mobile {
    display: none;
  }
  .client-modal__client-name.desktop {
    display: block;
  }
}

.client-modal__client-detail,
.client-modal__client-detail p,
.client-modal__client-detail ul li,
.client-modal__client-detail ol li {
  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  color: rgba(0, 0, 0, 0.66);
}

.client-modal__client-website {
  display: block;

  font-family: "Inter", var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;

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

  margin-top: 25px;

  max-width: max-content;
}

.modal-window.white-modal .modal__inner-wrapper {
  padding: 30px 50px 50px;
  margin-top: -10px;

  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-window.white-modal .modal__inner-wrapper {
    padding: 0 15px 20px;
  }
}

.modal__inner-wrapper .modal__heading {
  font-family: var(--heading-text-font-name), var(--text-font-name), sans-serif;

  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;

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

  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .modal__inner-wrapper .modal__heading {
    font-size: 42px;
    line-height: 45px;
  }
}
@media screen and (max-width: 576px) {
  .modal__inner-wrapper .modal__heading {
    font-size: 35px;
    line-height: 35px;
  }
}

.modal__inner-wrapper .modal__description {
  margin: 0;

  /*font-family: var(--text-font-name), sans-serif;*/
  /*font-style: normal;*/
  /*font-weight: 400;*/
  /*font-size: 16px;*/
  /*line-height: 19px;*/

  color: var(--mm-black-color);
}
/*@media screen and (max-width: 576px)*/
/*{*/
/*    .modal__inner-wrapper .modal__description*/
/*    {*/
/*        font-size: 15px;*/
/*        line-height: 18px;*/
/*    }*/
/*}*/

.modal__inner-wrapper .mm-form {
  margin-top: 30px;
}

.mm-form .input-wrapper:not(.mm-form .input-wrapper:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 576px) {
  .mm-form .input-wrapper:not(.mm-form .input-wrapper:last-child) {
    margin-bottom: 10px;
  }
}

.mm-form .input-wrapper label {
  display: block;
  margin-bottom: 9px;

  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: var(--mm-black-color);
}

.mm-form .input-wrapper.no-label label {
  display: none;
}

.mm-form .input-wrapper input,
.mm-form .input-wrapper select,
.mm-form .input-wrapper textarea {
  display: block;
  width: 100%;

  padding: 15px 42px 15px 21px;

  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

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

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

  border: 1px solid var(--mm-grey-3-color);
  border-radius: 2px;

  outline: none;

  transition: 0.4s;
}
.mm-form .input-select-wrapper select::-ms-expand {
  display: none;
}
.mm-form .input-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
}
.mm-form .input-select-wrapper {
  width: 100%;
  position: relative;
}
.mm-form .input-select-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);

  width: 12px;
  height: 6px;

  transform: rotate(180deg);
  background-image: url("/upload/icons/arrow-filter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 576px) {
  .mm-form .input-wrapper input,
  .mm-form .input-wrapper select {
    padding: 13px 20px;
  }
}
.input-wrapper.invalid input,
.input-wrapper.invalid select,
.input-wrapper.invalid textarea {
  border: 1px solid red;
}

.mm-form .input-wrapper input:placeholder-shown {
  color: #878787;
}

.mm-form .input-wrapper select,
.mm-form .input-wrapper select option {
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .modal__inner-wrapper form button {
    width: 100%;
    max-width: 100%;
  }
}

.mm-form .input-wrapper textarea {
  max-width: 100%;

  height: 110px;
  max-height: 400px;
  min-height: 110px;

  resize: vertical;

  padding: 21px 42px 21px 21px;
}

.modal__success-message {
  opacity: 0;
  pointer-events: none;

  padding: 20px;

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--mm-white-color);

  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;

  transition: 0.4s;
}
.modal__success-message.showed {
  opacity: 1;
  pointer-events: all;
}

.modal-success__icon {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.modal-success__title {
  margin: 46px 0 0;

  font-family: var(--heading-text-font-name), var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;

  text-align: center;
  text-transform: uppercase;

  color: var(--mm-black-color);
}

.modal-success__text {
  margin: 11px 0 0;

  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;

  color: var(--mm-light-grey-color);

  max-width: 295px;
}

.age-modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: all;
}

.age-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100vh);

  max-width: 875px;
  width: 100%;

  height: max-content;
  max-height: 80vh;
  overflow: auto;

  padding: 50px 42px 40px;

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

  transition: transform var(--modal-window-transtion-duration)
    var(--modal-darkener-transtion-duration);
}
@media screen and (max-width: 992px) {
  .age-modal {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 576px) {
  .age-modal {
    background-color: transparent;
    margin: 0 auto;
    padding: 0 15px;

    max-width: 100%;
  }
}
@media screen and (max-height: 675px) {
  .age-modal {
    max-height: 75vh;
  }
}

.age-modal.showed {
  transform: translate(-50%, -50%);
}

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

  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;

  text-transform: uppercase;

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

  text-align: center;

  margin: 0 0 20px;
}
@media screen and (max-width: 992px) {
  .age-modal__title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .age-modal__title {
    font-size: 37px;
    line-height: 37px;
  }
}
@media screen and (max-width: 576px) {
  .age-modal__title {
    font-size: 30px;
    line-height: 30px;

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

    margin: 0 0 15px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 370px) {
  .age-modal__title {
    font-size: 26px;
    line-height: 26px;
  }
}

.age-modal__text {
  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

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

  margin: 0 0 20px;
}
@media screen and (max-width: 576px) {
  .age-modal__text {
    font-size: 14px;
    line-height: 16px;

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

    padding: 0 15px;
  }
}

.age-modal__agreement {
  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;

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

  margin: 0;
}
@media screen and (max-width: 576px) {
  .age-modal__agreement {
    display: none;
  }
}

.age-modal__buttons {
  margin-top: 40px;

  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 50px;
}
.age-modal__buttons a.button {
  background: transparent;
}

@media screen and (max-width: 576px) {
  .age-modal__buttons button {
    color: var(--mm-black-color);
    background-color: var(--mm-accent-color);
  }

  .age-modal__buttons .button.outlined {
    color: var(--mm-accent-color);
    border: 1px solid var(--mm-accent-color);
    background-color: transparent;
  }

  .age-modal__buttons button,
  .age-modal__buttons .button.outlined {
    width: 100%;
    max-width: 100%;
  }
}

.gclose.gbtn::after,
.gclose.gbtn::before {
  display: none;
}
.gnext.gbtn::after,
.gnext.gbtn::before,
.gprev.gbtn::before,
.gprev.gbtn::after {
  display: none;
}
.gnext.gbtn,
.gprev.gbtn {
  width: auto;
  height: auto;
  padding: 10px;
  border: 1px solid var(--mm-accent-color);

  transition: background-color 0.4s;
}

.gnext.gbtn svg,
.gprev.gbtn svg {
  width: 18px;
  height: 18px;
}
.gnext.gbtn svg path,
.gprev.gbtn svg path {
  transition: fill 0.4s;
}
@media screen and (hover: hover) {
  .gnext.gbtn:hover,
  .gprev.gbtn:hover {
    background-color: var(--mm-accent-color);
  }
}
@media screen and (hover: hover) {
  .gnext.gbtn:hover svg path,
  .gprev.gbtn:hover svg path {
    fill: var(--mm-black-color);
  }
}

.gclose.gbtn svg {
  min-width: 18px;
  min-height: 18px;
}
@media screen and (max-width: 450px) {
  .gclose.gbtn svg {
    min-width: 14px;
    min-height: 14px;
  }
}

/* PRODUCT DETAIL */
.modal-window[data-modal-type="product-detail"] {
  max-width: 1320px;
  background-color: var(--mm-white-color);
}
@media screen and (max-width: 1400px) {
  .modal-window[data-modal-type="product-detail"] {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .modal-window[data-modal-type="product-detail"] {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .modal-window[data-modal-type="product-detail"] {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .modal-window[data-modal-type="product-detail"] {
    max-width: 100%;
    max-height: 100vh;
    height: 100vh;
  }
}

.product-detail-modal__inner-wrapper {
  padding-bottom: 30px;
  border-radius: 2px;

  border-bottom: 2px solid var(--mm-accent-color);

  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .product-detail-modal__inner-wrapper {
    border: none;
    max-width: 100%;
    width: 100%;
  }
}

.product-detail-modal__top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;

  gap: 50px;

  padding: 30px 30px 0 30px;

  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .product-detail-modal__top {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 30px;

    padding: 20px 15px 0;
  }
}

.product-detail__image-wrapper {
  width: 100%;
  max-width: 407px;

  background-color: var(--bgColor);
  background-image: var(--detail-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  padding: 30px;

  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail__image-wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .product-detail__image-wrapper {
    max-height: 422px;
  }
}

.product-detail__image {
  width: 100%;
  height: 100%;

  max-width: 270px;
  max-height: 454px;

  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .product-detail__image {
    max-width: 240px;
    max-height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .product-detail-modal__text {
    width: 100%;
  }
}

.product-detail-modal__title {
  font-family: var(--heading-text-font-name), var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;

  text-transform: uppercase;

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

  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .product-detail-modal__title {
    margin: 0 0 20px;

    font-size: 42px;
    line-height: 42px;
  }
}

.product-detail-modal__taste-desc {
  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;

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

  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .product-detail-modal__taste-desc {
    font-size: 16px;
    line-height: 19px;
  }
}
.product-detail-modal__taste-desc p {
  margin: 0;
}

.product-detail-modal__detail-text {
  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  color: #3c3c3c;

  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .product-detail-modal__detail-text {
    max-width: 100%;
  }
}

.product-detail-modal__strength-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .product-detail-modal__strength-wrapper {
    margin-top: 20px;
  }
}

.strength__title {
  color: var(--mm-black-color);

  margin: 0;
}

.strength-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;

  gap: 7px;

  margin-top: 15px;
}

.strength-item {
  --strength-transition-duration: 0.4s;

  padding: 6px 6px 4px;
  border-radius: 2px;
  border: 1px solid var(--mm-black-color);

  min-width: 67px;

  position: relative;

  transition: var(--strength-transition-duration);

  cursor: help;
}

@media (hover: hover) {
  .strength-item:hover {
    background-color: var(--mm-accent-color);
    border: 1px solid var(--mm-accent-color);
  }
}

.strength-item__name {
  text-align: center;
  color: var(--mm-black-color);
  margin: 0;

  transition: var(--strength-transition-duration);
}

@media (hover: hover) {
  .strength-item:hover .strength-item__name {
    color: var(--mm-black-color);
  }
}

.strength-item__desc {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;

  transform: translateX(calc(100% + 10px + 9px)) translateY(-50%);

  display: block;
  padding: 13px 18px;

  background-color: var(--mm-light-color);

  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

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

  width: max-content;
  max-width: 450px;

  opacity: 0;
  pointer-events: none;

  transition: var(--strength-transition-duration);
}
@media screen and (max-width: 992px) {
  .strength-item__desc {
    max-width: 350px;
  }
}

.strength-item__desc::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);

  width: 11px;
  height: 11px;

  background-image: url("/upload/icons/light-arrow-strength.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (hover: hover) {
  .strength-item:hover .strength-item__desc {
    opacity: 1;
    pointer-events: all;
  }
}
@media (hover: none) {
  .strength-item .strength-item__desc {
    display: none;
  }
}

.product-detail-modal__add-review-button {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .product-detail-modal__add-review-button {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }
}

.product-detail-modal__bottom {
  margin-top: 20px;
}

/*.product-detail__reviews-list*/
/*{*/
/*    display: flex;*/
/*    flex-flow: row nowrap;*/
/*    justify-content: flex-start;*/
/*    align-items: stretch;*/

/*    gap: 20px;*/

/*    padding: 0 30px 23px;*/

/*    max-width: 100%;*/
/*    overflow-x: auto;*/

/*    !* FireFox scrollbar *!*/
/*    scrollbar-color: var(--mm-black-color) #C9C9C9; !* «цвет ползунка» «цвет полосы скроллбара» *!*/
/*    scrollbar-width: thin;  !* толщина *!*/
/*}*/
/*@media screen and (max-width: 768px)*/
/*{*/
/*    .product-detail__reviews-list*/
/*    {*/
/*        padding: 0 15px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 576px)*/
/*{*/
/*    .product-detail__reviews-list*/
/*    {*/
/*        flex-flow: column nowrap;*/
/*        justify-content: flex-start;*/
/*        align-items: flex-start;*/

/*        overflow: hidden;*/
/*    }*/
/*}*/

/*.product-detail__reviews-list::-webkit-scrollbar {*/
/*    width: 24px; !* ширина для вертикального скролла *!*/
/*    height: 3px; !* высота для горизонтального скролла *!*/
/*    background-color: #C9C9C9;*/
/*}*/

/* ползунок скроллбара */
/*.product-detail__reviews-list::-webkit-scrollbar-thumb {*/
/*    background-color: var(--mm-black-color);*/
/*    border-radius: 9em;*/
/*}*/

/* Стрелки */
/*.product-detail__reviews-list::-webkit-scrollbar-button:vertical:start:decrement,*/
/*.product-detail__reviews-list::-webkit-scrollbar-button:vertical:end:increment,*/
/*.product-detail__reviews-list::-webkit-scrollbar-button:horizontal:start:decrement*/
/*.product-detail__reviews-list::-webkit-scrollbar-button:horizontal:end:increment*/
/*{*/
/*    display: none;*/
/*}*/

.product-detail__reviews-slider {
  padding: 0 30px;
}

.swiper product-detail__reviews-slider .swiper-wrapper {
  align-items: stretch;
}

.product-detail__review-item {
  background-color: #e3e3e3;
  padding: 30px;

  height: auto;
}
@media screen and (max-width: 992px) {
  .product-detail__review-item {
    max-width: 450px;
  }
}
@media screen and (max-width: 576px) {
  .product-detail__review-item {
    max-width: 100%;

    display: none;
  }

  /*.product-detail__reviews-list .product-detail__review-item:first-child,*/
  /*.product-detail__reviews-list .product-detail__review-item:nth-child(2),*/
  /*.product-detail__reviews-list .product-detail__review-item:nth-child(3)*/
  /*{*/
  /*    display: block;*/
  /*}*/
  .product-detail__reviews-slider .product-detail__review-item:first-child,
  .product-detail__reviews-slider .product-detail__review-item:nth-child(2),
  .product-detail__reviews-slider .product-detail__review-item:nth-child(3) {
    display: block;
  }
}

.product-detail__review-top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 20px;
}

.product-detail__review-author {
  margin: 0;
  color: var(--mm-black-color);
}

.product-detail__review-stars {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

  gap: 5px;
}
.product-detail__review-stars img {
  width: 20px;
}

.product-detail__review-text {
  font-family: var(--text-font-name), sans-serif;

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  color: #0d0d0d;
}

.product-detail__review-date {
  margin: 20px 0;

  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  color: rgba(0, 0, 0, 0.51);
}

.product-detail__all-reviews-btn-wrapper {
  display: none;
  padding: 0 15px;

  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .product-detail__all-reviews-btn-wrapper {
    display: block;
  }
}

.product-detail__all-reviews-btn {
  width: 100%;
  max-width: 100%;
}

.swiper-scrollbar.reviews-scrollbar {
  position: static;
  margin: 20px auto 0;
  width: 100%;
  max-width: calc(100% - 30px * 2);
}

.review__stars {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;

  max-width: max-content;

  margin-top: -3px;
}

.review__stars:not(:checked) > input {
  display: none;
}
.review__stars:not(:checked) > label {
  width: 50px;
  height: 50px;
  padding: 0;

  cursor: pointer;

  font-size: 50px;
  line-height: 50px;

  color: #d9d9d9;

  -webkit-tap-highlight-color: transparent;
}

.review__stars > label {
  position: relative;
}

.review__stars > label:before {
  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
}

.review__stars:not(:checked) > label:before {
  content: "★";
}
.review__stars > input:checked ~ label {
  color: var(--mm-black-color);
}
.review__stars:not(:checked) > label:hover,
.review__stars:not(:checked) > label:hover ~ label {
  color: var(--mm-black-color);
}
.review__stars > input:checked + label:hover,
.review__stars > input:checked + label:hover ~ label,
.review__stars > input:checked ~ label:hover,
.review__stars > input:checked ~ label:hover ~ label,
.review__stars > label:hover ~ input:checked ~ label {
  color: var(--mm-black-color);
}
.rate-area > label:active {
  position: relative;
}

.grecaptcha-badge {
  display: none;
}

/* End */
/* /bitrix/templates/eraliquids/assets/css/header.css?16668660976279 */
/* /bitrix/templates/eraliquids/assets/css/footer.css?16713783415546 */
/* /bitrix/templates/.default/components/bitrix/menu/header-menu/style.css?16756670744629 */
/* /bitrix/templates/.default/components/bitrix/news.list/header_socials/style.css?16662742471301 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/mm-breadcrumbs/style.css?16656101871776 */
/* /bitrix/templates/.default/components/bitrix/menu/footer-menu/style.css?17635431193170 */
/* /bitrix/templates/.default/components/bitrix/news.list/footer_socials/style.css?16651952181059 */
/* /bitrix/templates/eraliquids/template_styles.css?173752956341203 */
