

/* Start:/local/templates/mayoly2021/components/bitrix/news.list/slider_home/style.css?1749120027494*/
div.news-list {
  word-wrap: break-word;
}

div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

.news-date-time {
  color: #486DAA;
}

.swiper-container-home .home-one-left {
  padding: 61px 80px;
}

.home-one .h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.home-one span.preview-text {
  min-height: 40px;
}

@media screen and (max-width: 780px) {
  .home-one .h1 {
    font-size: 18px;
  }

  .home-one span.preview-text {
    min-height: 60px;
  }
}

/* End */


/* Start:/local/templates/mayoly2021/components/bitrix/news.list/product_home/style.css?17491200273991*/
.mhz-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, 280px);
  gap: 23px 20px;
  padding: 40px 0;
}

@media (max-width:768px){
  .mhz-products {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}

.lock body {
  overflow: hidden;
}
.item-products {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.item-products__name {
  color: #1F5DA6;
  font-weight: 700;
  font-size: 24px;
}
.item-products__name sup {
  font-size: 24px;
  display: inline-block;
  transform: translateY(5px);
}
.item-products__name:not(:last-child) {
  margin-bottom: 15px;
}
.item-products__description {
  font-size: 13px;
  color: #333;
  min-height: 54px;
}
.item-products__description sup {
  font-size: 10px;
}
.item-products__image {
  align-self: center;
}
.item-products__image img {
  max-width: 205px;
}
.item-products__codes {
  display: flex;
  flex-direction: column;
}
.item-products__codes:not(:last-child) {
  margin-bottom: 13px;
}
.item-products__code {
  color: #828282;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
}
.item-products__code:last-child {
  margin-bottom: 0;
}
.item-products__code sup {
  font-size: inherit;
}
.item-products__more {
  text-align: center;
  color: #1F5DA6;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #1F5DA6;
  margin-top: auto;
  text-decoration: none;
  padding: 18px;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover){
  .item-products__more:hover{
    background-color: #1F5DA6;
    color: #fff;
  }
}
.popup-products__text {
  max-width: 655px;
  margin: 0px auto;
  position: relative;
  padding: 30px 0;
}

.popup-products__head:not(:last-child),
.popup-products__body:not(:last-child) {
  margin-bottom: 20px;
}
.popup-products__title {
  color: #1F5DA6;
  font-weight: 700;
  font-size: 24px;
}
.popup-products__title sup {
  font-size: inherit;
}
.popup-products__close {
  position: absolute;
  top: 15px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@media (max-width:768px){
  .popup-products__close {
    right: 0;
  }
}
.popup-products__close::before,
.popup-products__close::after {
  content: '';
  width: 85%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.popup-products__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-products__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-products__body {
  font-size: 15px;
}
.popup-products__body p {
  margin: 0;
}
.popup-products__body p:not(:last-child),
.popup-products__body li:not(:last-child) {
  margin-bottom: 7px;
}
.popup-products__footnotes {
  margin: 0;
  padding-left: 12px;
  color: #4B4B4B;
  font-size: 12px;
  line-height: 1.3;
}
.popup-products__footnote {
}

.mhz-products__label {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.mhz-products__label:not(:last-child) {
  margin-bottom: 30px;
}
.mhz-products__label_big {
  color: #fff;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
}


.popup-products {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 10px;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	pointer-events: none;
}
.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto;
}
.popup_show .popup-products__content {
	visibility: visible;
	transform: scale(1);
}
.popup-products__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-products__content {
	visibility: hidden;
	transform: scale(0);
	transition: transform 0.3s ease 0s;
	background-color: #fff;
	padding: 20px;
	width: 100%;
	max-width: 780px;
	border-radius: 20px;
}

.lock .popup-products__content {
  visibility: visible;
}

/* End */


/* Start:/local/templates/mayoly2021/components/custom/main.feedback/feedback/style.min.css?1749120027288*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
.grecaptcha-badge {
	display:none;
}
/* End */
/* /local/templates/mayoly2021/components/bitrix/news.list/slider_home/style.css?1749120027494 */
/* /local/templates/mayoly2021/components/bitrix/news.list/product_home/style.css?17491200273991 */
/* /local/templates/mayoly2021/components/custom/main.feedback/feedback/style.min.css?1749120027288 */
