

/* Start:/local/templates/html/page/min-bei/min-bei.css?175896911265324*/
body {
  color: var(--color-primary-black);
  /* colors for-page */
  --color-primary: #005eb8;
  --color-primary-light: #0090e5;
  --color-primary-aqua: #00a9e5;
  --color-primary-black: #000;
  --color-primary-white: #fff;
  /* colors for page */
  /* font for page */
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  /* font for page */
  --header-height: 44px;
  --section-gap: 80px;
}

picture {
  overflow: hidden;
}

.min-bei h1,
.min-bei h2,
.min-bei h3,
.min-bei h4,
.min-bei h5 {
  margin: 0;
  padding: 0;
}

.min-bei * {
  text-wrap: balance;
  content-visibility: auto;
}

.min-bei .page-header-section {
  display: none;
}

.min-bei section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.min-bei section.description {
  gap: 24px;
}

/* fonts */

/* заголовки все */
*.font-h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
/* h2, заголовки grid-карточек */
*.font-h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
/* подзаголовок жирныый */
*.font-subtitle-bold {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}
/*  */
*.font-subtitle-regular {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}
/* цитата дракона */
*.font-quote {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}
/* аббревиатура города */
*.font-city-abbr {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}

/* \fonts */


/* assets */

.container .min-bei {
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .container .min-bei:has( .dev-krainet) {
    padding-bottom: 110px;
  }
}

.min-bei section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.min-bei section:has( .numeric) {
  counter-reset: grid-cards;
}

.numeric {
  counter-increment: grid-cards;
}

.counter-output::before {
  content: counter(grid-cards, decimal-leading-zero);
}

.card {
  position: relative;
  min-height: 192px;
  border: 1px solid var(--color-primary-aqua);
  color: var(--color-primary-aqua);
  background-color: var(--color-primary-white);
  --icon-mask-color: var(--color-primary-aqua);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

@supports (-moz-appearance: none) {
  .card {
    border-width: 2px;
  }
}

picture.card {
  padding: 0;
  border-width: 2px;
}

.card.aqua,
.card.dark,
.card.light {
  border-color: transparent;
  color: var(--color-primary-white);
  --icon-mask-color: var(--color-primary-white);
}

.card.aqua {
  background-image: linear-gradient(89.8deg, #00a9e5 0.99%, rgba(0, 169, 229, 0.7) 99.04%),
  url("/upload/min-bei/svg/thesis-card.svg"),
  linear-gradient(0deg, #01a9e5, #01a9e5);
}
.card.dark {
  background-color: var(--color-primary);
}
.card.light {
  background-color: var(--color-primary-light);
}
.image-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.image-card img {
  width: 100%;
  height: auto;
  min-height: 235px;
}

img[src*="minbei-1"] {
  aspect-ratio: 781 / 754;
}

img[src*="minbei-2"] {
  aspect-ratio: 918 / 753;
}

img[src*="minbei-3"] {
  aspect-ratio: 782 / 753;
}

/* \assets */

/* sections */
/* hero */
.hero.min-bei {
  position: relative;
  width: 100%;
  height: calc(100dvh - var(--header-height));
  transition: height .1s linear;
  color: var(--color-primary-white);
  background: var(--color-primary-white) center no-repeat;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
  background-size: cover;
  padding: 16px 0 48px;
  margin-bottom: var(--section-gap);
}

.hero.min-bei .bg-symbols {
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 327 / 319;
  height: auto;
  max-height: 120%;
  /*width: 102%;*/
  width: 61%;
  min-width: 327px;
  transform: translate(9%, -12%);
}

.hero.min-bei .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  position: relative;
}

.min-bei--quote-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 100%;
}

.min-bei--quote {
  max-width: 654px;
  min-width: 288px;
  position: relative;
  z-index: 5;
  align-self: flex-start;
}
.min-bei--quote::before {
  content: '';
  position: absolute;
  top: 100%;
  left: var(--before-x-position);
  width: 0;
  height: 0;
  border-top: var(--triangle-height) solid var(--quote-bg);
  border-left: calc(var(--triangle-width) * .8) solid transparent;
  border-right: calc(var(--triangle-width) * .2) solid transparent;
}

.minbei--3d-model-container {
  position: relative;
  z-index: 0;
  flex: 0 1 auto;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 5 / 5;
  cursor: url("/upload/min-bei/svg/cursor-360-80.svg"), auto;
}
/*.minbei--3d-model-container:not(.active) * {
  pointer-events: none;
}*/

@media (orientation: landscape), (orientation: portrait) and (min-aspect-ratio: 4 / 5) {
  .minbei--3d-model-container {
    width: auto;
    height: 100%;
    bottom: 0;
  }
}

@media (orientation: portrait) and (max-aspect-ratio: 4 / 5) {
  .min-bei--quote-wrapper {
    justify-content: space-between;
  }

  .minbei--3d-model-container {
    width: 100%;
    height: auto;
  }
}

.hero.min-bei .canvas {
  position: absolute;
  inset: 0;
  outline: none;
  z-index: 2;
}

.hero.min-bei .loading-bg:not(.processing) {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .5s ease;
}
.hero.min-bei .loading-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #ffffffcc;
  backdrop-filter: blur(5px);
  outline: none;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary-aqua);
}

.hero.min-bei .loader,
.hero.min-bei .load-progress {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1;
}

.hero.min-bei .loader {
  position: relative;
  width: 60px;
  background: grey;
  padding: 4px;
  overflow: hidden;
}

.hero.min-bei .progress-fill {
  content: '';
  bottom: 0;
  display: block;
  background: var(--color-primary-aqua);
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 0;
  transition: height .1s ease;
}

.hero.min-bei .load-progress {
  width: 100%;
  background: #fff;
  padding: 10px;
  z-index: 1;
}

/* \hero */
/* reason-block */

.grid-5-cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  min-width: 0;
  gap: 16px;
}

.grid-5-cards p {
  max-width: 406px;
}

.min-bei section.description .card:not(.image-card) {
  justify-content: space-between;
}

i.mib-icon {
  display: block;
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--icon-mask-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-position: center;
  -webkit-mask-position: center;
}
.mib-star {
  mask-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7076 7.00066C25.5375 6.69716 25.2896 6.44446 24.9894 6.26859C24.6892 6.09271 24.3475 6 23.9996 6C23.6517 6 23.31 6.09271 23.0098 6.26859C22.7096 6.44446 22.4617 6.69716 22.2916 7.00066C21.8916 7.72866 21.507 8.46599 21.1376 9.21266C19.974 11.5746 18.9847 14.0184 18.1776 16.5247C17.8996 17.3867 17.0756 17.9847 16.1316 18.0107C13.2701 18.0859 10.4178 18.37 7.59762 18.8607C6.04962 19.1327 5.46762 20.8967 6.56762 21.9727C6.81829 22.2193 7.07162 22.4627 7.32762 22.7027C9.24174 24.5104 11.2656 26.1982 13.3876 27.7567C14.1216 28.2947 14.4236 29.2167 14.1436 30.0607C13.077 33.2668 12.3137 36.5659 11.8636 39.9147C11.6636 41.4247 13.2796 42.4907 14.6836 41.7707C17.4677 40.3431 20.13 38.6896 22.6436 36.8267C23.0373 36.5393 23.5122 36.3844 23.9996 36.3844C24.4871 36.3844 24.9619 36.5393 25.3556 36.8267C27.8688 38.6903 30.5311 40.3439 33.3156 41.7707C34.7176 42.4907 36.3356 41.4247 36.1356 39.9147C36.0583 39.348 35.9736 38.7847 35.8816 38.2247C35.4196 35.4548 34.7422 32.7252 33.8556 30.0607C33.5756 29.2167 33.8756 28.2947 34.6116 27.7567C37.0191 25.9926 39.2982 24.0598 41.4316 21.9727C42.5316 20.8967 41.9516 19.1327 40.4016 18.8607C37.5818 18.3671 34.7294 18.083 31.8676 18.0107C31.4152 18.0035 30.9759 17.8569 30.6098 17.591C30.2437 17.3251 29.9684 16.9527 29.8216 16.5247C28.759 13.226 27.3813 10.0353 25.7076 7.00066Z' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7076 7.00066C25.5375 6.69716 25.2896 6.44446 24.9894 6.26859C24.6892 6.09271 24.3475 6 23.9996 6C23.6517 6 23.31 6.09271 23.0098 6.26859C22.7096 6.44446 22.4617 6.69716 22.2916 7.00066C21.8916 7.72866 21.507 8.46599 21.1376 9.21266C19.974 11.5746 18.9847 14.0184 18.1776 16.5247C17.8996 17.3867 17.0756 17.9847 16.1316 18.0107C13.2701 18.0859 10.4178 18.37 7.59762 18.8607C6.04962 19.1327 5.46762 20.8967 6.56762 21.9727C6.81829 22.2193 7.07162 22.4627 7.32762 22.7027C9.24174 24.5104 11.2656 26.1982 13.3876 27.7567C14.1216 28.2947 14.4236 29.2167 14.1436 30.0607C13.077 33.2668 12.3137 36.5659 11.8636 39.9147C11.6636 41.4247 13.2796 42.4907 14.6836 41.7707C17.4677 40.3431 20.13 38.6896 22.6436 36.8267C23.0373 36.5393 23.5122 36.3844 23.9996 36.3844C24.4871 36.3844 24.9619 36.5393 25.3556 36.8267C27.8688 38.6903 30.5311 40.3439 33.3156 41.7707C34.7176 42.4907 36.3356 41.4247 36.1356 39.9147C36.0583 39.348 35.9736 38.7847 35.8816 38.2247C35.4196 35.4548 34.7422 32.7252 33.8556 30.0607C33.5756 29.2167 33.8756 28.2947 34.6116 27.7567C37.0191 25.9926 39.2982 24.0598 41.4316 21.9727C42.5316 20.8967 41.9516 19.1327 40.4016 18.8607C37.5818 18.3671 34.7294 18.083 31.8676 18.0107C31.4152 18.0035 30.9759 17.8569 30.6098 17.591C30.2437 17.3251 29.9684 16.9527 29.8216 16.5247C28.759 13.226 27.3813 10.0353 25.7076 7.00066Z' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.mib-bulb {
  mask-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.18 29.9987C11.4013 28.2388 10.9994 26.3355 11 24.411C11 17.0014 16.82 10.9997 24 10.9997C31.18 10.9997 37 17.0034 37 24.411C37.0006 26.3355 36.5987 28.2388 35.82 29.9987M24 4V5.9999M44 23.999H42M6 23.999H4M38.14 9.85771L36.726 11.2716M11.274 11.2736L9.86 9.85971M29.034 38.6123C31.054 37.9583 31.866 36.1084 32.094 34.2485C32.162 33.6925 31.704 33.2306 31.144 33.2306H16.954C16.8172 33.2284 16.6816 33.2553 16.556 33.3094C16.4304 33.3636 16.3178 33.4438 16.2255 33.5448C16.1332 33.6457 16.0635 33.7651 16.0208 33.8951C15.9781 34.025 15.9635 34.1625 15.978 34.2985C16.202 36.1544 16.766 37.5103 18.906 38.6103M29.034 38.6123L18.906 38.6103M29.034 38.6123C28.792 42.5021 27.668 44.042 24.014 43.998C20.106 44.07 19.206 42.1641 18.906 38.6103' stroke='%2300A9E5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.18 29.9987C11.4013 28.2388 10.9994 26.3355 11 24.411C11 17.0014 16.82 10.9997 24 10.9997C31.18 10.9997 37 17.0034 37 24.411C37.0006 26.3355 36.5987 28.2388 35.82 29.9987M24 4V5.9999M44 23.999H42M6 23.999H4M38.14 9.85771L36.726 11.2716M11.274 11.2736L9.86 9.85971M29.034 38.6123C31.054 37.9583 31.866 36.1084 32.094 34.2485C32.162 33.6925 31.704 33.2306 31.144 33.2306H16.954C16.8172 33.2284 16.6816 33.2553 16.556 33.3094C16.4304 33.3636 16.3178 33.4438 16.2255 33.5448C16.1332 33.6457 16.0635 33.7651 16.0208 33.8951C15.9781 34.025 15.9635 34.1625 15.978 34.2985C16.202 36.1544 16.766 37.5103 18.906 38.6103M29.034 38.6123L18.906 38.6103M29.034 38.6123C28.792 42.5021 27.668 44.042 24.014 43.998C20.106 44.07 19.206 42.1641 18.906 38.6103' stroke='%2300A9E5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.mib-fire {
  mask-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5104 3.52059C21.6888 3.31353 21.9196 3.15929 22.1782 3.07435C22.4367 2.98942 22.7133 2.97699 22.9784 3.0384C30.1944 4.71093 33.8444 12.6882 32.9844 19.8262C32.6524 22.6023 31.8284 24.7772 30.6144 26.5082L30.5924 26.5405C30.867 26.4033 31.123 26.2567 31.3604 26.1006C32.5444 25.3239 33.4124 24.301 34.5444 22.9695L34.9664 22.4732C35.1272 22.2845 35.3317 22.1388 35.5618 22.049C35.7918 21.9591 36.0402 21.9279 36.2851 21.958C36.5299 21.9881 36.7636 22.0787 36.9655 22.2217C37.1674 22.3647 37.3312 22.5557 37.4424 22.7778C38.7041 25.2973 39.2161 28.1312 38.9168 30.9377C38.6175 33.7442 37.5195 36.4034 35.7554 38.5945C33.9913 40.7856 31.6364 42.4149 28.9748 43.286C26.3132 44.1572 23.4586 44.2328 20.7553 43.5038C18.052 42.7748 15.6156 41.2724 13.7399 39.1777C11.8642 37.0831 10.6295 34.4857 10.1845 31.6989C9.73955 28.9121 10.1034 26.055 11.2323 23.4722C12.3611 20.8893 14.2067 18.6912 16.5464 17.1429L16.6804 17.0057C16.7516 16.9369 16.8279 16.8735 16.9084 16.816C18.6384 15.6398 19.8824 14.6775 20.7204 13.5477C21.5104 12.4804 21.9964 11.1771 21.9964 9.20192C21.9998 7.78473 21.7435 6.37912 21.2404 5.05592C21.1434 4.79966 21.1173 4.52162 21.1648 4.25153C21.2124 3.98145 21.3318 3.72748 21.5104 3.52059ZM24.8384 7.03914C24.9437 7.74662 24.9964 8.46754 24.9964 9.20192C24.9964 11.7601 24.3404 13.7151 23.1224 15.3594C21.9804 16.9048 20.3964 18.0891 18.7064 19.2431L18.5604 19.3904C18.4808 19.4666 18.3952 19.5361 18.3044 19.5982C16.5136 20.7528 15.0751 22.3855 14.1485 24.315C13.2219 26.2444 12.8434 28.3951 13.0552 30.5284C13.2669 32.6616 14.0605 34.694 15.3479 36.3998C16.6353 38.1057 18.3661 39.4182 20.3483 40.1919C22.3304 40.9655 24.4863 41.1699 26.5766 40.7824C28.6669 40.3949 30.6098 39.4306 32.1898 37.9966C33.7697 36.5626 34.9248 34.715 35.5269 32.6589C36.1289 30.6028 36.1544 28.4186 35.6004 26.3488C34.8404 27.178 34.0004 27.981 32.9944 28.6407C31.1464 29.8492 28.8344 30.5392 25.4964 30.5392C25.1635 30.5393 24.8401 30.4277 24.577 30.2221C24.3139 30.0164 24.1261 29.7283 24.0432 29.4031C23.9602 29.0779 23.9869 28.7341 24.1189 28.4259C24.2509 28.1177 24.4808 27.8625 24.7724 27.7005C26.1304 26.946 27.2804 26.024 28.1664 24.763C29.0464 23.5041 29.7244 21.8235 30.0064 19.465C30.6204 14.3587 28.5264 9.31893 24.8384 7.03712' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5104 3.52059C21.6888 3.31353 21.9196 3.15929 22.1782 3.07435C22.4367 2.98942 22.7133 2.97699 22.9784 3.0384C30.1944 4.71093 33.8444 12.6882 32.9844 19.8262C32.6524 22.6023 31.8284 24.7772 30.6144 26.5082L30.5924 26.5405C30.867 26.4033 31.123 26.2567 31.3604 26.1006C32.5444 25.3239 33.4124 24.301 34.5444 22.9695L34.9664 22.4732C35.1272 22.2845 35.3317 22.1388 35.5618 22.049C35.7918 21.9591 36.0402 21.9279 36.2851 21.958C36.5299 21.9881 36.7636 22.0787 36.9655 22.2217C37.1674 22.3647 37.3312 22.5557 37.4424 22.7778C38.7041 25.2973 39.2161 28.1312 38.9168 30.9377C38.6175 33.7442 37.5195 36.4034 35.7554 38.5945C33.9913 40.7856 31.6364 42.4149 28.9748 43.286C26.3132 44.1572 23.4586 44.2328 20.7553 43.5038C18.052 42.7748 15.6156 41.2724 13.7399 39.1777C11.8642 37.0831 10.6295 34.4857 10.1845 31.6989C9.73955 28.9121 10.1034 26.055 11.2323 23.4722C12.3611 20.8893 14.2067 18.6912 16.5464 17.1429L16.6804 17.0057C16.7516 16.9369 16.8279 16.8735 16.9084 16.816C18.6384 15.6398 19.8824 14.6775 20.7204 13.5477C21.5104 12.4804 21.9964 11.1771 21.9964 9.20192C21.9998 7.78473 21.7435 6.37912 21.2404 5.05592C21.1434 4.79966 21.1173 4.52162 21.1648 4.25153C21.2124 3.98145 21.3318 3.72748 21.5104 3.52059ZM24.8384 7.03914C24.9437 7.74662 24.9964 8.46754 24.9964 9.20192C24.9964 11.7601 24.3404 13.7151 23.1224 15.3594C21.9804 16.9048 20.3964 18.0891 18.7064 19.2431L18.5604 19.3904C18.4808 19.4666 18.3952 19.5361 18.3044 19.5982C16.5136 20.7528 15.0751 22.3855 14.1485 24.315C13.2219 26.2444 12.8434 28.3951 13.0552 30.5284C13.2669 32.6616 14.0605 34.694 15.3479 36.3998C16.6353 38.1057 18.3661 39.4182 20.3483 40.1919C22.3304 40.9655 24.4863 41.1699 26.5766 40.7824C28.6669 40.3949 30.6098 39.4306 32.1898 37.9966C33.7697 36.5626 34.9248 34.715 35.5269 32.6589C36.1289 30.6028 36.1544 28.4186 35.6004 26.3488C34.8404 27.178 34.0004 27.981 32.9944 28.6407C31.1464 29.8492 28.8344 30.5392 25.4964 30.5392C25.1635 30.5393 24.8401 30.4277 24.577 30.2221C24.3139 30.0164 24.1261 29.7283 24.0432 29.4031C23.9602 29.0779 23.9869 28.7341 24.1189 28.4259C24.2509 28.1177 24.4808 27.8625 24.7724 27.7005C26.1304 26.946 27.2804 26.024 28.1664 24.763C29.0464 23.5041 29.7244 21.8235 30.0064 19.465C30.6204 14.3587 28.5264 9.31893 24.8384 7.03712' fill='white'/%3E%3C/svg%3E%0A");
}
.mib-rocket {
  mask-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_320_334' fill='white'%3E%3Cpath d='M25.7975 15.488C26.6868 14.6 27.8927 14.1014 29.15 14.1018C30.4072 14.1023 31.6128 14.6018 32.5015 15.4904C33.3902 16.379 33.8892 17.584 33.8887 18.8403C33.8883 20.0966 33.3884 21.3012 32.4991 22.1892C32.0587 22.6289 31.536 22.9776 30.9608 23.2155C30.3856 23.4533 29.7691 23.5756 29.1466 23.5754C27.8894 23.5749 26.6838 23.0755 25.7951 22.1868C24.9064 21.2982 24.4074 20.0932 24.4078 18.8369C24.4083 17.5807 24.9081 16.376 25.7975 15.488ZM30.8243 17.1663C30.6045 16.9464 30.3435 16.7718 30.0562 16.6527C29.769 16.5336 29.461 16.4721 29.15 16.4719C28.8389 16.4717 28.5309 16.5327 28.2434 16.6514C27.956 16.7701 27.6947 16.9443 27.4747 17.1639C27.0301 17.6074 26.7802 18.2092 26.7797 18.8369C26.7793 19.4646 27.0284 20.0668 27.4723 20.5109C27.9162 20.9551 28.5184 21.2049 29.1466 21.2053C29.7748 21.2058 30.3774 20.9568 30.8219 20.5133C31.2664 20.0698 31.5164 19.468 31.5168 18.8403C31.5173 18.2126 31.2682 17.6104 30.8243 17.1663ZM28.1555 34.6363C27.4921 34.9503 26.7478 35.0517 26.0246 34.9265C25.3013 34.8013 24.6345 34.4557 24.1155 33.937L22.6685 32.4934L20.932 35.3853C20.8393 35.5398 20.7127 35.6711 20.5617 35.7693C20.4107 35.8676 20.2393 35.9302 20.0605 35.9523C19.8817 35.9745 19.7002 35.9556 19.5297 35.8972C19.3593 35.8388 19.2044 35.7424 19.0769 35.6153L12.3634 28.9046C12.236 28.7773 12.1393 28.6227 12.0807 28.4525C12.0221 28.2823 12.003 28.1009 12.025 27.9223C12.0469 27.7436 12.1093 27.5723 12.2074 27.4213C12.3055 27.2703 12.4367 27.1437 12.5911 27.0509L15.4853 25.3158L14.0382 23.8698C13.5191 23.3512 13.1732 22.6849 13.0479 21.9622C12.9226 21.2396 13.0241 20.4958 13.3384 19.833L10.6814 17.1781C10.4591 16.9559 10.3341 16.6545 10.3341 16.3402C10.3341 16.0259 10.4591 15.7245 10.6814 15.5022L13.196 12.9896C14.2356 11.9491 15.5723 11.2561 17.0223 11.0061C18.4722 10.7561 19.9641 10.9613 21.2925 11.5934L23.5177 9.37234C25.4445 7.44514 27.8628 6.08221 30.5101 5.43155C33.1574 4.7809 35.9325 4.86737 38.5341 5.6816C40.337 6.24576 41.7533 7.65853 42.3179 9.46242C43.1327 12.062 43.2193 14.8349 42.5681 17.4802C41.9169 20.1255 40.553 22.5419 38.6243 24.4672L36.4015 26.6906C37.0338 28.0183 37.2388 29.5091 36.9881 30.958C36.7375 32.4068 36.0435 33.7424 35.0018 34.7809L32.4896 37.2935C32.2672 37.5157 31.9655 37.6405 31.651 37.6405C31.3365 37.6405 31.0349 37.5157 30.8124 37.2935L28.1555 34.6363ZM37.8248 7.94535C35.6368 7.26027 33.3028 7.18728 31.0762 7.7343C28.8496 8.28132 26.8155 9.42745 25.1949 11.0482L23.2591 12.9801L23.2686 12.9896L21.5914 14.6655L21.582 14.656L16.548 19.686L16.5575 19.6955L15.6015 20.6508C15.4323 20.879 15.3507 21.1603 15.3716 21.4435C15.3925 21.7267 15.5145 21.993 15.7154 22.1939L25.7927 32.2611C25.9942 32.4621 26.2614 32.5839 26.5453 32.6044C26.8293 32.6248 27.1112 32.5425 27.3394 32.3725L28.2931 31.422L28.3002 31.4315L33.3341 26.4014L33.327 26.392L35.0042 24.7161L35.0113 24.7255L36.9471 22.7913C38.5699 21.1719 39.7177 19.1392 40.2656 16.9138C40.8134 14.6885 40.7405 12.3557 40.0547 10.1688C39.8907 9.64562 39.6021 9.17001 39.2137 8.78275C38.8253 8.39548 38.3487 8.10814 37.8248 7.94535ZM29.9798 33.1073L31.6498 34.7785L33.327 33.1026C33.9161 32.5152 34.3403 31.7832 34.5568 30.9802C34.7733 30.1772 34.7746 29.3314 34.5606 28.5277L29.9798 33.1073ZM19.4517 13.4329C18.6474 13.219 17.8009 13.2203 16.9973 13.4367C16.1937 13.653 15.4611 14.0768 14.8732 14.6655L13.1984 16.3414L14.8708 18.0101L19.4517 13.4329ZM20.9391 30.7654L17.2146 27.0438L15.1128 28.3001L19.6794 32.8656L20.9391 30.7654ZM14.05 35.601C14.1676 35.4927 14.2621 35.3618 14.3277 35.2161C14.3934 35.0704 14.4288 34.913 14.432 34.7532C14.4352 34.5935 14.4061 34.4348 14.3463 34.2866C14.2866 34.1384 14.1974 34.0038 14.0843 33.8909C13.9711 33.778 13.8363 33.6891 13.6879 33.6296C13.5395 33.5701 13.3806 33.5412 13.2207 33.5446C13.0609 33.548 12.9034 33.5837 12.7577 33.6495C12.6119 33.7153 12.4811 33.8099 12.3729 33.9275L8.1787 38.1184C8.06541 38.2277 7.97505 38.3585 7.91289 38.5031C7.85072 38.6477 7.818 38.8032 7.81663 38.9606C7.81526 39.118 7.84527 39.2741 7.90491 39.4197C7.96455 39.5654 8.05263 39.6977 8.164 39.809C8.27537 39.9203 8.4078 40.0083 8.55357 40.0679C8.69934 40.1275 8.85553 40.1575 9.01302 40.1561C9.17052 40.1547 9.32616 40.122 9.47087 40.0599C9.61559 39.9978 9.74647 39.9075 9.85589 39.7943L14.05 35.601ZM10.6933 30.5734C10.9157 30.7956 11.0406 31.097 11.0406 31.4113C11.0406 31.7256 10.9157 32.027 10.6933 32.2493L9.00899 33.9299C8.78498 34.1455 8.48519 34.2645 8.17418 34.2614C7.86317 34.2583 7.56584 34.1332 7.34622 33.9131C7.12661 33.6931 7.00228 33.3956 7.00003 33.0848C6.99778 32.7741 7.11777 32.4748 7.33417 32.2516L9.01611 30.5734C9.23854 30.3512 9.54018 30.2264 9.8547 30.2264C10.1692 30.2264 10.4709 30.3512 10.6933 30.5734ZM17.4068 38.9575C17.6228 38.734 17.7424 38.4346 17.7397 38.1239C17.737 37.8131 17.6123 37.5158 17.3923 37.2961C17.1724 37.0763 16.8749 36.9517 16.5639 36.949C16.2529 36.9463 15.9533 37.0658 15.7296 37.2817L14.0477 38.9623C13.9344 39.0716 13.844 39.2024 13.7819 39.347C13.7197 39.4916 13.687 39.6471 13.6856 39.8045C13.6842 39.9619 13.7142 40.1179 13.7739 40.2636C13.8335 40.4092 13.9216 40.5416 14.033 40.6529C14.1443 40.7641 14.2768 40.8521 14.4225 40.9117C14.5683 40.9713 14.7245 41.0013 14.882 41C15.0395 40.9986 15.1951 40.9659 15.3398 40.9038C15.4846 40.8417 15.6154 40.7514 15.7249 40.6382L17.4068 38.9575Z'/%3E%3C/mask%3E%3Cpath d='M25.7975 15.488C26.6868 14.6 27.8927 14.1014 29.15 14.1018C30.4072 14.1023 31.6128 14.6018 32.5015 15.4904C33.3902 16.379 33.8892 17.584 33.8887 18.8403C33.8883 20.0966 33.3884 21.3012 32.4991 22.1892C32.0587 22.6289 31.536 22.9776 30.9608 23.2155C30.3856 23.4533 29.7691 23.5756 29.1466 23.5754C27.8894 23.5749 26.6838 23.0755 25.7951 22.1868C24.9064 21.2982 24.4074 20.0932 24.4078 18.8369C24.4083 17.5807 24.9081 16.376 25.7975 15.488ZM30.8243 17.1663C30.6045 16.9464 30.3435 16.7718 30.0562 16.6527C29.769 16.5336 29.461 16.4721 29.15 16.4719C28.8389 16.4717 28.5309 16.5327 28.2434 16.6514C27.956 16.7701 27.6947 16.9443 27.4747 17.1639C27.0301 17.6074 26.7802 18.2092 26.7797 18.8369C26.7793 19.4646 27.0284 20.0668 27.4723 20.5109C27.9162 20.9551 28.5184 21.2049 29.1466 21.2053C29.7748 21.2058 30.3774 20.9568 30.8219 20.5133C31.2664 20.0698 31.5164 19.468 31.5168 18.8403C31.5173 18.2126 31.2682 17.6104 30.8243 17.1663ZM28.1555 34.6363C27.4921 34.9503 26.7478 35.0517 26.0246 34.9265C25.3013 34.8013 24.6345 34.4557 24.1155 33.937L22.6685 32.4934L20.932 35.3853C20.8393 35.5398 20.7127 35.6711 20.5617 35.7693C20.4107 35.8676 20.2393 35.9302 20.0605 35.9523C19.8817 35.9745 19.7002 35.9556 19.5297 35.8972C19.3593 35.8388 19.2044 35.7424 19.0769 35.6153L12.3634 28.9046C12.236 28.7773 12.1393 28.6227 12.0807 28.4525C12.0221 28.2823 12.003 28.1009 12.025 27.9223C12.0469 27.7436 12.1093 27.5723 12.2074 27.4213C12.3055 27.2703 12.4367 27.1437 12.5911 27.0509L15.4853 25.3158L14.0382 23.8698C13.5191 23.3512 13.1732 22.6849 13.0479 21.9622C12.9226 21.2396 13.0241 20.4958 13.3384 19.833L10.6814 17.1781C10.4591 16.9559 10.3341 16.6545 10.3341 16.3402C10.3341 16.0259 10.4591 15.7245 10.6814 15.5022L13.196 12.9896C14.2356 11.9491 15.5723 11.2561 17.0223 11.0061C18.4722 10.7561 19.9641 10.9613 21.2925 11.5934L23.5177 9.37234C25.4445 7.44514 27.8628 6.08221 30.5101 5.43155C33.1574 4.7809 35.9325 4.86737 38.5341 5.6816C40.337 6.24576 41.7533 7.65853 42.3179 9.46242C43.1327 12.062 43.2193 14.8349 42.5681 17.4802C41.9169 20.1255 40.553 22.5419 38.6243 24.4672L36.4015 26.6906C37.0338 28.0183 37.2388 29.5091 36.9881 30.958C36.7375 32.4068 36.0435 33.7424 35.0018 34.7809L32.4896 37.2935C32.2672 37.5157 31.9655 37.6405 31.651 37.6405C31.3365 37.6405 31.0349 37.5157 30.8124 37.2935L28.1555 34.6363ZM37.8248 7.94535C35.6368 7.26027 33.3028 7.18728 31.0762 7.7343C28.8496 8.28132 26.8155 9.42745 25.1949 11.0482L23.2591 12.9801L23.2686 12.9896L21.5914 14.6655L21.582 14.656L16.548 19.686L16.5575 19.6955L15.6015 20.6508C15.4323 20.879 15.3507 21.1603 15.3716 21.4435C15.3925 21.7267 15.5145 21.993 15.7154 22.1939L25.7927 32.2611C25.9942 32.4621 26.2614 32.5839 26.5453 32.6044C26.8293 32.6248 27.1112 32.5425 27.3394 32.3725L28.2931 31.422L28.3002 31.4315L33.3341 26.4014L33.327 26.392L35.0042 24.7161L35.0113 24.7255L36.9471 22.7913C38.5699 21.1719 39.7177 19.1392 40.2656 16.9138C40.8134 14.6885 40.7405 12.3557 40.0547 10.1688C39.8907 9.64562 39.6021 9.17001 39.2137 8.78275C38.8253 8.39548 38.3487 8.10814 37.8248 7.94535ZM29.9798 33.1073L31.6498 34.7785L33.327 33.1026C33.9161 32.5152 34.3403 31.7832 34.5568 30.9802C34.7733 30.1772 34.7746 29.3314 34.5606 28.5277L29.9798 33.1073ZM19.4517 13.4329C18.6474 13.219 17.8009 13.2203 16.9973 13.4367C16.1937 13.653 15.4611 14.0768 14.8732 14.6655L13.1984 16.3414L14.8708 18.0101L19.4517 13.4329ZM20.9391 30.7654L17.2146 27.0438L15.1128 28.3001L19.6794 32.8656L20.9391 30.7654ZM14.05 35.601C14.1676 35.4927 14.2621 35.3618 14.3277 35.2161C14.3934 35.0704 14.4288 34.913 14.432 34.7532C14.4352 34.5935 14.4061 34.4348 14.3463 34.2866C14.2866 34.1384 14.1974 34.0038 14.0843 33.8909C13.9711 33.778 13.8363 33.6891 13.6879 33.6296C13.5395 33.5701 13.3806 33.5412 13.2207 33.5446C13.0609 33.548 12.9034 33.5837 12.7577 33.6495C12.6119 33.7153 12.4811 33.8099 12.3729 33.9275L8.1787 38.1184C8.06541 38.2277 7.97505 38.3585 7.91289 38.5031C7.85072 38.6477 7.818 38.8032 7.81663 38.9606C7.81526 39.118 7.84527 39.2741 7.90491 39.4197C7.96455 39.5654 8.05263 39.6977 8.164 39.809C8.27537 39.9203 8.4078 40.0083 8.55357 40.0679C8.69934 40.1275 8.85553 40.1575 9.01302 40.1561C9.17052 40.1547 9.32616 40.122 9.47087 40.0599C9.61559 39.9978 9.74647 39.9075 9.85589 39.7943L14.05 35.601ZM10.6933 30.5734C10.9157 30.7956 11.0406 31.097 11.0406 31.4113C11.0406 31.7256 10.9157 32.027 10.6933 32.2493L9.00899 33.9299C8.78498 34.1455 8.48519 34.2645 8.17418 34.2614C7.86317 34.2583 7.56584 34.1332 7.34622 33.9131C7.12661 33.6931 7.00228 33.3956 7.00003 33.0848C6.99778 32.7741 7.11777 32.4748 7.33417 32.2516L9.01611 30.5734C9.23854 30.3512 9.54018 30.2264 9.8547 30.2264C10.1692 30.2264 10.4709 30.3512 10.6933 30.5734ZM17.4068 38.9575C17.6228 38.734 17.7424 38.4346 17.7397 38.1239C17.737 37.8131 17.6123 37.5158 17.3923 37.2961C17.1724 37.0763 16.8749 36.9517 16.5639 36.949C16.2529 36.9463 15.9533 37.0658 15.7296 37.2817L14.0477 38.9623C13.9344 39.0716 13.844 39.2024 13.7819 39.347C13.7197 39.4916 13.687 39.6471 13.6856 39.8045C13.6842 39.9619 13.7142 40.1179 13.7739 40.2636C13.8335 40.4092 13.9216 40.5416 14.033 40.6529C14.1443 40.7641 14.2768 40.8521 14.4225 40.9117C14.5683 40.9713 14.7245 41.0013 14.882 41C15.0395 40.9986 15.1951 40.9659 15.3398 40.9038C15.4846 40.8417 15.6154 40.7514 15.7249 40.6382L17.4068 38.9575Z' fill='white' stroke='white' stroke-width='2' mask='url(%23path-1-inside-1_320_334)'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_320_334' fill='white'%3E%3Cpath d='M25.7975 15.488C26.6868 14.6 27.8927 14.1014 29.15 14.1018C30.4072 14.1023 31.6128 14.6018 32.5015 15.4904C33.3902 16.379 33.8892 17.584 33.8887 18.8403C33.8883 20.0966 33.3884 21.3012 32.4991 22.1892C32.0587 22.6289 31.536 22.9776 30.9608 23.2155C30.3856 23.4533 29.7691 23.5756 29.1466 23.5754C27.8894 23.5749 26.6838 23.0755 25.7951 22.1868C24.9064 21.2982 24.4074 20.0932 24.4078 18.8369C24.4083 17.5807 24.9081 16.376 25.7975 15.488ZM30.8243 17.1663C30.6045 16.9464 30.3435 16.7718 30.0562 16.6527C29.769 16.5336 29.461 16.4721 29.15 16.4719C28.8389 16.4717 28.5309 16.5327 28.2434 16.6514C27.956 16.7701 27.6947 16.9443 27.4747 17.1639C27.0301 17.6074 26.7802 18.2092 26.7797 18.8369C26.7793 19.4646 27.0284 20.0668 27.4723 20.5109C27.9162 20.9551 28.5184 21.2049 29.1466 21.2053C29.7748 21.2058 30.3774 20.9568 30.8219 20.5133C31.2664 20.0698 31.5164 19.468 31.5168 18.8403C31.5173 18.2126 31.2682 17.6104 30.8243 17.1663ZM28.1555 34.6363C27.4921 34.9503 26.7478 35.0517 26.0246 34.9265C25.3013 34.8013 24.6345 34.4557 24.1155 33.937L22.6685 32.4934L20.932 35.3853C20.8393 35.5398 20.7127 35.6711 20.5617 35.7693C20.4107 35.8676 20.2393 35.9302 20.0605 35.9523C19.8817 35.9745 19.7002 35.9556 19.5297 35.8972C19.3593 35.8388 19.2044 35.7424 19.0769 35.6153L12.3634 28.9046C12.236 28.7773 12.1393 28.6227 12.0807 28.4525C12.0221 28.2823 12.003 28.1009 12.025 27.9223C12.0469 27.7436 12.1093 27.5723 12.2074 27.4213C12.3055 27.2703 12.4367 27.1437 12.5911 27.0509L15.4853 25.3158L14.0382 23.8698C13.5191 23.3512 13.1732 22.6849 13.0479 21.9622C12.9226 21.2396 13.0241 20.4958 13.3384 19.833L10.6814 17.1781C10.4591 16.9559 10.3341 16.6545 10.3341 16.3402C10.3341 16.0259 10.4591 15.7245 10.6814 15.5022L13.196 12.9896C14.2356 11.9491 15.5723 11.2561 17.0223 11.0061C18.4722 10.7561 19.9641 10.9613 21.2925 11.5934L23.5177 9.37234C25.4445 7.44514 27.8628 6.08221 30.5101 5.43155C33.1574 4.7809 35.9325 4.86737 38.5341 5.6816C40.337 6.24576 41.7533 7.65853 42.3179 9.46242C43.1327 12.062 43.2193 14.8349 42.5681 17.4802C41.9169 20.1255 40.553 22.5419 38.6243 24.4672L36.4015 26.6906C37.0338 28.0183 37.2388 29.5091 36.9881 30.958C36.7375 32.4068 36.0435 33.7424 35.0018 34.7809L32.4896 37.2935C32.2672 37.5157 31.9655 37.6405 31.651 37.6405C31.3365 37.6405 31.0349 37.5157 30.8124 37.2935L28.1555 34.6363ZM37.8248 7.94535C35.6368 7.26027 33.3028 7.18728 31.0762 7.7343C28.8496 8.28132 26.8155 9.42745 25.1949 11.0482L23.2591 12.9801L23.2686 12.9896L21.5914 14.6655L21.582 14.656L16.548 19.686L16.5575 19.6955L15.6015 20.6508C15.4323 20.879 15.3507 21.1603 15.3716 21.4435C15.3925 21.7267 15.5145 21.993 15.7154 22.1939L25.7927 32.2611C25.9942 32.4621 26.2614 32.5839 26.5453 32.6044C26.8293 32.6248 27.1112 32.5425 27.3394 32.3725L28.2931 31.422L28.3002 31.4315L33.3341 26.4014L33.327 26.392L35.0042 24.7161L35.0113 24.7255L36.9471 22.7913C38.5699 21.1719 39.7177 19.1392 40.2656 16.9138C40.8134 14.6885 40.7405 12.3557 40.0547 10.1688C39.8907 9.64562 39.6021 9.17001 39.2137 8.78275C38.8253 8.39548 38.3487 8.10814 37.8248 7.94535ZM29.9798 33.1073L31.6498 34.7785L33.327 33.1026C33.9161 32.5152 34.3403 31.7832 34.5568 30.9802C34.7733 30.1772 34.7746 29.3314 34.5606 28.5277L29.9798 33.1073ZM19.4517 13.4329C18.6474 13.219 17.8009 13.2203 16.9973 13.4367C16.1937 13.653 15.4611 14.0768 14.8732 14.6655L13.1984 16.3414L14.8708 18.0101L19.4517 13.4329ZM20.9391 30.7654L17.2146 27.0438L15.1128 28.3001L19.6794 32.8656L20.9391 30.7654ZM14.05 35.601C14.1676 35.4927 14.2621 35.3618 14.3277 35.2161C14.3934 35.0704 14.4288 34.913 14.432 34.7532C14.4352 34.5935 14.4061 34.4348 14.3463 34.2866C14.2866 34.1384 14.1974 34.0038 14.0843 33.8909C13.9711 33.778 13.8363 33.6891 13.6879 33.6296C13.5395 33.5701 13.3806 33.5412 13.2207 33.5446C13.0609 33.548 12.9034 33.5837 12.7577 33.6495C12.6119 33.7153 12.4811 33.8099 12.3729 33.9275L8.1787 38.1184C8.06541 38.2277 7.97505 38.3585 7.91289 38.5031C7.85072 38.6477 7.818 38.8032 7.81663 38.9606C7.81526 39.118 7.84527 39.2741 7.90491 39.4197C7.96455 39.5654 8.05263 39.6977 8.164 39.809C8.27537 39.9203 8.4078 40.0083 8.55357 40.0679C8.69934 40.1275 8.85553 40.1575 9.01302 40.1561C9.17052 40.1547 9.32616 40.122 9.47087 40.0599C9.61559 39.9978 9.74647 39.9075 9.85589 39.7943L14.05 35.601ZM10.6933 30.5734C10.9157 30.7956 11.0406 31.097 11.0406 31.4113C11.0406 31.7256 10.9157 32.027 10.6933 32.2493L9.00899 33.9299C8.78498 34.1455 8.48519 34.2645 8.17418 34.2614C7.86317 34.2583 7.56584 34.1332 7.34622 33.9131C7.12661 33.6931 7.00228 33.3956 7.00003 33.0848C6.99778 32.7741 7.11777 32.4748 7.33417 32.2516L9.01611 30.5734C9.23854 30.3512 9.54018 30.2264 9.8547 30.2264C10.1692 30.2264 10.4709 30.3512 10.6933 30.5734ZM17.4068 38.9575C17.6228 38.734 17.7424 38.4346 17.7397 38.1239C17.737 37.8131 17.6123 37.5158 17.3923 37.2961C17.1724 37.0763 16.8749 36.9517 16.5639 36.949C16.2529 36.9463 15.9533 37.0658 15.7296 37.2817L14.0477 38.9623C13.9344 39.0716 13.844 39.2024 13.7819 39.347C13.7197 39.4916 13.687 39.6471 13.6856 39.8045C13.6842 39.9619 13.7142 40.1179 13.7739 40.2636C13.8335 40.4092 13.9216 40.5416 14.033 40.6529C14.1443 40.7641 14.2768 40.8521 14.4225 40.9117C14.5683 40.9713 14.7245 41.0013 14.882 41C15.0395 40.9986 15.1951 40.9659 15.3398 40.9038C15.4846 40.8417 15.6154 40.7514 15.7249 40.6382L17.4068 38.9575Z'/%3E%3C/mask%3E%3Cpath d='M25.7975 15.488C26.6868 14.6 27.8927 14.1014 29.15 14.1018C30.4072 14.1023 31.6128 14.6018 32.5015 15.4904C33.3902 16.379 33.8892 17.584 33.8887 18.8403C33.8883 20.0966 33.3884 21.3012 32.4991 22.1892C32.0587 22.6289 31.536 22.9776 30.9608 23.2155C30.3856 23.4533 29.7691 23.5756 29.1466 23.5754C27.8894 23.5749 26.6838 23.0755 25.7951 22.1868C24.9064 21.2982 24.4074 20.0932 24.4078 18.8369C24.4083 17.5807 24.9081 16.376 25.7975 15.488ZM30.8243 17.1663C30.6045 16.9464 30.3435 16.7718 30.0562 16.6527C29.769 16.5336 29.461 16.4721 29.15 16.4719C28.8389 16.4717 28.5309 16.5327 28.2434 16.6514C27.956 16.7701 27.6947 16.9443 27.4747 17.1639C27.0301 17.6074 26.7802 18.2092 26.7797 18.8369C26.7793 19.4646 27.0284 20.0668 27.4723 20.5109C27.9162 20.9551 28.5184 21.2049 29.1466 21.2053C29.7748 21.2058 30.3774 20.9568 30.8219 20.5133C31.2664 20.0698 31.5164 19.468 31.5168 18.8403C31.5173 18.2126 31.2682 17.6104 30.8243 17.1663ZM28.1555 34.6363C27.4921 34.9503 26.7478 35.0517 26.0246 34.9265C25.3013 34.8013 24.6345 34.4557 24.1155 33.937L22.6685 32.4934L20.932 35.3853C20.8393 35.5398 20.7127 35.6711 20.5617 35.7693C20.4107 35.8676 20.2393 35.9302 20.0605 35.9523C19.8817 35.9745 19.7002 35.9556 19.5297 35.8972C19.3593 35.8388 19.2044 35.7424 19.0769 35.6153L12.3634 28.9046C12.236 28.7773 12.1393 28.6227 12.0807 28.4525C12.0221 28.2823 12.003 28.1009 12.025 27.9223C12.0469 27.7436 12.1093 27.5723 12.2074 27.4213C12.3055 27.2703 12.4367 27.1437 12.5911 27.0509L15.4853 25.3158L14.0382 23.8698C13.5191 23.3512 13.1732 22.6849 13.0479 21.9622C12.9226 21.2396 13.0241 20.4958 13.3384 19.833L10.6814 17.1781C10.4591 16.9559 10.3341 16.6545 10.3341 16.3402C10.3341 16.0259 10.4591 15.7245 10.6814 15.5022L13.196 12.9896C14.2356 11.9491 15.5723 11.2561 17.0223 11.0061C18.4722 10.7561 19.9641 10.9613 21.2925 11.5934L23.5177 9.37234C25.4445 7.44514 27.8628 6.08221 30.5101 5.43155C33.1574 4.7809 35.9325 4.86737 38.5341 5.6816C40.337 6.24576 41.7533 7.65853 42.3179 9.46242C43.1327 12.062 43.2193 14.8349 42.5681 17.4802C41.9169 20.1255 40.553 22.5419 38.6243 24.4672L36.4015 26.6906C37.0338 28.0183 37.2388 29.5091 36.9881 30.958C36.7375 32.4068 36.0435 33.7424 35.0018 34.7809L32.4896 37.2935C32.2672 37.5157 31.9655 37.6405 31.651 37.6405C31.3365 37.6405 31.0349 37.5157 30.8124 37.2935L28.1555 34.6363ZM37.8248 7.94535C35.6368 7.26027 33.3028 7.18728 31.0762 7.7343C28.8496 8.28132 26.8155 9.42745 25.1949 11.0482L23.2591 12.9801L23.2686 12.9896L21.5914 14.6655L21.582 14.656L16.548 19.686L16.5575 19.6955L15.6015 20.6508C15.4323 20.879 15.3507 21.1603 15.3716 21.4435C15.3925 21.7267 15.5145 21.993 15.7154 22.1939L25.7927 32.2611C25.9942 32.4621 26.2614 32.5839 26.5453 32.6044C26.8293 32.6248 27.1112 32.5425 27.3394 32.3725L28.2931 31.422L28.3002 31.4315L33.3341 26.4014L33.327 26.392L35.0042 24.7161L35.0113 24.7255L36.9471 22.7913C38.5699 21.1719 39.7177 19.1392 40.2656 16.9138C40.8134 14.6885 40.7405 12.3557 40.0547 10.1688C39.8907 9.64562 39.6021 9.17001 39.2137 8.78275C38.8253 8.39548 38.3487 8.10814 37.8248 7.94535ZM29.9798 33.1073L31.6498 34.7785L33.327 33.1026C33.9161 32.5152 34.3403 31.7832 34.5568 30.9802C34.7733 30.1772 34.7746 29.3314 34.5606 28.5277L29.9798 33.1073ZM19.4517 13.4329C18.6474 13.219 17.8009 13.2203 16.9973 13.4367C16.1937 13.653 15.4611 14.0768 14.8732 14.6655L13.1984 16.3414L14.8708 18.0101L19.4517 13.4329ZM20.9391 30.7654L17.2146 27.0438L15.1128 28.3001L19.6794 32.8656L20.9391 30.7654ZM14.05 35.601C14.1676 35.4927 14.2621 35.3618 14.3277 35.2161C14.3934 35.0704 14.4288 34.913 14.432 34.7532C14.4352 34.5935 14.4061 34.4348 14.3463 34.2866C14.2866 34.1384 14.1974 34.0038 14.0843 33.8909C13.9711 33.778 13.8363 33.6891 13.6879 33.6296C13.5395 33.5701 13.3806 33.5412 13.2207 33.5446C13.0609 33.548 12.9034 33.5837 12.7577 33.6495C12.6119 33.7153 12.4811 33.8099 12.3729 33.9275L8.1787 38.1184C8.06541 38.2277 7.97505 38.3585 7.91289 38.5031C7.85072 38.6477 7.818 38.8032 7.81663 38.9606C7.81526 39.118 7.84527 39.2741 7.90491 39.4197C7.96455 39.5654 8.05263 39.6977 8.164 39.809C8.27537 39.9203 8.4078 40.0083 8.55357 40.0679C8.69934 40.1275 8.85553 40.1575 9.01302 40.1561C9.17052 40.1547 9.32616 40.122 9.47087 40.0599C9.61559 39.9978 9.74647 39.9075 9.85589 39.7943L14.05 35.601ZM10.6933 30.5734C10.9157 30.7956 11.0406 31.097 11.0406 31.4113C11.0406 31.7256 10.9157 32.027 10.6933 32.2493L9.00899 33.9299C8.78498 34.1455 8.48519 34.2645 8.17418 34.2614C7.86317 34.2583 7.56584 34.1332 7.34622 33.9131C7.12661 33.6931 7.00228 33.3956 7.00003 33.0848C6.99778 32.7741 7.11777 32.4748 7.33417 32.2516L9.01611 30.5734C9.23854 30.3512 9.54018 30.2264 9.8547 30.2264C10.1692 30.2264 10.4709 30.3512 10.6933 30.5734ZM17.4068 38.9575C17.6228 38.734 17.7424 38.4346 17.7397 38.1239C17.737 37.8131 17.6123 37.5158 17.3923 37.2961C17.1724 37.0763 16.8749 36.9517 16.5639 36.949C16.2529 36.9463 15.9533 37.0658 15.7296 37.2817L14.0477 38.9623C13.9344 39.0716 13.844 39.2024 13.7819 39.347C13.7197 39.4916 13.687 39.6471 13.6856 39.8045C13.6842 39.9619 13.7142 40.1179 13.7739 40.2636C13.8335 40.4092 13.9216 40.5416 14.033 40.6529C14.1443 40.7641 14.2768 40.8521 14.4225 40.9117C14.5683 40.9713 14.7245 41.0013 14.882 41C15.0395 40.9986 15.1951 40.9659 15.3398 40.9038C15.4846 40.8417 15.6154 40.7514 15.7249 40.6382L17.4068 38.9575Z' fill='white' stroke='white' stroke-width='2' mask='url(%23path-1-inside-1_320_334)'/%3E%3C/svg%3E%0A");
}

/* \reason-block */

/* two-cultures-block */

.min-bei section.two-cultures {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.min-bei .section--content-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.min-bei .section--text-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.min-bei .section--img-container {
  --divider-size: 19%;
  position: relative;
  margin-top: calc(var(--divider-size) / 2 + 4px);
}
.center-dividers {
  position: absolute;
  display: flex;
  gap: 4px;
  z-index: 10;
}

.center-dividers svg {
  flex: none;
  width: var(--divider-size);
  height: auto;
  aspect-ratio: 1;
}

.center-dividers.desktop {
  display: none;
}

.center-dividers.mobile {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  transform: translateY(-50%);
}

.list_markers-oversize {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.list_markers-oversize .li-block {
  display: flex;
  gap: 12px;
  align-items: center;
}
.list_markers-oversize .li-marker {
  display: flex;
  flex: none;
  justify-content: center;
  /*padding: 27%;*/
  align-items: center;
  width: 104px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--color-primary-aqua);
  background: var(--color-primary-white);
}

.list_markers-oversize .li-marker > * {
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 48px;
}

.list_markers-oversize .li-text {
  max-width: 350px;
}

.list_markers-oversize i.blue-circle-marker {
  width: 30%;
  aspect-ratio: 1;
  height: auto;
  background: var(--color-primary);
  border-radius: 50%;
}

/* \two-cultures-block */

/* traditions-compare-block */

.grid-5-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.traditions-compare .section-subtitle {
  margin-bottom: 8px;
}

.card--title.counter-output {
  font-size: 24px;
}

.card--img-container {
  --max-img-size: 150px;
  width: 100%;
  display: flex;
  gap: 8px;
}

.card--img-container img {
  flex: 1 1 auto;
  height: auto;
  width: auto;
  aspect-ratio: 1;
  min-width: 0;
  max-height: var(--max-img-size);
  max-width: var(--max-img-size);
}

/* \traditions-compare-block */

/* meaning-block */

.union-cities {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
}

.union-cities .card.city {
  width: 100%;
  padding: 56px 34px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.union-cities .card.city svg.svg-city {
  width: 100%;
  height: auto;
  max-width: 150px;
}

.union-cities .text-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.union-cities .city-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
.card.has-divider {
  position: relative;

}
.card .divider {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.divider-plus {
  position: absolute;
  z-index: 10;
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-primary-white);
  border: 1px solid var(--color-primary-aqua);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  --plus-width: 33%;
  --plus-height: 2px;
}

.divider-plus::before,
.divider-plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-primary-aqua);
  border-radius: 1px;
}

.divider-plus::before {
  width: var(--plus-width);
  height: var(--plus-height);
}

.divider-plus::after {
  width: var(--plus-height);
  height: var(--plus-width);
}


/* \meaning-block */

/* stickers-block */

.min-bei section.stickers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.min-bei section.stickers .section-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.min-bei .link-btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.min-bei .btn {
  --btn-color: var(--color-primary-white);
  --btn-bg: var(--color-primary-black);
  padding: 6px;
  height: auto;
  text-transform: uppercase;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.min-bei .btn.telegram {
  --btn-bg: #188ad5;
}

.min-bei .btn.viber {
  --btn-bg: #655bac;
}

.min-bei .btn::before {
  content: '';
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--btn-color);
}

.min-bei .btn.telegram::before {
  -webkit-mask-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 fill-rule='evenodd' clip-rule='evenodd' d='M5.3072 13.9023C5.34972 13.9157 5.39308 13.9262 5.43697 13.9337C5.71513 14.6086 5.99171 15.2842 6.26674 15.9604C6.76126 17.1773 7.25971 18.4306 7.36883 18.791C7.50549 19.2344 7.64903 19.5361 7.80633 19.7427C7.88793 19.8479 7.98133 19.9411 8.09144 20.0119C8.14926 20.048 8.21053 20.0779 8.2743 20.101C8.5889 20.2225 8.87598 20.1719 9.05589 20.1101C9.16153 20.0732 9.26201 20.0221 9.35477 19.9583L9.35968 19.9563L12.138 18.1725L15.348 20.7054C15.3951 20.7425 15.4463 20.7739 15.5013 20.7996C15.8867 20.9717 16.2603 21.0324 16.6123 20.9838C16.9623 20.9332 17.2405 20.7824 17.4479 20.6113C17.6859 20.4134 17.8758 20.161 18.0024 19.8743L18.0113 19.852L18.0142 19.8439L18.0162 19.8398V19.8378L18.0172 19.8368C18.0333 19.7929 18.0464 19.7479 18.0565 19.7022L20.9862 4.49124C20.9943 4.44238 20.9989 4.39298 21 4.34343C21 3.89799 20.8368 3.4738 20.4544 3.21767C20.126 2.99799 19.7612 2.98786 19.5302 3.00608C19.2825 3.02633 19.0524 3.0891 18.8981 3.13972C18.8118 3.1684 18.7266 3.20014 18.6424 3.23488L18.6316 3.23994L2.19951 9.87707L2.19754 9.87808C2.14182 9.89881 2.08704 9.92211 2.03336 9.94793C1.90301 10.0082 1.77801 10.08 1.65977 10.1626C1.4366 10.3195 0.922419 10.7507 1.00992 11.4635C1.07874 12.0304 1.45626 12.3797 1.6873 12.5477C1.81314 12.6398 1.93308 12.7056 2.02156 12.7492C2.06089 12.7694 2.14544 12.8038 2.18181 12.82L2.19165 12.8231L5.3072 13.9023ZM19.2068 4.63702H19.2048L19.1792 4.64815L2.72745 11.2944L2.70189 11.3045L2.69206 11.3076C2.66194 11.3195 2.63241 11.3331 2.60358 11.348C2.63107 11.3639 2.65928 11.3785 2.68813 11.3916L5.77714 12.4627C5.83168 12.4835 5.88432 12.5092 5.93444 12.5396L16.1364 6.38944L16.1463 6.38438C16.1861 6.35996 16.2268 6.337 16.2682 6.31554C16.339 6.27808 16.452 6.22341 16.5798 6.18291C16.6683 6.15457 16.9308 6.07459 17.2139 6.16874C17.3644 6.21706 17.4985 6.30819 17.6007 6.43161C17.703 6.55502 17.7693 6.70571 17.792 6.86627C17.8286 7.00674 17.8297 7.15453 17.795 7.29551C17.7262 7.57392 17.5374 7.79056 17.3654 7.95659C17.2179 8.09833 15.3047 9.99754 13.4181 11.8725L10.8491 14.4236L10.392 14.8792L16.1649 19.4369C16.2429 19.4704 16.3275 19.4843 16.4117 19.4774C16.4541 19.4714 16.494 19.4532 16.5267 19.4248C16.5665 19.3901 16.6007 19.3491 16.628 19.3033L16.63 19.3023L19.4712 4.54894C19.3819 4.5716 19.2941 4.60069 19.2087 4.63601L19.2068 4.63702ZM10.8885 17.1844L9.73622 16.2753L9.45701 18.1026L10.8885 17.1844ZM8.67935 14.4712L9.82471 13.3323L12.3936 10.7791L13.3502 9.82949L6.94019 13.6937L6.9746 13.7767C7.37887 14.7602 7.77868 15.7456 8.17402 16.7329L8.45225 14.9106C8.47765 14.7417 8.55767 14.5875 8.67935 14.4712Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-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 fill-rule='evenodd' clip-rule='evenodd' d='M5.3072 13.9023C5.34972 13.9157 5.39308 13.9262 5.43697 13.9337C5.71513 14.6086 5.99171 15.2842 6.26674 15.9604C6.76126 17.1773 7.25971 18.4306 7.36883 18.791C7.50549 19.2344 7.64903 19.5361 7.80633 19.7427C7.88793 19.8479 7.98133 19.9411 8.09144 20.0119C8.14926 20.048 8.21053 20.0779 8.2743 20.101C8.5889 20.2225 8.87598 20.1719 9.05589 20.1101C9.16153 20.0732 9.26201 20.0221 9.35477 19.9583L9.35968 19.9563L12.138 18.1725L15.348 20.7054C15.3951 20.7425 15.4463 20.7739 15.5013 20.7996C15.8867 20.9717 16.2603 21.0324 16.6123 20.9838C16.9623 20.9332 17.2405 20.7824 17.4479 20.6113C17.6859 20.4134 17.8758 20.161 18.0024 19.8743L18.0113 19.852L18.0142 19.8439L18.0162 19.8398V19.8378L18.0172 19.8368C18.0333 19.7929 18.0464 19.7479 18.0565 19.7022L20.9862 4.49124C20.9943 4.44238 20.9989 4.39298 21 4.34343C21 3.89799 20.8368 3.4738 20.4544 3.21767C20.126 2.99799 19.7612 2.98786 19.5302 3.00608C19.2825 3.02633 19.0524 3.0891 18.8981 3.13972C18.8118 3.1684 18.7266 3.20014 18.6424 3.23488L18.6316 3.23994L2.19951 9.87707L2.19754 9.87808C2.14182 9.89881 2.08704 9.92211 2.03336 9.94793C1.90301 10.0082 1.77801 10.08 1.65977 10.1626C1.4366 10.3195 0.922419 10.7507 1.00992 11.4635C1.07874 12.0304 1.45626 12.3797 1.6873 12.5477C1.81314 12.6398 1.93308 12.7056 2.02156 12.7492C2.06089 12.7694 2.14544 12.8038 2.18181 12.82L2.19165 12.8231L5.3072 13.9023ZM19.2068 4.63702H19.2048L19.1792 4.64815L2.72745 11.2944L2.70189 11.3045L2.69206 11.3076C2.66194 11.3195 2.63241 11.3331 2.60358 11.348C2.63107 11.3639 2.65928 11.3785 2.68813 11.3916L5.77714 12.4627C5.83168 12.4835 5.88432 12.5092 5.93444 12.5396L16.1364 6.38944L16.1463 6.38438C16.1861 6.35996 16.2268 6.337 16.2682 6.31554C16.339 6.27808 16.452 6.22341 16.5798 6.18291C16.6683 6.15457 16.9308 6.07459 17.2139 6.16874C17.3644 6.21706 17.4985 6.30819 17.6007 6.43161C17.703 6.55502 17.7693 6.70571 17.792 6.86627C17.8286 7.00674 17.8297 7.15453 17.795 7.29551C17.7262 7.57392 17.5374 7.79056 17.3654 7.95659C17.2179 8.09833 15.3047 9.99754 13.4181 11.8725L10.8491 14.4236L10.392 14.8792L16.1649 19.4369C16.2429 19.4704 16.3275 19.4843 16.4117 19.4774C16.4541 19.4714 16.494 19.4532 16.5267 19.4248C16.5665 19.3901 16.6007 19.3491 16.628 19.3033L16.63 19.3023L19.4712 4.54894C19.3819 4.5716 19.2941 4.60069 19.2087 4.63601L19.2068 4.63702ZM10.8885 17.1844L9.73622 16.2753L9.45701 18.1026L10.8885 17.1844ZM8.67935 14.4712L9.82471 13.3323L12.3936 10.7791L13.3502 9.82949L6.94019 13.6937L6.9746 13.7767C7.37887 14.7602 7.77868 15.7456 8.17402 16.7329L8.45225 14.9106C8.47765 14.7417 8.55767 14.5875 8.67935 14.4712Z' fill='white'/%3E%3C/svg%3E%0A");
}

.min-bei .btn.viber::before {
  -webkit-mask-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='M7.96481 6.22695C7.77896 6.19917 7.58939 6.23736 7.42782 6.33515H7.41382C7.03883 6.55971 6.70084 6.84246 6.41284 7.17523C6.17285 7.45798 6.04285 7.74379 6.00885 8.01939C5.98885 8.18272 6.00285 8.34808 6.04985 8.50425L6.06785 8.51446C6.33784 9.32392 6.68984 10.1028 7.11983 10.8357C7.67451 11.8649 8.35678 12.817 9.14979 13.6683L9.17379 13.703L9.21179 13.7315L9.23479 13.7591L9.26279 13.7836C10.0998 14.5954 11.0346 15.2952 12.0447 15.8659C13.1997 16.508 13.9007 16.8112 14.3217 16.9377V16.9439C14.4447 16.9826 14.5567 17 14.6697 17C15.0284 16.9737 15.368 16.8249 15.6337 16.5774C15.9587 16.2834 16.2337 15.9374 16.4477 15.5526V15.5454C16.6486 15.1575 16.5806 14.7921 16.2907 14.5441C15.7086 14.0239 15.0787 13.5624 14.4097 13.166C13.9617 12.918 13.5067 13.068 13.3227 13.3192L12.9297 13.8254C12.7277 14.0766 12.3617 14.0419 12.3617 14.0419L12.3517 14.048C9.62078 13.3365 8.89179 10.5141 8.89179 10.5141C8.89179 10.5141 8.8578 10.1303 9.11079 9.93433L9.60278 9.53011C9.83878 9.33413 10.0028 8.8707 9.74978 8.41341C9.36236 7.73096 8.91128 7.0883 8.4028 6.49439C8.29158 6.35493 8.13581 6.25989 7.96281 6.22593M12.5797 5C12.4471 5 12.3199 5.05377 12.2262 5.14949C12.1324 5.2452 12.0797 5.37502 12.0797 5.51038C12.0797 5.64574 12.1324 5.77555 12.2262 5.87127C12.3199 5.96698 12.4471 6.02076 12.5797 6.02076C13.8437 6.02076 14.8937 6.44233 15.7247 7.25077C16.1517 7.69275 16.4846 8.2164 16.7026 8.79006C16.9216 9.36475 17.0216 9.97822 16.9956 10.5927C16.9901 10.7281 17.0374 10.8602 17.1272 10.9599C17.2171 11.0596 17.342 11.1188 17.4746 11.1245C17.6072 11.1302 17.7366 11.0819 17.8343 10.9902C17.932 10.8985 17.9901 10.771 17.9956 10.6356C18.0255 9.87978 17.9026 9.12579 17.6346 8.42055C17.3654 7.71172 16.9555 7.0674 16.4307 6.52807L16.4207 6.51786C15.3897 5.51242 14.0857 5 12.5797 5Z' fill='white'/%3E%3Cpath d='M12.469 7.00093C12.3446 7.00093 12.2253 7.04966 12.1374 7.13641C12.0494 7.22316 12 7.34082 12 7.4635C12 7.58618 12.0494 7.70384 12.1374 7.79059C12.2253 7.87734 12.3446 7.92607 12.469 7.92607H12.485C13.3405 7.98621 13.9633 8.26745 14.3995 8.7291C14.847 9.20463 15.0786 9.7958 15.0608 10.5267C15.058 10.6493 15.1046 10.7681 15.1906 10.8569C15.2765 10.9456 15.3947 10.9971 15.5191 10.9999C15.6435 11.0027 15.7639 10.9567 15.8539 10.8719C15.9438 10.7872 15.996 10.6706 15.9989 10.5479C16.0214 9.58856 15.7081 8.76056 15.0871 8.1V8.09815C14.452 7.42649 13.5806 7.07124 12.5319 7.00185L12.5159 7L12.469 7.00093Z' fill='white'/%3E%3Cpath d='M12.6128 8.00217C12.5374 7.99555 12.4615 8.00411 12.3895 8.02733C12.3175 8.05056 12.251 8.08797 12.1938 8.13733C12.1367 8.18669 12.0902 8.247 12.057 8.31464C12.0238 8.38229 12.0047 8.45589 12.0008 8.53105C11.9968 8.60621 12.0082 8.68138 12.0341 8.75209C12.06 8.8228 12.1 8.88759 12.1516 8.94259C12.2033 8.99759 12.2656 9.04167 12.3347 9.07221C12.4039 9.10274 12.4786 9.11911 12.5542 9.12032C13.0252 9.14497 13.326 9.28614 13.5152 9.47548C13.7056 9.66595 13.8476 9.97181 13.8735 10.4502C13.8749 10.5254 13.8915 10.5995 13.9223 10.6682C13.9532 10.7368 13.9976 10.7986 14.0529 10.8499C14.1082 10.9011 14.1734 10.9407 14.2445 10.9664C14.3155 10.992 14.3911 11.0032 14.4666 10.9992C14.5421 10.9952 14.616 10.9762 14.6839 10.9432C14.7519 10.9102 14.8124 10.8639 14.862 10.8071C14.9116 10.7504 14.9492 10.6842 14.9725 10.6127C14.9958 10.5412 15.0045 10.4657 14.9978 10.3908C14.9618 9.71861 14.75 9.1248 14.3162 8.68785C13.8802 8.25089 13.2865 8.03802 12.6128 8.00217Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.74279 2.53414C9.87561 1.82195 13.1244 1.82195 16.2572 2.53414L16.591 2.60923C17.5065 2.81797 18.3474 3.28051 19.0202 3.94555C19.6931 4.6106 20.1717 5.45217 20.403 6.37695C21.199 9.56374 21.199 12.9023 20.403 16.0891C20.1717 17.0139 19.6931 17.8555 19.0202 18.5205C18.3474 19.1856 17.5065 19.6481 16.591 19.8568L16.2562 19.9319C14.294 20.3775 12.2807 20.5457 10.2733 20.4315L7.66135 22.8085C7.56288 22.8982 7.44254 22.9593 7.31291 22.9856C7.18328 23.0118 7.0491 23.0022 6.92438 22.9577C6.79966 22.9132 6.68897 22.8354 6.60386 22.7326C6.51875 22.6297 6.46235 22.5056 6.44054 22.373L6.00833 19.7477C5.17977 19.485 4.4312 19.0108 3.83402 18.3703C3.23683 17.7299 2.81094 16.9445 2.59696 16.0891C1.80101 12.9023 1.80101 9.56374 2.59696 6.37695C2.82827 5.45217 3.30689 4.6106 3.97976 3.94555C4.65264 3.28051 5.49347 2.81797 6.40904 2.60923L6.74279 2.53414ZM15.9353 3.99897C13.0145 3.33495 9.98553 3.33495 7.06473 3.99897L6.72999 4.07507C6.08115 4.22344 5.48534 4.55153 5.00853 5.02301C4.53172 5.49449 4.19251 6.09098 4.02846 6.74642C3.29302 9.69074 3.29302 12.7753 4.02846 15.7197C4.19259 16.3752 4.53195 16.9718 5.00894 17.4433C5.48594 17.9148 6.08195 18.2428 6.73097 18.391L6.81958 18.411C6.96292 18.4436 7.09344 18.519 7.19446 18.6274C7.29548 18.7358 7.3624 18.8725 7.38667 19.0198L7.67612 20.78L9.51914 19.1029C9.59274 19.0357 9.67886 18.9843 9.77238 18.9516C9.86591 18.9189 9.96493 18.9057 10.0636 18.9126C12.0317 19.054 14.0096 18.9039 15.9353 18.4671L16.269 18.391C16.918 18.2428 17.5141 17.9148 17.9911 17.4433C18.4681 16.9718 18.8074 16.3752 18.9715 15.7197C19.706 12.776 19.706 9.6911 18.9715 6.74642C18.8074 6.09085 18.4681 5.49428 17.9911 5.02278C17.5141 4.55129 16.918 4.22327 16.269 4.07507L15.9353 3.99897Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-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='M7.96481 6.22695C7.77896 6.19917 7.58939 6.23736 7.42782 6.33515H7.41382C7.03883 6.55971 6.70084 6.84246 6.41284 7.17523C6.17285 7.45798 6.04285 7.74379 6.00885 8.01939C5.98885 8.18272 6.00285 8.34808 6.04985 8.50425L6.06785 8.51446C6.33784 9.32392 6.68984 10.1028 7.11983 10.8357C7.67451 11.8649 8.35678 12.817 9.14979 13.6683L9.17379 13.703L9.21179 13.7315L9.23479 13.7591L9.26279 13.7836C10.0998 14.5954 11.0346 15.2952 12.0447 15.8659C13.1997 16.508 13.9007 16.8112 14.3217 16.9377V16.9439C14.4447 16.9826 14.5567 17 14.6697 17C15.0284 16.9737 15.368 16.8249 15.6337 16.5774C15.9587 16.2834 16.2337 15.9374 16.4477 15.5526V15.5454C16.6486 15.1575 16.5806 14.7921 16.2907 14.5441C15.7086 14.0239 15.0787 13.5624 14.4097 13.166C13.9617 12.918 13.5067 13.068 13.3227 13.3192L12.9297 13.8254C12.7277 14.0766 12.3617 14.0419 12.3617 14.0419L12.3517 14.048C9.62078 13.3365 8.89179 10.5141 8.89179 10.5141C8.89179 10.5141 8.8578 10.1303 9.11079 9.93433L9.60278 9.53011C9.83878 9.33413 10.0028 8.8707 9.74978 8.41341C9.36236 7.73096 8.91128 7.0883 8.4028 6.49439C8.29158 6.35493 8.13581 6.25989 7.96281 6.22593M12.5797 5C12.4471 5 12.3199 5.05377 12.2262 5.14949C12.1324 5.2452 12.0797 5.37502 12.0797 5.51038C12.0797 5.64574 12.1324 5.77555 12.2262 5.87127C12.3199 5.96698 12.4471 6.02076 12.5797 6.02076C13.8437 6.02076 14.8937 6.44233 15.7247 7.25077C16.1517 7.69275 16.4846 8.2164 16.7026 8.79006C16.9216 9.36475 17.0216 9.97822 16.9956 10.5927C16.9901 10.7281 17.0374 10.8602 17.1272 10.9599C17.2171 11.0596 17.342 11.1188 17.4746 11.1245C17.6072 11.1302 17.7366 11.0819 17.8343 10.9902C17.932 10.8985 17.9901 10.771 17.9956 10.6356C18.0255 9.87978 17.9026 9.12579 17.6346 8.42055C17.3654 7.71172 16.9555 7.0674 16.4307 6.52807L16.4207 6.51786C15.3897 5.51242 14.0857 5 12.5797 5Z' fill='white'/%3E%3Cpath d='M12.469 7.00093C12.3446 7.00093 12.2253 7.04966 12.1374 7.13641C12.0494 7.22316 12 7.34082 12 7.4635C12 7.58618 12.0494 7.70384 12.1374 7.79059C12.2253 7.87734 12.3446 7.92607 12.469 7.92607H12.485C13.3405 7.98621 13.9633 8.26745 14.3995 8.7291C14.847 9.20463 15.0786 9.7958 15.0608 10.5267C15.058 10.6493 15.1046 10.7681 15.1906 10.8569C15.2765 10.9456 15.3947 10.9971 15.5191 10.9999C15.6435 11.0027 15.7639 10.9567 15.8539 10.8719C15.9438 10.7872 15.996 10.6706 15.9989 10.5479C16.0214 9.58856 15.7081 8.76056 15.0871 8.1V8.09815C14.452 7.42649 13.5806 7.07124 12.5319 7.00185L12.5159 7L12.469 7.00093Z' fill='white'/%3E%3Cpath d='M12.6128 8.00217C12.5374 7.99555 12.4615 8.00411 12.3895 8.02733C12.3175 8.05056 12.251 8.08797 12.1938 8.13733C12.1367 8.18669 12.0902 8.247 12.057 8.31464C12.0238 8.38229 12.0047 8.45589 12.0008 8.53105C11.9968 8.60621 12.0082 8.68138 12.0341 8.75209C12.06 8.8228 12.1 8.88759 12.1516 8.94259C12.2033 8.99759 12.2656 9.04167 12.3347 9.07221C12.4039 9.10274 12.4786 9.11911 12.5542 9.12032C13.0252 9.14497 13.326 9.28614 13.5152 9.47548C13.7056 9.66595 13.8476 9.97181 13.8735 10.4502C13.8749 10.5254 13.8915 10.5995 13.9223 10.6682C13.9532 10.7368 13.9976 10.7986 14.0529 10.8499C14.1082 10.9011 14.1734 10.9407 14.2445 10.9664C14.3155 10.992 14.3911 11.0032 14.4666 10.9992C14.5421 10.9952 14.616 10.9762 14.6839 10.9432C14.7519 10.9102 14.8124 10.8639 14.862 10.8071C14.9116 10.7504 14.9492 10.6842 14.9725 10.6127C14.9958 10.5412 15.0045 10.4657 14.9978 10.3908C14.9618 9.71861 14.75 9.1248 14.3162 8.68785C13.8802 8.25089 13.2865 8.03802 12.6128 8.00217Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.74279 2.53414C9.87561 1.82195 13.1244 1.82195 16.2572 2.53414L16.591 2.60923C17.5065 2.81797 18.3474 3.28051 19.0202 3.94555C19.6931 4.6106 20.1717 5.45217 20.403 6.37695C21.199 9.56374 21.199 12.9023 20.403 16.0891C20.1717 17.0139 19.6931 17.8555 19.0202 18.5205C18.3474 19.1856 17.5065 19.6481 16.591 19.8568L16.2562 19.9319C14.294 20.3775 12.2807 20.5457 10.2733 20.4315L7.66135 22.8085C7.56288 22.8982 7.44254 22.9593 7.31291 22.9856C7.18328 23.0118 7.0491 23.0022 6.92438 22.9577C6.79966 22.9132 6.68897 22.8354 6.60386 22.7326C6.51875 22.6297 6.46235 22.5056 6.44054 22.373L6.00833 19.7477C5.17977 19.485 4.4312 19.0108 3.83402 18.3703C3.23683 17.7299 2.81094 16.9445 2.59696 16.0891C1.80101 12.9023 1.80101 9.56374 2.59696 6.37695C2.82827 5.45217 3.30689 4.6106 3.97976 3.94555C4.65264 3.28051 5.49347 2.81797 6.40904 2.60923L6.74279 2.53414ZM15.9353 3.99897C13.0145 3.33495 9.98553 3.33495 7.06473 3.99897L6.72999 4.07507C6.08115 4.22344 5.48534 4.55153 5.00853 5.02301C4.53172 5.49449 4.19251 6.09098 4.02846 6.74642C3.29302 9.69074 3.29302 12.7753 4.02846 15.7197C4.19259 16.3752 4.53195 16.9718 5.00894 17.4433C5.48594 17.9148 6.08195 18.2428 6.73097 18.391L6.81958 18.411C6.96292 18.4436 7.09344 18.519 7.19446 18.6274C7.29548 18.7358 7.3624 18.8725 7.38667 19.0198L7.67612 20.78L9.51914 19.1029C9.59274 19.0357 9.67886 18.9843 9.77238 18.9516C9.86591 18.9189 9.96493 18.9057 10.0636 18.9126C12.0317 19.054 14.0096 18.9039 15.9353 18.4671L16.269 18.391C16.918 18.2428 17.5141 17.9148 17.9911 17.4433C18.4681 16.9718 18.8074 16.3752 18.9715 15.7197C19.706 12.776 19.706 9.6911 18.9715 6.74642C18.8074 6.09085 18.4681 5.49428 17.9911 5.02278C17.5141 4.55129 16.918 4.22327 16.269 4.07507L15.9353 3.99897Z' fill='white'/%3E%3C/svg%3E%0A");
}

img.stickers-img {
  width: 100%;
  height: auto;
  align-self: center;
  justify-self: center;
  max-width: 704px;
  min-height: 270px;
}

/* \stickers-block */


@media screen and (min-width: 767px) {
  .hero.min-bei .bg-symbols {
    aspect-ratio: 907 / 927;
    transform: translate(14%, -17%);
  }
}

@media screen and (min-width: 1024px) {

  /* font for page */
  body {
    font-size: 16px;
    --header-height: 80px;
    --section-gap: 140px;
  }

  *.font-h1 {
    font-size: 45px;
  }

  *.font-h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.0;
  }

  *.font-subtitle-bold {
    font-size: 25px;
  }

  *.font-subtitle-regular {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
  }

  *.font-quote {
    font-size: 16px;
    line-height: 1.4;
  }

  /* font for page */
  picture.card.image-card {
    height: 100%;
  }

  /* grid-5-cards */
  .grid-5-cards {
    grid-template:
      "img card1 card2" auto
      "img card3 card4" auto / 46% 1fr 1fr;
    gap: 20px;
  }

  .grid-5-cards .image-card {
    grid-area: img;
  }

  /* \grid-5-cards */
  /* hero-block */
  .hero.min-bei {
    padding: 32px 0 18px;
  }

  .hero.min-bei .container {
    gap: 32px;
  }

  .hero.min-bei .container > h1,
  .hero.min-bei .container > p {
    z-index: 1;
  }

  .minbei--3d-model-container {
    position: absolute;
  }


  .min-bei--quote-wrapper {
    flex-direction: column;
  }

  .min-bei--quote {
    pointer-events: none;
    width: 41%;
    align-self: flex-start;
  }
  .min-bei--quote.hidden {
    display: none;
  }

  .min-bei--quote::before {
    top: 38%;
    transform: rotate(-90deg);
  }

  /* \hero-block */
  /* reason-block */
  .min-bei section.description {
    gap: 40px;
  }

  .min-bei section.description > p {
    margin-bottom: 13px;
  }

  i.mib-icon {
    width: 48px;
  }
  /* \reason-block */
  /* two-cultures-block */
  .min-bei section.two-cultures {
    gap: 40px;
  }

  .min-bei .section--content-wrapper {
    gap: 20px;
    grid-template:
      "text img" minmax(158px, auto)
      "list img" 1fr / 46% auto;
  }

  .min-bei .section--text-group {
    margin-right: 15px;
    grid-area: text;
    gap: 32px;
  }

  .min-bei .section--text-group > * {
    max-width: 651px;
  }

  .min-bei .section--img-container {
    --divider-size: 100px;
    margin-top: 0;
    grid-area: img;
  }

  .center-dividers {
    gap: 25px;
    /*max-width: 212px;*/
  }

  .center-dividers.desktop {
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 0;
    transform: translateX(-50%);
  }

  .center-dividers.mobile {
    display: none;
  }

  .list_markers-oversize {
    grid-area: list;
    height: 100%;
    justify-content: flex-end;
    margin-right: 15px;
  }

  .list_markers-oversize .li-block {
    gap: 20px;
  }

  .list_markers-oversize .li-block:not(:first-child) {
    margin-top: -44px;
  }

  .list_markers-oversize .li-marker {
    width: 160px;
  }

  .list_markers-oversize .li-marker > * {
    max-width: 105px;
    max-height: 105px;
  }

  .list_markers-oversize .li-text {
    max-width: 253px;
  }

  /* \two-cultures-block */
  /* traditions-compare-block */

  .card--title.counter-output {
    font-size: 66px;
  }

  .traditions-compare .section-subtitle {
    margin-bottom: 8px;
    grid-area: card1;
  }

  .card--img-container {
    --max-img-size: 120px;
  }

  /* \traditions-compare-block */
  /* meaning-block */
  .union-cities {
    grid-template-columns: repeat(2, 1fr);
  }

  .union-cities .city-title {
    font-size: 66px;
    margin: 0;
  }

  .union-cities .card.city {
    flex-direction: row;
    justify-content: center;
    padding: 100px 80px;
  }

  .union-cities .card.city svg.svg-city {
    max-width: 250px;
    max-height: 137px;
  }

  .union-cities .text-container {
    align-items: flex-start;
  }

  .card .divider {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
  /* \meaning-block */
  /* stickers-block */
  .min-bei section.stickers {
    grid-template:
    "title btns" auto
    "stickers stickers" 1fr / auto 244px;
    gap: 0 7.7%;
  }

  .min-bei .link-btns {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
  }

  .min-bei section.stickers .section-header {
    grid-area: title;
    gap: 40px;
  }

  .min-bei section.stickers .link-btns {
    grid-area: btns;
    padding-top: 27px;
  }

  .min-bei section.stickers .stickers-img {
    grid-area: stickers;
  }

  /* \stickers-block */

}

@media screen and (min-width: 1199px) {
  .union-cities .city-title {
    font-size: 96px;
  }
}

@media screen and (min-width: 1610px) {
  body {
    /* font for page */
    font-size: 18px;
    /* font for page */
  }

  body:has( .min-bei) .container {
    max-width: 1740px;
  }

  *.font-h1 {
    font-size: 66px;
  }

  *.font-h2 {
    font-size: 56px;
  }

  *.font-subtitle-bold {
    font-size: 32px;
  }

  *.font-subtitle-regular {
    font-size: 24px;
  }

  *.font-quote {
    font-size: 24px;
  }

  .min-bei .section--img-container {
    --divider-size: 212px;
  }

}

/* End */


/* Start:/local/templates/html/components-template/minbei-video-slider/style.css?17580415602302*/
section.min-bei-videos {
  --slider-padding-bottom: 85px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: var(--slider-padding-bottom);
}
.min-bei-videos.swiper {}
.min-bei-videos .swiper-container {
  overflow: hidden;
  width: 100%;
}
.min-bei-slider {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
  width: 100%;
}

.min-bei-videos .swiper-pagination {
  bottom: calc(24px - var(--slider-padding-bottom));
}
.min-bei-videos .swiper-button-next,
.min-bei-videos .swiper-button-prev {
  top: auto;
  bottom: calc(0px - var(--slider-padding-bottom));
}
.min-bei-videos .swiper-button-prev {left: calc(100% / 2 - 280px)}
.min-bei-videos .swiper-button-next {right: calc(100% / 2 - 280px)}

.min-bei-slider .swiper-wrapper {}
.min-bei-video-card {
  background: var(--color-primary-white, #fff);
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.min-bei-card-container {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.min-bei-videos a.video-youtube {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.min-bei--videoplay {
  --btn-size: 48px;
  height: var(--btn-size);
  width: auto;
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--btn-size) / 2);
  left: calc(50% - var(--btn-size) / 2);
  border-radius: 50%;
  background: var(--color-primary-white, #fff) url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='white'/%3E%3Cpath d='M36 24L18 34.3923L18 13.6077L36 24Z' fill='%230090E5'/%3E%3C/svg%3E%0A") center / 100% no-repeat;
  transition: transform .3s ease;
}

.min-bei--videoplay:hover {
  transform: scale(1.2);
}

@media screen and (min-width: 1024px) {
  .min-bei--videoplay {
    --btn-size: 138px;
    background-image: url("data:image/svg+xml,%3Csvg width='139' height='139' viewBox='0 0 139 139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='69.5' cy='69.3404' r='68.7452' fill='white'/%3E%3Cpath d='M93.7548 69.3403L57.7548 90.1249L57.7548 48.5557L93.7548 69.3403Z' fill='%230090E5'/%3E%3C/svg%3E%0A");
  }
}
/* End */


/* Start:/local/templates/html/components-template/swiper/style.css?174237815018275*/
.swiper-container{margin-left:auto;margin-right:auto;position:relative;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next:hover,.swiper-button-prev:hover{box-shadow:0 8px 25px rgba(0,0,0,.1)}[src='data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==']{max-width:1px;max-height:1px}.swiper-button-next,.swiper-button-prev{position:absolute;top:calc(50% - 26px);width:56px;height:56px;z-index:1;border-radius:50%;background-repeat:no-repeat;background-size:13px 37px;cursor:pointer;border:none;opacity:1;transition:.3s}.swiper-button-next:active,.swiper-button-prev:active{box-shadow:0 10px 15px rgba(0,0,0,.1)}.swiper-button-next--nav,.swiper-button-prev--nav{opacity:1;background-size:12px 12px;box-shadow:none;width:30px;height:30px;top:calc(50% - 15px)}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:0!important;cursor:default}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml,%3Csvg width='16' height='39' viewBox='0 0 16 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 37.9404L2 19.4702L15 1.00001' stroke='%23005EB8' stroke-width='2'/%3E%3C/svg%3E%0A");background-position:center;left:-29px}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml,%3Csvg width='16' height='39' viewBox='0 0 16 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L14 19.4702L0.999997 37.9404' stroke='%23005EB8' stroke-width='2'/%3E%3C/svg%3E%0A");background-position:center;right:-29px}.swiper-button-prev--nav,.swiper-container-rtl .swiper-button-next--nav{background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 8.24579L5.25673 6L7.5 3.75421L6.74663 3L3.75 6L6.74663 9L7.5 8.24579Z' fill='%23D9D9DE'/%3E%3C/svg%3E%0A");left:0}.swiper-button-next--nav,.swiper-container-rtl .swiper-button-prev--nav{background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 8.24579L6.74327 6L4.5 3.75421L5.25337 3L8.25 6L5.25337 9L4.5 8.24579Z' fill='%23D9D9DE'/%3E%3C/svg%3E%0A");right:0}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;left:50%;bottom:-28px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:10;display:flex}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:12px;height:6px;background:rgba(0,94,184,.5);display:inline-block;outline:0;opacity:1;transition:background .3s;margin:0 5px;overflow:hidden}.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{background:#0090e5}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination.swiper-pagination--line .swiper-pagination-bullet{width:79px;height:4px;border-radius:2px;background-color:#005bab;margin:0 6px}.swiper-pagination.swiper-pagination--line .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{opacity:.8}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{background:#005eb8}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s top,.2s -webkit-transform;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s left,.2s -webkit-transform;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s right,.2s -webkit-transform;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none!important}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-button-next,.swiper-button-prev{visibility:hidden}.swiper-container-initialized .swiper-button-next,.swiper-container-initialized .swiper-button-prev,.swiper-container-initialized~.swiper-button-next,.swiper-container-initialized~.swiper-button-prev{visibility:visible}.swiper{position:relative}@media (min-width:1024px){.swiper-pagination{bottom:-32px}}
/* End */


/* Start:/local/templates/html/components-template/fancy-box/style.css?174237815014010*/
body.compensate-for-scrollbar{overflow:hidden;padding-right:15px!important;margin-right:0!important}body.compensate-for-scrollbar .header-fixed{width:calc(100% - 15px)}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-toolbar .fancybox-button{display:none!important}.fancybox-toolbar .fancybox-button.fancybox-button--close{display:block!important}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:0 0;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:0 0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:0}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0 0;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:0 0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0);transform:rotate(0)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}}
/* End */
/* /local/templates/html/page/min-bei/min-bei.css?175896911265324 */
/* /local/templates/html/components-template/minbei-video-slider/style.css?17580415602302 */
/* /local/templates/html/components-template/swiper/style.css?174237815018275 */
/* /local/templates/html/components-template/fancy-box/style.css?174237815014010 */
