

/* Start:/local/templates/.default/components/bitrix/news.detail/services/lightzoom/style.css?17556012103196*/
/**
 * jQuery lightzoom v1.1.0
 */

a.lightzoom {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

#lz-container {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  white-space: nowrap;
  position: absolute;
  z-index: 9999990 !important;
}

#lz-container img {
	max-width: 1000% !important;
	max-height: 1000% !important;
	height: 100% !important;
	width: auto !important;
	background-color: #092B51 !important;
	padding: 0 !important;
}

#lz-box {
  /*position: fixed;*/
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  z-index: 9999998 !important;
  overflow-x: scroll;
}

#lz-overlay {
  display: block;
  opacity: 0 !important;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999991 !important;
  pointer-events: none;
}
/*
#lz-box:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
*/
#lz-box img {
  float: none;
  display: inline-block;
  max-height: 80%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  opacity: 0;
  position: relative;
  z-index: 9999995 !important;
}

#lz-box p {
  position: relative;
  bottom: 0;
  margin-top: -30px;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 18px;
  z-index: 9999997 !important;
}

#lz-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("/local/templates/.default/components/bitrix/news.detail/services/lightzoom/image/close.png") center center no-repeat;
  width: 106px;
  height: 106px;
  text-indent: -9999px;
  padding: 0;
  opacity: 1;
  z-index: 9999999 !important;
}

#lz-close:hover {
  opacity: 1;
}

#lz-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999999 !important;
}

#lz-loading-center > .lz-loading-center-box {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.lz-object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#lz-object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#lz-object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#lz-object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/services/critical-seo.css?17869528451404*/
.service-content-cta {
	min-height: 48px;
	padding: 12px 24px;
	border: 2px solid #a7d93a;
	border-radius: 28px;
	background: #a7d93a;
	color: #000;
	cursor: pointer;
	font: 700 16px/1.2 "Geometria", sans-serif;
	transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.button__header-button > a,
.button-menu__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
}

.button__header-button > a {
	font-size: 14px;
}

.service-content-cta:hover,
.service-content-cta:focus-visible {
	border-color: #fff;
	background: transparent;
	color: #fff;
	outline: none;
}

.service-content-lead {
	margin: 0 0 32px;
	font-size: clamp(20px, 2vw, 28px);
	line-height: 1.35;
}

.section2-transdetail__map > a.lightzoom {
	display: block;
}

.section2-transdetail__map picture,
.section2-transdetail__map img {
	display: block;
	width: 100%;
	height: auto;
}

.service-related-links {
	padding-top: 56px;
	padding-bottom: 56px;
}

.service-related-links h2 {
	margin: 0 0 24px;
}

.service-related-links ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 28px;
	margin: 0;
	padding-left: 22px;
}

.service-related-links a {
	color: #4b92ff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 600px) {
	.service-related-links ul {
		grid-template-columns: 1fr;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/services/lightzoom/style.css?17556012103196 */
/* /local/templates/.default/components/bitrix/news.detail/services/critical-seo.css?17869528451404 */
