

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.css?17725251421722*/
.catalog {
	padding-top: 60px;
	padding-bottom: 60px;
	background: var(--blue-4);
}
.catalog:last-of-type {
	padding-bottom: 120px;
}
.catalog__title {
	color: var(--blue-1);
	margin-top: 0;
	margin-bottom: 0;
}
.catalog__title a {
	color: var(--blue-1);
	transition: var(--transition);
}
.catalog__title:hover a {
	text-decoration: none;
	color: var(--blue-2);
}
.catalog__wrapper {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}
.catalog__item {
	border: 1px solid var(--gray-3);
	background: #fff;
	border-radius: 12px;
	transition: var(--transition);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	padding: 12px;
}
.catalog__item:hover {
	border-color: var(--blue-1);
	text-decoration: none;
}
.catalog__item:focus {
	text-decoration: none;
}
.catalog__item:hover .catalog__item-title {
	color: var(--blue-1);
}
.catalog__item-img {
	width: 100%;
	height: 204px;
	overflow: hidden;
	border-radius: 12px;
}
.catalog__item-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.catalog__item-title {
	text-align: center;
	padding: 8px 0 20px;
	transition: var(--transition);
}

@media (max-width: 1025px) {
  .catalog {
  	padding-top: 20px;
  	padding-bottom: 20px;
  }
  .catalog:first-of-type {
  	padding-top: 40px;
  }
  .catalog:last-of-type {
  	padding-bottom: 64px;
  }
  .catalog__wrapper {
  	margin-top: 24px;
  	grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .catalog {
  	padding-top: 16px;
  	padding-bottom: 16px;
  }
  .catalog__wrapper {
  	grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 550px) {
	.catalog__wrapper {
		gap: 8px;
		grid-template-columns: repeat(2, 1fr);
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/product/style.css?17800225234141*/
.product__banner {
  position: relative;
  height: 630px;
  width: 100%;
}
.product__banner-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.product__banner-container-wrapper {
  height: 100%;
}
.product__banner-container {
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 60px;
  display: flex;
  align-items: flex-end;
}
.product__banner-main {
  margin: 0 auto;
}
.product__banner-wrapper {
  display: grid;
  gap: 18px;
  align-items: center;
  grid-template-columns: 4fr 6fr;
}
.product__banner-left {
  overflow: hidden;
}
.product__banner-left img {
  height: 100%;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.product__banner-content {
  border-radius: 12px;
  padding: 36px;
  background: #fff;
  height: 240px;
}
.product__banner-text {
  margin-top: 24px;
  color: var(--gray-1);
}
.product__banner-text * {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.product__banner-btn {
  margin-top: 24px;
  padding: 16px;
  border-radius: 8px;
  width: fit-content;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  width: 344px;
  height: 56px;
  transition: var(--transition);
}
.product__banner-btn::after {
  width: 24px;
  height: 24px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16L7 11L8.4 9.55L11 12.15V4H13V12.15L15.6 9.55L17 11L12 16ZM6 20C5.45 20 4.97933 19.8043 4.588 19.413C4.19667 19.0217 4.00067 18.5507 4 18V15H6V18H18V15H20V18C20 18.55 19.8043 19.021 19.413 19.413C19.0217 19.805 18.5507 20.0007 18 20H6Z' fill='white'/%3E%3C/svg%3E%0A");
}
.product__banner-maintitle {
  color: #FFFFFF40;
  margin-top: 24px;
  text-align: center;
  margin-bottom: -5px;
}
.product__products {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product__products-wrapper {
  display: flex;
  gap: 60px;
  flex-direction: column;
}
.product__products-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product__products-text {
  color: var(--gray-2);
}
.product__products-text ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.product__products-text ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.product__products-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product__products-img img {
  width: 100%;
  max-width: 1000px;
}

@media (max-width: 1025px) {
  .product__banner-maintitle {
    margin-bottom: 0;
  }
  .product__banner-text * {
    font-size: 16px;
  }
  .product__banner-left img {
    max-height: 300px;
  }
  .product__products {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .product__products-wrapper {
    gap: 32px;
  }
  .product__products-item {
    gap: 16px;
  }
}

@media (max-width: 900px) {
  .product__banner-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: 5fr 5fr;
  }
  .product__banner {
    height: calc(100dvh - 103px);
    max-height: 580px;
  }
}

@media (max-width: 768px) {
  .product__banner-container {
    justify-content: center;
  }
  .product__banner-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .product__banner-content {
    padding: 24px 16px;
    text-align: center;
    height: auto;
    max-height: 240px;
  }
  .product__banner-btn {
    width: 100%;
    margin-top: 16px;
  }
  .product__banner .product__banner-maintitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 90%;
    letter-spacing: -0.02em;
    margin-top: 20px;
  }
  .product__banner-left img {
    max-height: 250px;
    object-fit: contain;
  }
}

@media (max-width: 550px) {
  .product__banner-left img {
    max-height: 200px;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/product/landings/dio-eco-cad/style.css?17726299787121*/
.ecocad__banner {
  position: relative;
  height: calc(100dvh - 95px);
  width: 100%;
}
.ecocad__banner-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ecocad__banner-container-wrapper {
  height: 100%;
}
.ecocad__banner-container {
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
.ecocad__banner-subtitle {
  color: var(--blue-1);
}
.ecocad__banner-title {
  color: #FFFFFF80;
  margin-top: 24px;
}
.ecocad__info {
  width: 100%;
  position: relative;
}
.ecocad__info-background {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ecocad__info-container {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.ecocad__info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ecocad__info-title {
  text-align: center;
  max-width: 710px;
  color: var(--green-2);
}
.ecocad__info-subtitle {
  margin-top: 24px;
  text-align: center;
}
.ecocad__info-bigtitle {
  margin-top: 60px;
  text-align: center;
  color: #03045C;
}
.ecocad__info-btn {
  margin-top: 24px;
  height: 48px;
  color: #fff;
  width: fit-content;
}
.ecocad__info-video-wrapper {
  margin-top: 80px;
  overflow: hidden;
  border-radius: 12px;
  border: 4px solid #419EDF;
  position: relative;
  transition: var(--transition);
  width: 920px;
  height: 518px;
}
.ecocad__info-video-wrapper:hover {
  border-color: var(--blue-1);
}
.ecocad__info-video-wrapper::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: big-video-pulse 1.4s ease-in-out infinite;
  width: 68px;
  height: 68px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6667 48.6622V19.3372C22.6667 18.5345 22.95 17.8611 23.5167 17.3171C24.0833 16.7731 24.7444 16.502 25.5 16.5039C25.7361 16.5039 25.9845 16.5389 26.2452 16.6087C26.5058 16.6786 26.7533 16.7854 26.9875 16.9289L50.0792 31.5914C50.5042 31.8747 50.8234 32.2289 51.0368 32.6539C51.2503 33.0789 51.356 33.5275 51.3542 33.9997C51.3523 34.472 51.2465 34.9206 51.0368 35.3456C50.8272 35.7706 50.5079 36.1248 50.0792 36.4081L26.9875 51.0706C26.7514 51.2122 26.5039 51.319 26.2452 51.3908C25.9864 51.4625 25.738 51.4975 25.5 51.4956C24.7444 51.4956 24.0833 51.2236 23.5167 50.6796C22.95 50.1356 22.6667 49.4631 22.6667 48.6622Z' fill='white'/%3E%3C/svg%3E%0A");
}
.ecocad__video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ecocad__keys {
  padding-top: 120px;
  padding-bottom: 120px;
}
.ecocad__keys-subtitle {
  margin-top: 8px;
}
.ecocad__keys-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}
.ecocad__keys-item {
  display: flex;
  gap: 48px;
}
.ecocad__keys-item:nth-child(even) {
  flex-direction: row-reverse;
}
.ecocad__keys-item-content {
  flex-basis: calc((100% - 48px) / 2);
}
.ecocad__keys-item-text {
  margin-top: 20px;
  position: relative;
}
.ecocad__keys-item-text::before {
  content: '';
  width: 85%;
  height: 1px;
  background: var(--gray-3);
  display: block;
}
.ecocad__keys-item-content p {
  margin-top: 20px;
}
.ecocad__keys-item-content ul {
  margin-top: 12px;
  width: 100%;
  border-radius: 8px;
  padding: 16px 12px;
  background: var(--blue-3);
  padding-left: 2em;
}
.ecocad__keys-item-content ul li {
  list-style: disc;
}
.ecocad__keys-item-number {
  color: var(--blue-1);
}
.ecocad__keys-item-title {
  margin-top: 12px;
}
.ecocad__keys-item-image {
  flex-basis: calc((100% - 48px) / 2);
  overflow: hidden;
  border-radius: 16px;
  filter: drop-shadow(0px 7px 24px rgba(0, 0, 0, 0.16));
  height: 308px;
}
.ecocad__keys-item-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ecocad__keys-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ecocad__footer {
  height: 660px;
  width: 100%;
  position: relative;
}
.ecocad__footer-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ecocad__footer-container {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 600px;
}
.ecocad__footer-title {
  color: var(--blue-1);
}
.ecocad__footer-subtitle {
  color: #fff;
}
.ecocad__footer-btn {
  height: 48px;
  color: #fff;
  width: fit-content;
}
.ecocad__footer-btn-wrapper {
  display: flex;
  gap: 20px;
}

@keyframes big-video-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Media */
@media (max-width: 1200px) {
  .ecocad__keys-item {
    align-items: center;
  }
}
@media (max-width: 1025px) {
  .ecocad__banner-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .ecocad__banner-title {
    margin-top: 12px;
  }
  .ecocad__info-container {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .ecocad__info-subtitle {
    margin-top: 12px;
  }
  .ecocad__info-bigtitle {
    margin-top: 32px;
  }
  .ecocad__info-video-wrapper {
    margin-top: 64px;
    width: 530px;
    height: 298px;
  }
  .ecocad__keys {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .ecocad__keys-wrapper {
    gap: 24px;
    margin-top: 24px;
  }
  .ecocad__keys-item-content, .ecocad__keys-item-image {
    flex-basis: calc((100% - 32px) / 2);
  }
  .ecocad__keys-item {
    gap: 32px;
  }
  .ecocad__keys-item-text {
    margin-top: 12px;
  }
  .ecocad__keys-item-text::before {
    width: 100%;
  }
  .ecocad__keys-item-content p {
    margin-top: 12px;
  }
  .ecocad__keys-item-content ul {
    margin-top: 8px;
  }
  .ecocad__keys-item-title {
    margin-top: 8px;
  }
  .ecocad__footer {
    height: 380px;
  }
  .ecocad__footer-container {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 16px;
    max-width: 450px;
  }
}
@media (max-width: 900px) {
  .ecocad__keys-item, .ecocad__keys-item:nth-child(even) {
    gap: 16px;
    flex-direction: column;
  }
  .ecocad__keys-item-content, .ecocad__keys-item-image {
    flex-basis: 100%;
  }
}

@media (max-width: 768px) {
  .ecocad__info-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .ecocad__info-video-wrapper {
    margin-top: 36px;
  }
  .ecocad__footer {
    height: 460px;
  }
}

@media (max-width: 550px) {
  .ecocad__info-video-wrapper {
    width: 100%;
    height: 193px;
  }
  .ecocad__keys-item-image {
    height: 219px;
  }
}
/* End */


/* Start:/local/templates/main/assets/css/magnific-popup.css?17725251426852*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/style.css?17725251421722 */
/* /local/templates/main/components/bitrix/catalog.element/product/style.css?17800225234141 */
/* /local/templates/main/components/bitrix/catalog.element/product/landings/dio-eco-cad/style.css?17726299787121 */
/* /local/templates/main/assets/css/magnific-popup.css?17725251426852 */
