

/* Start:/local/templates/NEW_tribonian/css/slick.css?15070169681776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=magnific-popup.css.map */
/* End */


/* Start:/local/templates/NEW_tribonian/css/main.css?177131687530782*/
@font-face{
	font-family:Averta Demo PE;
	src:url(/local/templates/NEW_tribonian/css/fonts/AvertaDemoPE-Regular.eot);
	src:local("Averta Demo PE Regular"),local("AvertaDemoPE-Regular"),url(/AvertaDemoPE-Regular.eot?#iefix) format("embedded-opentype"),url(/local/templates/NEW_tribonian/css/fonts/AvertaDemoPE-Regular.woff2) format("woff2"),url(/local/templates/NEW_tribonian/css/fonts/AvertaDemoPE-Regular.woff) format("woff"),url(/local/templates/NEW_tribonian/css/fonts/AvertaDemoPE-Regular.ttf) format("truetype");
	font-weight:400;
	font-style:normal;
}
@font-face{
	font-family:Averta Demo PE;
	src:url(/local/templates/NEW_tribonian/css/fonts/AvertaDemoPE-ExtraboldItalic.eot);
	src:local("Averta Demo PE Extrabold Italic"),local("AvertaDemoPE-ExtraboldItalic"),url(/local/templates/NEW_tribonian/css/fonts/AvertaDemoPE-ExtraboldItalic.eot?#iefix) format("embedded-opentype"),url(/local/templates/NEW_tribonian/css/fonts/AvertaDemoPE-ExtraboldItalic.woff2) format("woff2"),url(/local/templates/NEW_tribonian/css/fonts/AvertaDemoPE-ExtraboldItalic.woff) format("woff"),url(/local/templates/NEW_tribonian/css/fonts/AvertaDemoPE-ExtraboldItalic.ttf) format("truetype");
	font-weight:800;
	font-style:italic;
}
html {
	scrollbar-gutter: stable;
}
ul,
ol{
	margin:0;
	padding:0;
}
ul li{
	margin:0;
	padding:0;
	list-style:none;
}
ol{
    counter-reset: li;
    list-style: none;
}
ol li:before {
	counter-increment: li;
	content: counters(li,".") ". ";
	font-weight:bold;
}
body{
	font-family: Averta Demo PE, sans-serif;
	color:white;
	background-color:black;
	font-weight: 400;
	line-height: 1;
	font-size: 16px;
	text-align: left;
	margin:0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a{
	text-decoration:none;
	color: rgb(255, 255, 255);
}
a:hover, a:focus,a:focus {
    outline: none;
	text-decoration:none;
	color:rgb(255, 199, 0);
}
.body-wp{
	overflow:hidden;
}
.wrapper{
	margin:0 auto;
	width:1198px;
	position:relative;
	z-index:5;
}
.clearfix::after{
	content:'';
	display:block;
	clear:both;
}
.header-inner,
.header-left,
.header-right{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.header-left,
.header-right{
	border-radius: 10px;
	background: rgb(23, 23, 23);
	margin-top:40px;
	height:60px;
	width:500px;
	padding: 21px 21px 0px 21px;
}
.header-left a,
.header-right a{
	display:inline-block;
}
.header-left a:first-child{
	display:none;
}
.logo{
	display:inline-block;
	margin-top:20px;
}
a.button,
.button{
	height: 40px;
	width:160px;
	text-align:center;
	color: rgb(5, 1, 2);
	border-radius: 50px;
	background: rgb(255, 199, 0);
	padding-top:11px;
	border:1px solid rgb(255, 199, 0);
	cursor:pointer;
}
a.button:hover,
.button:hover{
	color:white;
	background:transparent;
}
.header-right .button{
	position:relative;
	top:-11px;
}
.main-uptitle{
	font-size: 26px;
	padding-left:75px;
	margin-top:33px;
}
.main-title{
	font-size: 168.74px;
	margin-top:3px;
}
.main-subtitle{
	font-size: 32px;
	line-height: 138%;
	text-align:center;
	margin-top:14px;
}
.rotate-bg-wp{
	position:relative;
}
.rotate-bg-top{
	position:absolute;
	top:-316px;
	left:37px;
	animation: 120s linear 0s normal none infinite running rot;
	-webkit-animation: 120s linear 0s normal none infinite running rot;
}@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-blur-wp{
	backdrop-filter: blur(100px);
	background: rgba(5, 1, 2, 0.4);
	margin-top:192px;
}
.main-blur-wp-inner{
	background:url('/local/templates/NEW_tribonian/css/img/logo-big.svg') no-repeat;
	background-position:center top 55px;
}
.main-blur-cols-wp{
	display:flex;
	flex-wrap:wrap;
}
.main-blur-col{
	width:33.333333%;
}
.main-blur-col-uptitle{
	font-size: 26px;
	margin-top:103px;
}
.main-blur-col-title{
	font-size: 56px;
	margin-top:24px;
}
.structure-item{
	text-align:center;
	color: rgb(255, 255, 255);
	padding:0 20px;
}
.structure-item-title{
	font-size: 26px;
	margin-top:22px;
}
.structure-item-text{
	line-height: 138%;
	margin-top:26px;
}
.structure-item-link{
	display:inline-block;
	color: rgb(14, 14, 16);
	width: 200px;
	height: 40px;
	line-height:40px;
	border-radius: 50px;
	background: rgb(255, 199, 0);
	margin-top:30px;
}
.structure-item-link:hover{
	background: rgb(255, 255, 255);
	color: rgb(14, 14, 16);
}
.main-blur-col-1 .structure-item{
	margin-top:276px;
	padding:0 26px 0 0;
}
.main-blur-col-2 .structure-item{
	margin-top:97px;
	padding:0 10px;
}
.main-blur-col-2 .structure-item-link{
		margin-top:52px;
	}
.structure-item.structure-item-1{
	margin-top:97px;
	padding:0 0 0 26px;
}
.structure-item.structure-item-2{
	margin-top:40px;
	padding:0 0 0 26px;
}
.main-zudov-block{
	margin-top:133px;
}
.main-zudov-title{
	font-size: 26px;
	position:relative;
	z-index:5;
}
.main-zudov-name{
	font-size: 56px;
	max-width:500px;
	margin-top:25px;
	position:relative;
	z-index:5;
}
.main-zudov-wp{
	position:relative;
}
.main-zudov-left,
.main-zudov-right{
	position:relative;
	margin-top:42px;
	max-width:380px;
	float:left;
	line-height: 138%;
	z-index:5;
}
.main-zudov-right{
	float:right;
	padding-top:60px;
}
.main-zudov-left:before{
	content:'';
	display:block;
	width:53px;
	height:49px;
	background:url('/local/templates/NEW_tribonian/css/img/quote.svg') no-repeat;
	position:absolute;
	top:7px;
	left:-75px;
}
.main-zudov-pic{
	position:absolute;
	left:411px;
	top:-119px;
	z-index:5;
}
.main-zudov-links .structure-item-link{
	width:170px;
	text-align:center;
	margin-top:0;
	display:inline-block;
}
.main-zudov-links{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.soc-link{
	display:inline-block;
	height:40px;
	margin-left:20px;
}
.soc-link:hover path.to-fill{
	fill:white;
}
.zudov-block-rotate{
	position:absolute;
	top:-290px;
	left:275px;
	animation: 120s linear 0s normal none infinite running rot;
	-webkit-animation: 120s linear 0s normal none infinite running rot;
}
.main-news-title{
	margin-top:146px;
	font-size: 56px;
}
.main-news{
	margin-top:62px;
}
.main-news-item{
	float:right;
	width:calc(100% - 827px);
	border-radius: 10px;
	background: rgb(23, 23, 23);
	margin-bottom:20px;
	max-height:150px;
	overflow:hidden;
	position:relative;
}
.main-news-item:after{
	content:'';
	display:block;
	position:absolute;
	z-index:2;
	width:100%;
	height:20px;
	bottom:0;
	left:0;
	background: rgb(23, 23, 23);
}
.main-news-item.main-news-item-first{
	float:left;
	width:787px;
	margin-bottom:0;
	max-height:none;
}
.main-news-item.main-news-item-first:after{
	display:none;
}
.main-news-item-img{
	display:block;
	height:273px;
	border-radius: 10px;
	overflow:hidden;
}
.main-news-item-desc{
	padding:0 20px 20px 20px;
}
.main-news-item-first .main-news-item-title{
	margin-top:20px;
}
.main-news-item-title{
	font-size: 18px;
	display:block;
	line-height: 138%;
	margin-top:20px;
}
.main-news-item-date{
	font-size: 14px;
	margin-top:9px;
}
.main-news-item-first .main-news-item-text{
	margin-top:22px;
}
.main-news-item-first .main-news-item-text{
	height:40px;
}
.main-news-item-text{
	font-size: 14px;
	line-height: 138%;
	height:60px;
	overflow:hidden;
	margin-top:20px;
}
.main-news-item-text p{
	margin:0;
}
.main-news-item-link{
	display:block;
	width: 160px;
	height: 40px;
	color: rgb(255, 255, 255);
	line-height: 38px;
	text-align: center;
	border-radius: 50px;
	border:1px solid rgb(255, 199, 0);
	margin-top:28px;
}
input.main-news-item-input{
	margin-top:17px;
	width:100%;
	outline:none;
	border:none;
	font-family: Averta Demo PE, sans-serif;
	font-weight: 400;
	color: white;
	font-size: 14px;
	line-height: 138%;
	background-color:transparent;
	border-bottom: 1px solid rgb(255, 199, 0);
	padding:0 0 5px 0;
}
button.main-news-item-btn{
	border-radius: 50px;
	background: rgb(255, 199, 0);
	border:1px solid rgb(255, 199, 0);
	width:100%;
	height:40px;
	color: rgb(5, 1, 2);
	font-family: Averta Demo PE, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	cursor:pointer;
	margin-top:19px;
}
button.main-news-item-btn:hover{
	background-color:white;
	border-color:white;
}
.main-map-block{
	background:url('/local/templates/NEW_tribonian/css/img/main-map.svg') no-repeat center center;
	height:846px;
	margin-top:125px;
	padding-top: 29px;
}
.main-map-title{
    font-size: 26px;
    position: relative;
    z-index: 5;
}
.main-map-name{
    font-size: 56px;
    margin-top: 25px;
    position: relative;
    z-index: 5;
}
.main-map-inner-item{
	border-radius: 10px;
	backdrop-filter: blur(100px);
	background: rgba(5, 1, 2, 0.4);
	position:relative;
	padding:20px 20px 20px 20px;
	position:relative;
	width:373px;
	height:384px;
	float:right;
	margin-top:91px;
}
.main-map-inner-item-logo{
	position:absolute;
	top:20px;
	right:20px;
}
.main-map-inner-item-number:first-of-type{
	margin-top:0;
}
.main-map-inner-item-number{
	font-size: 42px;
	margin-top:45px;
}
.main-map-inner-item-text{
	font-size: 26px;
	margin-top:14px;
}
.main-video-block{
	padding-top:154px;
	background:url('/local/templates/NEW_tribonian/css/img/bottom-main-bg.svg') no-repeat;
	background-position:center top 44px;
}
.main-video-title{
	font-size: 26px;
}
.main-video-name{
	font-size: 56px;
	margin-top:24px;
}
a.main-video-link{
	margin-top:32px;
	display:block;
	border-radius: 50px;
	background: rgb(255, 199, 0);
	width: 170px;
	height: 40px;
	line-height:40px;
	color: rgb(5, 1, 2);
	text-align:center;
}
a.main-video-link:hover{
	color: rgb(5, 1, 2);
	background-color:white;
}
.main-video-col-1{
	padding-right:27px;
}
.main-video-col-2{
	padding:0 13px;
}
.main-video-col-3{
	padding-left:27px;
}
.main-video-item-preview{
	height: 207px;
	border-radius: 10px;
	position:relative;
}
.main-video-item-preview svg{
	position:absolute;
	top:calc(50% - 45px);
	left:calc(50% - 45px);
	cursor:pointer;
}
.main-video-item-preview svg:hover path{
	fill:rgb(255, 199, 0);
}
.main-video-item-name{
	font-size: 18px;
	line-height: 138%;
	text-align: center;
	margin-top:20px;
}
.main-video-col-1 .main-video-item{
	margin-top:79px;
}
.main-video-item-2,
.main-video-item-4{
	margin-top:-4px;
}
.main-video-item-3{
	margin-top:382px;
}
.main-video-item-5{
	margin-top:40px;
}
footer{
	overflow:hidden;
}
footer .rotate-bg-wp{
	height:550px;
	padding-top:200px;
}
.rotate-bg-footer{
	position:absolute;
	top:9px;
	left:169px;
	animation: 120s linear 0s normal none infinite running rot;
	-webkit-animation: 120s linear 0s normal none infinite running rot;
}
footer .main-blur-wp{
	margin:0;
	padding-top:60px;
	height:350px;
}
.footer-logo{
	display:inline-block;
}
.copyright{
	font-size: 14px;
	margin-top:61px;
}
.footer-col-2{
	padding:2px 0 0 16px;
}
.footer-menu div{
	margin-bottom:16px;
}
.footer-contacts{
	line-height: 138%;
	padding:14px 0 40px 0;
}
.footer-col-3{
	padding:2px 0 0 30px;
}
.politika-link{
	font-size: 14px;
}
.mini-title{
	font-size: 26px;
	line-height: 138%;
	padding-top:30px;
}
.h1{
	font-size: 56px;
	font-weight: 400;
	margin:17px 0 63px 0;
}
.news-page .main-news{
	margin:0;
}
.news-back-link{
	display:inline-block;
	font-size: 14px;
	margin-top:29px;
}
.news-back-link svg{
	margin-right:5px;
}
.news-back-link:hover path{
	fill:rgb(255, 199, 0);
}
.news-detail{
	border-radius: 10px;
	background: rgb(23, 23, 23);
	margin-top:42px;
}
.news-detail img{
	display:block;
	border-radius: 10px;
}
.news-detail-description{
	padding:20px 21px;
}
.news-detail-h1{
	font-size: 18px;
	font-weight: 400;
	line-height: 138%;
	margin:0;
}
.news-detail-date{
	margin-top:8px;
}
.news-detail-date,
.news-detail-text{
	font-size: 14px;
}
.news-detail-text{
	margin-top:22px;
}
.news-detail-text p{
	margin:20px 0;
	line-height: 138%;
}
.news-detail-text p:last-of-type{
	margin-bottom:0;
}
.other-news-title{
	font-size: 56px;
	margin-top:148px;
}
.other-news-list{
	margin-top:61px;
}
.other-news-list-item{
	width:calc(calc(100% - 80px) / 3);
	border-radius: 10px;
	background: rgb(23, 23, 23);
	padding:20px;
	max-height:150px;
	float:left;
	margin-right:40px;
}
.other-news-list-item:nth-of-type(3n+3){
	margin-right:0;
}
.other-news-list-item-name{
	font-size: 18px;
	line-height: 138%;
}
.other-news-list-item-inner{
	overflow:hidden;
	max-height:110px;
}
.other-news-list-text{
	font-size: 14px;
	line-height: 138%;
	height:60px;
	overflow:hidden;
	margin-top:20px;
}
.other-news-list-text p{
	margin:0;
}
.video-page{
	background: url(/local/templates/NEW_tribonian/css/img/bottom-main-bg.svg) no-repeat;
    background-position: center top 0px;
}
.video-page-list .video-item{
	width:calc(calc(100% - 80px) / 3);
	border-radius: 10px;
	margin-right:40px;
	margin-bottom:40px;
	float:left;
}
.video-page-list .video-item:nth-of-type(3n+3){
	margin-right:0;
}
.video-popup-bg{
	cursor:pointer;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	backdrop-filter: blur(10px);
	background: rgba(5, 1, 2, 0.4);
	z-index:99;
	display:none;
}
.video-popup-modal{
	cursor:pointer;
	position:fixed;
	top:calc(50% - 332px);
	left:calc(50% - 600px);
	width:1200px;
	height:664px;
	z-index:100;
	display:none;
}
.video-popup-video{
	border-radius:10px;
	overflow:hidden;
	background: url(/local/templates/NEW_tribonian/css/img/preloader.svg) no-repeat center center;
}
.video-popup-video iframe{
	max-width:100%;
	max-height:100%;
}
.video-popup-cross{
	cursor:pointer;
	position:absolute;
	top:-70px;
	right:0;
}
.video-popup-cross:hover path{
	fill:rgb(255, 199, 0);
}
.contacts-map{
	border-radius: 10px;
	width:calc(100% - 413px);
	float:left;
	overflow:hidden;
	height:537px;
}
.contacts-block{
	float:right;
	padding:20px;
	border-radius: 10px;
	background: rgb(23, 23, 23);
	width:373px;
	margin-bottom:20px;
}
.contacts-block-title{
	font-size: 18px;
	line-height: 138%;
	margin-bottom:20px;
}
.contacts-block-text{
	font-size: 14px;
	line-height: 138%;
}
.contacts-block-inner-left{
	float:left;
	margin-top:-4px;
}
.contacts-block-inner-right{
	float:right;
	margin-top:-4px;
}
.contacts-block-inner .contacts-block-text div{
	font-size: 16px;
	padding-top:7px;
}
.contacts-block-inn .contacts-block-text{
	padding-top:52px;
}
.contacts-block-inn .contacts-block-title,
.contacts-block-inn .contacts-block-inner-right{
	padding-top:6px;
}
.bc-wrapper{
	font-size: 14px;
	line-height: 138%;
	margin-top:25px;
}
.bc-no-link{
	color:rgb(255, 199, 0);
}
.bc-separator{
	margin:0 4px;
}
.fondi-inner{
	position:relative;
}
.fondi-inner-text{
	line-height: 138%;
	width:375px;
}
.fondi-page .h1{
	margin:38px 0 42px 0;
}
.fondi-rotate-bg{
	position:absolute;
	top:-284px;
	right:-53px;
	animation: 120s linear 0s normal none infinite running rot;
	-webkit-animation: 120s linear 0s normal none infinite running rot;
}
.fondi-form{
	position:absolute;
	top:-95px;
	right:214px;
	border-radius: 10px;
	backdrop-filter: blur(100px);
	background: rgba(5, 1, 2, 0.4);
	width: 347px;
	padding:23px 20px 20px 20px;
}
.fondi-form-title{
	font-size: 18px;
	margin-bottom:-5px;
}
input.fondi-form-input{
	margin-top:20px;
	width:100%;
	outline:none;
	border:none;
	font-family: Averta Demo PE, sans-serif;
	font-weight: 400;
	color: white;
	font-size: 14px;
	line-height: 138%;
	background-color:transparent;
	border-bottom: 1px solid rgb(255, 199, 0);
	padding:0 0 5px 0;
}
input.fondi-form-input::-webkit-input-placeholder,
input.fondi-form-input:-moz-placeholder,
input.fondi-form-input::-moz-placeholder,
input.fondi-form-input:-ms-input-placeholder,
input.fondi-form-input::-ms-input-placeholder,
input.fondi-form-input::placeholder {
    color:    white;
	opacity:  1;
}
input.fondi-form-button{
	border-radius: 50px;
	background: rgb(255, 199, 0);
	border:1px solid rgb(255, 199, 0);
	width:150px;
	height:40px;
	color: rgb(5, 1, 2);
	font-family: Averta Demo PE, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	cursor:pointer;
	margin-top:23px;
}
input.fondi-form-button:hover{
	background-color:white;
	border-color:white;
}
.politika-form{
	font-size: 10px;
	line-height: 138%;
	margin-top:10px;
}
.politika-form-checkbox{
	width: 20px;
	height: 20px;
	border: 1px solid rgb(255, 199, 0);
	cursor:pointer;
	float:left;
}
.politika-form-checkbox svg{
	display:none;
}
.politika-form-checkbox.active svg{
	display:block;
	position:relative;
	top:4px;
	left:3px;
}
.politika-form-text{
	float:right;
	width:calc(100% - 30px);
	padding-top:1px;
}
.politika-form-text a{
	text-decoration:underline;
}
.fondi-footer{
	position:relative;
	z-index:5;
	margin-top:148px;
}
.fondi-footer-title{
	font-size: 56px;
}
.fondi-footer-block{
	border-radius: 10px;
	background: rgb(23, 23, 23);
	height: 324px;
	padding:20px 20px 20px 20px;
	margin-top:22px;
}
.fondi-footer-left{
	width:353px;
	float:left;
}
.fondi-footer-left img{
	display:block;
	margin-top:20px;
}
.fondi-footer-left-title{
	font-size: 26px;
	margin-top:24px;
}
.fondi-footer-left-text{
	line-height: 138%;
	margin-top:26px;
}
.fondi-footer-blagodarnost{
	display:block;
	width:204px;
	height:284px;
	border-radius: 10px;
	float:right;
	background: url(/local/templates/NEW_tribonian/css/img/maiskiy-blagodarnost.jpg) no-repeat center center;
	background-size:cover;
	margin-right:40px;
}
.fondi-footer-zudov{
	display:block;
	width:150px;
	height:284px;
	border-radius: 10px;
	float:right;
	background: url(/local/templates/NEW_tribonian/css/img/maiskiy-zudov.jpg) no-repeat center center;
	background-size:cover;
	margin-left:40px;
}
.fondi-footer-slider-wp{
	width:353px;
	height:284px;
	border-radius: 10px;
	float:right;
	overflow:hidden;
	position:relative;
}
.fondi-footer-slider{
	height:284px;
}
.fondi-footer-slide-1{
	background: url(/local/templates/NEW_tribonian/css/img/maiskiy-slider-1.jpg) no-repeat center center;
	background-size:cover;
	height:284px;
}
.fondi-footer-slide-2{
	background: url(/local/templates/NEW_tribonian/css/img/maiskiy-slider-2.jpg) no-repeat center center;
	background-size:cover;
	height:284px;
}
.fondi-footer-slide-3{
	background: url(/local/templates/NEW_tribonian/css/img/maiskiy-slider-3.jpg) no-repeat center center;
	background-size:cover;
	height:284px;
}
.fondi-footer-slide-4{
	background: url(/local/templates/NEW_tribonian/css/img/maiskiy-slider-4.jpg) no-repeat center center;
	background-size:cover;
	height:284px;
}
.fondi-footer-slider .slick-slide a{
	display:block;
	width:100%;
	height:100%;
}
.fondi-footer-slider-wp .slick-dots{
	position:absolute;
	bottom:20px;
	left:calc(50% - 35px);
}
.fondi-footer-slider-wp .slick-dots li{
	display:block;
	float:left;
	overflow:hidden;
	width: 10px;
	height: 10px;
	margin-right:10px;
	background: rgb(5, 1, 2);
	border-radius:50%;
}
.fondi-footer-slider-wp .slick-dots li.slick-active{
	background: rgb(255, 199, 0);
}
.fondi-footer-slider-wp .slick-dots li button{
	opacity:0;
	cursor:pointer;
}
.politika-page h1{
	margin-top:38px;
}
.politika-inner{
	font-size: 14px;
	line-height: 138%;
}
.politika-inner h2{
	font-size: 18px;
	margin:62px 0 23px 0;
	font-weight:400;
}
.mobile-header{
	display:none;
}
.patriot-logo{
	display:block;
	margin-top:30px;
}
.patriot-logo img{
	max-width:216px;
}

@media (max-width: 1200px){
	.body-wp{
		min-width:767px;
	}
	.wrapper{
		width:767px;
		padding:0 40px;
	}
	.mobile-header{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.hamburger{
		cursor:pointer;
		margin-top:56px;
	}
	.hamburger:hover rect{
		fill:#050102
	}
	.mobile-logo{
		cursor:pointer;
		margin-top:20px;
	}
	.mobile-phone{
		cursor:pointer;
		margin-top:46px;
	}
	.body-wp.mobile-menu-wp{
		height:1364px;
	}
	.wrapper.mobile-menu-wp{
		z-index:100;
		width:100%;
	}
	.header-inner{
		display:none;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:1364px;
		backdrop-filter: blur(100px);
		background: rgba(5, 1, 2, 0.4);
	}
	.mobile-arrow{
		content:'';
		display:none;
		width:50px;
		height:37px;
		background:url(/local/templates/NEW_tribonian/css/img/mobile-arrow.svg) no-repeat center center;
		background-size:cover;
		position:absolute;
		left:40px;
		top:55px;
		z-index:101;
	}
	.header-left,
	.header-right{
		display:block;
		width:427px;
		margin:0 auto;
		border-radius: 0;
		background: none;
		height:auto;
		padding: 0 0 0 0px;
	}
	.header-left{
		padding-top:496px;
	}
	.header-left a{
		font-size: 44px;
		margin-bottom:37px;
	}
	.header-left a,
	.header-right a{
		display:block;
		text-align:left;
	}
	.header-left a:first-child{
		display:block;
	}
	.logo{
		width:232px;
		height:223px;
		margin-top:0;
		position:absolute;
		top:158px;
		left:calc(50% - 116px);
	}
	.logo img{
		width:100%;
	}
	a.button,
	.button{
		height: 70px;
		width:100%;
		border-radius: 85px;
		padding-top:19px;
		font-size:28px;
	}
	.header-right{
		position:relative;
		margin-top:132px;
		padding-top:115px;
	}
	.header-right .button{
		position:absolute;
		top:0;
		left:0;
	}
	.header-right a{
		font-size: 30px;
		text-align:center;
		margin-bottom:31px;	
	}
	.main-uptitle{
		display:none;
	}
	.main-title{
		font-size: 96px;
		margin-top:53px;
	}
	.main-subtitle{
		font-size: 32px;
		margin-top:0px;
		text-align:left;
		margin-top:30px;
	}
	.rotate-bg-top{
		width:1324px;
		height:1296px;
		top:-300px;
		left:-300px;
	}
	.main-blur-wp{
		margin-top:243px;
	}
	.main-blur-wp-inner{
		background-size:910px 724px;
		background-position:center top 284px;
	}
	.main-blur-cols-wp{
		position:relative;
		min-height:800px;
	}
	.main-blur-col{
		width:100%;
	}
	.main-blur-col-2 .structure-item-link{
		margin-top:30px;
	}
	.main-blur-col-3{
		height:0;
	}
	.main-blur-col-uptitle{
		font-size: 22px;
		margin-top:94px;
	}
	.main-blur-col-title{
		font-size: 44px;
		margin-top:13px;
	}
	.structure-item{
		padding:0;
		position:absolute;
		width:50%;
	}
	.structure-item-title{
		font-size: 22px;
		margin-top:12px;
	}
	.structure-item-text{
		margin-top:14px;
	}
	.main-blur-col-1 .structure-item{
		margin-top:0px;
		padding:0 26px 0;
		top:672px;
		left:0;
	}
	.main-blur-col-2 .structure-item{
		margin-top:0;
		position:absolute;
		top:234px;
		left:0;
		padding:0 10px;
	}
	.structure-item.structure-item-1{
		top:234px;
		right:0;
		margin-top:0px;
		padding:0;
	}
	.structure-item.structure-item-2{
		top:672px;
		right:0;
		margin-top:0px;
		padding:0 26px 0;
	}
	.structure-item.structure-item-2 .structure-item-link{
		margin-top:52px;
	}
	.main-zudov-block{
		margin-top:139px;
	}
	.main-zudov-title{
		font-size: 22px;
	}
	.main-zudov-name{
		font-size: 44px;
		max-width:360px;
		margin-top:12px;
	}
	.main-zudov-left,
	.main-zudov-right{
		margin-top:62px;
		max-width:337px;
	}
	.main-zudov-right{
		padding-top:159px;
	}
	.main-zudov-left:before{
		width:43px;
		height:40px;
		background-size:cover;
		position:static;
		margin-bottom:10px;
	}
	.main-zudov-pic{
		width:291px;
		left:379px;
		top:-126px;
	}
	.main-zudov-pic img{
		max-width:100%;
	}
	.zudov-block-rotate{
		width:473px;
		height:460px;
		top:-300px;
		left:250px;
	}
	.main-news-title{
		margin-top:86px;
		font-size: 44px;
	}
	.main-news{
		margin-top:41px;
	}
	.main-news-item{
		float:left;
		width:calc(50% - 10px);
		max-height:157px;
	}
	.main-news-item:after{
		height:20px;
	}
	.main-news-item.main-news-item-first{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	.main-news-item:nth-of-type(n+4){
		display:none;
	}
	.main-news-item:nth-of-type(3){
		float:right;
	}
	.main-news-item-img{
		height:403px;
	}
	.main-news-item-first .main-news-item-text{
		margin-top:11px;
	}
	.main-news-item-text{
		margin-top:10px;
	}
	.main-news-item-link{
		margin-top:18px;
	}
	.main-map-block{
		background:url('/local/templates/NEW_tribonian/css/img/main-map.svg') no-repeat center center;
		background-size: 688px 465px;
		height:465px;
		margin-top:95px;
		padding-top: 0px;
	}
	.main-map-title{
		font-size: 22px;
		position:relative;
		top:-20px;
	}
	.main-map-name{
		font-size: 44px;
		margin-top: -7px;
	}
	.main-map-inner-item{
		width:333px;
		height:322px;
		margin-top:41px;
	}
	.main-map-inner-item-number{
		font-size: 38px;
		margin-top:27px;
	}
	.main-map-inner-item-text{
		font-size: 22px;
		margin-top:14px;
	}
	.main-video-block{
		padding-top:0px;
		background-size:910px 682px;
		background-position:center top 10px;
	}
	.main-video-title{
		margin-top:70px;
		font-size: 22px;
	}
	.main-video-name{
		font-size: 44px;
		margin-top:13px;
	}
	a.main-video-link{
		margin-top:21px;
	}
	.main-video-block .main-blur-cols-wp{
		min-height:886px;
	}
	.main-video-col-1{
		padding-right:0;
	}
	.main-video-col-2{
		padding:0;
	}
	.main-video-col-3{
		padding-left:0;
	}
	.main-video-item-preview{
		height: 185px;
	}
	.main-video-col-1 .main-video-item,
	.main-video-item-2,
	.main-video-item-4,
	.main-video-item-3,
	.main-video-item-5{
		width:334px;
		margin-top:0;
		position:absolute;
	}
	.main-video-item-2{
		top:66px;
		right:0;
	}
	.main-video-col-1 .main-video-item{
		top:336px;
		right:0;
	}
	.main-video-item-4{
		top:336px;
		left:0;
	}
	.main-video-item-3{
		top:630px;
		right:0;
	}
	.main-video-item-5{
		top:630px;
		left:0;
	}
	footer .rotate-bg-wp{
		height:668px;
		padding-top:230px;
	}
	.rotate-bg-footer{
		top:0;
		left:0;
	}
	footer .main-blur-wp{
		margin:0;
		padding-top:47px;
		height:445px;
	}
	footer .main-blur-cols-wp{
		display:block;
	}
	.footer-col-1{
		position:relative;
	}
	.footer-logo{
		width:130px;
		height:125px;
	}
	.footer-logo svg{
		display:block;
		max-width:100%;
	}
	.copyright{
		position:absolute;
		left:0;
		bottom:-236px;
		margin:0;
	}
	.footer-col-2{
		padding:54px 0 0 0;
	}
	.footer-contacts{
		padding:88px 0 27px 0 ;
	}
	.footer-col-3{
		padding:55px 73px 0 0;
		position:absolute;
		top:0;
		right:0;
		width:333px;
	}
	.mini-title{
		display:none;
	}
	.patriot-logo{
		position:absolute;
		top:130px;
		right:117px;
	}
	.h1{
		font-size: 44px;
		margin:60px 0;
	}
	.news-page .main-news-item:nth-of-type(2n + 3) {
        float: right;
    }
	.news-back-link{
		margin-top:61px;
	}
	.news-detail{
		margin-top:62px;
	}
	.news-detail img{
		max-width:100%;
	}
	.news-detail-text{
		margin-top:12px;
	}
	.other-news-title{
		font-size: 44px;
		margin-top:88px;
	}
	.other-news-list-item{
		width:100%;
		padding:20px;
		max-height:113px;
		float:none;
		margin-right:0;
		margin-bottom:20px;
	}
	.other-news-list-item-inner{
		overflow:hidden;
		max-height:73px;
	}
	.other-news-list-text{
		height:40px;
		margin-top:11px;
	}
	.video-page h1{
		width:50%;
		float:left;
	}
	.video-page-list .video-item{
		width:calc(calc(100% - 20px) / 2);
		margin-right:0;
		margin-bottom:40px;
		float:right;
	}
	.video-page-list .video-item:first-child{
		margin-top:60px;
	}
	.video-page-list .video-item:nth-of-type(2){
		margin-top:121px;
	}
	.video-page-list .video-item:nth-of-type(2n+2){
		float:left;
	}
	.video-popup-modal{
		position:fixed;
		top:calc(50% - 212px);
		left:calc(50% - 333px);
		width:767px;
		height:424px;
	}
	.video-popup-cross{
		top:-40px;
	}
	.contacts-map{
		width:100%;
		float:none;
		height:380px;
		margin-bottom:20px;
	}
	.contacts-block{
		float:left;
		width:calc(50% - 10px);
		margin-right:20px;
	}
	.contacts-block-inn{
		margin-right:0;
		float:right;
		position:relative;
		top:-143px;
		height:298px;
	}
	.contacts-block-inn .contacts-block-text{
		padding-top:156px;
	}
	.contacts-block-inn .contacts-block-title br{
		display:none;
	}
	.contacts-block-inn .contacts-block-title{
		white-space:nowrap;
	}
	.contacts-block-inn .contacts-block-inner-right{
		position:absolute;
		top:80px;
		right:21px;
	}
	.bc-wrapper{
		margin-top:19px;
	}
	.fondi-inner-text{
		width:100%;
	}
	.fondi-page .h1{
		margin:59px 0 61px 0;
	}
	.fondi-rotate-bg{
		display:block;
		width:600px;
		height:600px;
		position:static;
		margin: -52px auto 0 auto;
	}
	.fondi-form{
		position:absolute;
		top:168px;
		right:0px;
		width: 100%;
	}
	input.fondi-form-input{
		width:calc(50% - 10px);
		float:left;
	}
	input.fondi-form-input:nth-of-type(2n + 2){
		float:right;
	}
	input.fondi-form-button{
		margin-top:30px;
	}
	.politika-form{
		clear:both;
		padding-top:10px;
		margin:0;
	}
	.fondi-footer{
		margin-top:-88px;
		position:relative;
	}
	.fondi-footer-title{
		font-size: 44px;
	}
	.fondi-footer-block{
		height: auto;
		margin-top:62px;
	}
	.fondi-footer-left{
		width:100%;
		padding-right:257px;
	}
	.fondi-footer-blagodarnost{
		width:202px;
		height:281px;
		position:absolute;
		right:20px;
		top:126px;
		margin-right:0;
	}
	.fondi-footer-zudov{
		width:230px;
		height:320px;
		float:left;
		margin-left:0;
		margin-top:62px;
	}
	.fondi-footer-slider-wp{
		width:397px;
		height:320px;
		margin-top:62px;
	}
	.fondi-footer-slider{
		height:320px;
	}
	.fondi-footer-slide-1{
		background: url(/local/templates/NEW_tribonian/css/img/maiskiy-slider-1.jpg) no-repeat center center;
		background-size:cover;
		height:320px;
	}
	.fondi-footer-slide-2{
		background: url(/local/templates/NEW_tribonian/css/img/maiskiy-slider-2.jpg) no-repeat center center;
		background-size:cover;
		height:320px;
	}
	.fondi-footer-slide-3{
		background: url(/local/templates/NEW_tribonian/css/img/maiskiy-slider-3.jpg) no-repeat center center;
		background-size:cover;
		height:320px;
	}
	.fondi-footer-slide-4{
		background: url(/local/templates/NEW_tribonian/css/img/maiskiy-slider-4.jpg) no-repeat center center;
		background-size:cover;
		height:320px;
	}
	.fondi-footer-slider-wp .slick-dots{
		bottom:10px;
		left:calc(50% - 42px);
	}
	.fondi-footer-slider-wp .slick-dots li{
		width: 12px;
		height: 12px;
		margin-right:12px;
	}
	.politika-page h1{
		margin-top:58px;
	}
	.politika-inner h2{
		margin:62px 0 13px 0;
	}
}
/* @media (max-width: 767px){
	.wrapper{
		width:100%;
	}
} */
/* End */
/* /local/templates/NEW_tribonian/css/slick.css?15070169681776 */
/* /local/templates/NEW_tribonian/css/magnific-popup.css?17177977506852 */
/* /local/templates/NEW_tribonian/css/main.css?177131687530782 */
