

/* Start:/local/templates/general/css/jquery.fancybox.css?166721700218318*/
body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  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-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0 0; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 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(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  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;
  -webkit-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-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.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-swipe .fancybox-content,
.fancybox-can-pan .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: transparent;
  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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.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; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  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-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.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(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.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 0; }

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 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, 0.1);
  background-position: center center;
  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: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/general/css/text-content.css?16830208033251*/
@charset "UTF-8";
/* Страницы с редактором */
.text-content {
  line-height: 1.5;
  color: #353D42; }
  @media (max-width: 1199px) {
    .text-content {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .text-content {
      font-size: 1.25rem; } }

@media (max-width: 959px) {
  .text-content p {
    margin: 1.5rem 0; } }

@media (min-width: 960px) {
  .text-content p {
    margin: 1.8rem 0; } }

.text-content a {
  color: #00bff0; }
  @media (min-width: 960px) {
    .text-content a {
      -webkit-transition: color 0.3s;
      transition: color 0.3s; } }
  @media (min-width: 960px) {
    .text-content a:hover {
      color: #28af6c; } }

.medium-text {
  font-weight: 500; }

.accent-text {
  border-radius: 0.375rem; }
  @media (max-width: 1199px) {
    .accent-text {
      margin: 1.875rem 0;
      padding: 1.25rem; } }
  @media (min-width: 1200px) {
    .accent-text {
      margin: 3.75rem 0;
      padding: 2.5rem; } }
  .accent-text--light {
    background-color: #EEF0F2; }
  .accent-text--gradient {
    color: #fff;
    background-image: linear-gradient(64.89deg, #1FBCEE 15.96%, #24AC6E 84.04%);
    -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08); }
  .accent-text--map {
    color: #fff;
    background-image: url(/local/templates/general/css/../images/accent-map-bg.svg), linear-gradient(64.89deg, #1FBCEE 15.96%, #24AC6E 84.04%);
    background-size: auto 100%, auto;
    background-position: right center, center;
    background-repeat: no-repeat; }
    @media (min-width: 1200px) {
      .accent-text--map {
        padding: 3.125rem 5.625rem;
        font-size: 1.5rem;
        line-height: 1.4; } }

@media (max-width: 1199px) {
  p.accent-text {
    margin: 1.875rem 0; } }

@media (min-width: 1200px) {
  p.accent-text {
    margin: 3.75rem 0; } }

.text-content img {
  max-width: 100%;
  height: auto; }

.center-image {
  display: block;
  max-width: 100%;
  height: auto; }
  @media (max-width: 1199px) {
    .center-image {
      margin: 1.875rem auto; } }
  @media (min-width: 1200px) {
    .center-image {
      margin: 3.75rem auto; } }

.bulleted-list > li {
  position: relative;
  padding-left: 1.25rem; }
  .bulleted-list > li:not(:last-child) {
    margin-bottom: 0.5rem; }
  .bulleted-list > li::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #1FBCEE 0%, #24AC6E 100%);
    background-position: center;
    background-size: 0.5rem 0.5rem; }
    @media (max-width: 1024px) {
      .bulleted-list > li::before {
        top: 0.5rem; } }
    @media (min-width: 1025px) {
      .bulleted-list > li::before {
        top: 0.6875rem; } }

@media (max-width: 959px) {
  .text-content .title-second {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem; } }

@media (min-width: 960px) {
  .text-content .title-second {
    margin-top: 5rem;
    margin-bottom: 1.25rem; } }

@media (max-width: 959px) {
  .text-content .title-third {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem; } }

@media (min-width: 960px) {
  .text-content .title-third {
    margin-top: 3.75rem;
    margin-bottom: 1.25rem; } }

/* End */


/* Start:/local/templates/general/css/news-post.css?176295955318526*/
@charset "UTF-8";
/* Страница Новостей */
.main-wrapper--has-sticky {
  overflow-x: visible; }

.news-aside {
  padding: 32px;
  line-height: 24px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.08); }
  .news-aside__title {
    display: block;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  @media (hover: hover) and (pointer: fine) {
    .news-aside__title:focus, .news-aside__title[href]:hover {
      color: #1fbcee; } }
  .news-aside__item:not(:last-of-type) {
    margin-bottom: 10px; }
  .news-aside__link-date {
    font-size: 15px;
    opacity: 0.4; }
  .news-aside__link-title {
    font-size: 16px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  @media (hover: hover) and (pointer: fine) {
    .news-aside__link:focus .news-aside__link-title,
    .news-aside__link[href]:hover .news-aside__link-title {
      color: #1fbcee; } }

.news-post {
  padding-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .news-post {
      padding-bottom: 4.0625rem; } }
  @media (min-width: 1025px) {
    .news-post {
      padding-bottom: 10.625rem; } }
  @media (min-width: 1500px) {
    .news-post {
      padding-bottom: 11.25rem; } }

.news-post:not(:last-child) {
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .news-post:not(:last-child) {
      padding-bottom: 3.125rem; } }
  @media (min-width: 1025px) {
    .news-post:not(:last-child) {
      padding-bottom: 3.75rem; } }
  @media (min-width: 1500px) {
    .news-post:not(:last-child) {
      padding-bottom: 5rem; } }

@media (min-width: 960px) {
  .news-post__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 960px) and (max-width: 1199px) {
  .news-post__aside {
    width: 20rem;
    margin-left: 2.5rem; } }

@media (min-width: 1200px) {
  .news-post__aside {
    width: 23.75rem;
    margin-left: 3.75rem; } }

@media (min-width: 960px) and (max-width: 1199px) {
  .news-post__content {
    width: calc(100% - 22.5rem); } }

@media (min-width: 1200px) {
  .news-post__content {
    width: calc(100% - 27.5rem); } }

.news-post__date {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  opacity: 0.3; }

.news-post__title {
  margin-bottom: 1.875rem; }
  @media (min-width: 1025px) {
    .news-post__title {
      margin-bottom: 3.75rem; } }

.news-post__text > :first-child {
  margin-top: 0; }

.news-post__text > :last-child {
  margin-bottom: 0; }

.news-post__cover {
  margin-bottom: 3.75rem; }
  @media (max-width: 959px) {
    .news-post__cover {
      display: none; } }

@media (max-width: 1199px) {
  .news-post__gallery-slider {
    margin: 1.875rem 0; } }

@media (min-width: 1200px) {
  .news-post__gallery-slider {
    margin: 3.75rem 0; } }

.news-post__gallery-slider:last-child {
  margin-bottom: 0; }

@media (max-width: 959px) {
  .news-post__social-block {
    margin-top: 1.875rem; } }

.news-post__social-block ~ * {
  margin-top: 1.25rem; }

.news-post__news-aside {
  margin-top: 2.5rem; }

@media (min-width: 960px) {
  .news-post__aside > *:last-child:not(:first-child) {
    position: sticky;
    top: 3.75rem; } }

.cover-block {
  position: relative;
  padding-top: 55%;
  border-radius: 0.375rem;
  background-color: #EBF0F7;
  overflow: hidden; }

.cover-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.social-block {
  padding: 2.5rem 2rem 2rem;
  background-color: #EEF1F2;
  border-radius: 0.375rem;
  text-align: center; }

.social-block__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.33;
  color: #3A3A3A;
  opacity: 0.5; }

.social-block-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.social-block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .social-block-icon:hover, .social-block-icon:focus {
    background-color: #1fbcee; }

.social-block-icon__svg {
  width: 1.375rem;
  height: 1.375rem;
  fill: #3A3A3A;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain; }
  .social-block-icon:hover .social-block-icon__svg,
  .social-block-icon:focus .social-block-icon__svg {
    fill: #fff; }

.social-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 2rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  background-color: #EEF0F2;
  border-radius: 0.375rem; }
  @media (max-width: 959px) {
    .social-one {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .social-one__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem; }
  .social-one__content-part > *:not(:last-child) {
    margin-bottom: 0.125rem; }
  .social-one__text {
    display: block; }
  .social-one__link {
    display: inline-block;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #1fbcee; }
    @media (hover: hover) and (pointer: fine) {
      .social-one__link {
        -webkit-transition: color 0.3s;
        transition: color 0.3s; } }
  @media (hover: hover) and (pointer: fine) {
    .social-one__link:focus, .social-one__link:hover {
      color: #28af6c; } }
  .social-one__icon-part {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .social-one__icon {
    display: block;
    width: 3.5rem;
    height: 3.5rem; }
  @media (min-width: 568px) and (max-width: 1199px) {
    .social-one--in-card {
      padding: 2rem 1.5rem; } }
  @media (min-width: 568px) and (max-width: 1199px) {
    .social-one--in-card .social-one__inner {
      text-align: center; } }
  .social-one--lg {
    text-align: center;
    font-size: 20px;
    line-height: 28px; }
    @media (max-width: 1199px) {
      .social-one--lg {
        padding: 2rem 1.5rem; } }
  .news-main .social-one--lg {
    height: 100%; }
  .social-one--lg .social-one__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px; }
  .social-one--lg .social-one__top {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem; }
  .social-one--lg .social-one__icon-part {
    margin-bottom: 8px; }
  .social-one--lg .social-one__icon {
    width: 6.25rem;
    height: 6.25rem; }
  .social-one--lg .social-one__text:not(:last-child) {
    margin-bottom: 8px; }
  .social-one--lg .social-one__link {
    font-size: 24px;
    line-height: 32px; }
  @media (min-width: 1025px) {
    .news-main .social-one--lg {
      -webkit-perspective: 5000px;
              perspective: 5000px; }
      .news-main .social-one--lg::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        background-color: transparent;
        border-radius: .375rem;
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transform: rotateX(24deg);
                transform: rotateX(24deg);
        opacity: 0;
        -webkit-perspective-origin: 50% 50%;
                perspective-origin: 50% 50%;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-box-shadow: 0 0.5rem 1.875rem 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0 0.5rem 1.875rem 0 rgba(0, 0, 0, 0.08);
        -webkit-transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0.1s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0.1s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0.1s, transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0.1s, transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s; }
      .news-main .social-one--lg:hover::before {
        opacity: 1;
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
        -webkit-transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0s, transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s;
        transition: opacity 0.15s cubic-bezier(0.35, 0, 0, 1.01) 0s, transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s, -webkit-transform 0.4s cubic-bezier(0.35, 0, 0, 1.01) 0s; } }
  @media (min-width: 1366px) {
    .news-main .social-one--lg::before {
      left: -2.5rem;
      right: -2.5rem;
      top: -2.5rem;
      bottom: -2.5rem; } }
  @media (min-width: 960px) {
    .news-grid .social-one--lg::before {
      content: "";
      position: absolute;
      top: -1.875rem;
      left: -1.875rem;
      right: -1.875rem;
      bottom: -1.875rem;
      opacity: 0;
      -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
      transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
      border-radius: 0.5rem;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      z-index: -1; }
    .news-grid .social-one--lg:hover::before, .news-grid .social-one--lg:focus::before {
      opacity: 1;
      -webkit-box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.08);
              box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.08);
      -webkit-transform: scale(1);
              transform: scale(1); } }

.subscribe-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  padding: 2.5rem 2rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  background-color: #EEF0F2;
  border-radius: 6px; }
  .subscribe-sm__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }
    @media (max-width: 959px) {
      .subscribe-sm__inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .subscribe-sm__content-part > *:not(:last-child) {
    margin-bottom: 0.125rem; }
  .subscribe-sm__text {
    display: block; }
  .subscribe-sm__icon-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #fff;
    border-radius: 50%; }
  .subscribe-sm__icon {
    display: block;
    margin: auto;
    width: 1.875rem;
    height: 1.875rem; }
  .subscribe-sm__btn {
    width: 100%;
    height: auto;
    min-height: 3.5rem;
    padding: 13px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem; }
  @media (min-width: 568px) and (max-width: 1199px) {
    .subscribe-sm--in-card {
      padding: 32px 24px; } }
  @media (min-width: 568px) and (max-width: 1199px) {
    .subscribe-sm--in-card .subscribe-sm__inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.gallery-slider {
  overflow: hidden; }

.gallery-slider__slide {
  position: relative;
  padding-top: 66.667%;
  background-color: #EBF0F7;
  overflow: hidden; }

.gallery-slider__slide-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.gallery-slider__thumbs {
  width: 100%;
  margin-top: 0.25rem; }

.gallery-slider__thumbs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gallery-slider__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  cursor: pointer; }
  .gallery-slider__thumb:not(:last-child) {
    margin-right: 0.25rem; }
  @media (max-width: 567px) {
    .gallery-slider__thumb {
      width: 50px; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .gallery-slider__thumb {
      width: 59px; } }
  @media (min-width: 768px) {
    .gallery-slider__thumb {
      width: calc((100% - 2.5rem) / 11); } }
  .gallery-slider__thumb::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .gallery-slider__thumb.swiper-slide-thumb-active {
    background-image: -webkit-gradient(linear, left top, right top, from(#1FBCEE), to(#24AC6E));
    background-image: linear-gradient(to right, #1FBCEE, #24AC6E); }
  .gallery-slider__thumb.swiper-slide-thumb-active::before {
    position: relative;
    margin: 1px;
    padding-top: calc(100% - 2px);
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1; }

.gallery-slider__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover; }
  .swiper-slide-thumb-active .gallery-slider__thumb-img {
    padding: 1px; }

.gallery-slider .gallery-slider__thumb-img {
  max-width: none;
  width: 100%;
  height: 100%; }

.gallery-slider__container {
  position: relative; }

.gallery-slider__slides {
  width: 100%; }

.gallery-slider__slides-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gallery-slider__slide {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.gallery-slider__zoom-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  pointer-events: none; }
  .gallery-slider__zoom-icon::after {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.72' d='M10 0L12.3 2.3L9.41 5.17L10.83 6.59L13.7 3.7L16 6V0H10ZM0 6L2.3 3.7L5.17 6.59L6.59 5.17L3.7 2.3L6 0H0V6ZM6 16L3.7 13.7L6.59 10.83L5.17 9.41L2.3 12.3L0 10V16H6ZM16 10L13.7 12.3L10.83 9.41L9.41 10.83L12.3 13.7L10 16H16V10Z' fill='%23232323'/%3E%3C/svg%3E%0A");
    background-size: 1rem 1rem;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.72;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .gallery-slider__container:hover .gallery-slider__zoom-icon::after {
      opacity: 1; }

.gallery-slider__controls {
  display: none; }
  .gallery-slider__controls--active {
    display: block; }

.gallery-slider__control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }
  .gallery-slider__control--left {
    left: 0.5rem; }
  .gallery-slider__control--right {
    right: 0.5rem; }

.slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer; }
  .slider-control::after {
    content: "";
    width: 1.125rem;
    height: 0.875rem;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2929 1.70711C9.90237 1.31658 9.90237 0.683417 10.2929 0.292893C10.6834 -0.0976311 11.3166 -0.0976311 11.7071 0.292893L17.7071 6.29289C18.0976 6.68342 18.0976 7.31658 17.7071 7.70711L11.7071 13.7071C11.3166 14.0976 10.6834 14.0976 10.2929 13.7071C9.90237 13.3166 9.90237 12.6834 10.2929 12.2929L14.5858 8H1C0.447716 8 0 7.55228 0 7C0 6.44772 0.447716 6 1 6H14.5858L10.2929 1.70711Z' fill='%23232323'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 1.125rem 0.875rem;
    opacity: 0.72;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .slider-control--left::after {
    -webkit-transform: scale(-1);
            transform: scale(-1); }
  .slider-control:hover::after, .slider-control:focus::after {
    opacity: 1; }

/* End */
/* /local/templates/general/css/jquery.fancybox.css?166721700218318 */
/* /local/templates/general/css/text-content.css?16830208033251 */
/* /local/templates/general/css/news-post.css?176295955318526 */
