

/* Start:/local/templates/journal/css/style.css?174492115457519*/
@font-face{
	font-family:"Montserrat";
	src:url(/local/templates/journal/css/../fonts/Montserrat-Bold.woff2)format("woff2"),url(/local/templates/journal/css/../fonts/Montserrat-Bold.woff)format("woff");
	font-weight:700;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Montserrat";
	src:url(/local/templates/journal/css/../fonts/Montserrat-SemiBold.woff2)format("woff2"),url(/local/templates/journal/css/../fonts/Montserrat-SemiBold.woff)format("woff");
	font-weight:600;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Montserrat";
	src:url(/local/templates/journal/css/../fonts/Montserrat-Medium.woff2)format("woff2"),url(/local/templates/journal/css/../fonts/Montserrat-Medium.woff)format("woff");
	font-weight:500;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Montserrat";
	src:url(/local/templates/journal/css/../fonts/Montserrat-Light.woff2)format("woff2"),url(/local/templates/journal/css/../fonts/Montserrat-Light.woff)format("woff");
	font-weight:300;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Montserrat";
	src:url(/local/templates/journal/css/../fonts/Montserrat-Regular.woff2)format("woff2"),url(/local/templates/journal/css/../fonts/Montserrat-Regular.woff)format("woff");
	font-weight:400;
	font-style:normal;
	font-display:swap
}
*{
	padding:0;
	margin:0;
	box-sizing:border-box
}
button:focus{
	box-shadow:none!important
}
:focus{
	outline:0
}
body{
	font:400 16px"Montserrat",sans-serif;
	background:#fff;
	color:#116062;
	padding:145px 0 0;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	justify-content:flex-start;
	min-height:100vh
}
@media only screen and (max-width:1440px){
	body{
		padding:130px 0 0
	}
}
@media only screen and (max-width:1024px){
	body{
		padding:110px 0 0
	}
	body.fixed{
		overflow:hidden;
		position:relative
	}
	body.fixed::before{
		content:"";
		display:block;
		width:100%;
		height:100%;
		position:fixed;
		z-index:550;
		top:0;
		left:0;
		background:rgba(69,82,90,.4)
	}
}
@media only screen and (max-width:767px){
	body{
		padding:85px 0 0
	}
}
.main{
	flex:1 1 auto
}
a{
	display:inline-block;
	font:inherit;
	color:inherit;
	transition:300ms
}
a,a:hover{
	text-decoration:none
}
h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
	font-size:24px;
	line-height:1.2;
	margin-bottom:10px;
	font-weight:500
}
@media only screen and (min-width:768px){
	h2,.h2{
		font-size:28px
	}
}
@media only screen and (min-width:1440px){
	h2,.h2{
		font-size:32px;
		margin-bottom:20px
	}
}
h3,.h3,h4,.h4,h5,.h5,h6,.h6{
	font-size:18px
}
@media only screen and (min-width:768px){
	h3,.h3,h4,.h4,h5,.h5,h6,.h6{
		font-size:20px
	}
}
@media only screen and (min-width:1440px){
	h3,.h3,h4,.h4,h5,.h5,h6,.h6{
		font-size:24px;
		margin-bottom:20px
	}
}
img{
	max-width:100%;
	max-height:100%
}
a img{
	border:0;
	outline:0
}
ul{
	margin:0;
	padding:0;
	list-style:none
}
.container{
	width:100%;
	max-width:768px;
	padding:0 16px;
	margin:0 auto
}
@media (min-width:1024px){
	.container{
		max-width:1337px
	}
}
.header{
	background:#45525a;
	box-shadow:0 13px 13px 0 rgba(0,0,0,.07);
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	z-index:500
}
@media only screen and (max-width:1024px){
	.header{
		padding:17px 0;
		position:fixed
	}
}
.drop-menu__nav .journal__sidebar-child span,.header__items,.header__logo{
	display:flex;
	align-items:center;
	justify-content:space-between
}
.header__logo{
	justify-content:center;
	width:184px
}
@media only screen and (max-width:1440px){
	.header__logo{
		width:165px
	}
}
@media only screen and (max-width:1024px){
	.header__logo{
		width:130px
	}
}
@media only screen and (max-width:767px){
	.header__logo{
		width:120px
	}
}
.header__logo img{
	width:100%;
	height:100%
}
.header__item,.header__nav li a{
	display:flex;
	align-items:center
}
@media only screen and (max-width:1024px){
	.header__item{
		display:none
	}
}
.header__nav{
	display:flex;
	padding-right: 3vw;
}
@media only screen and (max-width:1440px){
	.header__nav{
		margin-right:40px
	}
}
@media only screen and (max-width:1024px){
	.header__nav{
		display:block
	}
}
.header__nav li{
	height:auto
}
@media only screen and (max-width:1024px){
	.header__nav li{
		margin-bottom:20px
	}
	.header__nav li:last-child{
		margin-bottom:0
	}
}
.header__nav li a{
	padding:40px 32px;
	justify-content:center;
	text-align:center;
	max-width:181px;
	height:100%;
	color:#fff;
	font-size:18px
}
@media only screen and (max-width:1440px){
	.header__nav li a{
		font-size:16px;
		padding:35px 20px;
		max-width:160px
	}
}
@media only screen and (max-width:1024px){
	.header__nav li a{
		max-width:100%;
		padding:0;
		text-align:left;
		justify-content:flex-start
	}
}
.bread__items a:hover,.header__nav li a:hover{
	text-decoration:underline
}
@media only screen and (max-width:1024px){
	.header__nav li a:hover{
		text-decoration:none
	}
}
.header__nav li a:active{
	background:#116062;
	text-decoration:none
}
@media only screen and (max-width:1024px){
	.header__nav li a:active{
		background:0 0
	}
}
.header__nav li.active a,.journal__search button:hover{
	background:#116062
}
@media only screen and (max-width:1024px){
	.header__nav li.active a{
		background:0 0
	}
}
.header__login{
	font-size:14px;
	color:#d3d3d3;
	display:block;
	text-align:right;
	margin-bottom:11px
}
@media only screen and (max-width:1024px){
	.header__login{
		text-align:left
	}
}
.header__login:hover{
	font-weight:700
}
@media only screen and (max-width:1024px){
	.header__end{
		width:100%
	}
}
.header__btn{
	display:flex;
	align-items:center;
	justify-content:center;
	width:138px;
	height:35px;
	border-radius:6px;
	border:1px solid #fff;
	background:#116062;
	font-size:16px;
	font-weight:700;
	color:#fff
}
@media only screen and (max-width:1024px){
	.header__btn{
		width:100%
	}
}
.header__btn:hover{
	background:#0c4c4e
}
.header__mobile {
	display:none
}
.header__mobile-phone {
	display:none
}
.header__burger-phone a img {
	height: 25px;
}
.main-menu-item {
    background-color: #116062;
    color: #ffffff !important;
}
.main-menu-top-category{
	padding-left: 20px;
	margin-bottom: 0 !important;
}
.header__burger-phone a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding-right: 10px;
}
@media only screen and (max-width:1024px){
	.header__mobile{
		display:flex;
		align-items:center
	}
	.header__mobile-phone{
		display:flex;
		align-items:center
	}
}
.header__mobile-login{
	display:block;
	font-size:14px;
	color:#d3d3d3;
	margin-right:19px
}
.header__burger{
	display:block;
	width:26px
}
.header__burger a{
	display:block;
	cursor:pointer;
	padding:12px 0
}
.header__burger a span,.header__burger a span:after,.header__burger a span:before{
	width:26px;
	height:3px;
	background:#fff;
	border-radius:7px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
.header__burger a span{
	position:relative;
	display:block
}
.header__burger a span:after,.header__burger a span:before{
	content:"";
	position:absolute;
	left:0
}
.header__burger a span:before{
	top:-8px
}
.header__burger a span:after{
	top:8px
}
.header__burger a.active span{
	background:0 0
}
.header__burger a.active span:before{
	-webkit-transform:rotate(45deg) translate(5px,6px);
	transform:rotate(45deg) translate(5px,6px)
}
.header__burger a.active span:after{
	-webkit-transform:rotate(-45deg) translate(5px,-6px);
	transform:rotate(-45deg) translate(5px,-6px)
}
.header__search{
	display:none
}
@media only screen and (max-width:1024px){
	.header__search{
		display:block;
		position:relative
	}
}
.header__search .header__search-item{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:10
}
.header__search .header__search-item svg,.journal__search button:hover svg{
	fill:#fff
}
.header__search .journal__search{
	position:absolute;
	top:50%;
	width:0;
	transform:translate(0,-50%);
	left:0;
	overflow:hidden;
	transition:500ms
}
.header__search .journal__search input{
	padding:0 90px 0 15px
}
.header__search .journal__search.active{
	width:640px;
	overflow:visible
}
@media only screen and (max-width:767px){
	.header__search .journal__search.active{
		width:calc(100vw - 140px)
	}
}
.drop-menu{
	position:fixed;
	top:0;
	right:-305px;
	z-index:1000;
	width:305px;
	height:100%;
	background:#f8f8f8;
	display:none;
	flex-direction:column;
	justify-content:space-between;
	transition:500ms
}
@media only screen and (max-width:1024px){
	.drop-menu{
		display:flex
	}
	.drop-menu.active{
		right:0
	}
}
.drop-menu__header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:11px 5px 22px 23px
}
.drop-menu__btn{
	display:flex;
	align-items:center;
	justify-content:center;
	width:138px;
	height:35px;
	border-radius:6px;
	border:1px solid #116062;
	background:#f8f8f8;
	font-size:14px;
	color:#116062;
	font-weight:700
}
.drop-menu__btn:hover{
	background:#0c4c4e
}
.drop-menu__nav{
	height:calc(100% - 73px);
	overflow-y:auto;
	border-top:1px solid #45525a;
	font-size:14px;
	font-weight:500
}
.drop-menu__nav>ul>li{
	margin-bottom:12px
}

.live-internet-counter {
	margin-top: 35px;
}

/*.drop-menu__nav>ul>li:last-child{
margin-bottom:0
}*/
.drop-menu__nav>ul>li:first-child{
	border-bottom:1px solid #45525a;
	color:#45525a
}
.drop-menu__nav>ul>li:first-child span{
	padding:20px 15px 20px 30px
}
.drop-menu__nav>ul>li a,.drop-menu__nav>ul>li span{
	display:block;
	padding:8px 15px 8px 30px
}
.drop-menu__nav .journal__sidebar-child.active span::after{
	transform:rotate(180deg)
}
.drop-menu__nav .journal__sidebar-child span::after{
	content:"";
	display:block;
	width:18px;
	height:7px;
	background:url(/local/templates/journal/css/../images/arrow-b.svg)no-repeat;
	background-size:18px;
	background-position:center;
	min-width:18px;
	margin-left:20px;
	transition:300ms
}
.drop-menu__nav ul li ul{
	display:none;
	padding-left:20px
}
.drop-menu__nav ul li ul li{
	position:relative
}
.drop-menu__nav ul li ul li::before{
	content:"";
	display:block;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#45525a;
	position:absolute;
	left:15px;
	top:50%;
	transform:translate(0,-50%)
}
.drop-menu__nav ul li ul li a{
	color:#45525a
}
.drop-menu__nav ul li ul li a:hover{
	color:#116062
}
.drop-menu__nav ul li ul li.active a{
	font-weight:700;
	color:#116062
}
.drop-menu__strong{
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.drop-menu__end{
	margin-bottom: 0px;
}
.drop-menu__end-list,.journal__search-drop li{
	margin-bottom: 0px;
}
.drop-menu__end-list li a{
	display:block;
	padding:22px 23px;
	font-size:16px;
	font-weight:500;
	color:#45525a;
	border-bottom:1px solid #45525a
}
.drop-menu__end-list li:first-child a{
	border-top:1px solid #45525a
}
.drop-menu .footer__social{
	padding: 0 23px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.drop-menu .footer__social li a svg{
	fill:#45525a
}
.bread{
	padding:0 0 35px
}
@media only screen and (max-width:1440px){
	.bread{
		padding:0 0 35px
	}
}
@media only screen and (max-width:1024px){
	.bread{
		padding:0 0 35px
	}
}
@media only screen and (max-width:767px){
	.bread{
		padding:0 0 35px
	}
}
.bread__items{
	font-size:14px;
	font-style:italic
}
.bread__items a{
	display:inline-flex;
	align-items:center;
	margin-right:7px
}
.bread__items a::after{
	content:"";
	display:block;
	width:18px;
	height:3px;
	background:url(/local/templates/journal/css/../images/arrow.svg)no-repeat;
	background-size:18px;
	background-position:center;
	min-width:18px;
	margin-left:7px
}
.bread__items a:last-child::after{
  display: none;
}
.journal{
	padding-bottom:65px;
}
.journal__title{
	text-align:center;
	font-size:40px;
	font-weight:700;
	margin-bottom:30px;
	color:#45525a
}
@media only screen and (max-width:1440px){
	.journal__title{
		font-size:36px
	}
}
@media only screen and (max-width:767px){
	.journal__title{
		font-size:30px;
		margin-bottom:25px
	}
}
.journal__items{
	display:flex;
}
@media only screen and (max-width:1024px){
	.page._frontpage .journal__items{
		flex-direction:column-reverse
	}
}
.journal__sidebar{
	position: sticky;
	top: 20px;
	min-width:300px;
	width:300px;
	margin-right:25px;
	border-radius:10px;
	background:#f8f8f8;
	padding:17px 0
}
@media only screen and (max-width:1440px){
	.journal__sidebar{
		min-width:275px;
		width:275px;
		margin-right:10px
	}
}
@media only screen and (max-width:1024px){
	.journal__sidebar{
		display:none
	}
}
.journal__sidebar ul li a{
	transition:0ms
}
.journal__sidebar ul>li{
	margin-bottom:14px
}
@media only screen and (max-width:1440px){
	.journal__sidebar ul>li{
		margin-bottom:10px
	}
}
.journal__right-tags a:hover,.journal__sidebar ul>li.active span,.journal__sidebar ul>li.current a{
	background:rgba(17,96,98,.2)
}
.journal__sidebar ul li ul li:hover,.journal__sidebar ul>li.active:hover{
	font-weight:500
}
.journal__sidebar ul>li a,.journal__sidebar ul>li span{
	padding:8px 40px;
	display:block
}
@media only screen and (max-width:1440px){
	.journal__sidebar ul>li span{
		padding:5px 20px
	}
}
.journal__sidebar ul>li:hover{
	color:#45525a;
	font-weight:700
}
.journal__sidebar ul>li:last-child{
	margin-bottom:0
}
@media only screen and (max-width:1440px){
	.journal__sidebar ul>li a{
		padding:5px 20px
	}
}
.journal__sidebar ul li{
	font-size:16px;
	font-weight:500;
	color:#116062
}
@media only screen and (max-width:1440px){
	.journal__sidebar ul li{
		font-size:14px
	}
}
.journal__sidebar ul li span{
	cursor:pointer
}
.journal__sidebar ul li ul{
	padding-left:65px;
	display:none;
	margin-top:5px
}
@media only screen and (max-width:1440px){
	.journal__sidebar ul li ul{
		padding-left:45px
	}
}
.journal__sidebar ul li ul li{
	margin:0;
	position:relative
}
.journal__search-drop li a:hover,.journal__sidebar ul li ul li.active a{
	font-weight:700
}
.journal__sidebar ul li ul li:hover a{
	color:#116062
}
.journal__sidebar ul li ul li::before{
	content:"";
	display:block;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#45525a;
	position:absolute;
	left:-20px;
	top:50%;
	transform:translate(0,-50%)
}
.journal__sidebar ul li ul li a{
	padding:10px 0;
	color:#45525a;
	font-size:14px
}
.journal__content{
	width:100%
}
.journal__right{
	min-width:310px;
	width:310px;
	margin-left:25px
}
@media only screen and (max-width:1440px){
	.journal__right{
		min-width:275px;
		width:275px;
		margin-left:10px
	}
}
@media only screen and (max-width:1024px){
	.journal__right{
		min-width:auto;
		width:100%;
		margin-left:0;
		margin-bottom:22px
	}
}
.journal__right-title{
	font-size:22px;
	font-weight:500;
	color:#45525a;
	text-align:center;
	margin-bottom:13px
}
@media only screen and (max-width:1440px){
	.journal__right-title{
		font-size:20px
	}
}
@media only screen and (max-width:767px){
	.journal__right-title{
		font-size:18px;
		margin-bottom:8px
	}
}
.journal__right-tags{
	text-align:center;
	margin-bottom:20px
}
@media only screen and (max-width:1024px){
	.journal__right-tags{
		margin-bottom:0
	}
}
@media only screen and (max-width: 480px) {
  .journal__right-tags {
    overflow: scroll;
  }
  .journal__right-tags div {
    width: 200vw;
    text-align: left;
  }
}
/* from journal-category/template */
@media only screen and (min-width: 1025px) {
  .journal__items .journal__cards .journal__right-tags {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .journal__items {
    flex-direction: column;
  }


  .journal__cards .journal__right-tags {
    margin-bottom: 15px;
  }

  .journal__cards .journal__right-tags .journal__right-title {
    display: none;
  }
  /*
  .journal__items > .journal__right > .journal__right-tags {
    display: none;
  }
  */
  .journal__right-tags._in-frontpage {}
  .journal__right-tags._in-category {}
  .journal__right-tags._in-column {
    display: none;
  }
}
/* \from journal-category/template */


.journal__right-tags a{
	display:inline-block;
	font-size:15px;
	color:#45525a;
	/*padding:4px 7px;*/
  padding: 0 0 0 7px;
	border-radius:6px;
	background:rgba(17,96,98,.1);
	margin:3px 3px 3px 0
}
.journal__right-tags a i {
  display: inline-block;
  padding: 5px;
  min-width: 30px;
  background: #cadada;
  border-radius: 5px;
  font-style: normal;
  margin-left: 5px;
  text-align: center;
}
@media only screen and (max-width:767px){
	.journal__right-tags a{
		font-size:12px
	}
}


@media only screen and (max-width:1024px){
	.journal__right-banners{
		display:none
	}
}
.journal__right-banners a{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:18px;
	border-radius:10px;
	overflow:hidden
}
.journal__right-banners a:hover{
	transform:translateY(-3px);
	box-shadow:0 0 10px 0 rgba(0,0,0,.1);
	filter:drop-shadow(0 13px 13px rgba(0,0,0,.2))
}
.footer__nav li:last-child,.journal__right-banners a:last-child,.journal__search-drop li:last-child,.single__content ul:last-child{
	margin-bottom:0
}
.journal__right-banners a img{
	width:100%;
	height:100%;
	border-radius:10px;
	object-fit:cover
}
.journal__search{
	margin-bottom:15px;
	position:relative;
	z-index:20
}
.journal__search input,.journal__search-drop{
	width:100%;
	background:#fafafa;
	border:1px solid #45525a
}
.journal__search-drop{
	position:absolute;
	top:0;
	left:0;
	padding:50px 24px 16px;
	border-radius:20px;
	z-index:5;
	display:none
}
@media only screen and (max-width:1440px){
	.journal__search-drop{
		padding:50px 20px 16px
	}
}
.journal__search-drop li a{
	font-size:14px;
	font-weight:500;
	color:#45525a
}
.journal__search-strong{
	display:none;
	position:absolute;
	cursor:pointer;
	top:55%;
	z-index:10;
	transform:translate(0,-50%);
	right:60px
}
.journal__search input{
	height:39px;
	border-radius:69px;
	padding:0 100px 0 24px;
	font-size:14px;
	transition:300ms;
	font-family:inherit;
	color:#45525a;
	z-index:10;
	position:relative
}
@media only screen and (max-width:767px){
	.journal__search input{
		font-size:12px
	}
}
.journal__search input::placeholder,.single__comment form textarea::placeholder{
	color:#45525a
}
.journal__search button{
	display:flex;
	align-items:center;
	justify-content:center;
	border:0;
	background:0 0;
	cursor:pointer;
	position:absolute;
	top:0;
	z-index:10;
	right:0;
	border-radius:69px;
	width:53px;
	height:39px;
	transition:300ms
}
.journal__search button svg{
	fill:#727070
}
.journal__card{
	color:#45525a;
	margin-bottom:20px;
	border-radius:10px;
	background:#f8f8f8;
	padding:28px 0 14px
}
@media only screen and (max-width:767px){
	.journal__card{
		margin-bottom:15px
	}
}
[id*='detailBannerPosition'] {
	width: 100%;
	aspect-ratio: 3 / 2;
	margin-bottom: 20px;
}
.journal__card--banners,
.api-banner._in-category {
	padding: 0;
	background: transparent;
	width: 100%;
	aspect-ratio: 3 / 2;
	margin-bottom: 20px;
}
[id*='detailBannerPosition'] .journal__card--banners,
[id*='detailBannerPosition'] .api-banner._in-category {
	aspect-ratio: unset;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
}
.journal__banner,
.api-banner {
	position: relative;
	border: 1px solid #f8f8f8;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.api-banner__link{
  z-index:1;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}

.journal__banner-img,
.api-banner__pic {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.journal__banner-img picture {
	width: 100%;
}
.journal__banner-img img,
.api-banner__img {
	width: 100%;
	height: 100%;
}
.journal__banner-info,
.api-banner__label {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(0,0,0,.5);
	padding: 5px;
	border-radius: 5px;
	z-index: 2;
}
.api-banner__label{
	color: #FFF;
	font-size: 13px;
	line-height: normal;
  font-family: inherit;
}
.journal__banner-info p,
.single__content .journal__banner-info p {
	color: #FFF;
	font-size: 13px;
	line-height: normal;
}
.journal__banner-btn,
.api-banner__btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(0,0,0,.5);
	padding: 5px;
	border-radius: 100%;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
  border: 0;
  font-family: inherit;
}
.journal__banner-btn::after,
.api-banner__btn::after{
  content: "...";
  transition: opacity linear 0.3s;
  opacity: 1;
  color: #FFF;
  font-family: inherit;
  font-size: 24px;
  line-height: 2px;
  display: block;
}
.journal__banner-btn:hover::after,
.api-banner__btn:hover::after{
	opacity: 0.5;
}
.journal__banner-btn p,
.single__content .journal__banner-btn p {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	color: #FFF;
	font-size: 24px;
	line-height: normal;
}
.journal__banner-btn:hover p {
	opacity: 0.5;
}
.journal__banner-btn p {
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
}
.journal__banner-popup,
.api-banner__props {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	font-size: 18px;
	top: 100%;
	left: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
}
@media(max-width: 1440px) {
	.journal__banner-popup,
	.api-banner__props {
		font-size: 16px;
	}
}

.api-banner__prop{
  word-wrap: break-word;
}

.journal__banner-popup.journal__banner-popup--active,
.api-banner__props._active {
	top: 0;
}
.journal__popup-text,
.api-banner__props-text {
	padding: 30px 50px 30px 30px;
}
.journal__popup-text p,
.api-banner__text p {
	margin-bottom: 5px;
}
.journal__popup-text .break,
.api-banner__text .break {
	word-break: break-all;
}
.journal__popup-cross,
.api-banner__props-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	transition: opacity linear 0.3s;
	opacity: 1;
}
.journal__popup-cross:hover,
.api-banner__props-close:hover {
	opacity: 0.5;
}
.journal__popup-cross svg,
.api-banner__props-close svg {
	width: 100%;
	height: auto;
}

.journal__banner-text,
.api-banner__text,
.single__content .journal__banner-text {
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	padding: 30px;
}
.journal__banner-text p,
.api-banner__text,
.single__content .journal__banner-text p {
	font-size: 36px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 46px;
}
.journal__header{
	display:flex;
	align-items:center;
	padding:0 23px 0 18px;
	justify-content:space-between
}
@media only screen and (max-width:1440px){
	.journal__header{
		display:block
	}
}
@media only screen and (max-width:767px){
	.journal__header{
		padding:0 16px
	}
}
.journal__header-start{
	display:flex;
	align-items:center
}
@media only screen and (max-width:1440px){
	.journal__header-start{
		justify-content:space-between;
		margin-bottom:10px
	}
}
@media only screen and (max-width:767px){
	.journal__header-start{
		margin-bottom:8px
	}
}
.journal__follow-drop a,.journal__header-end{
	display:flex;
	align-items:center
}
@media only screen and (max-width:767px){
	.journal__header-end{
		justify-content:space-between
	}
}
.journal__user{
	display:flex;
	align-items:center;
	margin-right:21px
}
.journal__follow-drop a span,.journal__user-img{
	display:flex;
	align-items:center;
	justify-content:center
}
.journal__user-img{
	width:35px;
	height:35px;
	min-width:35px;
	margin-right:10px
}
@media only screen and (max-width:767px){
	.journal__user-img{
		margin-right:8px;
		width:24px;
		min-width:24px;
		height:24px
	}
}
.journal__user-emptyimg {
	width: 100%;
	height: 100%;
	border: 1px solid #45525a;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFF;
}
.journal__user-emptyimg {
	background: #f8f8f8;
}
.user-photo .journal__user-emptyimg {
	background: #FFF;
}
.journal__user-emptyimg p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
@media(max-width: 767px) {
	.journal__user-emptyimg p {
		font-size: 9px;
	}
	.user-photo .journal__user-emptyimg p {
		font-size: 14px;
	}
}
.journal__image img,.journal__user-img img,.single .mySwiper .swiper-slide img,.single .mySwiper2 .swiper-slide iframe,.single .mySwiper2 .swiper-slide img{
	width:100%;
	height:100%;
	object-fit:cover
}
.journal__user-name{
	font-size:14px;
	font-weight:700;
	color:#45525a
}
@media only screen and (max-width:767px){
	.journal__user-name{
		font-size:12px
	}
}
.journal__date{
	font-size:15px
}
@media only screen and (max-width:767px){
	.journal__date{
		font-size:12px
	}
}
.journal__time{
	display:flex;
	align-items:center;
	margin-right:20px;
	font-size:15px
}
@media only screen and (max-width:767px){
	.journal__time{
		font-size:12px
	}
}
.journal__time svg{
	margin-right:3px
}
@media only screen and (max-width:767px){
	.journal__time svg{
		width:13px
	}
}
.journal__video{
	display:flex;
	align-items:center;
	margin-right:20px;
	font-size:15px;
}
@media only screen and (max-width:767px){
	.journal__video{
		font-size:12px
	}
}
.journal__video svg{
	margin-right:3px
}
@media only screen and (max-width:767px){
	.journal__video svg{
		width:19px
	}
}
.journal__follow{
	position:relative;
	z-index:5
}
.journal__follow-header{
	display:flex;
	align-items:center;
	font-size:15px;
	cursor:pointer
}
@media only screen and (max-width:767px){
	.journal__follow-header{
		font-size:12px
	}
}
.journal__follow-header svg{
	margin-right:3px
}
@media only screen and (max-width:767px){
	.journal__follow-header svg{
		width:12px
	}
}
.journal__follow-drop{
	border-radius:10px;
	background:#f8f8f8;
	position:absolute;
	left:0;
	top:30px;
	width:250px;
	padding:8px 0;
	display:none
}
@media only screen and (max-width:767px){
	.journal__follow-drop{
		right:auto;
		left: 0;
		width:220px;
		max-width: 50vw;
	}
	.single .journal__follow-drop {
		right: 0;
		left: auto;
	}
}
.journal__follow-drop a{
	padding:8px 16px;
	font-size:16px
}
@media only screen and (max-width:767px){
	.journal__follow-drop a{
		font-size:14px;
		padding:6px 12px
	}
}
.journal__follow-drop a span{
	width:23px;
	margin-right:12px
}
@media only screen and (max-width:767px){
	.journal__follow-drop a span{
		width:18px
	}
}
.journal__follow-copy{
	display:flex;
	align-items:center;
	font-size:16px;
	cursor:pointer;
	width:100%
}
@media only screen and (max-width:767px){
	.journal__follow-copy{
		font-size:14px
	}
}
.journal__follow-copy svg{
	margin-right:12px
}
@media only screen and (max-width:767px){
	.journal__follow-copy svg{
		margin-right:8px;
		width:18px
	}
}
.journal__follow-copy--first{
	display:flex;
	align-items:center;
	width:100%;
	padding:8px 16px
}
@media only screen and (max-width:767px){
	.journal__follow-copy--first{
		padding:6px 12px
	}
}
.journal__follow-copy--second{
	width:100%;
	display:none;
	background:rgba(17,96,98,.2);
	padding:8px 16px
}
@media only screen and (max-width:767px){
	.journal__follow-copy--second{
		padding:6px 12px
	}
}
.journal__info{
	padding:10px 20px 20px
}
@media only screen and (max-width:767px){
	.journal__info{
		padding:18px 16px 5px
	}
}
.journal__name{
	font-size:28px;
	line-height:1.2;
	font-weight:500;
	margin-bottom:10px
}
@media (min-width:768px){
	.journal__name{
		font-size:36px;
		margin-bottom:10px
	}
}
@media (min-width:1440px){
	.journal__name{
		font-size:40px
	}
}
.journal__name:hover{
	color:#116062
}
.journal__text{
	font-size:16px;
	line-height:20px
}
@media (min-width:1440px){
	.journal__text{
		font-size:18px;
		line-height:24px
	}
}
.journal__tags{
	margin-top:12px
}
.journal__tags.none{
	margin-top:0
}
@media only screen and (max-width:767px){
	.journal__tags{
		display:flex;
		align-items:center;
		overflow-x:scroll;
		padding-bottom:10px
	}
}
.journal__tags a{
	display:inline-block;
	font-size:15px;
	color:#116062;
	padding:4px 6px;
	border-radius:6px;
	border:1px solid #116062;
	background:#fff;
	margin:3px 3px 3px 0
}
@media only screen and (max-width:767px){
	.journal__tags a{
		white-space:nowrap;
		font-size:12px
	}
}
.journal__recommend-tags a:hover,.journal__tags a:hover{
	background:#f8f8f8
}
.journal__image{
	display:flex;
	border-radius:6px;
	align-items:center;
	justify-content:center;
	width:100%;
	overflow:hidden;
	height: fit-content;
	margin-bottom:20px
}
@media only screen and (max-width:1440px){
	.journal__image{
		height: fit-content;
	}
}
@media only screen and (max-width:1024px){
	.journal__image{
		height: fit-content;
	}
}
@media only screen and (max-width:767px){
	.journal__image{
		height: fit-content;
	}
}
.journal__image img{
	border-radius:6px;
	transition:500ms
}
.journal__image:hover img,.journal__recommend-image:hover img{
	transform:scale(1.1)
}
.journal__nav{
	display:flex;
	align-items:center;
	padding:0 20px
}
.journal__nav-item{
	display:flex;
	align-items:center;
	font-size:15px;
	margin-right:24px;
	cursor:pointer;
	transition:300ms
}
@media only screen and (max-width:767px){
	.journal__nav-item{
		margin-right:10px;
		width:100%
	}
}
.footer__social li:last-child,.journal__nav-item:last-child,.journal__pagination ul li:last-child{
	margin-right:0
}
.journal__nav-item svg{
	margin-right:4px;
	stroke:#45525a;
	fill:none;
	transition:300ms
}
.journal__nav-item.active,.journal__nav-item:hover,.journal__recommend-name:hover{
	color:#116062
}
.journal__nav-item:hover svg{
	stroke:#116062
}
.journal__nav-item.active svg{
	stroke:#116062;
	fill:#116062
}
.journal__recommend{
	margin-top:42px
}
@media only screen and (max-width:767px){
	.journal__recommend{
		margin-top:28px
	}
}
.journal__recommend-title{
	text-align:center;
	font-size:22px;
	font-weight:500;
	margin-bottom:35px
}
@media only screen and (max-width:767px){
	.journal__recommend-title{
		margin-bottom:22px;
		font-size:18px
	}
}
.journal__recommend-items{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media only screen and (max-width:1024px){
	.journal__recommend-items{
		grid-template-columns:1fr 1fr
	}
}
@media only screen and (max-width:767px){
	.journal__recommend-items{
		grid-template-columns:1fr
	}
	.journal__recommend-items{
		gap:10px
	}
}
.journal__recommend-item{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	border-radius:10px;
	color:#45525a;
	padding-bottom:16px;
	background:#f8f8f8
}
.journal__recommend-image{
	display: block;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
@media only screen and (max-width:767px){
	.journal__recommend-image{
		margin-bottom: 8px;
		max-width: 100%;
	}
}
.journal__recommend-image img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:8px;
	transition:500ms
}
.journal__recommend-tags{
	padding:0 22px 8px
}
@media only screen and (max-width:767px){
	.journal__recommend-tags{
		padding:0 8px 15px
	}
}
.journal__recommend-tags a{
	display:inline-block;
	font-size:15px;
	color:#116062;
	padding:4px 6px;
	border-radius:6px;
	border:1px solid #116062;
	background:#fff;
	margin:3px 3px 3px 0
}
@media only screen and (max-width:767px){
	.journal__recommend-tags a{
		font-size:12px;
		white-space:nowrap
	}
}
.journal__recommend-header{
	display:flex;
	align-items:center;
	padding:0 22px 8px
}
@media only screen and (max-width:767px){
	.journal__recommend-header{
		padding:0 8px 10px
	}
}
.journal__recommend-date{
	font-size:15px;
	margin-right:18px
}
@media only screen and (max-width:767px){
	.journal__recommend-date{
		font-size:12px;
		margin-right:11px
	}
}
.journal__recommend-time{
	display:flex;
	align-items:center;
	font-size:15px
}
@media only screen and (max-width:767px){
	.journal__recommend-time{
		font-size:12px
	}
}
.journal__recommend-time svg{
	margin-right:3px
}
@media only screen and (max-width:767px){
	.journal__recommend-time svg{
		width:13px
	}
}
.journal__recommend-name{
	display:block;
	padding:0 22px;
	font-size:16px;
	font-weight:500
}
@media only screen and (max-width:767px){
	.journal__recommend-name{
		font-size:14px;
		padding:0 8px
	}
}
.journal__recommend .journal__nav{
	margin-top:12px;
	margin-left: 20px;
}
@media only screen and (max-width:767px){
	.journal__recommend .journal__nav{
		justify-content:space-between;
		padding:0 8px
	}
	.journal__recommend .journal__nav-item{
		font-size:12px;
		width:100%;
		margin:0 8px 0 0
	}
	.journal__recommend .journal__nav-item:last-child{
		margin-right:0
	}
	.journal__recommend .journal__nav-item svg{
		max-width:16px
	}
}
.journal__pagination{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:82px
}
@media only screen and (max-width:1440px){
	.journal__pagination{
		margin-top:60px
	}
}
@media only screen and (max-width:767px){
	.journal__pagination{
		margin-top:40px
	}
}
.journal__pagination ul li a,.journal__pagination>a{
	display:flex;
	align-items:center;
	justify-content:center
}
@media only screen and (max-width:767px){
	.journal__pagination>a{
		width:7px
	}
}
.journal__pagination ul{
	margin:0 31px;
	display:flex;
	align-items:center
}
@media only screen and (max-width:1440px){
	.journal__pagination ul{
		margin:0 20px
	}
}
.journal__pagination ul li{
	margin-right:10px
}
@media only screen and (max-width:767px){
	.journal__pagination ul li{
		margin-right:5px
	}
}
.journal__pagination ul li a{
	width:50px;
	height:50px;
	font-size:16px;
	border-radius:50%;
	color:#116062;
	border:1px solid transparent
}
@media only screen and (max-width:1440px){
	.journal__pagination ul li a{
		height:46px;
		width:46px
	}
}
.journal__pagination ul li a:hover{
	background:#f8f8f8;
	border:1px solid #116062
}
.journal__pagination ul li.active a{
	background:#f8f8f8;
	border:1px solid #f8f8f8
}
.footer{
	background:#45525a;
	color:#fff;
	padding:36px 0 42px
}
@media only screen and (max-width:1024px){
	.footer{
		padding:30px 0
	}
}
@media only screen and (max-width:767px){
	.footer{
		padding:22px 0 29px;
		overflow:hidden
	}
}
.footer__items{
	display:flex;
	align-items:flex-start;
	justify-content:space-between
}
@media only screen and (max-width:767px){
	.footer__items{
		display:block
	}
}
.footer__start{
	max-width:287px
}
@media only screen and (max-width:1024px){
	.footer__start{
		max-width:220px
	}
}
@media only screen and (max-width:767px){
	.footer__start{
		max-width:100%;
		margin-bottom:20px
	}
}
.footer__logo{
	display:flex;
	align-items:center;
	justify-content:center;
	width:225px;
	margin-bottom:14px
}
@media only screen and (max-width:1024px){
	.footer__logo{
		width:180px
	}
}
@media only screen and (max-width:767px){
	.footer__logo{
		width:158px;
		margin:0 auto 20px
	}
}
.footer__logo img{
	width:100%;
	height:100%
}
.footer__text{
	font-size:14px
}
.footer__nav li,.footer__text p{
	margin-bottom:15px
}
.footer__text p:last-child{
	font-size:12px;
	margin-bottom:0
}
@media only screen and (max-width:767px){
	.footer__text.desk{
		display:none
	}
}
.footer__text.mobile{
	display:none
}
@media only screen and (max-width:767px){
	.footer__text.mobile{
		display:block;
		max-width:287px;
		margin:0 auto;
		text-align:center;
		font-size:12px
	}
	.footer__nav{
		margin-bottom:55px;
		position:relative
	}
	.footer__nav::before{
		content:"";
		display:block;
		height:1px;
		background:#fff;
		width:120%;
		position:absolute;
		left:50%;
		transform:translate(-50%,0);
		bottom:-28px
	}
}
.footer__nav li a{
	font-size:14px;
	font-weight:700
}
@media only screen and (max-width:767px){
	.footer__nav li a{
		display:block;
		text-align:center
	}
}
.footer__nav li a:hover{
	color:#a5b7b9
}
.footer__login{
	display:block;
	font-size:16px;
	margin-bottom:30px;
  border: 0px;
  background-color: transparent;
  font-weight: 700;
  color: inherit;
  cursor: pointer;
  transition: color 300ms linear;
}
.footer__login:hover{
  color: #a5b7b9;
}
@media only screen and (max-width:767px){
	.footer__login.desk{
		display:none
	}
}
.footer__login.mobile{
	display:none
}
@media only screen and (max-width:767px){
	.footer__login.mobile{
		display:block;
		text-align:center;
		color:#d3d3d3
	}
}
.footer__adres{
	margin-bottom:39px;
	font-size:16px
}
@media only screen and (max-width:1024px){
	.footer__adres{
		font-size:14px
	}
}
@media only screen and (max-width:767px){
	.footer__adres{
		text-align:center;
		margin-bottom:25px;
		font-size:12px
	}
}
.footer__adres span{
	font-weight:700;
	display:block
}
@media only screen and (max-width:767px){
	.footer__adres span{
		margin-bottom:5px
	}
}
.footer__adres a:hover,.single__video:hover{
	text-decoration:underline
}
.footer__adres p{
	margin-bottom:4px
}
.footer__social,.footer__social li a{
	display:flex;
	align-items:center
}
@media only screen and (max-width:767px){
	.footer__social{
		justify-content:center
	}
}
.footer__social li{
	margin-right:24px
}
.footer__social li a{
	justify-content:center
}
.footer__social li a svg{
	fill-opacity:.5;
	transition:300ms;
	fill:#fff
}
.footer__social li a:hover svg{
	fill-opacity:1
}
@media only screen and (max-width:767px){
	.footer__end{
		margin-bottom:27px
	}
}
.single{
	color:#45525a
}
.single__header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:16px
}
@media only screen and (max-width:1440px){
	.single__header{
		display:block
	}
}
@media only screen and (max-width:1024px){
	.single__header{
		display:flex
	}
}
@media only screen and (max-width:767px){
	.single__header{
		display:block;
		position:relative
	}
}
.single__header-start{
	display:flex;
	align-items:center
}
@media only screen and (max-width:1440px){
	.single__header-start{
		margin-bottom:15px
	}
}
@media only screen and (max-width:1024px){
	.single__header-start{
		margin-bottom:0
	}
}
@media only screen and (max-width:767px){
	.single__header-start{
		margin-bottom:12px
	}
}
.single__header-end{
	display:flex;
	align-items:center
}
@media only screen and (max-width:767px){
	.single__header-end{
		justify-content:space-between
	}
}
.single__date{
	font-size:15px;
	margin-right:22px
}
@media only screen and (max-width:767px){
	.single__date{
		font-size:12px;
		margin-right:14px
	}
}
.single__time{
	display:flex;
	align-items:center;
	font-size:15px;
	margin-right:35px
}
@media only screen and (max-width:767px){
	.single__time{
		font-size:12px;
		margin-right:18px
	}
}
.single__time svg{
	margin-right:4px
}
@media only screen and (max-width:767px){
	.single__time svg{
		width:13px;
		margin-right:3px
	}
}
.single__video{
	display:flex;
	align-items:center;
	font-size:15px
}
@media only screen and (max-width:767px){
	.single__video{
		font-size:12px
	}
}
.single__video svg{
	margin-right:4px
}
@media only screen and (max-width:767px){
	.single__video svg{
		width:19px
	}
}
.single .journal__nav{
	margin-right:32px;
	padding:0
}
@media only screen and (max-width:767px){
	.single .journal__nav{
		margin-right:0;
		max-width:205px
	}
	.single .journal__nav-item{
		width:100%;
		margin-right:25px
	}
	.single .journal__nav-item:last-child{
		margin-right:0
	}
}

.sprint-editor-blocks h1{
	font-size:28px;
	line-height:1.2;
	font-weight:500;
	margin-bottom:16px
}

.single__title{
	font-size:28px;
	line-height:1.2;
	font-weight:500;
	margin-bottom:16px
}
@media (min-width:768px){
	.sprint-editor-blocks h1{
		font-size:36px
	}

	.single__title{
		font-size:36px
	}
}
@media (min-width:1440px){
	.sprint-editor-blocks h1{
		font-size:40px
	}

	.single__title{
		font-size:40px
	}
}
.single__text{
	font-size:22px;
	font-weight:500;
	margin-bottom:15px
}
@media only screen and (max-width:1440px){
	.single__text{
		font-size:16px
	}
}
@media only screen and (max-width:767px){
	.single__text{
		margin-bottom:13px
	}
}
.single__slider{
	margin-top:22px
}
@media only screen and (max-width:767px){
	.single .journal__follow{
		position:absolute;
		top:0;
		right:0
	}
}
.single .swiper{
	width:100%;
	height:100%
}
.single .swiper-slide{
	text-align:center;
	font-size:18px;
	background:#fff;
	display:flex;
	justify-content:center;
	align-items:center
}
.single .swiper-slide img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover
}
.single .swiper{
	max-width:679px;
	margin-left:auto;
	margin-right:auto
}
@media only screen and (max-width:1440px){
	.single .swiper{
		max-width:400px
	}
}
@media only screen and (max-width:1024px){
	.single .swiper{
		max-width:100%
	}
}
.single .swiper-slide{
	background-size:cover;
	background-position:center
}
.single .mySwiper2{
	height:80%;
	width:100%;
	border-radius:5px;
	overflow:hidden
}
.single .mySwiper2 .swiper-slide{
	height:382px
}
@media only screen and (max-width:1440px){
	.single .mySwiper2 .swiper-slide{
		height:240px
	}
}
@media only screen and (max-width:1024px){
	.single .mySwiper2 .swiper-slide{
		height:380px
	}
}
@media only screen and (max-width:767px){
	.single .mySwiper2 .swiper-slide{
		height:200px
	}
}
.single .mySwiper{
	height:20%;
	box-sizing:border-box;
	padding:10px 0
}
.single .mySwiper .swiper-slide{
	width:25%;
	height:100%;
	position:relative;
	cursor:pointer;
	border-radius:5px;
	overflow:hidden
}
.single .mySwiper .swiper-slide.video::after{
	content:"";
	display:block;
	z-index:5;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:url(/local/templates/journal/css/../images/youtube.svg)no-repeat;
	background-size:35px;
	height:24px;
	width:35px
}
@media only screen and (max-width:767px){
	.single .mySwiper .swiper-slide.video::after{
		width:22px;
		height:16px;
		background-size:22px
	}
}
.single .mySwiper .swiper-slide::before{
	content:"";
	display:block;
	background:rgba(0,0,0,.4);
	width:100%;
	height:100%;
	transition:300ms;
	position:absolute;
	z-index:5;
	top:0;
	left:0
}
.single .mySwiper .swiper-slide.swiper-slide-thumb-active::before{
	opacity:0
}
.single .swiper-button-next,.single .swiper-button-prev{
	height:382px;
	width:50px;
	border-radius:5px;
	background:rgba(0,0,0,.3);
	display:flex;
	align-items:center;
	justify-content:center;
	transform:none;
	top:0;
	opacity:1;
	z-index:10;
	margin:0
}
@media only screen and (max-width:1440px){
	.single .swiper-button-next,.single .swiper-button-prev{
		height:240px;
		width:40px
	}
}
@media only screen and (max-width:1024px){
	.single .swiper-button-next,.single .swiper-button-prev{
		height:380px;
		width:50px
	}
}
@media only screen and (max-width:767px){
	.single .swiper-button-next,.single .swiper-button-prev{
		height:200px;
		width:25px
	}
}
.single .swiper-button-next::after,.single .swiper-button-prev::after{
	font-size:32px
}
@media only screen and (max-width:1440px){
	.single .swiper-button-next::after,.single .swiper-button-prev::after{
		font-size:24px
	}
}
@media only screen and (max-width:1024px){
	.single .swiper-button-next::after,.single .swiper-button-prev::after{
		font-size:32px
	}
}
@media only screen and (max-width:767px){
	.single .swiper-button-next::after,.single .swiper-button-prev::after{
		font-size:18px
	}
}
.single .swiper-button-next{
	right:0
}
.single .swiper-button-prev{
	left:0
}
.single__user{
	display:flex;
	align-items:center;
	margin-bottom:25px;
	margin-top:25px
}
@media only screen and (max-width:1440px){
	.single__user{
		margin-top:20px;
		margin-bottom:20px
	}
}
@media only screen and (max-width:767px){
	.single__user{
		margin-top:15px;
		margin-bottom:10px
	}
}
.single__user-img{
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	border-radius:50%;
	min-width:35px;
	margin-right:10px
}
@media only screen and (max-width:767px){
	.single__user-img{
		width:24px;
		height:24px;
		min-width:24px;
		margin-right:8px
	}
}
.single__user-name{
	font-size:14px;
	font-weight:700;
	color:#45525a
}
@media only screen and (max-width:767px){
	.single__user-name{
		font-size:12px
	}
}
.single__content{
	font-size:16px;
	line-height:20px;
	color:#45525a;
	margin-bottom:28px
}
@media (min-width:1440px){
	.single__content{
		font-size:18px;
		line-height:24px
	}
}
.single__content-abzac-first{
	margin-bottom:34px
}
@media only screen and (max-width:767px){
	.single__content-abzac-first{
		margin-bottom:24px
	}
}
.single__content-abzac-second{
	margin-bottom:20px
}
.single__content-abzac-third{
	margin-bottom:14px
}
@media only screen and (max-width:767px){
	.single__content-abzac-third{
		margin-bottom:20px
	}
}
.single__content ul{
	padding-left:20px;
	margin-bottom:30px
}
@media only screen and (max-width:767px){
	.single__content ul{
		margin-bottom:24px
	}
}
.single__content ul li{
	font-size:16px;
	color:#116062;
	margin-bottom:10px;
	position:relative
}
.single__content ul li::before{
	content:"";
	display:block;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#45525a;
	position:absolute;
	left:-15px;
	top:50%;
	transform:translate(0,-50%)
}
.single__banner:last-child,.single__content ul li:last-child,.single__gallery:last-child{
	margin-bottom:0
}
.single__gallery{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:12px;
	margin-bottom:25px
}
@media only screen and (max-width:767px){
	.single__gallery{
		gap:6px;
		margin-bottom:20px
	}
}
.single__banner-img img,.single__gallery img{
	width:100%;
	object-fit:cover
}
.single__banner{
	border-radius:10px;
	background:#f8f8f8;
	display:flex;
	align-items:center;
	margin-bottom:25px
}
@media only screen and (max-width:767px){
	.single__banner{
		margin-bottom:20px
	}
}
.single__banner-img{
	display:flex;
	align-items:center;
	justify-content:center;
	width:70px;
	height:70px;
	min-width:70px;
	margin-right:21px
}
@media only screen and (max-width:767px){
	.single__banner-img{
		margin-right:12px
	}
}
.single__banner-img img{
	height:100%;
	border-radius:6px
}
.single__banner-name{
	font-size:16px;
	font-weight:700;
	color:#116062;
	margin-bottom:10px
}
@media only screen and (max-width:1440px){
	.single__banner-name{
		font-size:14px;
		line-height:18px;
		margin-bottom:5px
	}
}
@media only screen and (max-width:767px){
	.single__banner-name{
		font-size:14px;
		line-height:17px
	}
}
.single__tags-block{
	display:flex;
	align-items:flex-start;
	margin-bottom:48px
}
@media only screen and (max-width:1440px){
	.single__tags-block{
		margin-bottom:30px
	}
}
.single__tags-block p{
	white-space:nowrap;
	margin-right:8px;
	font-size:15px;
	font-style:italic;
	line-height:200%;
	padding-top:3px
}
@media only screen and (max-width:767px){
	.single__tags-block p{
		margin-right:5;
		font-size:12px
	}
}
.single__tags-items a{
	display:inline-block;
	padding:4px 6px;
	font-size:15px;
	color:#45525a;
	margin:2px 2px 2px 0;
	border:1px solid #116062;
	border-radius:6px
}
@media only screen and (max-width:767px){
	.single__tags-items a{
		white-space:nowrap;
		font-size:12px
	}
}
.single__tags-items a:hover{
	background:#f8f8f8
}
.single__rating{
	margin-bottom:42px
}
@media only screen and (max-width:1440px){
	.single__rating{
		margin-bottom:30px
	}
}
.single__rating-title{
	font-size:22px;
	font-weight:500;
	margin-bottom:16px
}
@media only screen and (max-width:1440px){
	.single__rating-title{
		font-size:20px
	}
}
@media only screen and (max-width:767px){
	.single__rating-title{
		font-size:18px;
		margin-bottom:10px
	}
}
.single__rating-items{
	display:flex;
	align-items:center;
	margin-bottom:31px
}
@media only screen and (max-width:767px){
	.single__rating-items{
		margin-bottom:30px
	}
}
.single__rating-item{
	display:flex;
	align-items:center;
	margin-right:15px;
	border-radius:5px;
	border:1px solid #116062;
	width:220px;
	font-size:14px;
	font-weight:700;
	color:#116062;
	height:50px;
	cursor:pointer;
	transition:300ms
}
@media only screen and (max-width:1440px){
	.single__rating-item{
		width:100%;
		margin-right:10px
	}
}
@media only screen and (max-width:767px){
	.single__rating-item{
		margin-right:11px;
		width:100%;
		height:38px
	}
	.single__rating-item:last-child{
		margin-bottom:0
	}
}
.single__rating-item:hover{
	background:#f8f8f8
}
.single__rating-item:last-child{
	margin-right:0
}
@media only screen and (max-width:767px){
	.single__rating-item:last-child .single__rating-icon{
		margin-right:10px
	}
}
.single__rating-item span{
	margin-left:10px
}
@media only screen and (max-width:767px){
	.single__rating-item span{
		margin-left:4px
	}
}
.single__rating-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:5px;
	background:#116062;
	margin-right:18px
}
@media only screen and (max-width:1440px){
	.single__rating-icon{
		margin-right:12px
	}
}
@media only screen and (max-width:767px){
	.single__rating-icon{
		width:38px;
		height:38px;
		margin-right:16px;
		padding:8px
	}
}
.single__comment form input[type=submit],.single__tg{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff
}
.single__tg{
	width:300px;
	height:44px;
	border-radius:50px;
	background:#61a8de;
	font-size:18px
}
@media only screen and (max-width:1440px){
	.single__tg{
		width:260px;
		height:40px;
		font-size:16px
	}
}
@media only screen and (max-width:767px){
	.single__tg{
		width:230px;
		height:33px;
		font-size:14px
	}
}
.single__tg:hover{
	background:#4387bb
}
.single__tg svg{
	margin-right:13px
}
@media only screen and (max-width:1440px){
	.single__tg svg{
		margin-right:8px;
		width:25px
	}
}
@media only screen and (max-width:767px){
	.single__tg svg{
		width:23px
	}
}
.single__comment{
	border-radius:10px;
	background:#f8f8f8;
	padding:26px 37px 26px 26px
}
@media only screen and (max-width:1440px){
	.single__comment{
		padding:25px
	}
}
@media only screen and (max-width:767px){
	.single__comment{
		background:0 0;
		padding:0
	}
}
.single__comment-title{
	font-size:22px;
	font-weight:500;
	color:#45525a;
	margin-bottom:23px
}
@media only screen and (max-width:1440px){
	.single__comment-title{
		font-size:20px;
		margin-bottom:16px
	}
}
@media only screen and (max-width:767px){
	.single__comment-title{
		font-size:18px;
		text-align:center;
		margin-bottom:5px
	}
}
.single__comment form textarea{
	width:100%;
	height:200px;
	resize:none;
	border-radius:5px;
	border:1px solid #dfdfdf;
	background:#fff;
	padding:15px 26px;
	font-size:14px;
	line-height:22px;
	font-family:inherit;
	color:#45525a;
	margin-bottom:14px
}
@media only screen and (max-width:1440px){
	.single__comment form textarea{
		padding:16px
	}
}
@media only screen and (max-width:767px){
	.single__comment form textarea{
		height:180px;
		text-align:center;
		font-size:12px;
		padding:10px;
		margin-bottom:10px
	}
}
.single__comment form input[type=submit]{
	width:150px;
	height:50px;
	border-radius:5px;
	background:#116062;
	border:0;
	transition:300ms;
	cursor:pointer;
	font-size:16px;
	font-weight:700;
	font-family:inherit
}
@media only screen and (max-width:1440px){
	.single__comment form input[type=submit]{
		height:46px;
		width:135px;
		font-size:14px
	}
}
@media only screen and (max-width:767px){
	.single__comment form input[type=submit]{
		width:150px;
		height:40px;
		margin:0 auto
	}
}
.single__comment form input[type=submit]:hover{
	background:#0c393a;
	outline:0
}
.journal-cards-info p{
	margin-bottom:16px
}


/* sidebar right news */
.journal__right-news__item {
	margin-bottom: 40px;
}
.journal__right-news__item:last-of-type {
	margin-bottom: 25px;
}
.journal__right-news__item img {
	margin-bottom: 10px;
	border-radius: 10px;
	width: 100%;
}
.journal__right-news__item-inner {
	padding: 0 16px;
}
.journal__right-news__item .journal__date {
	margin-bottom: 10px;
	font-size: 14px;
}
.journal__right-news__item .journal__nav-item {
	float: right;
	margin: 0;
}
.journal__right-news__item a {
	font-weight: bold;
	font-size: 16px;
}
.journal__right-news .more_news {
	height: 50px;
	border-radius: 5px;
	background: #116062;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 50px;
}
@media only screen and (max-width: 1024px) {
	.journal__right-news {
		margin: 30px -16px 0;
		overflow: scroll;
	}
	.journal__right-news__list {
		width: 150vw;
	}
	.journal__right-news__item {
		margin-bottom: 20px;
		width: 49%;
		display: inline-block;
	}
	.journal__right-news__item-inner {
		padding: 0 0 0 16px;
	}
	.journal__right-news__item img {
		display: none;
	}
	.journal__right-news__item .journal__nav-item {
		margin-left: 20px;
		display: inline;
		float: none;
	}
	.journal__right-news__item a {
		display: block;
	}
	.journal__right-news .more_news {
		display: none;
	}
}
body.hidden {
	opacity: 0;
}
body .horizontal .zweb-slider-arrow {
	background: #FFF;
	border: 1px solid #116062;
	border-radius: 6px;
}
body .zweb-slider-arrow::before {
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border-color: #116062;
}
body .horizontal .zweb-slider-arrow.zweb-slider-arrow-left::before {
	top: 15px;
	left: 16px;
}
body .horizontal .zweb-slider-arrow.zweb-slider-arrow-right::before {
	top: 15px;
	left: 11px;
}
body .zweb-dots-wrap {
	margin-top: 10px;
}
body .zweb-dots-wrap .zweb-dots-list .zweb-dots-element {
	border-color: #116062;
}
body .zweb-dots-wrap .zweb-dots-list .zweb-dots-element.active {
	background-color: #116062;
}


.popup-fade-setname {
	display: none;
}
.popup-fade-setname .popup__title-item {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	color: #45525a;
}
.popup-fade-setname form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
}
.popup-fade-setname .popup__submit {
	width: 379px;
	height: 50px;
	border-radius: 6px;
	background-color: #116062;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

.popup-fade-setname .popup__submit:focus {
	outline: none;
}

.popup-fade-setname .popup__title {
	margin-bottom: 18px;
}

.popup-fade:before,
.popup-fade-setname:before,
.popup-fade-clear:before {
	content: "";
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup-fade-setname .popup {
	width: 500px;
	min-height: 260px;
	margin-left: -250px;
	padding: 50px 60px 40px 60px;
	height: auto;
}
.popup-fade-setname .request_new_code--link,
.popup-fade-setname .request_new_code--text {
	color: #45525a;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
}
.popup-fade-setname .setname_input {
	border-radius: 6px;
	border: 1px solid #116062;
	text-align: center;
	width: 100%;
	height: 50px;
	margin: 0 0 15px 0;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	color: #333;
	padding: 0 10px;
}
.popup-fade-setname .error-text {
	color: #be1111;
	font-size: 14px;
	/* margin-top: 5px; */
}
@media only screen and (max-width: 480px) {
	.popup-fade-setname .popup {
		max-width: 365px;
		min-height: 260px;
		margin-left: -180px;
		padding: 65px 13px;
	}

	.popup-fade-setname .popup__submit {
		width: 265px;
	}
}
.profile .profile_subtitle {
	margin: 0 0 50px 0;
}
.profile .single__form {
	padding: 0;
}
.profile .single__form .form-group {
	position: relative;
	margin: 0 0 30px 0;
}
.profile .single__form .form-group input {
	margin-bottom: 5px;
}
.profile .single__form label {
	font-size: 13px;
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
}
.profile .single__form .icon {
	position: absolute;
	top: 17px;
	left: 10px;
}
.profile .single__form [name='email'] {
	padding-right: 75px;
}
.profile .single__form .icon + input {
	padding-left: 35px;
}
.profile .single__form input[readonly] {
	pointer-events: none;
}
.profile .single__form .left {
	position: relative;
}
.profile .single__form .left .edit-email {
	position: absolute;
	top: 16px;
	right: 20px;
	color: #be1111;
	font-size: 12px;
	cursor: pointer;
}
.profile .single__form .btn {
	min-width: 150px;
}
.profile .error-text p {
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	color: #be1111;
}
#emailConfirmSend, #emailConfirmSuccess {
	background: transparent;
}
#emailConfirmSend:before, #emailConfirmSuccess:before {
	display: none;
}
#emailConfirmSend .is-close-btn, #emailConfirmSuccess .is-close-btn {
	display: none;
}
.sp-gallery-slider {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
}
.sp-gallery-slider .sp-gallery-controls {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.sp-gallery-slider .sp-gallery-controls .sp-gallery-control {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background: rgba(102, 102, 102, 0.5);
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
}
@media(max-width: 750px) {
	.sp-gallery-slider .sp-gallery-controls .sp-gallery-control {
		padding: 0 10px;
	}
	.sp-gallery-slider .sp-gallery-controls .sp-gallery-control svg {
		width: 10px;
		height: auto;
	}
	.sp-gallery-slider .sp-gallery-controls .sp-gallery-control svg path {
		stroke-width: 6px;
	}
}
.sp-gallery-slider .sp-gallery-item {
	float: none;
	height: auto;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
}
.sp-gallery-slider .sp-gallery-item .sp-gallery-item-img-wrapper {
	float: none;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	display: flex;
}
.sp-gallery-slider .sp-gallery-item .sp-gallery-item-img-wrapper img {
	width: 100%;
	height: 100%;
	position: static;
	transform: unset;
	object-fit: cover;
}
@media(max-width: 750px) {
	.sp-gallery-items--small {
		display: none;
	}
}

.forceAuth .fancybox__container .is-close-btn {
	display: none!important;
}
.forceAuth .fancybox__container {
	pointer-events: none;
}
.forceAuth .fancybox__container #dialog-auth,
.forceAuth .fancybox__container .popup-fade-confirm,
.forceAuth .fancybox__container .popup-fade-setname {
	pointer-events: all;
}
/* End */


/* Start:/local/templates/journal/js/fancybox/fancybox.css?174492115425464*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/journal/css/custom.css?174492115433849*/
.user-top {
    font-size: 14px;
    /*display: block;*/
    text-align: right;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.user-top a {
    color: #d3d3d3;
}

.user-top a:hover {
    color: #d3d3d3;
}

.header__write-us {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
}

.user-profile img {
    height: 25px;
}

.fancybox__content .dialog-info,
.fancybox__content .dialog-info-upper {
    color: #116062;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    max-width: 500px;
    margin: 10px;
}

.fancybox__content .dialog-info-upper {
    text-transform: uppercase;
}

.bx-authform .bx-title {
    font-size: 22px;
    font-weight: 700;
}

.bx-authform .bx-intro {
    font-size: 16px;
    font-weight: 400;
}

.bx-authform .bx-intro {
    margin-bottom: 16px;
}

.bx-authform .bx-filter-param-text,
.bx-authform .social-title {
    font-size: 16px;
    font-weight: 400;
}

.bx-authform .social-title {
    margin-bottom: 16px;
}

.bx-authform form input[type="submit"] {
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #116062;
    border: 0;
    transition: 300ms;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: inherit;
}

.bx-authform .auth_warn {
    display: none;
    color: #f00;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 23px;
}

.bx-authform .auth_warn.show {
    display: block;
}

.bx-authform .auth_bottom {
    color: #45525A;
    font-size: 12px;
    line-height: 15px;
}

.bx-authform .auth_bottom a {
    text-decoration: underline;
}

.single__form {
    border-radius: 10px;
    padding: 26px 37px 26px 26px;
}

.single__form-title {
    font-size: 22px;
    font-weight: 500;
    color: #45525a;
    margin-bottom: 23px;
}

.single__form-description {
    margin-bottom: 23px;
    color: #45525A;
    font-size: 16px;
    line-height: 24px;
}

.single__form-description a {
    text-decoration: underline;
}

.single__form form input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 15px 26px;
    font-size: 14px;
    line-height: 22px;
    font-family: inherit;
    color: #45525a;
    margin-bottom: 14px;
}

.single__form form textarea {
    width: 100%;
    height: 200px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 15px 26px;
    font-size: 14px;
    line-height: 22px;
    font-family: inherit;
    color: #45525a;
    margin-bottom: 14px;
}

.single__form form input[type="submit"] {
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #116062;
    border: 0;
    transition: 300ms;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: inherit;
}

.single__form form input.error,
.single__form form textarea.error {
    border: 1px solid #f00;
}


.single__form .form-group {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 10px 0;
}

.single__form .form-group .all {
    width: 100%;
    /*padding: 0 10px;*/
}

.single__form .form-group .left,
.single__form .form-group .right {
    width: 50%;
}

.single__form .form-group .left {
    padding: 0 10px 0 0;
}

.single__form .form-group .right {
    padding: 0 0 0 10px;
}

.journal__header {
    justify-content: space-between;
    flex-wrap: wrap;
}

.journal__header-start {
    /*width: 40%;*/
    margin-right: 10px;
}

.journal__header-start,
.journal__header-end {
    /*display: inline-flex;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.journal__header-start {
    /*
        flex-basis: 55%;
        flex-grow: 1;
        flex-shrink: 2;
    */
}

.journal__header-end {
    /*
        flex-basis: 40%;
        flex-grow: 2;
        flex-shrink: 1;
    */
}

.journal__user {
    margin-right: 10px;
    /*
        flex-basis: 60%;
        flex-grow: 1;
        flex-shrink: 2;
    */
}

.journal__user-name {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*flex-shrink: 0;*/
}

.journal__user-name a:hover {
    color: #116062;
}

.journal__date {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-shrink: 0;
    /*
        flex-basis: 40%;
        flex-grow: 2;
        flex-shrink: 1;
    */
}


.journal__video {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-shrink: 0;
}

.journal__time {
    display: inline-flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.journal__follow {
    display: inline-flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}

a.journal__video {
    flex-shrink: 0;
}


.journal__time {
    margin-right: 10px;
}

.journal__video {
    margin-right: 10px;
}

.journal__follow {
    margin-right: 10px;
}


/*
a.journal__video {
  display: inline-flex;
  width: 100%;
  align-items: center;
}

a.journal__video > * {
  display: flex;
  flex-direction: row;
}
*/

.journal__favorite-cards {
    display: block;
    width: 100%;
}

.journal__favorite-card {
    position: relative;
    display: block;
    float: left;
    width: 50%;
}

.journal__favorite-card .close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.journal__favorite-card:nth-child(odd) .close {
    right: 20px;
}

.journal__favorite-card:nth-child(odd) .journal__favorite-card-inner {
    margin: 0 20px 0 0;
}

.journal__favorite-card:nth-child(even) .journal__favorite-card-inner {
    margin: 0 0 0 20px;
}

.journal__favorite-card-inner {
    padding: 30px 0 20px 0;
}

.journal__favorite-card .journal__tags {
    margin-top: 0px;
    margin-bottom: 7px;
}

.journal__favorite-card .journal__tags a {
    font-size: 12px;
}

.journal__favorite-card .journal__detail-date-time {
    display: flex;
    width: 100%;
    margin-bottom: 7px;
}

.journal__favorite-card .journal__detail-date-time .journal__date {
    display: inline-flex;
    flex-wrap: wrap;
    width: 70%;
}

.journal__favorite-card .journal__detail-date-time .journal__time {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.journal__favorite-card .journal__info {
    margin: 0 0 7px 0;
    padding: 0 0 0 0;
    height: 50px;
    overflow: hidden;
}

.journal__favorite-card .journal__name {
    font-size: 14px;
}

.journal__favorite-card .journal__nav {
    padding: 0;
}

.journal__favorite-card .journal__image {
    height: 170px;
    margin-bottom: 10px;
}


.single__comment-list {
    padding: 50px 0 0;
}

.single__comment-list_item {
    margin-bottom: 50px;
}

.single__comment-list_item .single__comment-list_item_title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.single__comment-list_item .single__comment-list_item_title > * {
    margin-right: 10px;
}

.single__comment-list_item .single__comment-list_item_title .user-photo {
    width: 40px;
    height: 40px;
}

.single__comment-list_item .single__comment-list_item_title .user-name {
    font-weight: 700;
}

.single__comment-list_item .comment {
    margin: 0 0 15px;
}


.journal__mobile_sidebar {
    display: none;
}

.journal__mobile_sidebar .journal__mobile_sidebar-title {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #45525A;
    text-align: center;
    margin-bottom: 30px;
}

.journal__mobile_sidebar .journal__mobile_sidebar-section-title {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #45525A;
    text-align: center;
    margin-top: 30px;
}

.journal__mobile_sidebar ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.journal__mobile_sidebar ul li {
    font-size: 16px;
    font-weight: 500;
    color: #116062;
    text-align: center;
    padding: 10px 20px;
    background: #F8F8F8;
    flex-grow: 1;
}

.journal__mobile_sidebar ul li.active {
    background: rgba(17, 96, 98, 0.2);
}

.journal__mobile_sidebar ul li:first-child {
    border-radius: 10px 0 0 10px;
}

.journal__mobile_sidebar ul li:last-child {
    border-radius: 0 10px 10px 0;
}

/* profile */
.profile {
    max-width: 680px;
    /* height: 260px; */
    border-radius: 10px;
    background: #f8f8f8;
    padding: 30px 39px 30px 39px;
    /* display: flex;
    flex-direction: row;
    align-items: center; */
    margin-bottom: 2rem;
}

.profile__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.profile__avatar {
    /* border: 1px solid grey; */
    margin-right: 29px;
    max-width: 250px;
}

.mb-2-rem {
    margin-bottom: 2rem !important;
    /*     border: 1px solid grey; */
}

#male,
#female {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 21px;
}

.avatar {
    width: 250px;
    height: 250px;
    min-width: 250px;
    min-height: 250px;
    object-fit: cover;
    /* height: 200px; */
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid lightgray;
}

.name__mobile, .edit_name_mobile {
    display: none;
}

.name__mobile,
.name__desktop {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}

.name__desktop {
    /* margin-bottom: 21px; */
}

.birth-date {
    margin-bottom: 14px;
}

.phone {
    margin-bottom: 11px;
}

/* radiobutton */
/* для элемента input c type="radio" */
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
    /* background-color: #116062 */
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked) + label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active + label::before {
    background-color: #116062;
    /* border-color: #b3d7ff; */
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus + label::before {
    /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked) + label::before {
    border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked + label::before {
    border-color: #116062;
    background-color: #116062;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
/* .custom-radio:disabled + label::before {
  background-color: #116062;
} */

/* inputs */
.profile input, .profile textarea {
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    padding: 0 10px;
}

#birth-date {
    width: 143.63px;
    height: 32px;
}

#fio, #fio_mobile {
    padding: 8px;
    color: grey;
    width: 100%;
}

#phone {
    width: 25px;
    height: 32px;
    padding: 0 7px;
}

#phone__number {
    width: 200px;
    height: 32px;
}

#email {
    width: 231.63px;
    height: 32px;
    margin-left: 18px;
    margin-right: 18px;
}

.phone__number {
    /* position: absolute; */
}

.phone.input__row,
.user__mail {
    position: relative;
    /* margin-right: 18px; */
}


.delete {
    margin-left: 18px;
}

.btn-edit-profile, .btn-delete-profile .btn-safe-profile {
    padding-left: 10px;
    padding-right: 10px;
    width: auto !important;
}

.btn-safe-profile {
    margin-right: 21px;
}

.edit__action__section .btn-delete-profile,
.edit__action__section .btn-cancel-profile {
    color: #be1111;
    border: 1px solid #be1111;
}

.edit__action__section .btn-delete-profile:hover,
.edit__action__section .btn-cancel-profile:hover {
    color: ffffff;
    background-color: #be1111;
}

.edit__action__section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 250px;
    margin-bottom: 2rem;
}

a.confirm-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #be1111;
    border: 1px solid #be1111;
    border-radius: 4px;
    padding: 5px 10px;
    margin-left: 5px;
}

.confirmation-text {
    position: absolute;
    top: 20px;
    width: 200px;
    left: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #be1111;
}

.input__row {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.input__row b {
    margin-left: 1rem;
}

.personal_input_wrapper {
    max-width: 270px;
}

.delete:hover {
    text-decoration: underline;
}

/* popup */

.popup-fade {
    display: none;
}

.popup-fade-confirm {
    display: none;
}

.popup-fade-clear {
    display: none;
}

.popup-fade-confirm .popup__title-item {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #45525a;
}

.confirm_input_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 221px;
    margin-bottom: 20px;
}

.confirm_input_wrapper .confirm_input {
    /* width: 222.1px; */
    /* height: 70px; */
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    width: 50px;
    height: 70px;
    margin-right: 8px;
    font-size: 1.5em;
    text-align: center;
}

.popup-fade-confirm form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.popup-fade-confirm .popup__submit {
    width: 379px;
    height: 50px;
    border-radius: 5px;
    background-color: #116062;
    color: #fff;
    font-weight: 700;
}

.popup-fade-confirm .popup__submit:focus {
    outline: none;
}

.popup-fade-confirm .popup__title {
    margin-bottom: 18px;
}

.popup-fade:before,
.popup-fade-confirm:before,
.popup-fade-clear:before {
    content: "";
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}

.popup {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 30%;
    left: 50%;
    padding: 20px;
    width: 500px;
    height: 200px;
    margin-left: -250px;
    background: #fff;
    /* border: 1px solid orange; */
    border-radius: 10px;
    z-index: 99999;
    opacity: 1;
}

.error {
    border: 1px solid #be1111 !important;
}

.popup-fade-confirm .error-text {
    color: #be1111;
    font-size: 14px;
    /* margin-top: 5px; */
}

.popup-fade-confirm .popup {
    width: 500px;
    min-height: 335px;
    margin-left: -250px;
    padding: 65px 22px;
}

.popup__title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.82px;
    text-align: center;
    color: #45525a;
}

.popup p {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.82px;
    text-align: center;
    color: #45525a;
}

.popup-fade-confirm .request_new_code--link,
.popup-fade-confirm .request_new_code--text {
    color: #45525a;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.popup-close {
    position: absolute;
    top: -25px;
    right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: linear-gradient(
            45deg,
            transparent calc(50% - 1px),
            #ffffff calc(50% - 1px),
            #ffffff calc(50% + 1px),
            transparent calc(50% + 1px)
    ),
    linear-gradient(
            -45deg,
            transparent calc(50% - 1px),
            #ffffff calc(50% - 1px),
            #ffffff calc(50% + 1px),
            transparent calc(50% + 1px)
    );
}

.btn {
    width: 100px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #116062;
    color: #116062;
    font-weight: 700;
    background-color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
}

.btn:first-child {
    margin-right: 21px;
}

.btn:hover {
    background-color: #116062;
    color: #ffffff;
}

.profile_main_title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.profile_subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.labels__profile {
    margin-bottom: 14px;
    margin-left: -17px;
}

.name__section_wrapper {
    margin-bottom: 16px;
}

.input-file {
    position: relative;
    display: inline-block;
}

.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: #419152;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
    margin-top: 10px;
    margin-left: 1em;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + span {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover/active */
.input-file:hover span {
    background-color: #59be6e;
}

.input-file:active span {
    background-color: #2E703A;
}

/* Disabled */
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}

/* profile end */
.textarea_wrapper {
    margin-top: 1rem;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

@media only screen and (max-width: 480px) {
    .journal__header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: self-start;
    }

    /* profile */
    .delete:hover {
        text-decoration: none;
    }

    .delete {
        text-decoration: underline;
    }

    .name__mobile, .edit_name_mobile {
        display: block;
        line-height: 24.38px;
    }

    .name__desktop {
        display: none;
    }

    .profile {
        /* width: 100%; */
        /* min-height: 300px; */
        /* border-radius: 10px;
        background: #f8f8f8; */
        padding: 25px 23px 25px 23px;
    }

    .profile__inner {
        flex-direction: column;
        align-items: start;
    }

    .personal_input_wrapper {
        max-width: 290px;
    }

    .profile form {
        width: 100%;
    }

    .avatar {
        width: 250px;
        height: 250px;
        margin-bottom: 1rem;
        /*   border: 1px solid grey; */
    }

    .profile__avatar {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 22px;
        width: 100%;
    }

    .name__mobile, .edit_name_mobile {
        /* width: 124px;
        margin-left: 21px; */
        text-align: center;
        margin-left: 0;
    }

    #image-browse + span {
        margin-left: 0;
        margin-bottom: 1rem;
    }


    /* profile end */
    .popup-fade-confirm .popup {
        max-width: 365px;
        min-height: 350px;
        margin-left: -180px;
        padding: 65px 13px;
    }

    .confirm_input_wrapper .confirm_input {
        width: 35px;
        height: 55px;
    }

    .popup-fade-confirm .popup__submit {
        width: 265px;
    }


    .single__form .form-group {
        display: block;
    }

    .single__form .form-group .left, .single__form .form-group .right {
        padding: 0;
        width: 100%;
    }


}

@media only screen and (width: 320px) {
    .profile {
        width: 100%;
        /* min-height: 300px; */
        /* border-radius: 10px;
        background: #f8f8f8; */
        padding: 25px 10px;
    }

    .popup-fade-confirm .popup {
        max-width: 300px;
        min-height: 350px;
        margin-left: -150px;
        padding: 65px 13px;
    }

    .confirm_input_wrapper .confirm_input {
        width: 35px;
        height: 55px;
    }

    .popup-fade-confirm .popup__submit {
        width: 265px;
    }

    .input__row {
        flex-wrap: wrap;
    }
}


@media only screen and (max-width: 767px) {
    .journal__user {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .journal__mobile_sidebar {
        display: block;
    }
}

@media only screen and (max-width: 1280px) {
    /*
      .journal__time {
        margin-right: 10px;
      }
      .journal__video {
        margin-right: 10px;
      }
    */
}

@media only screen and (max-width: 1440px) {

    .journal__header {
        display: flex;
    }

    /*
      .journal__header-end {
        justify-content: space-between;
        margin-bottom: 10px;
      }
    */
}

.level1, .level2 a {
    white-space: pre-wrap;
}

.sp-contents_elements {
    list-style-position: inside;
}

.single .sp-contents .sp-contents_elements li {
    white-space: nowrap;
}

.single .sp-contents .sp-contents_elements li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    display: block;
}

.single .sp-contents .sp-contents_elements li:before {
    content: counter(num) '.';
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: -30px;
    width: 20px;
    color: black;
    text-align: right;
}

.sp-contents {
    margin-top: 40px;
}

.single__content p {
  font-size: 16px;
  line-height: 24px;
  color: #45525a;
}

.single__content a {
  text-decoration: underline;
  color: #116062;
  /*
  word-break: break-all;
  */
}

.single__content .sp-contents_elements a {
    font-size: 16px;
    line-height: 32px;
    padding-right: 46px;
}

@media (max-width: 860px) {
    .level1, .level2 {
        width: 80%;
    }
}

.single__content .sp-contents_elements .level1 a {
    white-space: pre-wrap;
}

.single__content .sp-contents_elements .level1 a {
    font-weight: 600;
}

.journal__user-img img {
    border-radius: 50%;
}

.single__content ol {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 35px;
    padding: 15px 0 5px 0;
    font-size: 18px;
}

.single__content ul {
    list-style-position: inside;
}

.single .single__content ul li,
.single .single__content ol li {
    font-size: 16px;
    line-height: 24px;
    color: #45525a;
    margin-bottom: 10px;
    position: relative;
}

.single .single__content ul li {
    margin-left: 10px;
}

.single__content ul li::before {
    width: 6px;
    height: 6px;
}

.single .single__content h2,
.single .single__content h3,
.single .single__content h4,
.single .single__content h5,
.single .single__content h6 {
    margin-top: 40px;
    margin-bottom: 15px;
}

.sp-image a {
    display: block;
}

.sp-image .caption {
    font-style: italic;
    font-size: 12px;
    margin: 10px 0 30px;
}

.single .single__iframe {
    margin: 20px 0;
}

.journal__user-text {
    font-size: 12px;
    text-align: right;
    padding-left: 20px;
}

.sp-image {
    margin-top: 34px;
}

.comanda-cart {
    flex-direction: column !important;
    width: 21vw;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex: 1;
    margin-bottom: unset !important;
}

@media (min-width: 1317px) and (max-width: 1450px) {
    .comanda {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.comanda {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    column-count: 2;
    gap: 15px;
}

.experts-card {
    color: #45525a;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #f8f8f8;
    padding: 24px;

    display: flex;
    flex-direction: row;
    gap: 24px;
}

.experts-card .avatar {
    width: 176px;
    height: 176px;
    min-width: 176px;
    min-height: 176px;
    margin-bottom: 0;
}

.experts-card .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experts-card .info {
    flex: 1;
    width: 1vw;
}

._hidden{
  display: none;
}

@media only screen and (max-width: 768px) {
  ._hidden-on-m{
    display: none;
  }
}


.expert-not-found{
  margin-bottom: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}
.expert-not-found._hidden{
  display: none;
}
.expert-not-found__pic{}
.expert-not-found__img{}
.expert-not-found__source{}
.expert-not-found__text{
  max-width: 100%;
  padding: 20px 0;
  font: inherit;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #116062;
  text-align: center;
  white-space: break-spaces;
}
@media only screen and (max-width: 768px) {
  .expert-not-found__pic{
    max-width: 299px;
  }
  .expert-not-found__text{
    font-size: 20px
  }
}

.experts-card__prop{
  display: none;
}
.experts__filters{
  margin-top: -8px;
  padding: 0 0 20px;
  display: flex;
  justify-content: space-between;
}
.experts__filters._hidden{
  display: none;
}
.experts__searching{
  max-width: 50%;
  min-width: 273px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.experts__search{
  width: 330px;
  max-width: 100%;
  height: 39px;
  padding: 0 24px;
  padding: 0 69px 0 24px;
  margin: 2px 6px 0 0;
  border-radius: 69px;
  font-size: 14px;
  font-family: inherit;
  color: #45525a;
  background-color: #fafafa;
  border: 1px solid #45525a;
}
.experts__search::placeholder {
  color: #45525a;
}
.experts__search-button{
  z-index: 1;
  width: 48px;
  height: 36px;
  display: flex;
  border-radius: 69px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: 0 0;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 8px;
  background-color: transparent;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .experts__search{
    padding: 0 54px 0 24px;
  }
  .experts__search-button{
    width: 21px;
    right: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .experts__searching{
    min-width: auto;
  }
}
@media only screen and (max-width: 390px) {
  .experts__search {
      padding: 0 52px 0 10px;
  }
}

.experts__search-button:hover{
  /*
  background-color: #116062;
  */
}
.experts__search-svg{
  fill: #727070;
}
.experts__search-button:hover .experts__search-svg{
  /*
  fill: #fff;
  */
}
.experts__sorting{
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.experts__sort-state{
  display: none;
}
.experts__sort-button{
  width: 39px;
  height: 39px;
  margin: 0 6px 0 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.experts__sort-button-svg{
  stroke: #565656; /*#565656*/
  fill: #565656;
  pointer-events: none;
}

.experts__sort-button:hover .experts__sort-button-svg,
.experts__sort-button:active .experts__sort-button-svg{
  stroke: #116062;
  fill: #116062;
}
.experts__sort-label{
  font-size: 14px;
  line-height: 2;
  -webkit-touch-callout: none; /* iOS webview */
  user-select: none;
}
.experts__sort-list{
  width: 210px;
  padding: 10px 20px;
  border-radius: 20px;
  position: absolute;
  left: 39px;
  top: 0;
  list-style: none;
  background-color: #f8f8f8;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  transform: scaleY(0);
  transition: transform 0.2s ease-out;
  transform-origin: top;
}
.experts__sort-state:checked ~ .experts__sort-list{
  transform: scaleY(1);
}
@media only screen and (max-width: 1024px) {
  .experts__sort-list{
    left: auto;
    right: 0;
  }
}
.experts__sort-list-item{
  padding: 5px 0;
  margin: 5px 0;
  font-size: 14px;
  color: #45525a;
  font-weight: 500;
  cursor: pointer;
}
.experts__sort-list-item:hover{
  text-decoration: underline;
}
.experts__sort-list-item._active{
  color: #116062;
  cursor: default;
  text-decoration: none;
}

.comanda-cart .info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    text-align: center;
}

.experts-card .info > h3 {
    margin-bottom: 0;
    color: #000000;
}

.experts-card .info > h3 a:hover {
    color: #116062;
}

.experts-card .info > label {
    display: block;
    margin-top: 2px;
    color: #000000;
}

.experts-card .info > .single__content {
    margin-top: 8px;
}

.experts-card .social {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.experts-card .single__content__wrapper {
    margin-top: 8px;
}

.experts-card .single__content {
    margin-bottom: 8px;
}

.experts-card .single__content.preview {
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 142px;
}

.experts-card .single__content__wrapper .more {
    cursor: pointer;
    color: #116062;
    text-decoration: underline;
}

.experts-card .single__content__wrapper .more:hover {
    text-decoration: none;
}

.experts .single_title {
    margin-top: 24px;
    margin-bottom: 10px;
}

.experts-preview {
    margin-top: 36px;
}

.experts-preview.mobile {
    display: none;
}

.experts-preview-wrapper {
    display: flex;
}

.experts-preview-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.experts-preview-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.experts-preview-card .info {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.experts-preview-card .info .avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-bottom: 0;
}

.experts-preview-card .info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experts-preview-card .info .name {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.experts-preview-card .info .name .fio {
    color: #000000;
    font-weight: 500;
}

.experts-preview-card .info .name .fio:hover {
    color: #116062;
}

.experts-preview-card .info .name .position {
    color: #000000;
}

.experts-preview-card > a {
    font-weight: bold;
}

.experts-preview-card .social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
}

.experts-preview-card .social svg {
    stroke: #45525a;
    fill: none;
}

@media only screen and (max-width: 1024px) {
    .experts-card {
        gap: 16px;
    }

    .experts-card .avatar {
        width: 76px;
        height: 76px;
        min-width: 76px;
        min-height: 76px;
    }

    .experts-card .social {
        gap: 4px;
    }

    .experts-card .social svg {
        width: 24px;
        height: 24px;
    }

    .experts-preview.mobile {
        display: block;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .experts-preview-wrapper {
        overflow-y: auto;
        padding-bottom: 16px;
    }

    .experts-preview .journal__right-title {
        display: none;
    }

    .experts-preview-list {
        flex-direction: row;
    }

    .experts-preview-card .info .avatar {
        width: 160px;
        height: 160px;
        min-width: 160px;
        min-height: 160px;
    }

    .experts-preview-card .info {
        flex-direction: column;
    }

    .experts-preview-card .info .fio {
        text-align: center;
    }

    .experts-preview-card .info .position {
        display: none;
    }
}

/*video banners*/
.vb-wrapper{
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background-color: #f8f8f8;
}
.vb-wrapper._vb__pod-blokom-populyarnoe{
  overflow: hidden;
  margin-bottom: 14px;
}
.vb-wrapper._vb__v-bloke-rekomenduem {
  margin-top: 20px;
}
.vb-inner{
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.vb-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* from journal-detail/template */
#cont {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 8px;
  z-index: 9999;
}

#progress {
  background: #116062;
  width: 0%;
  height: 8px;
}

@media only screen and (max-width: 1024px) {
  #cont {
      top: 73px;
  }

  .journal__items {
      flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  #cont {
      top: 70px;
  }
}
/* \from journal-detail/template */

/* from system.pagenavigation/.default */
.pagenavigation {
  text-align: center;
  margin: 30px;
}

.pagenavigation a,
.pagenavigation b {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  line-height: 40px;
  margin: 0 5px;
}
/* \from system.pagenavigation/.default */

/*
 *  Disable like buttons events
 */
.journal__nav-ok._is-off{
  pointer-events: none;
}
/* End */


/* Start:/local/templates/journal/components/svx/super.component/graph_cost/style.css?1744921154702*/
.cost-graph-cont {
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.cost-graph-cont p {
    margin-bottom: 10px;
    text-align: center;
}

.cost-graph-cont a {
    text-align: end;
    width: 100%;
    color: #45525a;
    text-decoration: underline;
}

.cost-graph-cont div {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-bottom: 10px;
}

.cost-graph-cont .legend-container li {
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
    flex-direction: row !important;
}
/* End */


/* Start:/local/templates/journal/template_styles.css?17515447296460*/
.single__content > p {
    margin-bottom: 18px;
}

.single__content > h2, .single__content > h3 {
    margin-top: 24px;
}

.single__content img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.single__iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 36px 0;
}

.single__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sprint-editor-blocks img {
    width: 100%;
    height: auto !important;
    margin-top: 22px;
}

.single__preview {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.single__preview img{
  height: auto;
}

.single__preview-description {
    font-style: italic;
    font-size: 12px;
    margin: 10px 0 30px;
}

@media (max-width: 1023px) {
    .journal__search {
        display: none;
    }
}

.dialogs {
    display: none;
}

.fancybox__backdrop {
    background-color: rgba(69, 82, 90, 0.5);
}

.dialog-content.fancybox__content {
    color: #116062;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    max-width: 500px;
    margin: 10px;
}

@media (min-width: 1024px) {
    .dialog-content.fancybox__content {
        font-size: 22px;
    }
}

.header__search-item {
    opacity: 0;
}

.additional-bottom-data ol {
    list-style-position: inherit !important;
    list-style-type: decimal !important;
}

.additional-bottom-data .sp-contents ol {
    margin-top: 0;
    padding-top: 0;
}

.additional-bottom-data .sp-contents {
    margin-top: 0;
}

.additional-bottom-data .sp-contents ol li p {
    margin-bottom: 0;
    padding-bottom: 0;
    word-break: break-all;
}

.additional-bottom-data p {
    margin-bottom: 25px;
    padding-bottom: 0;
}

.arrow-up-page:hover {
    transform: scale(1.1, 1.1);
}

.arrow-up-page {
    display: none;
    position: fixed;
    bottom: 5vh;
    right: 15vw;
    cursor: pointer;
}

.main-top-banner picture img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.main-top-banner {
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .main-top-banner {
        height: auto;
    }
}

.a__with-bottom-point:after{
    content: '\00B7';
    padding-left: 5px;
    display: inline-block;
    transform: translateY(5px);
}
.p-with__a {
    display: flow;
}

.single__content ol {
    list-style-type: auto !important;
}

.footer-description {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 33px;
    border-top: 1px solid #ffffff;
    margin-top: 40px;
}

.footer-description p {
    width: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
}

@media (max-width: 767px) {
    .footer-description p{
        width: 100%;
        padding-top: 33px;
    }
    .footer-description {
        flex-direction: column;
        border-top: none;
        margin-top: unset;
        padding-top: unset;
    }

    .arrow-up-page {
        transform: scale(0.7);
        bottom: 1vh;
        right: 0;
    }
}

.hiddenable-additional-text-button {
    display: none;
}

@media (max-width: 765px) {
    #hiddenable-additional-text {
        display: none;
    }

    .hiddenable-additional-text-button {
        display: flex;
        font-weight: 500;
        font-style: italic;
        font-size: 14px;
        line-height: 17px;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }
}

.display-block {
    display: block !important;
}

.experts.comanda {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.experts-card.comanda-cart {
    width: calc(50% - 4px);
    margin-bottom: 20px;
    margin-left: 2px;
    margin-right: 2px;
}

.command-h1 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.cost-graph-cont li:before {
    display: none !important;
}

.sp-contents_elements li p {
    white-space: normal;
    word-break: normal !important;
}

.single__content p a {
    display: inline;
}

@media (min-width: 1030px) {
    .expert-popup-window {
        padding: 24px 18px;
        display: flex;
        position: absolute;
        margin-left: 45px;
        width: fit-content;
        height: fit-content;
        flex-direction: row;
        background-color: #FFFFFF;
        box-shadow: 0px 10px 10px 0px #00000040;
        border-radius: 10px;
        margin-top: 240px;
        z-index: 1000;
    }

    .expert-popup-window div {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
    }

    .expert-popup-window div:first-child {
        margin-right: 16px;
    }

    .expert-popup-window div .expert-popup-links-container {
        margin-top: 16px;
        gap: 1px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .expert-popup-window div .expert-popup-links-container a span svg {
        border-radius: 100%;
    }

    .expert-popup-window div .expert-popup-detail-button {
        width: 230px;
        height: 40px;
        border-radius: 5px;
        background: #116062;
        font-family: 'Montserrat', Sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        color: #ffffff;
        margin-top: 17px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .expert-popup-window div:last-child span {
        font-family: 'Montserrat', Sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-decoration: underline;
        text-decoration-style: solid;
    }

    .expert-popup-window div:last-child p {
        font-family: 'Montserrat', Sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        margin-top: 10px;
    }

    .expert-popup-window div:first-child img {
        width: 80px;
        height: 80px;
        border-radius: 100%;
    }
}

.journal__user .journal__user-name:hover {
    text-decoration: underline;
}

.journal__user .journal__user-name {
    cursor: pointer;
}
/* End */
/* /local/templates/journal/css/style.css?174492115457519 */
/* /local/templates/journal/js/fancybox/fancybox.css?174492115425464 */
/* /local/templates/journal/css/custom.css?174492115433849 */
/* /local/templates/journal/components/svx/super.component/graph_cost/style.css?1744921154702 */
/* /local/templates/journal/template_styles.css?17515447296460 */
