/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */


 * {
	font-family: 'PT Sans', 'Noto Sans', sans-serif;
}


/* Account for fixed navbar */
html {
	height: 100%;
  }

.clearfloat:after {
	content: "";
	display: table;
	clear: both;
}
  /* input::-moz-placeholder { color: red; }
  input::-webkit-input-placeholder { color: red; } */

  body {
	font-family: 'PT Sans', 'Noto Sans', sans-serif;
    position: relative;
    /* background-color: #156888; */
		background-color: #022340;
    min-height: 100%;
    /* background-size: cover; */
    display: flex;
    flex-direction: column;
 }
  
  *{
	  outline:none!important;
  }
  img {
	  max-width: 100%;
  }
  .inner-page-wrapper p {
    color: #2a3137;
		line-height: 1.7;
		margin-bottom: 20px;
		font-size: 18px;
}

  .section-padding {
  padding-top: 50px;
  }
  .wrapper {
  	display: flex;
    flex-direction: column;
	  flex: 1 0 auto;
		max-width: 1410px;
    margin: auto;
		width: 100%;
  }
	.main-wrapper {

	}
  .content-wrapper {
    display: flex;
		background-color: #fff;		
    flex: 1 0 auto;
    flex-direction: column;   
    background-size: contain;
  }

  .header {
    width: 100%;
		background-color: #043051;
}

  .header-page .header-middle-line{
		/* background-color: #064276; */
  }
.header-page .logo-block__text {
    color: #e1f2fd;
}
.header-page .logo-block__subtext {
	color: rgb(255 255 255 / 58%);
}
.header-page .main-menu {
	/* max-width: 100%; */
}

  footer {
		width: 100%;
		/* background: #032357; */
		padding-top: 30px;
		flex: 0 0 auto;
		/* background-color: #012646; */
		background-color: #022340;
  }
  /* .modal-open footer{
	position: relative;
	margin-top: -200px;
  }  */
  /* .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #023d51!important;
  }
  .modal-open .modal.in{
	  background:none;
  }
  .modal-backdrop.in {
	opacity: .9;
	filter: alpha(opacity=90);
  } */
  

  /* 
.nav-bg {
    background-color: #052d60 !important;
} */

  /* .nav::before, .nav::after {
  display: none !important;
  } */
  
  .inner-page-wrapper a {
    color: #0c65a1;
    line-height: inherit;
    text-decoration: underline;
}
.inner-page-wrapper ul li {
    line-height: 1.5;
    list-style-image: url(/bitrix/templates/aquacultura/img/ul-style-img.png);
    margin-bottom: 10px;
}
  h1 {
    color: #0c599c;
		padding-bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: none;
    text-transform: uppercase;
		border-bottom: 1px solid #e1edf5;
		font-family: 'pt serif', 'Noto Sans', sans-serif;
}
h3 {
	color: #0c65a1;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	clear: both;
}

  /* Finesse the page header spacing */
  .page-header {
	margin-bottom: 30px;
  }
  .page-header .lead {
	margin-bottom: 10px;
  }
  
  .dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    box-shadow: #06427645 0 2px 5px;
  }
  
  .dropdown-menu>li>a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	
  }

  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		text-decoration: none;
    color: #ffffff;
    background-color: #83badd;
  }
  /* .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #83badd;
  } */

.dropdown-menu > .active > a:hover {
    background-color: #e1f2fd;
}
  /* Non-responsive overrides
   *
   * Utilize the following CSS to disable the responsive-ness of the container,
   * grid system, and navbar.
   */
  .container-fluid {
	  /*max-width: 1210px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
	  padding-left: 15px;
	  padding-right: 15px;*/
  }
  .container-main {
	max-width: 1410px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
  }
  .container-main_map {
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	
  }
  .container-no-row {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
  }

  .block-main {
	  background-color: #fff;
	  /* border: 1px solid #053277;  */
}


 
  
  

@media (min-width: 1200px)
  {
	.navbar {
		padding: 0;
		width: 100%;
		border-bottom: 1px solid rgb(248 246 246 / 5%);
	}

	.navbar-nav {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		min-height: 55px;
		/* border-bottom: 1px solid rgb(248 246 246 / 5%); */
		padding-left: 0px;
		flex: 0 0 auto;
		}
	  .navbar-nav > li {
		display: flex;
		justify-content: center;
		flex: 1 0 auto;
		/* border-left: 1px solid rgb(248 246 246 / 14%); */
	  }
	  .navbar-nav > li:hover {
		background-color: #fff;
	}
	.navbar-dark .navbar-nav .nav-link {
		color: rgb(6 66 118);
	  }	

	.navbar-nav > li:hover>a {
	  color: rgb(3 36 68) !important;
	}
	  .navbar-nav > li:last-child {
		  margin-right: 0;
	  }
	
	  .navbar-nav > li > a,
		.navbar-nav  > li > .nav-link {
			color: #b5cde1 !important;
			line-height: 1.3;
			font-size: 15px;
			height: 100%;
			align-items: center;
			/* font-weight: 700; */
			display: flex;
			letter-spacing: 0.5px;
			text-transform: uppercase;
			justify-content: center;
			padding: 0 15px !important;
	  }
	  .navbar-nav > li > a:last-child{
		border-right: 0;
	  }
	  .navbar-default {
		background-color: transparent;
	  }
	
	
	  .navbar-nav> li.active {
			/* background-color: #093c69; */
	}
	.navbar-nav > li.active > a {
		/* color: #f3b00b !important; */
	} 
	
	
	  .navbar-default .navbar-nav>.active>a, 
	  .navbar-default .navbar-nav>.active>a:hover, 
	  .navbar-default .navbar-nav>.active>a:focus {
		color: #2b91a1;
		background-color: transparent;
	  }
	.navbar-nav .active>.nav-link, 
	.navbar-nav .nav-link.active {
			/* color: #a4ecdd !important; */
			/* border-bottom: 1px solid #ccc; */
			/* text-decoration: underline; */
			color: rgb(64, 162, 187) !important;
	}
	
	  .navbar-default .navbar-nav>li:hover > a, .navbar-default .navbar-nav>li:focus > a,.navbar-default .navbar-nav>li:active > a{
		   color: #2b91a1;
	  }	

	  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		background-color: #023d51;
		color: #2b91a1;
	  }
		.news__detail_picture {
			border: 1px solid #e1f2fd;
			max-width: 400px;
	}

  } 
  @media (max-width: 1199px)
  {
	.navbar {
		position: absolute;
		padding: 0;
		top: 13px;
		width: 100%;
	}
	.collapse.show {
		display: block;
		width: 100%;
		margin-top: 8px;
		margin-left: -15px;
		background-color: #022340;
		padding: 10px 15px 20px;
	}
	.dropdown-menu {
		background-color: transparent;
		padding: 0 15px 15px 15px;
		box-shadow: none;
    	border-bottom: 1px solid rgb(255 255 255 / 7%);
	}
	.detail_picture {
		margin: 0 0 20px 0;
		width: 300px;
}

  }




  /* Undo form expansion */
  /* .navbar-form {
	float: left;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
  } */
  
  /* Copy-pasted from forms.less since we mixin the .form-inline styles. */
  /* .navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
  }
  
  .navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
  }
  
  .navbar-form .form-control-static {
	display: inline-block;
  }
  
  .navbar-form .input-group {
	display: inline-table;
	vertical-align: middle;
  }
  
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
	width: auto;
  }
  
  .navbar-form .input-group > .form-control {
	width: 100%;
  }
  
  .navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle;
  }
  
  .navbar-form .radio,
  .navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
  }
  
  .navbar-form .radio label,
  .navbar-form .checkbox label {
	padding-left: 0;
  }
  
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
  }
  .navbar {
    margin-bottom: 0;
	padding: 0;
    border: 0;
    z-index: 900;
    border-radius: 0;
  }

  .navbar-default .navbar-collapse, 
  .navbar-default .navbar-form {
    padding-left: 0;
	padding-right: 0;
}
  .navbar-form .has-feedback .form-control-feedback {
	top: 0;
  } */
  
  
  /*Ниже идут непосредственно стили*/
  
  .social-search {
	display: flex;
    /* justify-content: flex-end; */
    margin-top: 20px;
  }
  .social-buttons {
	display: flex;
	justify-content: flex-end;
  }


  .social-buttons > a{
    min-width: 30px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 7px;
    /* background: #f7f9fb1f; */
    /* box-shadow: #002a5442 0px 0 26px; */
    margin-right: 1px;
    height: 30px;
  }
  .feedback img{
	height: 20px;
	margin-left: 10px;
}

.top-menu__block {
    display: flex;
}

  .facebook-sl:hover{
	  /* background:#4A71C0; */

  }

  .twitter-sl:hover{
	  background:#6ABEF9;
  }
  .youtube-sl:hover{
	  background:#F22D22;

  }
  
  .header-top-line{
	width:100%;
	min-height:40px;
  }
  
  
  .top-header-menu {
	display: inline-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
  }
  .top-header-menu a{
	color: rgb(193, 220, 236);
	font-size: 14px;
	text-decoration: none;
	  
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .top-header-menu  a:hover{
	  color: #faffff;
		text-decoration: none;
		  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .top-header-menu  div.active a{
	  color: #faffff;
		text-decoration: none;
  }
  
  .top-header-menu > div{
	height: 30px;
	padding: 0px 10px;
	/* background: #f7f9fb1f; */
	margin-right: 1px;
	align-items: center;
	display: flex;

				-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .top-header-menu > div:first-child{	
	padding-left: 0;
  }

  .top-header-menu > div:hover{
	  /* border-top:5px solid #2b91a1; */
			  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .top-header-menu  div:hover a{
	  color: #faffff;
	  text-decoration: none;
	  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .top-header-menu > div.active{
	  /* border-top: 5px solid #8c651a; */

  }
  
.logo-block{
		display: inline-flex;
		align-items: flex-start;
  }

.header-middle-line{
    background-color: #043051;
    display: flex;
    align-items: center;
    margin-top: 55px;
    height: 110px;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
  
.logo-block__link {
    text-transform: uppercase;
    display: inline-flex;
    color: #ffffff;
    text-decoration: none;
    align-items: flex-start;
    margin: 0;
    padding-right: 23px;
    /* border-right: 1px solid #23435f; */
}


  .logo-block__link:hover {
	text-decoration: none;
}

.logo-block__link img {
	width: 56px;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 3px;
}

.logo-block__link img {
	width: 60px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.logo-block__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 400;
	font-size: 33px;
	letter-spacing: 2px;
	font-family: 'pt serif', 'Noto Sans', sans-serif;
	color: #fff;
	align-items: flex-end;
	line-height: 1.2;
}



.logo-block__subtext {
		font-size: 21px;
		/* font-family: pt serif; */
		/* letter-spacing: 0.5px; */
		font-weight: 400;
		color: #fff;
  }
  .middle-line-links{
		margin-top: 14px;
		margin-bottom: 15px;
		text-align: right;
  }
  .middle-line-links > div{
  display:inline-block;
	padding-left: 20px;
  }
  .header-feeadback-link{
	  /* background:url(img/header-feeadback-link-ico.png) no-repeat 0 4px; */
  }
  .header-feeadback-link>a{
	  color: #8ebaff;
	  border-bottom: 1px dashed;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .header-feeadback-link>a:focus{
	  text-decoration:none;
  }
  .header-feeadback-link>a:hover{
	  border:none;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .middle-line-links > div>a:hover{
	  text-decoration:none;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .header-enter-link>a{
	  color:#2b91a1;
	  border-bottom: 1px dashed;
  }
  .header-enter-link>a:focus{
	  text-decoration:none;
  }
  .header-enter-link>a:hover{
	  border:none;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .header-enter-link{
	  background:url(img/header-enter-link-ico.png) no-repeat 0 4px;
	  margin-left: 35px;
  }

.header-bottom {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	background: #042545;
}

  .header-botom__menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 45px;
  }


/* Новости на главной */

.bx-newslist-block {

    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    box-sizing: content-box;
    height: 100%;

}
  .bx-newslist-title {
		margin: 0;
    font-weight: 400;
    flex-direction: column;
    width: 100%;
    height: 100%;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
    justify-content: flex-end;
    border: 0px solid #6fc6eb;
    background-image: linear-gradient(0deg, #0c3a6d,#1171dc2e, #0b76eda6);
    font-family: inherit;
    padding: 5px 15px 12px;
    display: flex;
}
.bx-newslist-title a {
	letter-spacing: 0.3px;
	color: #ffffff;
	font-weight: 400;
	padding: 6px 0 0;
	min-height: 50px;
	line-height: 1.2;
	font-size: 17px;
	border-top: 1px solid #fff;
	font-family: 'PT Sans narrow';
}
.bx-newslist-content {
    font-size: 14px;
    margin-bottom: 0;
    color: rgb(13 95 146);
    padding: 15px;
}
.newslist-title {
	text-decoration: none;
	background-color: transparent;
	line-height: 1.3;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}

.newslist-title a {
	text-decoration: none;
	color: #2476a0;
}
.main-page-block_color_light .newslist-title a {
	color: rgb(255 255 255);
}
.bx-newslist-img {
    margin-bottom: 0;
}
.bx-newslist-img img {
    width: 100%;
    max-width: 100%;
    height: 220px;
    max-height: 100%;
    object-fit: cover;
}
.news-main__date {
	padding: 0 0 4px 0;
}
.inner-page-wrapper .main-news__img {
	max-height: 180px;
	object-fit: cover;
	border-radius: 0;
}
.main-page-block_color_light .news-main__date .bx-newslist-date {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.37);
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	white-space: nowrap;
	text-transform: uppercase;
}
.inner-page-wrapper .bx-newslist-date {
	margin-top: 0;
	color: rgba(6, 66, 118, 0.47);
	font-size: 13px;
	font-weight: 400;
	padding: 0;
	white-space: nowrap;
}
.inner-page-wrapper .newslist-title {
	text-decoration: none;
	background-color: transparent;
	line-height: 1.2;
	font-size: 16px;
	margin: 0;
	text-transform: none;
	color: azure;
	font-weight: 700;
}

.bx-newslist-date i.fa {
	width: 13px;
	color: #3cc1ed;
	display: none;
}


.slider-news-date {
	display: block;
	color: #0c599c82;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 20px;
}
   
  .block-title {
		margin-bottom: 20px;
  }
  .block-title p{
    margin: 0;
  }
  .block-title , .block-title  a{
		color: #156888;
		font-size: 26px;
		/* font-family: 'PT Serif', 'Noto Serif', sans-serif;
		font-weight: 700; */
		text-transform: uppercase;
  }
	.main-page-block_color_light .block-title  a {
		color: #ffffff;
	}

  .block-title a::after {
    content: " ›";
}

  .block-title > span{
    margin-top: 10px;
    color: #0c6ea9;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
  }

  .calendar-result-line{
    width: 100%;
    min-height: 52px;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    display: flex;
  }
	.calendar-result-line:last-child{
    margin-bottom: 0;	
  }

  .calendar-result-line:hover{
	
			-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .main-page-event-pic{
	display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 5px 10px;
    background-color: #f7ae24;
    align-items: center;
  }

  .main-page-event-pic > span{
    font-size: 16px;
    color: #ffffff;
    z-index: 2;
    font-weight: 700;
  }
  
  .main-page-event-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }
  .main-page-event-info > p{
		line-height: 1.2;
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		text-transform: uppercase;
  }
  .calendar-result-line:hover .main-page-event-info > p{
	color:#2b91a1;  
  }
  .main-page-event-info > span{
	color: rgb(19 118 174);
    font-size: 13px;
    line-height: 1.2;
    margin-top: 6px;
  }
  .calendar-result-line > a{
	position:absolute;
	z-index: 12;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
  }
  


  .consultation-list-item{	 
    margin-bottom: 20px;
  }
	.consultation-list>div:last-child .consultation-list-item {
    margin-bottom: 0;
}

  .consultation-list-item > a{
	  position:absolute;
	  z-index: 12;
	  left:0;
	  top:0;
	  width:100%;
	  height:100%;
  }
  .consultation-list-item > p{
		color: #f1f9ff;
    font-size: 17px;
    border-left: 2px solid #f1f9ff;
    line-height: 1.24;
    margin: 0;
    padding: 0 10px;
    font-weight: 700;
  }
  .consultation-list-item:hover > p{
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .consultation-list-item  span{
	  display: none;
	color: #16518d;
	margin-top: 30px;
	/* display: flex; */
	font-size: 17px;
	background-color: rgb(231, 199, 156);
	justify-content: center;
	padding: 7px 15px;
  }
  .consultation-list-item > span>span:first-child{

  }
  .main-banner-video {
	background-image: linear-gradient(0deg, #063763, #02265e);
}


.main-banner>div {
	flex: 1 0 auto;
}



.main-banner__item {
    position: relative;
    padding: 9px 10px;
    text-align: center;
		border: 2px solid rgb(255 255 255 / 45%);
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 75px;
}  
.main-banner .row > div:nth-child(-n+3) .main-banner__item {
	margin-bottom: 25px;
}

.main-banner__link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
 
.main-banner__item p{
		color: #fff;
		font-size: 17px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 0;
  }

  @media (max-width: 768px)
  {
	.main-banner {			
		  flex-direction: column;
		  }
	.main-banner__item {
		margin-bottom: 10px;
		}	

	.navbar {
		position: absolute;
		padding: 0;
		top: 50px;
		right: 0;
		width: 100%;
	}
	.navbar-toggler {
		position: absolute;
		top: 0;
		right: 64px;
	}

  }






  @media (max-width: 1200px) {


  }
  .map-wrapper{
	  width:100%;
	  height:471px;

	  position: relative;
	  background:url(img/huge-main-page-map.png) no-repeat center center;
  }
  
  .map-marker-link.ground{
	  position:absolute;
	  height:20px;
	  width:20px;
	  border: 3px solid transparent;
	background: rgba(255,255,255,0.9);
	  border-radius: 100px;
  }
  .map-marker-link.ground > i{
  display: block;
	width: 14px;
	height: 14px;
	border-radius: 100px;
	  background:#d46046;
  }
  .map-marker-link.water{
	  position:absolute;
	  height:20px;
	  width:20px;
	  border: 3px solid transparent;
	background: rgba(255,255,255,0.9);
	  border-radius: 100px;
  }
  .map-marker-link.water > i{
		display: block;
		width: 14px;
		height: 14px;
		border-radius: 100px;
	  background:#085770;
  }
  .map-marker-link .popover{
	  min-width: 250px;
	  padding:20px;
	  border:none;
	  color:#fff;
	  box-shadow:none;
  }
  .map-marker-link .popover-content{
	  padding:0;
  }
  .map-marker-link .popover-content > p{
	  font-size: 14px;
		margin: 0;
		font-weight: bold;
  }
  .map-marker-link.water .arrow{
		border-top-color: #085770;
  }
  .map-marker-link.water .arrow:after{
		border-top-color: #085770;
  }
  .map-marker-link.water .popover{
	  background:#085770;
  }
  
  .map-marker-link.ground .arrow{
	border-top-color: #d46046;
  }
  .map-marker-link.ground .arrow:after{
	border-top-color: #d46046;
  }
  .map-marker-link.ground .popover{
	  background:#d46046;
  }
  /*Для списков в поповерах*/
  .map-marker-link .popover ul, .map-marker-link .popover ol{
   margin:0;
   padding:0;
   margin-left:15px;
  }
  .map-marker-link .popover ul li, .map-marker-link .popover ol li{
   line-height:25px;
  }
  .map-marker-link .popover-content p:first-child{
   clear:both;
  }
  .map-marker-link .popover a{
   color:#fff;
   text-decoration:underline;
  }
  .map-marker-link .popover a:hover{
   color:#fff;
   text-decoration:none;
  }
  
  
  .main-page-encyclopedia{
		background-color: #d7f0f7;
    /* padding-top: 30px;
    padding-bottom: 70px; */
  }

  .aqua-object-list{
	  width: 100%;
    display: flex;
    flex-wrap: wrap;
		/* justify-content: space-between; */
  }


	.inner-page-left-col .encyclopedia-item {
	position: relative;
	height: 210px;
	flex-direction: column;
	margin-bottom: 1px;
	display: flex;
	align-items: center;
	min-width: 20%;
	/* border-right: 1px solid #ffffff; */
}


  .main-page-encyclopedia h1 {
	  display: none;
  }
  .encyclopedia-items{
	width: 100%;
	clear: both;
	display: flex;
	flex-wrap: wrap;
  }



 
  .encyclopedia-item > a{
    z-index: 12;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }

	.encyclopedia-item  .encyclopedia-img{
		z-index: 10;
		width: 100%;
		height: 100%;
		background-color: #fff;
		left: 0;
		top: 0;
		background-position: center !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
  }
	.main-page-encyclopedia .encyclopedia-item  .encyclopedia-img{
		box-shadow: inset #025083 0px 0px 23px 0px;
  }
	.main-page-encyclopedia .aqua-object-list {
		justify-content: space-between;
	}
	.main-page-encyclopedia .encyclopedia-item  {
		position: relative;
		height: 180px;
		flex-direction: column;
		margin-bottom: 1px;
		display: flex;
		align-items: center;
		min-width: 19%;
		border: 1px solid #fff;
  }


	.main-page-encyclopedia .encyclopedia-item > .encyclopedia-title{
		font-size: 17px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    z-index: 11;
    display: flex;
    padding: 10px 10px;
    /* background-color: #075a9f57; */
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    height: 100%;
    justify-content: flex-start;
}

.inner-page-left-col .encyclopedia-item  {
	border-right: 1px solid #ffffff;
}
.inner-page-left-col .encyclopedia-item > .encyclopedia-title {
    font-size: 18px;
    font-weight: 400;
    /* text-transform: uppercase; */
    text-align: center;
    color: #175491;
    z-index: 11;
    justify-content: center;
    display: flex;
    padding: 10px;
    width: 100%;
    align-items: center;
		/* background-color: #90d7dd; */
		border-right: 0;
}



/* 
  .red-mask{
	  padding:20px 10px;
  }
  .red-mask-title {
	  color:#fff!important;
	  font-size:15px;
		margin-bottom: 10px!important;
	  height:25px;
  }
  .red-mask-descr{
	  color:#fff!important;
	  margin:0;
	  height:74px;
	  font-size:13px!important;
	  line-height: 18px!important;
	  margin: 0!important;
	  display: block;
  }
  .red-mask > img{
	  position: absolute;
	  bottom: 14px;
  } */

 
  
  .four-inline-banners{
	  width:100%;
	  height:100px;
	  margin-bottom:35px;
  }
  .four-inline-banners > div > div{
	  margin-right:20px;
	  width:280px;
	  height:100px;
	  background:#a7c6d0;
		float: left;
  }
  .four-inline-banners > div  > div:last-child{
	  margin-right:0px;
	  width:280px;
  }


	.main-page-video {
    background-color: #135c78 !important;
	}
  
  .main-page-video-items > .main-page-video-item:nth-child(3n){
	  margin-right:0;
  }
  .main-page-video-item{
		min-height: 190px;
    position: relative;

  }
  .main-page-video  .main-page-video-item{
    background-size: cover;
    background-color: transparent;
    background-position: center top;
  }
  .main-page-video .video-vertical-shadow-bg {
	background: none;
    background-size: cover;
    background-color: transparent;
    background-size: cover;
    background-position: center bottom;
    background-image: linear-gradient(0deg, #05426094,#1a496187, #24d4f77d);
}
.main-page-video  .main-page-video-item:hover  .video-vertical-shadow-bg {
    background-image: none !important;
}

  .main-page-video-item:last-child {
    margin-right: 0;
		border: 1px solid #fff;
  }
  
  /* @media (max-width: 768px)
  {
	.main-page-video-item{
		min-height: 200px;
		width: calc(100% - 30px);
		margin: 15px;
	  } 
	  .main-page-video-item:last-child {
		margin-right: 15px;
	  }
	  
  } */
	.main-page-video-item {
    min-height: 180px;
}
  .main-page-video-item > *{
	  position:absolute;
  }
  .main-page-video-item > a{
	  z-index:12;
	  width:100%;
	  height:100%;
	  top:0;
	  left:0;
  }

  .main-page-video-item-img{
    width: 100%;
    height: 50%;
    left: 0;
    top: 30px;
    background: url(img/video-play-bg.png) no-repeat  center;
  }
  .main-page-video-item-title{
		bottom: 0;
    left: 0;
    display: block;
    /* width: 100%; */
    max-height: 100px;
    font-size: 17px;
    box-sizing: border-box;
    margin: 0 15px;
    padding: 6px 0;
    letter-spacing: 0.3px;
    color: #ffffff;
    /* font-weight: 700; */
    min-height: 60px;
    line-height: 1.2;
    font-size: 16px;
    /* border-top: 1px solid #fff; */
    /* font-family: 'PT Sans narrow';*/
  }
  

  .video-vertical-shadow-bg{
	  left:0;
	  top:0;
	  width:100%;
	  height:100%;
	  /* border: 1px solid #5ba2b7; */
	  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	  /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
	  /* background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);  
	  background: linear-gradient(to bottom,  rgb(10 232 248 / 30%) 50%,rgb(30 150 163 / 76%) 0%); W3C */
      background: linear-gradient(to bottom, rgb(11 93 149 / 38%) 0%,rgb(2 24 58 / 72%) 100%);
	  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );  */
  }

  /* .main-page-video .video-vertical-shadow-bg{
	background: none;
  }
   */
  .video-vertical-shadow-bg-top{
	  left:0;
	  top:0;
	  width:100%;
	  height:100%;
	  /* -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%);  */
	  opacity:0;
  }
  .main-page-video-item:hover >  .video-vertical-shadow-bg-top{
	  opacity:1;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }

  .footer__top {
    margin-bottom: 15px;
}

  .footer-logo{ 
		font-size: 14px;
	  margin-bottom:10px;
	  background-position:0 0;
	  background-repeat:no-repeat;
	  position:relative;
		  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .footer-logo > a{
	  display: flex;
	  width:100%;
	  height:100%;
	  color: #b5cde1;
  }
  
  .footer-logos > div:last-child{
	  margin-right:0;
  }
  .footer-text{
	  width:100%;
	  clear:both;
	  color:#FFFFFF;
	  /*color:#023d51;*/
	  opacity:0.6;
	  font-size:12px;
  }
  .footer-text a{
	  color:#FFFFFF;
	  /*color:#023d51;*/
  }
  .footer__far-sodeistvie {
	background-image: url(/bitrix/templates/aquacultura_vniro/img/logo-far.svg);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: right center;
	height: 35px;
	display: flex;
	justify-content: flex-end;
	padding-right: 50px;
	align-items: center;
	max-width: 320px;
	text-align: right;
	margin-left: auto;
	font-size: 13px;
  }
  .footer__far-sodeistvie a{
	  color: #b5cde1;
  }

	.far-sodeistvie_header {
		background-repeat: no-repeat;
    background-size: 36px auto;
    background-position: 100% center;
    display: flex;
    justify-content: flex-end;
    padding-right: 36px;
    align-items: center;
    max-width: 288px;
    text-align: right;
    margin-left: auto;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 100%;
    line-height: 1.2;
}
.far-sodeistvie_header a {
	color: #b5cde1;
	padding-right: 10px;
	/* border-right: 1px solid #ffffff30; */
	display: flex;
	align-items: center;
	line-height: 1.3;
}

  .footer__copyright {
    min-height: 55px;
    display: flex;
    align-items: center;
    color: #b5cde1;
    border-top: 1px solid #49617f42;
	font-size: 13px;
}
  

  
  
  /*Внутренние страницы*/
  
  .breadcrumbs-nav{
	background-color: #e1f2fd;

  }
  .breadcrumbs-nav ol{
	padding: 0;
	min-height: 40px;
	margin: 0;
	background: none;
	border-radius: 0;
	display: flex;
	align-items: center;
  }
  .breadcrumbs-nav ol li{
	  padding:0;
		float: left;
		display: flex;
		align-items: center;
  }
  .breadcrumbs-nav ol a{
	float: left;
	color: #106098;
	font-size: 13px;
  }

  .breadcrumbs-nav ol li.active{
	white-space: nowrap!important;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .breadcrumbs-nav ol li.active span{
		color:#023d51;
		font-size:12px;
  }
  .breadcrumbs-nav .breadcrumb>li+li:before {
	content: "|";
	/* padding: 0; */
	color: #ccf;
	float: left;
	padding: 0 9px;
  }
  .inner-page-wrapper{
	width: 100%;
    padding-top: 40px;
    padding-bottom: 25px;
    flex: 1;
    /* margin-bottom: 25px; */
    /* max-height: 100%; */
    background-color: #fff;
  }
  .inner-page-wrapper > .row {
	  margin: 0;
  }
   .one-column-wrapper .inner-page-left-col{
	  width:100%;
  } 
  .inner-page-left-col:only-child{
	  width:100%;
  }
  .inner-page-left-col{
	padding-top: 0;
	/* float: left; */
	width: 72%;
	/* order: 2; */
	/* margin-left: 3%; */
  } 
  .inner-page-sidebar-col{
		margin-right: 3%;
		width: 25%;
    /* float: right; */
    /* background-color: #e1f2fd; */
    padding: 0 15px 15px 0;
    margin-top: 0;
    border-right: 1px solid #86b9d640;
  }
  .inner-page-wrapper.container-main .row {
		display: flex;
	}
	.inner-page-wrapper.container-main .row .inner-page-left-col {
	
	}

  .news-wrapper  {
	  padding-top: 40px !important;
		background-color: rgb(19 92 120) !important;
  }

  .news-list{
		width: 100%;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 40px;
  }
  .news-item{
		width: 50%;
    padding: 15px 0;
    max-height: 150px;
    /* border: 1px solid #dce8ef; */
    border-bottom: none;
    position: relative;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .news-item > a{
	  position:absolute;
	  left:0;
	  top:0;
	  width:100%;
	  height:100%;
	  z-index:12;
  }
  .news-item > div{
	  position:relative;
	  float:left;
	  overflow: hidden;
	  height: 120px;
  }
  .news-item > img{
		height: 100px;
    width: 150px;
    object-fit: cover;
  }
  .news-item .news-item-line-content .slider-news-title {
    /* font-weight: 700; */
    color: #0c65a1;
    line-height: 1.25;
    margin-bottom: 5px;
    font-size: 14px
}
.news-item .news-item-line-content .slider-news-date {
    font-size: 12px;
    color: #63b1d7;

}
.slider-news-descr {
		font-size: 12px;
}
  .news-item .news-item-line-content .slider-news-arrow{
	min-height: 60px;
		padding-left: 0;
		bottom: -7px;
		background: linear-gradient(to bottom, rgba(19, 110, 196, 0) 0%,rgba(247, 249, 251, 0.43) 27%,rgb(255, 255, 255) 73%,rgb(255, 255, 255) 100%);
  }
  .news-item.with-pic .news-item-line-content .slider-news-arrow{
		padding-left: 20px;
  }
  .news-item.with-pic .news-item-line-content{
	/*  padding-left: 20px;*/
  }
  .news-list > .news-item:first-child{
	  /* border-bottom:none; */
  }
  .news-list > .news-item:last-child{
	  border-bottom:1px solid #dce8ef;
  }
  .news-item:hover{
	  border-color:#2b91a1;
	  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .news-item:hover .slider-news-title{
	  color:#2b91a1;
  }
  .news-item:first-child:hover{
	  /* border-bottom:1px solid #2b91a1; */
	  
  }
  
  /* .news-item:hover + .news-item{
	  border-top:1px solid #2b91a1!important;
  } */
  
  /* .news-item:last-child:hover{
	  border-bottom:1px solid #2b91a1;
  } */
  .news-pagination .pagination{
	  margin:0;
		flex-wrap: wrap;
  }
  .pagination li{
	  list-style: none !important;
		list-style-image: none !important;
  }
	.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
  .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #e1f2fd !important;
    border: 0;
    margin-left: 0;
    border-radius: 0;
    color: #02193e !important;
    margin-right: 5px;
    font-size: 12px;
  }
  .news-pagination .pagination>li >a{
	  
	  color:#023d51;
		  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
		
  }
  
  .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #023d51;
	background-color: #edf6f9;
	border-color: #dce8ef;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff!important;
    background-color: #0f79b6 !important;
    border-color: #2b91a1;
    cursor: default;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  
  .sidebar-widget>.widget-link:last-child{
	  /* border-bottom: 1px solid #ffffff; */
  }
  .widget-link{
	  /* border-bottom: 1px solid #ffffff; */
	  /* height: 40px; */

	padding: 5px 0;
	position:relative;
  }
	.widget-link.level-1 {
		border-bottom: 1px solid #e1f2fd;
	}
	.widget-link.level-1.left-menu__parent {
		background-image: url(/bitrix/templates/aquacultura_vniro/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: right center;
	}
	.widget-link.level-1.left-menu__parent.opened{
		background-image: url(/bitrix/templates/aquacultura_vniro/img/arrow-up.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: right center;
		border-bottom: 0;
	}
  .widget-link i{
	  position:absolute;
	  left: 5px;
	  top: 10px;
	  width:6px;
	  height:16px;
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 0 0;
		  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .widget-link.level-2 i  {
  	left: 25px;
  }
  .widget-link.level-3 i   {
  	left: 45px;
  }
  .sidebar-widget-title{
	font-weight: 700;
	margin-bottom: 16px !important;
	text-transform: none;
	color: #0c65a1 !important;
  }
  /* .widget-link.active{
	background:#edf6f9;
  } */
  .widget-link.active > a{
	color:#0c65a1 !important;
  }
  .widget-link.opened > a{
	/* color:#2b91a1!important; */
	color: #1279b5 !important;
	font-weight: 700;
  }
  
  .widget-link.level-1.opened > a + i{
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 0 -16px;
  }
  .widget-link.level-2.opened> a + i{
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 0 -16px;
  }
  .widget-link.level-3.opened> a + i{
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 0 -16px;
  }
  .widget-link.level-1.active > a + i{
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 0 -16px;
  }
  .widget-link.level-2.active> a + i{
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 0 -16px;
  }
  .widget-link.level-3.active> a + i{
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 0 -16px;
  }
  .widget-link.level-1 > a:hover{
	  color:#2b91a1;
	  text-decoration:underline;
	  /* background:url(img/sidebar-menu-arrow-1.png) no-repeat 5px -16px;
			-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; */
  }
  .widget-link.level-1 > a:hover + i{
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 0 -16px;
				-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  /* .widget-link.level-1 > a{
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 5px 0;
  } */
  .inner-page-left-col .widget-link.level-1 > a,
  .widget-link.level-1 > a
  {
	padding-left: 0;
	text-decoration: none;
	color: #1279b5;
	/* line-height: 16px; */
	display: block;
	background: none;
	/* background: url(/bitrix/templates/aquacultura/img/sidebar-menu-arrow-1.png) no-repeat 5px -16px; */
	font-size: 17px;
  }
  .inner-page-left-col .widget-link.level-1 > a
  {
	line-height: 1.4;
	font-size: 15px;
	color: #0c65a1;
  }




  .widget-link.level-2 > a:hover{
	  color:#2b91a1;
	  text-decoration:underline;
	  /* background:url(img/sidebar-menu-arrow-1.png) no-repeat 24px -16px; */
			-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .widget-link.level-2 > a:hover + i{
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 0 -16px;
				-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .widget-link.level-2 > a{
	  padding-left: 20px;
	  color:#023d51;
	  text-decoration:none;
	  line-height:16px;
		display: block;
	  /* background:url(img/sidebar-menu-arrow-1.png) no-repeat 24px 0; */
  }
  .widget-link.level-3 > a:hover{
	  color:#2b91a1;
	  /* background:url(img/sidebar-menu-arrow-1.png) no-repeat 44px -16px; */
	  text-decoration:underline;
			-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .widget-link.level-3 > a:hover + i{
	  background:url(img/sidebar-menu-arrow-1.png) no-repeat 0 -16px;
				-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .widget-link.level-3 > a{
	  padding-left:61px;
	  text-decoration:none;
	  color:#023d51;
	  line-height:16px;
		display: block;
	  /* background:url(img/sidebar-menu-arrow-1.png) no-repeat 44px 0; */
  }
  
  
  
  #sandbox-container-events > div{
	  padding:5px;
	  background:#e1f2fd;
  }
  #sandbox-container > div{
	  /* padding:5px;
	  background:#edf6f9; */
  }
  th.next, th.prev{
	  color: #8b9398;
  }
  .datepicker{
	  background:#e1f2fd;
	  color:#2a3137!important;
	  font-size: 13px;
		border-radius: 0;
  }
  .datepicker thead td, .datepicker thead th{
		font-weight: normal!important;
  }
  .datepicker-inline .table-condensed{
	  width: 100%;
  }
  .datepicker-inline{
		width: 100% !important;
	  display:block!important;
  }
  .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
	/* background: #edf6f9!important; */
	cursor: pointer;
  }
  .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
	/* background: none!important; */
  }
  .datepicker table tr td, .datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: none;
  }
  td.today, td.active.day, td.active.day:hover, td.today:hover{
	  color: #ffffff!important;
	background: #2b91a1!important;
	border-color: #2b91a1 !important;
  }
  .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	border: none!important;
  }
	.datepicker table tr td span{
		border-radius: 0 !important;
		border: 1px solid #fff !important;
}
	.datepicker table tr td span:hover {
    background: #ffffff !important;
}

  td.active.day:hover, td.today:hover{
	  color: #ffffff!important;
	/* background: #2b91a1!important; */
	border-color: #2b91a1!important;
  }
  .custom-active-calendar-event{
		color: #2b91a1!important;
	border: none!important;
	font-weight:bold;
  }
  
  .today.custom-active-calendar-event{
	  color:#fff!important;
  }
 
  .inner-page-wrapper .main-page-video-item{
	  margin-bottom:20px;
		background-repeat: no-repeat;
    background-size: cover;
  }
  .reg-form-wrapper{
	  width:580px;
  }
  .reg-form-wrapper form{
	  width:370px;
  }
  .reg-form-wrapper > p{
	margin-top: 32px;
	margin-bottom: 19px;
  }
  .reg_name_input{
	  position:relative;
  }
  .field-loader{
	  position: absolute;
	  left: 102%;
	  bottom: 0;
	  width:40px;
	  padding-left: 33px;
	  height: 40px;
	  display: block;
	  white-space: nowrap;
	  padding-top: 10px;
	  background-position: 8px center;
	  color: #fff;
	  padding-right: 10px;
	  border-radius: 4px;
	  margin-left: -5px;
		background: url(/upload/images/reg-preloader.GIF);
		  background-repeat: no-repeat;
  }
  .field-error{
	  position: absolute;
	  left: 100%;
	  bottom: 0;
	  background-image: url(img/input-error-ico.png);
	  background-repeat: no-repeat;
	  padding-left: 33px;
	  height: 40px;
	  display: block;
	  white-space: nowrap;
	  padding-top: 10px;
	  background-position: 8px center;
	  color: #fff;
	  background-color: #d46046;
	  padding-right: 10px;
	  border-radius: 4px;
	  margin-left: -5px;
  }
  .field-error > span{
	  position:relative;
	  height:40px;
  }
  .field-error > span > img{
	  position:absolute;
	  left: -38px;
	  top: 6px;
  }
  .field-succ{
	position: absolute;
	left: 100%;
	bottom: 0;
	background: url(img/hoooorrrey-input-field.png) no-repeat center center;
	height: 40px;
	display: block;
	width: 40px;
  }
  .passwrec-form-wrapper{
	  width:507px;
  }
  .passwrec-form-wrapper > p{
	margin-top: 32px;
	margin-bottom: 19px;
  }
  .passwrec-form-wrapper input[type="email"]{
	  float: left;
	  width: 370px;
  }
  .passwrec-form-wrapper label{
  display: block;}
  .passwrec-form-wrapper button{
	  float:right;
  }
  
  .contacts-wrapper{
  
  }
  .contacts-wrapper > div{
	  padding:0;
  }
  .contacts-wrapper-address > div{
	  padding:0;
  }
  
  .contacts-wrapper-title > p{
	  color: #2a3137!important;
	line-height: 28px!important;
	text-transform: uppercase;
	font-weight: bold;
	font-size:18px;
	  
  }
  .contacts-wrapper-address > div > div > p{
		  color: #2a3137;
	text-transform: uppercase;
	font-weight: bold;
	font-size:18px;
  }
  .contacts-wrapper-address > div > div button{
		margin-bottom: 10px;
  }
  .contacts-wrapper-address > div > div:first-child
  {
		min-height: 130px;
  }
  
  @media (min-width: 768px){
	  .modal-dialog {
		width: 420px;
		margin: 30px auto;
	  }
		.header-search__button {
			background-color: rgb(14 66 96);
  	}
  }
  
  .modal-content{
		border-bottom: 5px solid #d36046;
  }
  .modal-footer {
	  padding: 15px;
	  text-align: right;
	  border-top: 1px solid #e5e5e5;
	  background: #f5f5f5;
  }
  .modal-footer .form-group{
	  margin:0;
  }
  .modal-header {
	  padding: 15px;
	  border-bottom: none;
	  min-height: 16.42857143px;
  }
  .modal-body{
	  font-size:13px!important;
	  /*font-size:14px!important;*/
  }
  .modal-body a{
	  color: #2b91a1;
	line-height: 20px;
	text-decoration: underline;
  }
  .modal-body a:hover{
	  color: #2b91a1;
	  line-height: 20px;
	  text-decoration: none;
  }
  .modal-title {
	  margin: 0;
	  line-height: 1.42857143;
	  font-size: 20px;
	  font-weight: bold;
	  color: #023d51;
	  text-transform: uppercase;
	  text-align: center;
	  margin-top: 8px;
  }
  
  button.close{
	  opacity:1;
  }
  .modal-add-text{
	  position: absolute;
	  right: -180px;
	  top: 14px;
	  width: 180px;
	  padding-left: 10px;
  }
  .modal-add-text span{
	  font-size: 14px;
	  color: #fff;
	  opacity: 0.5;
	  font-style: italic;
	  line-height: 18px;
  }
  
  
  .consulting-block-wrapper{
	  margin-top: 27px;
  }
  .question-to-expert{
	  /* float: right;
	  margin-top: -57px; */
  }
  .consulting-block-wrapper .panel-group .panel {
	  border-top: 0;
  }
  .consulting-block-wrapper .panel-group .panel:first-child {
	  border-top: 1px solid #dce8ef;
  }
  .consulting-block-wrapper .panel-group .panel {
	  margin-bottom: 0;
	  border-radius: 0;
  }
  
  .consulting-block-wrapper .panel-default {
	  border-color: #dce8ef;
	  box-shadow:none;
  }
  
  .consulting-block-wrapper .panel-default>.panel-heading {
	  color: #333;
	  background-color: #edf6f9;
	  border-color: #dce8ef;
	  position:relative;
	  min-height: 44px;
	  display: inline-block;
	  width: 100%;
		margin-bottom: -5px;
  }
  .consulting-block-wrapper .panel-default>.panel-heading > a{
	  position:absolute;
	  left:0;
	  top:0;
	  width:100%;
	  height:100%;
  }
  .consulting-block-wrapper .panel-default>.panel-heading > span.pull-left{
		color: #2a3137;
	font-size: 14px;
	/*font-size: 16px;*/
	   max-width: 970px;
  }
  .consulting-block-wrapper .panel-default>.panel-heading > span.pull-right{
		padding: 3px 3px;
	background: #d46046;
	color: #fff;
	border-radius: 3px;
	  margin-top: -2px;
  }
  .consulting-block-wrapper .panel-default>.panel-heading > span.pull-right > span:first-child{
	  padding-left: 3px;
	padding-right: 8px;
	border-right: 3px solid #edf6f9;
  }
  .consulting-block-wrapper .panel-default>.panel-heading > span.pull-right > span{
	padding: 3px 3px 3px 3px;
  }
  .consulting-block-wrapper .panel-default>.panel-heading.openhead {
		border: 1px solid #2b91a1;
  }
  .consulting-block-wrapper .panel-default>.panel-heading.openhead > span.pull-left{
		color: #2b91a1;
	font-size: 14px;
	/*font-size: 16px;*/
	  max-width: 970px;
  }
  .panel-group .panel+.panel {
	margin-top: 0;
  }
  
  
  .inner-page-events{
    margin-bottom: 30px;
    min-height: 100px;
    border-bottom: 1px solid #e1edf5;
  }
	.inner-page-wrapper  .main-page-event-pic > span {
    font-size: 16px;
    color: #072966;
    z-index: 2;
    font-weight: 00;
}
.inner-page-wrapper .main-page-event-info > p {
	line-height: 1.1;
	color: #072966;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}
.inner-page-wrapper .calendar-result-line {
	width: 100%;
	min-height: 68px;
	justify-content: flex-start;
	display: flex;
	background-color: #e1f2fd;
	position: relative;
	padding: 0;
	border: 0;
	margin-bottom: 15px;
	}
	.inner-page-wrapper .main-page-event-pic {
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding-right: 0px;
    border-right: 1px solid #fff;
    padding: 5px 13px;
    align-items: center;
		background-color: transparent;
	}

  .there-is-no-any-events{
	  color:#2a3137;
	  opacity:0.6;
  }
  .inner-page-future-events > p{
	  font-weight: normal;
  }
  .events-block-title{
	  color:#023d51;
	  font-size:18px;
	  font-weight: bold;
	text-transform: uppercase;
  }
  


  .form-required.starrequired {
	  color:#023d51;
	  font-weight: bold;
  }
  
  .for-expert-error-class{
	  display:none;
  }
  .for-expert-error-class.shown_error>p{
	  margin: 0!important;
  }
  .for-expert-error-class.shown_error{
	  display:block;
  }
  .form-error-fld {
	display: none;
  }
  
  .has-error input {
	border-color: rgb(212,96,70)!important;
	  padding-left: 42.5px!important;
  }
  .form-control-feedback {
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: url(/bitrix/templates/aquacultura/img/error-inspan.png) no-repeat 9px 13px;
  }
  .has-error input  {
	color: rgb(212,96,70)!important;
  }
  .form-group.recaptcha .g-recaptcha {
	width: 304px;
	margin: 0 auto;
  }
  .form-group.recaptcha .form-control-feedback {
	margin-top: 12px;
  }
  
  /*Доп стили к библиотеке*/
  
  .library-block{
		display: flex;
		/* width: 100%; */
		margin-bottom: 45px;
		flex-wrap: wrap;
  }
	.library-item {
		display: flex;
    margin-bottom: 20px;
    position: relative;
    background-image: linear-gradient( 45deg, #45b4df61, transparent);
    min-height: 130px;
    padding: 15px;
		width: 50%;
}
.all-books .library-item {
  width: 100%;
}
.library-item>a {
	z-index: 10;
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
 .lib-item-text a {
	text-decoration: none;
  width: 100%;
}
.all-books .lib-item-text a {
	width: 100px;
}
  
  .lib-item-pic{
    width: 110px;
    flex: 0 0 auto;
    height: 150px;
    border: 1px solid #0e4260;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
    background-position: center top;
  }
  .resursy .lib-item-pic {
    height: 120px;
    width: 120px;
    background-position: center;
  }
	.lib-item-pic:after{
		background-image: linear-gradient(
			45deg, black, transparent);
  }
  .lib-item-text{
    position: relative;
    flex-direction: column;
    display: flex;
    flex: 1 1 auto;
    /* justify-content: space-between; */
  }
  .all-books .lib-item-text{
    justify-content: space-between;
  }
  .resursy .lib-item-text {
    justify-content: flex-start;
  }
  .library-get-publ{
	  /* opacity:0.3;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  position:absolute;
	  bottom:10px;
	  left:18px;
	  margin: 0!important;
	  color: #2b91a1!important;
  padding-left: 20px;
  background: url(/upload/images/library-ico-download.png) no-repeat left center;
  text-decoration: underline;
  z-index:20; */
  }
  .library-block > div:hover .library-item-title{
	  color: #2b91a1!important;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .library-item-title{
    color: #0c599c!important;
    font-weight: bold;
    line-height: 1.1 !important;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .library-block > div:hover .library-get-publ{
	  opacity:1;
	  color: #2b91a1!important;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  
  /*Доп стили к объектам аквакультуры*/
  
  .aqcuobj-block{
		display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  .aqcuobj-h2{
	  margin-bottom:10px;
  }
  /* .aqcuobj-block > div,.aqcuobj-block > div:hover{
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  padding:12px;
	  position:relative;
	  color:#2b91a0;
  } */
  .aqcuobj-block a{
		height: 100%;
		left: 0;
		width: 100%;
		top: 0;
		position: absolute;
		z-index: 10;
  }
  .aqcuobj-block > div{
    display: flex;
		flex-direction: column;
		margin-bottom: 15px;
		position: relative;
  }

  
  .aqcuobj-item-pic{
		width: 100%;
		height: 180px;
		border: 1px solid #e1f2fd;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 70%;
		margin-bottom: 0;
  }
  .aqcuobj-item-text{
		position: absolute;
		bottom: 5px;
		left: 5px;
  }
	.aqcuobj-item-text p {
		margin: 0;
		line-height: 1.1;
		text-shadow: #fff 0 0 3px;
		background-color: rgba(255, 255, 255, 0.5);
		padding: 0 5px;
	}
	.aqcuobj-block-item  {
    position: relative;
		cursor: pointer;
}
  .aqcuobj-get-publ{
		display: none;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  position:absolute;
	  bottom:5px;
	  left:18px;
	  margin: 0!important;
		line-height: 5px!important;
	  color: #2b91a1!important;
  }
  .aqcuobj-block > div:hover .aqcuobj-item-title{
	  color: #2b91a1!important;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .aqcuobj-item-title{
		color: #0c599c !important;
		font-weight: 700;
		margin-bottom: 0;
	  font-size: 18px;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  
  .inlineblock{
  display:inline-block;
  }
  
  .likes{
	display: flex;
	justify-content: flex-end;

  }
  .ssk {
    background-color: transparent !important;
}

/* поиск */

  .search-block {
	z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 55px;
    position: relative;
    /* max-width: 500px; */
		margin-right: -15px;
		min-width: 55px;
		margin-left: auto;
    /* position: absolute;
    right: 0;
    top: 0; */
}

.header-search__button {
	background-image: url(/bitrix/templates/aquacultura_vniro/img/loupe-w.svg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: rgba(86, 162, 185, 0); */
	background-size: 28%, cover;
	width: 70px;
	height: 100%;
	box-sizing: border-box;
	border: 0;
	border-bottom: 0;
	border-radius: 0;
	cursor: pointer;
	/* border-left:  1px solid rgb(255 255 255 / 10%); */
}
.header-search__block_opened .header-search__button{
	background-image: url(/bitrix/templates/aquacultura_vniro/img/close.svg);
	background-color: #fff;
}
.header-search__button img {
	display: none;
}

.header-search__form {
	align-items: center;
	display: none;
	border-radius: 0;
	right: 55px;
	height: 100%;
	min-width: 340px;
	/* box-shadow: #1c5caed9 0px 0 19px 0px; */
	position: absolute;
	/* border: 1px solid #fff; */
	z-index: 100;
	background-color: #ffffff;
	width: 100%;
  }
  .header-search__form_opened {
    display: flex;
  }
  /* .header-page .header-search {
	border-bottom: 0;
	background-color: #032444;
	border: 1px solid #fff;
  } */

  .search-block .input-group-btn   {
    width: auto !important;
    border: 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
  }

  .search-btn {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    width: 38px;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

	.search-btn {
    height: 100%;
    width: 40px;
    padding: 10px;
}
  .header-search input::placeholder {
    color: #012646 !important;
}
.header-search img {
    width: 19px;
}
  
  .header-search input[type="text"] {	 
		border-radius: 0;
		color: #012646;
  }


  .header-search input{
	  background-color: transparent;
    border: none;
    padding: 0 15px;
    box-shadow: none;
    height: 20px;
  }


  .header-search .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 0 !important;
  }
  .header-search .btn{
	  box-shadow:none;
  }
  
  .header-search .btn-default:hover,
  .header-search .btn-default:focus,
  .header-search .btn-default.focus,
  .header-search .btn-default:active,
  .header-search .btn-default.active,
  .header-search .open>.dropdown-toggle.btn-default {
	border: 0;
  }
	.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background: transparent;
	}
  .social-buttons > a:last-child{
	  margin-right:0px;
  }

  .d-flex {display: flex;}

.main-page-block {
	padding-top: 35px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
 .main-page-block_color_light {
	/* background-color: rgb(6, 58, 96); */
	border-bottom: 0;
} 
.main-page-block_color_medium {

} 
.norma-resurs-wrapper {
	background-color: rgb(64, 162, 187) !important;
}

.main-menu {
	left: 0;
	position: fixed;
	max-width: 1410px;
	background-color: #043051;
	z-index: 99;
	right: 0;
	margin: auto;
}
.main-menu__menu-search {
	display: flex;
	justify-content: space-between;
	/* background-color: #042f4e; */
}
.result-wrapper {
    width: 100%;
    height: 500px;
    background-size: auto;
    background-position: center top, center top, center;
    align-items: flex-end;
    background-repeat: no-repeat;
    display: flex;
		position: relative;
		background-color: #113756;
}
.result-wrapper__row {
	display: flex;
	align-items: center;
}
.main-result__item {
    /* background-color: #022d5238; */
    min-height: 266px;
    display: flex;
    align-items: center;
    /* border: 1px solid #f0f8ff4a; */
    background-size: cover;
    background-position: center;
    /* box-shadow: #ffffff4f 0 0 30px; */
    color: #fff;
    font-size: 19px;
    /* padding: 0 50px;*/
}
.result-wrapper h3 {
    font-size: 38px;
    min-height: 280px;
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'PT Serif';
    margin: 0;
    padding: 10px 55px;
    color: #ffffff;
    text-align: right;
    /* background-color: #0c477bab; */
    line-height: 1.4;
    align-items: center;
    justify-content: center;
}


.inner-page-wrapper ol, .inner-page-wrapper ul {
	margin-left: 0;
	margin-top: 10px !important;
	padding-left: 0;
	margin-bottom: 10px;
	list-style-type: none;
	counter-reset: num;
}
.inner-page-wrapper  li {
	line-height: 1.6;
	font-size: 15px;
}
.inner-page-left-col li {
	padding-left: 0; 
  list-style-position: inside;
}
.inner-page-left-col li div, .inner-page-left-col li p{
	display: inline !important;
}

@media only screen and (min-device-width: 1199px)
{
	.navbar-nav li:hover .dropdown-menu {
		/* display: block; */
	}
	.dropdown>.dropdown-toggle:active {
		
		/*Without this, clicking will make it sticky*/
			/* pointer-events: none; */
	}
}

.carousel-inner {
    /* border-left: 1px solid rgb(255 255 255 / 32%); */
}

.carousel-caption {
	position: inherit;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	left: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	background-image: linear-gradient( 160deg, rgba(0, 38, 70, 0) 10%, rgb(69 108 144 / 10%) 30%, rgb(0 38 70 / 79%) 60%), linear-gradient( 180deg,rgb(86 162 185 / 0%) 0%, rgb(126 184 196 / 0%) 45%, rgba(99, 101, 92, 0) 60%, rgba(99, 101, 92, 0) 100%);
}

.carousel-img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	color: #fff;
	text-align: center;
	opacity: .5;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 100%;
	height: 70px;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: right;
	list-style: none;
	justify-content: flex-end;
	padding-right: 45px;
	margin-bottom: 15px;
}
.carousel-control-next, .carousel-control-prev {

}
.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255,255,255,.5);
}

.carousel {
	position: relative;
	height: 500px;
	margin: 0 -15px;
}
.carousel-item__block {
	display: flex;
	justify-content: space-between;
}
.carousel-item {

	height: 100%;

}
.carousel-inner {
	padding-bottom: 0;
	width: 100%;
height: 100%;
	/* border-bottom: 1px solid #fff; */
}
.carousel__img {
	height: 400px;
    object-fit: cover;
    width: 100%;
    margin: 0 0px;
}
.carousel__img-block {
position: relative;
}
.carousel__img-after {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    box-shadow: inset #002646a6 0 0 16px 0;
    display: block;
    top: 0;
    background-image: linear-gradient(
0deg, rgb(0 38 70 / 66%) 0%, rgb(0 38 70 / 77%) 30%,rgb(0 38 70 / 0%) 60%, transparent, rgb(0 38 70 / 54%));
}

/* Новости на главной */
.main-news__img {
	max-height: 190px;
	object-fit: cover;
	border-radius: 0;
	border: 1px solid #5b8793;
}
.newslist-block {
	height: 100%;
  border-radius: 0;
	border: 0;
}
.newslist-block {
	background-color: transparent;
}
.newslist-block .card-body {
	/* background-color: rgb(227 248 247); */
	padding: 12px 0 0;
}
.news-all__block {
	height: 100%;
	border-radius: 0;
	border: 0;
	margin-bottom: 15px;
}
.news-all__block .card-body {
	padding: 15px 0;
}
.inner-page-wrapper__content {
	display: flex;
}

/* Меню для десктопа при наведении */
@media only screen and (min-device-width: 1200px){
nav.navbar .dropdown:hover > .dropdown-menu {
	display: block; 
	min-width: 100%;
   } 
}



/* map  */
.map {
	width: 70%;
	margin: auto;
	margin-top: -80px;
}
.map g:hover polygon, .map g:hover polyline
 {
  fill: rgb(4 98 147) !important;
  transition-duration: 0.4s;
  transition-property:all;
  }
ellipse.st1{
	transition-duration: 0.4s;
    	fill:#265461 ;
       stroke: #91fbff;
       rx:10 ;
       ry:10 ;
       cursor: pointer;
       transition-property:all;
}
.cls-1{
	fill:#8ec2cf !important;
	cursor:default;
}
ellipse.st1:hover{ 
    fill:#ff6f22 ;
     rx:13 !important; ry:13 !important;
}
.info_panel {
	text-align: center;
	box-shadow: 1px 1px 5px rgba(122,122,122,0.6);
	border-radius: 1px;
	max-width:180px;
	min-width: 100px;
	max-height: 50px;
	background-color: rgba(255,255,255, 1);  
  line-height: 1.1em;
  font-size: 16px;
	font-weight: 700;
 font-family: 'PT Sans', sans-serif;
  position: absolute;
padding: 10px;
}
.info_panel  *{
	}
.info_panel .bas{
	/* font-weight: 500; */
	text-transform: uppercase;
}
.info_panel::first-line {
}
text:hover {
}

.main-map {
	background-color: #fff;
}

.st0 {
	fill: rgb(64, 162, 187) !important;
	stroke: #f1f9ff !important;
	/* fill: rgb(20, 63, 98) !important;
	stroke: #fff !important; */
}

@media (max-width: 900px){
	.detail_picture {
		float: none;
		margin: 0;
		width: 100%;
}
	.map {
    width: 100%;
    margin: auto;
    margin-top: 0;
	}

	.main-page-block {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;		
}

.block-title {
	margin-bottom: 15px;
	margin-top: 30px;
}
.result-wrapper h3 {
	font-size: 38px;
	min-height: 280px;
	display: flex;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'PT Sans';
	margin: 0;
	padding: 10px 55px;
	color: #ffffff;
	text-align: left;
	line-height: 1.4;
}
	.inner-page-sidebar-col {
		display: none;
		position: absolute;
		background-color: #fff;
	}
	.inner-page-left-col {
		width: 100%;
	}
	.siderbar__button {
		position: absolute;
		background: #064276;
		top: -40px;
	}
	.carousel-img {
    height: 100%;
    object-fit: cover;
}

	.result-wrapper h3 {
		font-size: 18px;
		min-height: 130px;
	}
	.result-wrapper {
		width: 100%;
		max-height: 300px;
	}

	.carousel {
    height: 300px;
	}
	.map {
    width: 100%;
    margin: auto;
    margin-top: 0;
	}
	.inner-page-wrapper .inner-page-left-col table tr {
    display: flex;
    flex-direction: column;
}
.inner-page-wrapper .inner-page-left-col table tr td {
	padding: 10px 0;
	min-height: 40px;
}

.inner-page-wrapper .inner-page-left-col img {
	width: 100%;
	height: auto;
}

.library-item {
  width: 100%;
}

}
/* end max-width: 900px */


.left-menu__tog {
	display: none;
	position: absolute;
	top: -40px;
}
.navbar-toggler {
	z-index: 1000;
	border: 0;
	padding: 0;
}



@media (max-width: 1200px)
{
  .encyclopedia-item{
	  width: calc(25% - 2px);
	  }
}
@media (max-width: 900px)
{
  .encyclopedia-item{
	  width: calc(33% - 2px);
	  }

  
}

@media (max-width: 768px)
{
	.carousel-control-prev {
    left: calc(100% - 130px);
    position: absolute;
	}
	.carousel-control-next, .carousel-control-prev {
    position: absolute;
		top: 35px;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    color: #fff;
    text-align: center;
    /* opacity: 1; */
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 58px;
	height: 45px;
	/* background: transparent no-repeat center center; */
	background-size: 60%;
	background-color: rgba(4, 48, 81, 0.1);
}
.carousel-caption {
	padding: 0;
}
.map {
	margin-top: 15px;
  margin-bottom: 15px;
	}
.encyclopedia-item{
  width: calc(50% - 2px);
  height: 140px;
  }
.encyclopedia-items{
  justify-content: center;
  }
.inner-page-left-col .encyclopedia-item {
  position: relative;
  height: 210px;
  flex-direction: column;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  min-width: 100%;	
}
.navbar {
    position: absolute;
    padding: 0;
    top: 9px;
    right: 0;
    width: 100%;
}
.header-search__button {
  background-color: transparent;
}
.header-middle-line {
	height: 110px;
	background-color: #043051;
	display: flex;
	align-items: center;
	margin-top: 0;
	justify-content: center;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.logo-block {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
}
.logo-block__link {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding-right: 0;
}
.logo-block__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 2px;
  font-family: 'pt serif', 'Noto Sans', sans-serif;
  color: #fff;
  align-items: flex-end;
  line-height: 1.2;
  font-weight: 400;
}
.logo-block__subtext {
  font-size: 14px;
}
.logo-block__link img {
  width: 74px;
  margin-bottom: 0;
  margin-right: 8px;
}
.header-search__button {
    background-image: url(/bitrix/templates/aquacultura_vniro/img/loupe-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34%, cover;
    width: 60px;
    height: 100%;
}
.search-block {
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 50px;
    position: relative;
    margin-right: -15px;
    min-width: 45px;
    margin-left: auto;
}
.main-menu {
  left: 0;
  position: static;
  max-width: initial;
  background-color: #022340;
}
.collapse.show {
	z-index: 999;
	margin-top: 0;
	display: block;
	width: 100%;
	margin-left: 0;
	background-color: #022340;
	padding: 10px 15px 20px;
}
.main-page-block {
	padding-bottom: 0;
}
.block-title, .block-title a {
	font-size: 20px;
	/* font-family: 'PT Serif', 'Noto Serif', sans-serif; */
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.main-banner .row {
	padding-top: 15px;
  padding-bottom: 15px;
}
.main-banner__item {
	padding: 7px 0;
	margin-bottom: 0 !important;
	text-align: left;
	min-height: 0;
	border: 0;
	border-bottom: 0;
}
.main-banner__item p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    margin: 0;
}

.main-page-encyclopedia .encyclopedia-item {
	height: 60px;
	margin-bottom: 10px;
	border-top: 0px solid rgb(254 254 254 / 12%);
	width: calc(100% - 0px);
	border-bottom: 0;
	display: flex;
	border-left: 0;
	border-right: 0;
	flex-direction: row;
}
.main-page-encyclopedia .encyclopedia-item > .encyclopedia-title {
	font-size: 17px;
	width: 100%;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	color: #77bcce;
	background-color: transparent;
	align-items: center;
	flex: 1 0 50%;
	z-index: 11;
	padding: 10px 15px;
	position: static;
}
.main-page-video-items>div:nth-child(n+2):nth-child(-n+4)   {
 display: none;
}
.newslist-block {
    margin-bottom: 15px;
}
.footer__far-sodeistvie {
    background-image: url(/bitrix/templates/aquacultura_vniro/img/logo-far.svg);
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: right 5px;
    height: 43px;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
    align-items: center;
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    font-size: 13px;
    border-top: 1px solid #143351;
    width: 100%;
    padding-top: 12px;
}
.far-sodeistvie_header {
	display: none;
}
.likes {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.consultation-list-item > p {
	color: #f1f9ff;
	border-bottom: 0;
	border-left: 0;
	line-height: 1.24;
	margin: 0;
	padding: 7px 0;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
	/* text-transform: uppercase; */
}
.main-page-video-item:last-child {
	margin-right: -15px;
	border: 0;
	margin-left: -15px;
}
.main-page-video {
	padding-bottom: 0;
}
.news-wrapper {
	padding-top: 0 !important;
	background-color: rgb(19 92 120) !important;
	padding-bottom: 0 !important;
}
.newslist-img {
	margin-left: -15px;
	margin-right: -15px;
}
.main-news__img {
	max-height: 210px;
	opacity: 1;
	border: 0;
}

.main-map .block-title {
	/* background-color: #f7ae24; */
}
.main-map .block-title a {
	/* color: #ffffff; */
}
.main-map {
	background-color: #d7f0f7;
}
.main-page-encyclopedia .block-title {
	/* margin-top: 0; */
	/* background-color: transparent; */
}
.main-page-encyclopedia .block-title a {
	/* margin-top: 0; */
	/* color: #043051; */
}
 .block-title {	
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	background-color: #2c7091;
}
.main-page-encyclopedia .aqua-object-list {
	margin: 15px 0 15px;
  width: auto;
}
.main-page-encyclopedia  {
	padding-bottom: 0;
	background-color: #fff;
}
.main-page-encyclopedia .encyclopedia-item .encyclopedia-img {
	flex: 0 0 85px;
	box-shadow: inset #025083 0px 0px 23px 0px;
	border: 0 solid #fff;
}
/* .main-page-encyclopedia .block-title a {
	color: #135c78;
} */
.main-experts .row>div:last-child .block-main__text {
	border-bottom: 0;
}
.main-experts br {
	display: none;
}

.consultation-list {
	padding-top: 15px;
  padding-bottom: 15px;
}
.consultation-list-item {
	margin-bottom: 0;
}

.result-wrapper {
	height: 230px;
	/* max-height: calc(100vh - 250px); */
}
.carousel {
	height: 230px;
}
.carousel-indicators {
	display: none;
}
.news-wrapper.main-page-block .bx-newslist-container:nth-child(n+2):nth-child(-n+3) {
	display: none;
}

.calendar-results-line {
	margin: 20px 0;
}
.result-wrapper h3 {
	font-size: 16px;
	/* min-height: 280px; */
	display: flex;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'PT Sans';
	margin: 0;
	padding: 10px 15px;
	color: #ffffff;
	/* text-align: right; */
	line-height: 1.5;
}
.main-page-video-item {
	min-height: 220px;
}
.main-page-event-pic {
	background-color: #40a2bb;
}
.main-news__block {
	background-color: #40a2bb;
}
.newslist-title {
	text-decoration: none;
	background-color: transparent;
	line-height: 1.3;
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.main-page-block_color_light .news-main__date .bx-newslist-date {
	margin-top: 5px;
}

}

.search-page input[type="text"] {
	box-shadow: none;
	border: 1px solid #0f79b6;
}
.search-page-button-span {
	float: right;
	margin-right: 0;
	margin-top: -40px;
}

.header-top__text {
	z-index: 200;
	display: none;
	position: absolute;
	width: 70%;
	font-size: 12px;
	line-height: 1;
	left: 10px;
	top: 11px;
}
.header-top__text a,
.header-top__text a:visited,
.header-top__text a:active,
.header-top__text a:focus
 {
	color: rgb(255 255 255 / 74%);
	text-decoration: none;
}

@media (max-width: 768px)
{
	.header-top__text {
		display: block;
	}
}