

/* Start:/local/templates/akr/template_styles.css?177278087010311*/
.blogList.authors {
	background: #f5f5f5;
	margin-top: -1px;
	padding-left: 20px;
	padding-right: 20px;
}
.authorsHead > .ucontainer,
.blogList.authors > .ucontainer,
.author-detail .ucontainer {
	/*max-width: 1880px;*/
	margin: 0 auto;
}
.author-item {
	/*border-bottom: 1px solid #dfe3e8;
    padding: 40px 0;*/
	/*border: 1px solid rgba(189, 189, 189, 1);*/
	background: #ffffff;
	margin-bottom: 51px;
	box-shadow: 0px 1px 29.9px 0px rgba(0, 0, 0, 0.12);
	border-radius: 16px;
	padding: 40px 40px 50px;
}
.author-head {
	display: flex;
	align-items: center;
	column-gap: 45px;
	/*height: calc(32.7vw - 45px);*/
	height: auto;
	aspect-ratio: 24/10;
	flex: 1;
	padding-bottom: 48px;
}
.author-img {
	/*display: block;
    width: 120px;
    height: 120px;
    border-radius: 72px;
    overflow: hidden;
    flex-shrink: 0;*/
	width: 36.2%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	overflow: hidden;
	flex-shrink: 0;
}
.author-img img {
	width: 100% !important;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.author-info {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	color: #333333;
	height: 100%;
	flex: 1;
}
.author-name {
	width: 100%;
}
.author-name h2 {
	/*font-size: 56px;*/
	font-size: 34px;
	margin: 15px 0 20px;
	/*height: 70px;*/
	height: auto;
	color: #333333;
}
.author-name p {
	/*font-size: 26px;*/
	font-size: 22px;
	font-weight: bold;
	/*min-height: 105px;*/
	min-height: 0;
	line-height: 1.2;
	color: #333333;
	margin-bottom: 0;
}
.author-blocks {
	display: flex;
	column-gap: 30px;
	flex: 1;
	width: 100%;
}
.author-block {
	background: #e5f6f7;
	border-radius: 16px;
	position: relative;
	padding: 40px 40px 0;
	flex: 1;
	overflow: hidden;
}
.author-block svg {
	position: absolute;
	right: 25px;
	bottom: 30px;
	width: 30%;
	height: auto;
}
.author-block:last-child svg {
	bottom: 0;
}
.author-block-title {
	/*font-size: 32px;*/
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.author-block-text {
	/*font-size: 24px;*/
	font-size: 18px;
	position: relative;
	z-index: 1;
}
.author-list .blogList__item {
	box-shadow: none;
}
.author-list .ucontainer {
	margin: 0;
	max-width: none;
}
.authors .blogList {
	padding-bottom: 40px;
}
.author-item img:not(.pr__img) {
	width: auto;
}
.author-desc {
	font-size: 24px;
	margin: 20px 0;
}
.blogList-slider {
	position: relative;
	width: calc(100% - 35px);
}
.blogList-slider .slick-arrow {
	position: absolute;
	right: -35px;
	font-size: 0;
	width: 56px;
	height: 56px;
	background: transparent;
	color: transparent;
	border: 0;
	transform: rotate(-90deg);
	top: 80px;
	z-index: 1;
}
.blogList-slider .slick-arrow:before {
	content: "";
	display: block;
	background: url("/local/templates/akr/img/svg/arrow-circle-top-blue.svg");
	width: 100%;
	height: 100%;
	background-size: contain;
}
.blogList-slider .slick-arrow.slick-disabled:before {
	background: url("/local/templates/akr/img/svg/arrow-circle-top-grey.svg");
}
.blogList-slider .slick-arrow.slick-next {
	transform: rotate(90deg);
	top: 152px;
}
.blogList-slider .slick-track {
	margin-left: 0;
}
.author-row {
	padding: 41px 31px 41px 41px;
	border-top: 1px solid #bdbdbd;
}
.author-row-content {
	height: 0;
	overflow: hidden;
	/*display: none;*/
}
.expanded .author-row-content {
	height: auto;
}
.blogList-slider .blogList__item {
	padding: 0;
	margin-right: 65px;
}
.blogList-slider .blogList__item .blogList-image {
	width: 100%;
}

.author-row-head {
	position: relative;
	cursor: pointer;
}
.author-row-head h3 {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	color: #333333;
}
.author-row-toggle {
	flex-shrink: 0;
	display: block;
	position: relative;
	margin-left: 3rem;
	width: 36px;
	height: 36px;
	background: var(--c-primary);
	border-radius: 50%;
	transition: 0.3s;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.expanded .author-row-toggle {
	background: #83699e;
}
.author-row-toggle:before,
.author-row-toggle:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 3px;
	background: #fff;
	border-radius: 6.25rem;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: 0.3s;
}
.author-row-toggle:after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.expanded .author-row-toggle:after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.author-more {
	display: inline-block;
	background: #01a8b6;
	color: #ffffff !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	border-radius: 4px;
	padding: 16px 36px;
}
.author-more:hover {
	color: #ffffff;
	opacity: 0.8;
}
.author-more:after {
	display: none;
}
.author-row:last-child {
	padding-bottom: 0;
}

.faqList {
	background: #fff;
	padding-bottom: 20px;
}
.faqList .index__faq-title {
	font-size: 3.5rem;
	padding: 20px 0;
}
.index__buy.wherePage {
	padding-top: 30px;
}
.index__buy.wherePage [class*="-wrap"] [class*="-shops"] ul.additional_pb {
	padding-bottom: 0;
}
@media (max-width: 991px) {
	.index__buy.wherePage {
		margin-top: 0;
		padding-top: 0;
	}
	.index__buy.wherePage::before {
		display: none;
	}
}
.blogAuthor {
	font-size: 14px;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.author-list .blogList > .ucontainer {
		overflow-x: auto;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	/*.author-list .blogList .blogList__items{
        display: flex;
    }*/
}

header .navbar .navbar-nav .nav-item.has-child {
	position: relative;
}
.nav-child {
	position: absolute;
	top: calc(100%);
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	transition: all 0.2s;
	overflow: hidden;
	padding-top: 0.75rem;
}
.nav-holder {
	background: rgba(255, 255, 255, 0.7);
	padding: 0.5rem;
}
header .navbar .navbar-nav .nav-item.has-child:hover .nav-child {
	height: auto;
}
@media (max-width: 991px) {
	.nav-holder {
		background: none;
	}
	.nav-item.has-child:after {
		content: "";
		display: block;
		position: absolute;
		left: calc(100% + 20px);
		top: 50%;
		transform: translateY(-50%) rotate(180deg);
		background: url("/local/templates/akr/img/svg/arrow-white-top.svg");
		background-size: cover;
		width: 30px;
		height: 30px;
	}
	header .navbar .navbar-nav .nav-item.has-child:hover .nav-child {
		height: 0;
	}
	.nav-item.has-child.opened:after {
		transform: translateY(-50%);
	}
	.nav-item.has-child.opened .nav-child {
		height: auto !important;
	}
}

.author-detail {
	background: #f5f5f5;
	padding-bottom: 120px;
}
.author-serts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 65px;
	padding: 40px 0;
}
.author-serts a {
	display: block;
	margin-right: 65px;
	border-radius: 16px;
	overflow: hidden;
}
.author-serts a img {
	width: 100%;
	height: auto;
}

@media (max-width: 1600px) {
	.author-name h2 {
		font-size: 34px;
		height: auto;
	}
	.author-name p {
		font-size: 22px;
		min-height: 0;
	}
	.author-block-title {
		font-size: 26px;
	}
	.author-block-text {
		font-size: 18px;
	}
}
@media (max-width: 1280px) {
	.author-name h2 {
		font-size: 40px;
	}
	.author-name p {
		font-size: 18px;
	}
	.author-block-title {
		font-size: 20px;
	}
	.author-block-text {
		font-size: 16px;
	}
	.author-block {
		padding: 20px 20px 0;
	}
}
@media (max-width: 991px) {
	.author-head {
		flex-direction: column;
		height: auto;
	}
	.author-img {
		width: 100%;
		height: auto;
	}
	.author-info {
		width: 100%;
		height: auto;
	}
	.author-name h2 {
		font-size: 22px;
		height: auto;
	}
	.author-name p {
		font-size: 18px;
		min-height: 0;
	}
	.author-blocks {
		flex-direction: column;
		row-gap: 30px;
	}
	.author-block {
		padding: 20px 15px;
	}
	.author-block-title {
		font-size: 22px;
	}
	.author-block-text {
		font-size: 14px;
	}
	.author-row-head h3 {
		font-size: 22px;
		margin-bottom: 0;
	}
	.author-row {
		padding: 20px 0;
	}
	.author-row-toggle {
		width: 1.75rem;
		height: 1.75rem;
	}
	.author-row-toggle:before,
	.author-row-toggle:after {
		width: 0.875rem;
		height: 0.1875rem;
	}

	.authorsHead > .ucontainer,
	.blogList.authors > .ucontainer,
	.author-detail .ucontainer {
		margin: 0 0.5rem;
	}
	.author-item {
		padding: 20px;
	}
	.author-desc {
		font-size: 14px;
	}
	.author-addit {
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}

	.blogList__items.blogList-slider {
		justify-items: start;
	}
}
@media (max-width: 601px) {
	.author-row-head h3 {
		font-size: 1.2rem;
	}
}

#popupZoomOverlay .popup {
	background: none;
	width: auto;
	height: auto;
}

.author-addit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.nav-item-parent {
	position: relative;
}
.nav-item-parent > a {
	position: relative;
	z-index: 1;
	pointer-events: none;
}
.nav-item-holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #e8f7f8;
	padding: 0.4125rem 1rem 0.1875rem;
	z-index: 2;
	border-radius: 4px;
}
.nav-item-parent:hover .nav-item-holder {
	display: block;
}
.nav-item-holder a,
.nav-item-holder span {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 2.3rem;
	color: var(--bs-nav-link-color);
}
.nav-item-holder span,
.nav-item-holder a:hover {
	color: var(--bs-nav-link-hover-color);
	text-decoration: none;
}
/*.nav-item-holder a{
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding: 0.3125rem 1rem 0.1875rem;
    height: 3rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    border-radius: 0.25rem;
    color: var(--bs-nav-link-color);
}
.nav-item-holder a:last-child{
    margin-bottom: 0;
}
.nav-item-parent:hover .nav-item-holder{
    display: block;
} 
.nav-item-parent:hover .nav-link,
.nav-item-holder a:hover{
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
*/

/* End */
/* /local/templates/akr/template_styles.css?177278087010311 */
