custom/images/* костыль - временный */
.wateher-wrap #m-booked-prime-66086 .booked-wzsp-prime-data {
	display: flex;
	align-items: center;
}
.wateher-wrap #m-booked-prime-66086 .booked-wzsp-prime-data .booked-wzsp-day-val {
	display: inherit;
}
.wateher-wrap #m-booked-prime-66086 .widget-weather-content-text {
	display: none;
}

.header-info div {
	padding: 0;
}
@media (max-width: 768px) {
	div.gos-slide, div.carousel-links {
		width: 100%;
	}
}
/* Поправки слайдера и гос.услуг в 1600> */
.goserv.col-xl-6 {
	padding: 0;
}
@media (min-width: 1600px) {
	.goserv.col-xl-6 {
		padding-left: 20px;
	}
	.goserv.col-xl-6 .tts-tabs {
		height: 100%;
	}
}
/* Скрытие кнопик rss */
a[title*=rss] {
	display: none;
}

/* Стили для приложении */
.files-wrap h5 {
	margin: 0;
}
.files-wrap ul {
	margin: 0;
}

/** Измение положения картинки в новостях для шаблона list **/
.news-detail .news-item-image {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	float: none;
	max-width: 100%;
}

.news-detail .news-item-image img {
	margin: 0;
	padding: 0;
	border-radius: 4px;
}

/** анимации **/
.svg-cont-wrap .white-box, .sidebar-wrap .white-box, .home-news-item, .afisha__item {
  -webkit-transform: translateX(-150px);
      -ms-transform: translateX(-150px);
          transform: translateX(-150px);
  opacity: 0; }

.animStart {
  -webkit-animation: anim .6s;
          animation: anim .6s;
  -webkit-animation-timing-function: easy-in;
          animation-timing-function: easy-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.svg-cont-wrap .white-box, .sidebar-wrap .white-box, .home-news-item, .afisha__item {
  -webkit-transform: translateX(0px) translateY(100px);
      -ms-transform: translateX(0px) translateY(100px);
          transform: translateX(0px) translateY(100px); }

@-webkit-keyframes anim {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes anim {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }


/** вебки **/
.webcam-player {
  margin-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 5; }
  .webcam-player .webcam-video {
    position: relative;
    background: rgba(255, 255, 255, 0);
    z-index: 1; }
  .webcam-player.load .video-wrap:before, .webcam-player.load .video-wrap:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background-color: #fffb00;
    -webkit-animation: load 3s infinite;
            animation: load 3s infinite;
    -webkit-animation-timing-function: easy-out;
            animation-timing-function: easy-out;
    -webkit-animation-play-state: running;
            animation-play-state: running;
    border-radius: 4px;
    z-index: -2;
    -webkit-transition: .4s background-color;
    -o-transition: .4s background-color;
    transition: .4s background-color; }
  .webcam-player.load .video-wrap:after {
    background-color: #ec9410;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    z-index: -1; }
  .webcam-player.load .video-wrap.fullscreen:before, .webcam-player.load .video-wrap.fullscreen:after {
    bottom: -4px; }
  .webcam-player.load.error .video-wrap:before, .webcam-player.load.error .video-wrap:after {
    background-color: #ff0000;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  .wrap .video-wrap.fullscreen video {
    height: 100vh;
    border-radius: 0; }
  .webcam-player .video-wrap .full-btn {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/custom/images/full.png");
    background-size: cover;
    bottom: 10px;
    right: 10px;
    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;
    z-index: 10;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer; }
    .webcam-player .video-wrap .full-btn.active {
      background-image: url("/custom/images/normal.png"); }

@-webkit-keyframes load {
  0%, 100% {
    left: 50%;
    width: 0%;
    opacity: 0; }
  50% {
    left: 0%;
    width: 100%;
    opacity: 1; }
  90% {
    left: 0%;
    width: 100%;
    opacity: 0; } }

@keyframes load {
  0%, 100% {
    left: 50%;
    width: 0%;
    opacity: 0; }
  50% {
    left: 0%;
    width: 100%;
    opacity: 1; }
  90% {
    left: 0%;
    width: 100%;
    opacity: 0; } }

.webcam-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  max-height: 815px;
  overflow-y: scroll;
 }
  .webcam-list .webcam-video {
    position: relative;
    border-radius: 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer; }
    .webcam-list .webcam-video:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0;
      height: 100%;
      background-color: #e28b19;
      border-radius: 4px;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .webcam-list .webcam-video:hover:before, .webcam-list .webcam-video.active:before {
      width: 100%; }
    .webcam-list .webcam-video.active:before {
      background-color: #1cce2b; }

.wrap {
  width: 100%; }
  .wrap .video-wrap {
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: hidden; }
  .wrap .video-wrap video {
    width: 100%;
    border-radius: 4px;
    background: #545454;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  .wrap .video-title {
    position: absolute;
    bottom: 5px;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .wrap .video-title h4 {
      margin: 0 5px;
      padding: 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2;
      color: #fff; }
    .wrap .video-title p {
      display: none; }

.video-wrap.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  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: 100%;
  height: 100vh;
  background: black;
  z-index: 999; }
#map {
    width: 100%;
    height: 300px;
    border-radius: 4px;
	overflow: hidden; }

@media (max-width: 767px) {
  .webcam-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 668px) {
  .webcam-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 480px) {
  .webcam-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

/** Вебки - end **/
/** Предупреждение в камерах **/
.white-box.suddenly {
	position: relative;
    background: linear-gradient(60deg, #ec9f05, #ff4e00);
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    padding: 15px 10px 15px 64px;
}
.suddenly:before {
    content: '';
	position: absolute;
	display: block;
	top: 15px;
	left: 10px;
	width: 44px;
	height: 44px;
	background-image: url("/city/webcam/attention.png");
	background-size: cover;
}
.suddenly p {
    margin: 0;
	padding: 0;
}
.suddenly a {
    color: #fff;
    text-decoration: underline;
}

/** Погода **/
.wateher-wrap {
  padding-top: 4px; }
  .wateher-wrap .booked-wzsp-day-val {
    color: #fff !important; }
.wateher-wrap .booked-wzsp-prime-data * {
	font-family: Arial, sans-serif !important;
}

.wateher-wrap .booked-wzsp.weather-customize {
	padding: 0;
}
.wateher-wrap .booked-wzsp-prime-data .booked-wzsp-prime-img {
	height: 40px;
}
.wateher-wrap .booked-wzsp-prime-data .booked-wzsp-day-number {
    font: bold 28px/28px Arial, sans-serif !important;
}
.wateher-wrap .booked-wzsp-prime-data .booked-wzsp-day-dergee-val {
	height: 10px;
	margin-top: 0;
}


iframe[title*="YouTube"], iframe[title*="pdf"], iframe[src*="rutube"] {
    width: 100%;
    height: 480px;
}
.img-style {
	width: 100%;
	max-width:700px;
	margin: 0 auto;
}
/* просмотр pdf */
.white-box .bx-pdf-container {
	width: 100%;
	max-height: 550px;
}
/* афиша */
.medialibslider ul li a img {
	width: 100%;
	height: auto;
}
/* баннеры Это важно */
.infoBanner-wrap {
	margin: 0 auto;
	padding: 10px 0;
}
.infoBanner {
	position: relative;
}
.infoBanner img {
	border-radius: 4px;
}
.infoBanner.owl-carousel .owl-item a {
	max-width: 400px;
}
.infoBanner.owl-carousel .owl-item a img {
	margin: 0 auto;
}
.infoBanner.owl-carousel .owl-dots {
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
	margin-top: 5px;
}
.infoBanner.owl-carousel .owl-dot {
	outline: none;
}
.infoBanner.owl-carousel .owl-dots span {
	width: 12px;
	height: 12px;
	background: #D6D6D6;
	border: none;
}
.infoBanner.owl-carousel .owl-dot.active span {
	background: #869791;
}
@media (min-width: 1600px) {
	.munWidget-wrap, .carousel-links {
		padding-right: 0;
	}
}
/* скроллинг таблицы на мал экранах */
.table-wrap {
	overflow-x: scroll;
}
/* скрытие кнопок со слайдера */
.mininews-gorod .owl-controls {
	display: none;
}
.mininews-gorod .owl-default_strawberry .item .descr__title {
	font-size: 14px;
	color: #157fc4;
	text-align: center;
	margin-top: 5px;
}
/* для карусельки внизу на главной */
.carousel-links .owl-stage .owl-item {
	padding: 5px 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%)
}
.carousel-links .owl-dots {
	top: auto;
	left: auto;
	bottom: -25px;
	width: 100%;
	margin: 0 auto;
}
.carousel-links img {
	border-radius: 4px;
}
.carousel-links.padding-box {
	padding-left: 0;
	padding-right: 0;
}
/* поправка дби баннера про мусор ям... */
#js-show-iframe-wrapper {
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	overflow: hidden;
}

/* стили для вывода реквизитов для оплаты услуг ЗАГС */
.requisites-wrap {
  max-width: 700px;
  display: flex;
}
.requisites-wrap .req__services {
  width: 300px;
}
.requisites-wrap .req__services ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  max-height: 394px;
  overflow-y: scroll;
}
.requisites-wrap .req__services ul li {
  margin: 0px 0px 0px 0px;
  padding: 0;
  background: none;
  list-style-type: none;
}
.requisites-wrap .req__services ul li a.service {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 10px 15px;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  transition: .4s;
}
.requisites-wrap .req__services ul li + li a.service {
    border-top: 1px solid #2d84cb;
}
.requisites-wrap .req__services ul li a.active, .content .requisites-wrap .req__services ul li a:hover {
  background: #2d84cb;
  color: #fff;
}
.requisites-wrap .requisites {
  display: flex;
  flex-direction: column;
}
.requisites-wrap .requisites div:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 20px;
}
.requisites-wrap .requisites div:first-child p {
  text-align: center;
  max-width: 90px;
  margin: 5px 20px;
  font-size: 16px;
}
.requisites-wrap .requisites div p.rc, .requisites-wrap .requisites div p.price {
  grid-column-start: 1;
  grid-column-end: -1;
  max-width: none;
}
.requisites-wrap .req__qr {
  width: 300px;
  height: 300px;
  margin: 0;
}
@media (max-width: 644px) { 
	.requisites-wrap {
		flex-direction: column
	}
	.requisites-wrap .req__services {
		width: 100%;
	}
	.requisites-wrap .requisites div:first-child p,
	.requisites-wrap .req__qr {
		margin: 0 auto;
	}
}
/* стили для svg кнопок */
.tiles-cont-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.tile-item {
	padding: 20px;
}

.tile-item_hiddne-xl {
	display: none;
}

/* Баннер Госулуг */
.gos-problem {
	padding: 10px;
	grid-row: 1 / span 2;
}
.gos-problem #js-show-iframe-wrapper {
	height: 100%;
}

/* Виджет афиша урюпинска */
.afisha-tile.tile-item {
	padding: 0;
    grid-column-start: 3;
    grid-row: 1 / span 2;
}

/* Баннер Мой выбор Мое будущее */
.my-future {
	padding: 10px;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row: 3 / span 4;
}
iframe#widgetPosId {
	width: 100%;
	height: 100%;
}
iframe#widgetPosId .widget--startWindow {
	border: none;
}
/*баннер переписи*/
.perepis {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 5;
	grid-row-end: 5;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.perepis .conteiner-svg {
	width: auto;
}
.perepis .conteiner-svg svg {
	width: 50px;
	height: 50px;
}
.tile-btn-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-width: 340px;
}
a.tile-btn {
	position: relative;
	margin: 5px 20px;
	padding: 2px;
	border-radius: 20px;
	z-index: 1;
	overflow: hidden;
}
a.tile-btn span {
	display: inline-block;
	padding: 6px;
	border-radius: 20px;
	background-color: #ffffff;
}
a.tile-btn::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: linear-gradient(35deg, #E52329, #F7A823, #159FDB, #4EB051);
	z-index: -1;
	transition: .4s;
	transform: rotate3d(1, 1, 1, 60deg);
}
a.tile-btn:hover::before {
	transform: rotate3d(1, 1, 1, 0deg);
}
/* Поздравления главы */
.congrat-wrap {
	grid-column: 3;
    grid-row: 6 / span 2;
    overflow: hidden;
}

.congrat-wrap #bx_incl_area_9_2 {
	height: 180px;
}

/* баннер вс*/
.voyak-tile {
    position: relative;
    grid-row: 1 / span 2;
    background: url(images/mom_white.svg) center left/30% no-repeat;
    background-color: #fff;
}
/* баннер вс 2*/
.slKontr-tile {
	grid-row: 3 / span 3;
    grid-column: 3;
}
.slKontr-tile img {
	width: 100%;
	border-radius: 4px;
}
.slKontr-tile a {
	display: flex;
    align-items: center;
    height: 100%;
}

.voyak-tile_desc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 20%;
    height: 50%;
}

.voyak-tile h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: rgb(224, 64, 64);
}

.voyak-tile h3 a {
	color: inherit;
}

.voyak-tile_qrlink {
	flex-shrink: 0;
}

.voyak-tile_qr {
    display: block;
    max-height: 150px;
    border-radius: 4px;
}

.voyak-tile_stalin {
    text-align: right;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 65px;
    font-weight: 700;
    margin-top: 30px;
    color: #454545;
}

.voyak-tile_stalin span {
    position: relative;
    text-shadow: -1px 0 0 rgba(0, 0, 0, .1);
    letter-spacing: -10px;
}

.voyak-tile_stalin span:before {
    content: attr(data-letter);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    color: rgb(224, 64, 64);
    transform: rotateY(25deg);
    animation: voyakOpen 4s infinite;
    z-index: 2;
}

.voyak-tile_stalin span:after {
    content: attr(data-letter);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    color: rgba(0, 0, 0, .1);
    transform: rotateY(5deg) scale(1.07, 1) skewY(3deg);
    animation: voyakOpenShadow 4s infinite;
    z-index: 1;
    opacity: .5;
}

.voyak-tile_stalin span:nth-child(1):before, .voyak-tile_stalin span:hover:after {
    animation-delay: .45s;
}
.voyak-tile_stalin span:nth-child(2):before, .voyak-tile_stalin span:hover:after {
    animation-delay: .9s;
}
.voyak-tile_stalin span:nth-child(3):before, .voyak-tile_stalin span:hover:after {
    animation-delay: 1.35s;
}
.voyak-tile_stalin span:nth-child(4):before, .voyak-tile_stalin span:hover:after {
    animation-delay: 1.80s;
}
.voyak-tile_stalin span:nth-child(5):before, .voyak-tile_stalin span:hover:after {
    animation-delay: 2.25s;
}
.voyak-tile_stalin span:nth-child(6):before, .voyak-tile_stalin span:hover:after {
    animation-delay: 2.7s;
}
.voyak-tile_stalin span:nth-child(7):before, .voyak-tile_stalin span:hover:after {
    animation-delay: 3.15s;
}
.voyak-tile_stalin span:nth-child(8):before, .voyak-tile_stalin span:hover:after {
    animation-delay: 3.6s;
}
.voyak-tile_stalin span:nth-child(9):before, .voyak-tile_stalin span:hover:after {
    animation-delay: 4.50s;
}
.voyak-tile_stalin span:nth-child(10):before, .voyak-tile_stalin span:hover:after {
    animation-delay: 5s;
}

@keyframes voyakOpen {
    0%, 100% {
        transition: .5s cubic-bezier(0, 1.88, .83, .67);
    }
    50% {
        transform: perspective(100px) rotateY(-45deg);
    }
}

@keyframes voyakOpenShadow {
    0%, 100% {
        transform: rotateY(5deg) scale(1.07, 1) skewY(3deg);
    }
    50% {
        transform: rotateY(0deg) scale(1.11, 1) skewY(6deg);
    }
}

@media (prefers-color-scheme: dark) {
	.voyak-tile.white-box {
		background: url(images/mom_black.svg) center left/30% no-repeat;
		background-color: #212121;
		background-repeat: no-repeat;
	}
}
@media (max-width: 1599px) {
	.tile-item_hiddne-xl {
		display: block;
	}
	.tiles-cont-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
	.afisha-tile.tile-item {
		grid-column-start: 1;
		grid-row: 7 / span 3;
	}
	.my-future {
		padding: 10px;
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row: 3 / span 4;
	}
	iframe#widgetPosId {
		width: 100%;
		height: 100%;
		min-height: 285px;
	}
	.perepis {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 5;
		grid-row-end: 6;
	}
	.congrat-wrap {
		grid-column: 2;
		grid-row: 11 / span 2;
	}
	.slKontr-tile {
		grid-row: 3 / span 4;
		grid-column: auto;
	}
}

@media (max-width: 1279px) {
	.tile-item_hiddne-md {
		display: none;
	}
	.my-future {
		padding: 10px;
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row: 3 / span 7;
	}
    .voyak-tile.white-box {
        background-size: 60%;
    }
    .voyak-tile_desc {
        flex-direction: column;
        justify-content: center;
		align-items: flex-end;
        height: auto;
    }

    .voyak-tile_stalin {
        font-size: 36px;
        line-height: 50px;
    }
}
@media (max-width: 991px) {
	.tiles-cont-wrap {
		grid-template-columns: 1fr;
	}

	.gos-problem {
		grid-column-start: auto;
		grid-column-end: auto;
		grid-row-start: auto;
		grid-row-end: auto;
	}
	.my-future {
		grid-column-start: auto;
		grid-column-end: auto;
		grid-row: 4 / span 4;
	}
	.perepis {
		grid-column-start: auto;
		grid-column-end: auto;
		grid-row-start: auto;
		grid-row-end: auto;
		flex-direction: column;
	}
	iframe#widgetPosId {
		max-height: 395px;
	}
	.afisha-tile.tile-item {
		padding: 0;
		grid-column-start: 1;
        grid-row: 8 / span 2;
	}
	.congrat-wrap {
		grid-column: 1;
		grid-row: auto / span 2;
	}


    .voyak-tile.white-box {
        background-size: 30%;
    }
    .voyak-tile_desc {
        flex-direction: row;
        justify-content: space-arround;
		align-items: center;
        height: 50%;
    }

    .voyak-tile_stalin {
        font-size: 48px;
        line-height: 65px;
    }
	.congrat__img {
		min-width: 30%;
	}
	.slKontr-tile {
		grid-row: auto / span 4;
	}
}
@media (max-width: 425px) {
    .voyak-tile.white-box {
        background-size: 45%;
    }
    .voyak-tile_desc {
        flex-direction: column;
        justify-content: center;
		align-items: flex-end;
        height: auto;
    }

    .voyak-tile_stalin {
        font-size: 36px;
        line-height: 50px;
    }
}
.conteiner-svg {
	font-family:sans-serif;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	justify-content:start;
	width:100%;
	text-decoration:none;
	color:#428bca;
}
.tile-item h3{
	margin:10px 0 0 5px;
	padding:0;
	font-size:16px;
	line-height:1;
	color:#428bca;
	transition:.2s
}
.tile-item h3 a {
	color: inherit;
	text-decoration: none;
}
.conteiner-svg svg{
	width:50px;
	height:50px;
	flex-shrink: 0;
}
.conteiner-svg svg path, .conteiner-svg svg polygon{
	fill:#428bca;
	transition:.2s
}
.conteiner-svg:hover {
	text-decoration:none;
}
.tile-item:hover h3{
	color:red
}
.tile-item:hover svg path, .tile-item:hover svg polygon{
	fill:red
}

//covid-19 баннеры
.resourced-net-covid h3 {
	text-align: center;
}
.resourced-net-covid ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: grid;
	list-style-type: none;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1px;
}
.resourced-net-covid ul li {
	margin: 10px 5px;
	padding: 0;
	width: 325px;
}
@media (max-width: 991px) { 
	.resourced-net-covid ul {
		grid-template-rows: 1fr;
		grid-template-columns: auto;
	}
}

@media (max-width: 485px) {
	iframe#widgetPosId {
		width: 100%;
		height: 100%;
		min-height: 480px;
	}
}
/** галерея **/

.gallery-wrap {
  position: relative;
  height: 220px; }
  .gallery-wrap .gallery-item {
    display: block;
    width: 220px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .gallery-wrap .gallery-item img {
      width: 100%; }
  .gallery-wrap .first .gallery-item {
    width: 320px; }
  .gallery-wrap.owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 80%;
    right: 0; }
    .gallery-wrap.owl-theme .owl-nav [class*=owl-] {
      position: relative;
      color: #333;
      background: #D6D6D6;
      border: none;
      border-radius: 4px;
      text-indent: 0;
      font-size: 30px;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      .gallery-wrap.owl-theme .owl-nav [class*=owl-] span {
        position: absolute;
        top: 5%;
        left: 33%; }
      .gallery-wrap.owl-theme .owl-nav [class*=owl-]:hover {
        background: #869791;
        color: #FFF;
        text-decoration: none; }
  /** стили lightGallery **/
@font-face {
  font-family: lg;
  src: url(/custom/lightGallery/fonts/lg.woff?22t19m) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0; }
  50% {
    left: -30px; } }

@keyframes lg-right-end {
  0%, 100% {
    left: 0; }
  50% {
    left: -30px; } }

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0; }
  50% {
    left: 30px; } }

@keyframes lg-left-end {
  0%, 100% {
    left: 0; }
  50% {
    left: 30px; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html.close {
  left: auto;
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  bottom: 0;
  color: #FFF;
  font-size: 18px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
       transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: 0;
  border: none; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease; } }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: .5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
            box-shadow: 0 0 0 2px #fff inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
  transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
            box-shadow: 0 0 0 8px #fff inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer {
  height: 100%;
  width: 100%; }
  .lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    transition: visibility 0s linear .18s,opacity .18s linear 0s; }
  .lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible; }
  .lg-outer.lg-dropdown-active #lg-share {
    color: #FFF; }
  .lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
    -o-transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s; }
    .lg-outer .lg-dropdown:after {
      content: "";
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      border: 8px solid transparent;
      border-bottom-color: #FFF;
      right: 16px;
      top: -16px; }
    .lg-outer .lg-dropdown > li:last-child {
      margin-bottom: 0; }
    .lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
      color: #333; }
    .lg-outer .lg-dropdown a {
      color: #333;
      display: block;
      white-space: pre;
      padding: 4px 12px;
      font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 12px; }
      .lg-outer .lg-dropdown a:hover {
        background-color: rgba(0, 0, 0, 0.07); }
    .lg-outer .lg-dropdown .lg-dropdown-text {
      display: inline-block;
      line-height: 1;
      margin-top: -3px;
      vertical-align: middle; }
    .lg-outer .lg-dropdown .lg-icon {
      color: #333;
      display: inline-block;
      float: none;
      font-size: 20px;
      height: auto;
      line-height: 1;
      margin-right: 8px;
      padding: 0;
      vertical-align: middle;
      width: auto; }
  .lg-outer .lg, .lg-outer .lg-inner {
    height: 100%;
    width: 100%; }
  .lg-outer #lg-share {
    position: relative; }
    .lg-outer #lg-share:after {
      content: "\e80d"; }
  .lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998; }
    .lg-outer #lg-share-facebook .lg-icon:after {
      content: "\e904"; }
  .lg-outer #lg-share-twitter .lg-icon {
    color: #00aced; }
    .lg-outer #lg-share-twitter .lg-icon:after {
      content: "\e907"; }
  .lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39; }
    .lg-outer #lg-share-googleplus .lg-icon:after {
      content: "\e905"; }
  .lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027; }
    .lg-outer #lg-share-pinterest .lg-icon:after {
      content: "\e906"; }
  .lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s; }

.lg-rotate-left:after {
  content: "\e900"; }

.lg-rotate-right:after {
  content: "\e901"; }

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px; }

.lg-flip-ver:after {
  content: "\e903"; }

.lg-flip-hor:after {
  content: "\e902"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
       transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
       transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
       transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url(../img/loading.gif) center center no-repeat;
    display: none !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important; }
  .lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
  .lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
    -webkit-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s; }
  .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*Стилизация для процессов*/
.proccess {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 22px;
}
.proccess:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #157fc4;
}
.proccess__step {
  position: relative;
}
.proccess__step:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #157fc4;
  border-radius: 100%;
}
.proccess__step + .proccess__step {
  margin-top: 10px;
}
.proccess__title {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.proccess__descr, .proccess__choose {
  font-size: 14px;
  margin-left: 14px;
}
.proccess__choose input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.proccess__choose label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.proccess__choose label:before, .proccess__choose label:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #157fc4;
  border-radius: 100%;
  margin-top: 4px;
  margin-right: 5px;
}
.proccess__choose label:after {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  border: none;
  background: #157fc4;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.proccess__choose input:checked + label::after {
  opacity: 1;
}
.proccess__choose input:not(:disabled):not(:checked) + label:hover:before,
.proccess__choose input:focus + label:before {
  -webkit-box-shadow: 0 0 2px 0.2px #157fc4;
          box-shadow: 0 0 2px 0.2px #157fc4;
}

/* Стилизация темной темы */
@media (prefers-color-scheme: dark) {

  .proccess:before {
    background: #50b5f6;
  }
  .proccess__step:before {
    background: #212121;
    border: 1px solid #50b5f6;
  }
  .proccess__title {
    color: #f1f1f1;
  }
  .proccess__choose label:before {
    border: 1px solid #50b5f6;
  }
  .proccess__choose label:after {
    background: #50b5f6;
  }
  .proccess__choose input:not(:disabled):not(:checked) + label:hover:before,
  .proccess__choose input:focus + label:before {
    -webkit-box-shadow: 0 0 2px 0.2px #50b5f6;
            box-shadow: 0 0 2px 0.2px #50b5f6;
  }

.afisha__date:before {
    background-image: url(/bitrix/templates/gos_modern_blue_s1/components/bitrix/news/afisha/bitrix/news.list/.default/images/date-w.png);
}
.afisha__loc:before {
    background-image: url(/bitrix/templates/gos_modern_blue_s1/components/bitrix/news/afisha/bitrix/news.list/.default/images/maps-w.png);
}
.mobile-nav-wrapper {
    background: #282828;
}
.search-input {
    background: #454545;
    color: #f1f1f1;
}

.voyak-tile_stalin {
	color: #fff;
}

.voyak-tile h3 {
	text-shadow: 0 0 4px rgba(0, 0, 0, .8);
}

@media (max-width: 767px) {
	.footer-menu-content h4, .footer-menu-content .h4 {
		color: #f1f1f1;
	}
	.footer-menu-content h4:after, .footer-menu-content .h4:after {
		border-color: #f1f1f1;
	}
	.footer-menu-content h4.opened:after, .footer-menu-content .h4.opened:after {
		border-color: #f1f1f1;
	}
}

.jq-selectbox__select {
    background: #454545;
    color: #f1f1f1;
}
.jq-selectbox__select:hover, .jq-selectbox__select:active, .focused .jq-selectbox__select, .dropdown .jq-selectbox__select {
    background: #454545;
    color: #f1f1f1;
}
.jq-selectbox__dropdown {
    background: #454545;
}
.top-header-nav li:hover > a, .top-header-nav li:focus > a, .top-header-nav li.active > a {
    background: #3c3c3c;
}
.top-header-nav li ul {
    background: #3c3c3c;
}
.top-header-nav li ul li a:hover {
    background: #454545;
}
ul.external-links-list li {
    background: url(/custom/images/link-li.png) no-repeat 0 6px;
    background-size: 13px 11px;
}
.page-navigation .right-arr, .page-navigation .left-arr, .page-navigation .page-navigation-pages a {
    color: #e8e8e8;
}
.page-navigation .right-arr:hover, .page-navigation .left-arr:hover, .page-navigation .page-navigation-pages a:hover {
    text-decoration: none;
    color: #f1f1f1;
}
.page-navigation-pages a.current {
    color: #f1f1f1;
    box-shadow: inset 0 0 0 1px #f1f1f1;
}
.text-primary, a.text-primary {
    color: #f1f1f1;
}
.page-navigation-pages {
    background: #454545;
}
.sidebar-nav li.current > a, .sidebar-nav li.active > a {
    color: #f1f1f1;
    border-color: #50b5f6;
}
.sidebar-nav li li a {
    color: #e8e8e8;
}
.input, .news-param input {
	color: #f1f1f1;
    background-color: #454545;
}
.ya-share2__item .ya-share2__popup {
    background-color: #454545;
}
.ya-share2__item .ya-share2__title {
    color: #f1f1f1;
}

/* Изменения cust-style */
.mininews-gorod .owl-default_strawberry .item .descr__title {
    color: #e8e8e8;
}

.news-icon {
    background-color: #212121;
}
.news-icon:before, .news-icon:after {
    background-color: #212121;
}
.title-link {
    background-color: #212121;
    -webkit-box-shadow: 0 -5px 5px 4px #212121;
    box-shadow: 0 -5px 5px 4px #212121;
}
.title-link p {
	color: #f1f1f1;
}
.title-link:hover, .title-link:focus {
    -webkit-box-shadow: 0 -5px 5px 4px rgb(33 33 33 / 0%);
    box-shadow: 0 -5px 5px 4px rgb(33 33 33 / 0%);
}
.home-news-item:before {
    background-color: #212121;
    -webkit-box-shadow: 0 -5px 12px 8px #212121;
    box-shadow: 0 -5px 12px 8px #212121;
}
.home-news-item:after {
    background-color: #50b5f6;
}
.news-partition:before {
    background-image: url(https://urupinsk.net/bitrix/templates/.default/components/bitrix/news.line/all-news/images/partition-w.png);
}
.news-date-time:before {
    background-image: url(https://urupinsk.net/bitrix/templates/.default/components/bitrix/news.line/all-news/images/date-w.png);
}
.tile-item {
    color: #f1f1f1;
}
.tile-item svg path, .tile-item svg polygon {
    fill: #f1f1f1;
}
.tile-item:hover svg path, .tile-item:hover svg polygon {
    fill: #50b5f6;
}
.tile-item:hover h3 {
    color: #50b5f6;
}
.afisha-vidget__link {
    color: #f1f1f1;
}
.afisha-vidget__title:hover .afisha-vidget__link {
    color: #50b5f6;
}
.gos-problem #js-show-iframe-wrapper {
    background: #212121;
}
.gos-problem #js-show-iframe-wrapper .bf-3__text {
    color: #e8e8e8;
}
.gos-problem #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
	background: #454545;
}
.soc-wrap .soc-item {
    background: none;
}
.soc-wrap .soc-item:hover, .soc-wrap .soc-item:focus {
    background: #454545;
}
	.booked-wzsp.weather-customize:hover {
	text-decoration: none;
}
.infoBanner-wrap .white-box.padding-box {
	box-shadow: 0 0px 0px 1px rgb(69 69 69 / 40%);
}

/* Изменения в стилях шаблона */
	.btn-outline {
		background-color: transparent;
		color: #e8e8e8;
		border: none;
	}
	.btn-outline:hover,
	.btn-outline:focus {
		color: #f1f1f1;
		background: #454545;
		border-color: #454545;
	}
	.btn-outline:active,
	.btn-outline.active {
		color: #f1f1f1;
		background: #454545;
	}
	
	html,
	button,
	input,
	select,
	textarea {
		color: #f1f1f1;
	}
	input,
	select,
	textarea {
		color: #f1f1f1;
		background: #212121;
	}
	body {
		color: #f1f1f1;
		background: #000000;
	}
	a,
	.pseudolink {
		color: #e8e8e8;
		text-decoration: none;
	}
	a:hover,
	.pseudolink:hover,
	a.active,
	.pseudolink.active {
		color: #50b6f7;
		text-decoration: underline;
	}
	
	.container-top-navigation {
		position: relative;
		background: #282828;
	}
	.top-nav-block li a {
		color: #e8e8e8;
	}
	.top-nav-block li a:hover {
		color: #ffffff;
		background: #45a3ba;
	}
	.top-nav-block li:hover > a,
	.top-nav-block li:focus > a,
	.top-nav-block li.parent:hover,
	.top-nav-block li > a:hover,
	.top-nav-block li.parent.active > a,
	.top-nav-block li.parent.current > a,
	.top-nav-block li.current a {
		color: #ffffff;
		background: #3c3c3c;
	}
	.second-level {
		background: #3c3c3c;
	}
	
	.tts-tabs {
		background: #212121;
		color: #828282;
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	}
	.tts-tabs-switcher {
		color: #f1f1f1f1;
	}
	.tts-tabs-switcher.active {
		color: #f1f1f1;
		border-bottom-color: #50b6f7;
	}
	.tts-tabs-switcher:hover {
		color: #f1f1f1;
	}
	
	.container-white,
	.white-box {
		background: #212121;
		color: #e8e8e8;
		box-shadow: 0 5px 10px 2px rgb(69 69 69 / 40%);
	}
	.container-white h1,
	.white-box h1,
	.container-white .h1,
	.white-box .h1,
	.container-white h2,
	.white-box h2,
	.container-white .h2,
	.white-box .h2,
	.container-white h3,
	.white-box h3,
	.container-white .h3,
	.white-box .h3 {
		color: #f1f1f1;
	}
	.primary-border-box {
		border-top: solid 4px #50b6f7;
	}
	
	.container-top-header {
		background: #282828;
		color: #ffffff;
	}
	.container-top-header .top-header-link:hover,
	.container-top-header li a:hover {
		text-decoration: none;
		background: #454545;
	}
	.logo {
		color: #f1f1f1;
	}
	.search-button:hover {
		background: #454545;
		color: #ffffff;
	}
	.container-search {
		background: #282828;
		color: #ffffff;
	}
	
	.double-header {
		color: #f1f1f1;
	}
}