/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper::before {content: ''; position: absolute; left: 0%; top: 0; z-index: 3;
	background: var(--gradient); width: 100%; padding-top: 100%; box-sizing: border-box;} 
.wrapper-container {max-width: var(--max-width); padding: 0 var(--indent); margin: 0 auto; position: relative; z-index: 20;}
.content {min-height: calc(100vw - 200px);padding-top: 10px; padding-bottom: 40px;}
.header__inner {flex: 1 1;padding: 0;}
.header_container {display: flex;width: 100%;flex: 1 1;justify-content: space-between;padding: 0 var(--indent);}
.header_left {display: flex;align-items: center;}
.header_right {display: flex;align-items: center;}
.header {position: sticky; left: 0; top: 0; z-index: 100;}
.header.is-active, .menu-is-opened .header {background-color: var(--bg); box-shadow: 0 0 15px rgba(0,0,0,0.6);}
.header.is-active .header__inner {border-color: transparent;}
.menu-is-opened .header {transform: none !important;}
.footer {padding-top: 30px; padding-bottom: 30px; gap: 30px; border-top: 1px solid var(--bdc);}
.blurred-bg {position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 500px; overflow: hidden; display: none;}
.blurred-bg img {width: 120%; height: 120%; object-fit: cover; filter: blur(8px) grayscale(0.6); opacity: 0.35;}
.blurred-bg::after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: var(--gradient-top);}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 60px;
	z-index: 990; display: none; background-color: #1e263c;color: #ffffff; 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.5);}


/* HEADER, NAV
----------------------------------------------- */
.logo {text-transform: uppercase;font-size: 22px;letter-spacing: 5px;margin-left: 10px;display: flex;flex-wrap: wrap;flex-direction: row;align-items: center;max-width:200px;}
.logo span {color: var(--accent);}
.header__logo {min-width: 200px;}
.header__btn-menu {font-size: 24px; padding: 0; background: none !important; width: 24px;}

.header__login-btn--not-logged {height: 36px; padding: 0 15px;}
.header__login-pm {position: relative; font-size: 24px; margin-right: 20px;}
.header__login-pm::after {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	background-color: var(--accent); position: absolute; right: -1px; top: 3px;}
.header__login-btn--logged {padding: 0; display: block; width: 40px; height: 40px; border-radius: 50%;}
.header__login-pm:not(.header__login-pm--0)::after {animation: pmNew 1s infinite linear; animation-direction: alternate;}
@keyframes pmNew {
	from {background-color: #7ae026; box-shadow: 0 0 0 0 rgba(81, 175, 5,1);}
	to {background-color: #51af05; box-shadow: 0 0 0 10px rgba(81, 175, 5,0);}
}


/* SECTION
----------------------------------------------- */
.site-desc {display: grid; grid-gap: 20px; line-height: 1.7;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-weight: 400; font-size: 1.3em; color: var(--tt);}
.site-desc a {text-decoration: underline; color: var(--tt);}
.site-desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.site-desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}


/* COMMON ITEM
----------------------------------------------- */
.item__rating {background-color: var(--accent); color: var(--accent-text); text-align: center; 
	padding: 5px 5px; border-radius: 0 3px 3px 0; font-weight: 400; font-size: 0.8em; 
	position: absolute; left: 0; top: 10px; z-index: 10;}
.item__play-btn {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 5; 
	display: grid; place-items: center; background-color: rgba(0,0,0,0.5); opacity: 0;}
.item__play-btn span {font-size: 22px; width: 70px; height: 70px; border-radius: 50%; padding-left: 3px;
	display: grid; place-items: center; border: 2px solid var(--tt); color: var(--tt);}
	

/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu {gap: 20px; font-weight: 400;}

.pagination {gap: 30px; text-align: center; padding-top: 50px;}
.pagination__pages {gap: 5px;}
.pagination__pages a, .pagination__pages span, .pagination__pages-btn a, .pagination__pages-btn > span 
{display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-weight: 400;}
.pagination__pages span:not(.nav_ext) {background-color: var(--accent); color: var(--accent-text); margin: 0 5px;}
.pagination__pages-btn > span, .pagination__pages-btn a {border: 1px solid var(--bdc-lighter);}


/* INNER PAGE
----------------------------------------------- */
.pmovie__grid {display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 20px 50px; margin: -10px 0 30px 0; 
	grid-template-areas: "pleft pheader" "pleft pmain" "pleft pbottom"; align-items: start; align-content: start;}
.pmovie__header {grid-area: pheader;}
.pmovie__left {grid-area: pleft;}
.pmovie__main {grid-area: pmain;}
.pmovie__bottom {grid-area: pbottom;}
.pmovie__fav {margin-top: 20px; margin-bottom: 50px; width: 100%; padding: 0;}
.pmovie__fav a {display: flex; align-items: center; justify-content: center; height: 100%; gap: 10px;}
.pmovie__subtitle {margin-bottom: 20px;}
.pmovie__devices li {text-align: center; font-size: 0.7em; text-transform: uppercase;}
.pmovie__devices [class*=fa] {display: block; height: 40px; font-size: 38px;}
.pmovie__devices li:last-child [class*=fa] {font-size: 30px; padding-top: 6px;}
.pmovie__caption {margin-top: 20px; font-size: 0.9em;}
.pmovie__rating-likes {position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 10; gap: 20px;}
.pmovie__rating-likes > * {display: flex; align-items: center; height: 40px; gap: 10px; font-weight: 400;}
.pmovie__rating-likes .fal {background-color: #5d9b42; color: #fff; display: grid; place-items: center; 
	width: 40px; height: 40px; border-radius: 50%;}
.pmovie__rating-likes > * + * .fal {background-color: #ea162a;}

.pmovie__header-main h1 {color: #887335;font-size: 26px;font-weight: 100;}
.pmovie__header-main h1 a {margin-left: 10px; font-size: 16px;}
.pmovie__original {text-transform: uppercase; font-weight: 400; font-size: 0.8em; letter-spacing: 1px; margin-top: 5px;}
.pmovie__actors {margin-left: 30px; gap: 6px;}
.pmovie__actors img {width: 40px; height: 40px; border-radius: 50%; object-fit: cover;}
.pmovie__list {font-weight: 400; display: grid; grid-gap: 8px; font-size: 0.9em;}
.pmovie__list li > span:first-child {color: var(--tt);}
.pmovie__text {margin: 15px 0 0 0;}

.pmovie__player {position: relative; margin-bottom: 15px;}
.tabs-block__content {background-color: #000;}
.pmovie__complaint {position: absolute; right: 0; white-space: nowrap;}
.pmovie__complaint a {color: #048688; border-bottom: 1px dotted #048688;}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select span {height: 40px; line-height: 40px; padding: 0 20px;
	margin-right: 10px; background-color: var(--bg-brighter); color: var(--tt-fader-gray); font-weight: 400;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {color: var(--tt);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.6; font-size: 15px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}

.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 700;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0;}
.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 40px; display: none;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {border-radius: 0; background-color: var(--ui-bg-darker);}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: none; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.show-comms > a {display: inline-block; font-weight: 400; color: var(--accent);}
.page__comments-header {margin-bottom: 30px; gap: 15px;}

.comment-item__title {font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--bdc);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 400; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 400; font-size: 14px; color: var(--accent);}
.comment-item__date {font-weight: 400; color: var(--tt); margin-top: 4px; font-size: 14px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 16px; color: var(--tt-fader);}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-fader);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) { color: var(--tt-fader);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}

@media screen and (min-width: 1220px) {
	.comment-item {padding-left: 55px; position: relative;}
	.comment-item__img {margin: 0; position: absolute; left: 0; top: 0;}
	.comment-item__meta {display: flex; gap: 10px;}
	.comment-item__date {margin: 0; font-size: 14px; opacity: 0.6;}
	.wrapper::before {animation: blink 20s infinite ease-in-out; animation-direction: normal; will-change: transform;
		--gradient: radial-gradient(circle closest-side at center, #50536b 0%, transparent 100%);}
	@keyframes blink {
		0% {transform: translateX(0%); opacity: 1;}
		25% {transform: translateX(-75%); opacity: 0;}
		50% {transform: translateX(0%); opacity: 1;}
		75% {transform: translateX(75%); opacity: 0;}
		0% {transform: translateX(0%); opacity: 1;}
	}
}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 18px; font-weight: 400; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-fader); margin-left: 10px; font-weight: 400; color: var(--tt-fader);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 16px; color: var(--tt-fader);}
.login__caption {font-size: 16px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 15px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}
.cur_point:hover {cursor: pointer;}
.cur_point {height:24px;}
/* ADAPTIVE
----------------------------------------------- */

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper-container {max-width:1000px;}
	.header__search-box {max-width: 100%;}
	.item-slide__img {width: 255px;}
	.sect__content > .item-poster--carousel {width: calc((100% - 45px)/4); margin-right: 15px;}
	.sect__menu {font-size: 1em; gap: 20px;}
	.grid-items, #dle-content {grid-gap: 30px 15px; grid-template-columns: repeat(auto-fill,minmax(160px,1fr));}
	.menu-is-opened {overflow: hidden;}
	.content {overflow: hidden; padding-left: 15px; padding-right: 15px; 
		margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	
	.pmovie__grid {gap: 10px 20px;}
	.pmovie__header-main h1 {min-width: 100%;}
	.pmovie__header-main .item-slide__ext-rating {margin: 0;}
	.pmovie__header-main .item-slide__ext-rating--imdb {margin-right: 20px;}
	.pmovie__header-main .item-slide__ext-rating--kp {flex-grow: 1;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.item-slide__img {display: none;}
	.sect__content > .item-poster--carousel {width: calc((100% - 30px)/3);}
	
	.pmovie__grid {grid-template-areas: "pleft pheader" "pleft pmain" "pbottom pbottom";}
	.pmovie__devices, .pmovie__left .pmovie__subtitle {display: none;}
	.pmovie__caption {margin: 0;}
	.pmovie__fav {margin: 15px 0;}
}
@media screen and (min-width: 980px) {
	.navigation_active {display: none;}
}
@media screen and (max-width: 979px) {
	.navigation-menu {display: none;}
}
@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.header__search {min-width: calc(100% - 100px); width: calc(100% - 100px); max-width: calc(100% - 100px);order: 10;}
	.theme-toggle {order: 11; margin: 0; margin-left: 10px;}
	.header__logo {flex: 1 1 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.sect--slider, .sect--carousel .sect__content {margin: 0 70px;}
	.owl-prev {left: -70px;}
	.owl-next {right: -70px;}
	.item-slide__title {font-size: 22px; white-space: normal;}
	.item-slide__ext-rating {font-size: 18px;}
	.sect--carousel .item-poster__title {font-size: 1em;}
	.sect__menu {min-width: 100%;}
	.sect__menu li {flex-grow: 1; white-space: nowrap; text-align: center; min-width: auto;}
	.pagination__pages-btn {display: none;}
	.pagination__pages {justify-content: center;}
	.footer {justify-content: center;}
	.footer__menu {min-width: 100%; justify-content: center;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}

	.header__menu {height: calc(100vh - 121px);}
	.header__menu-inner {padding: 20px 20px;}
	.nav-title {font-size: 18px; margin-bottom: 5px;}
	.nav-menu + .nav-title {margin-top: 10px;}
	.nav-menu li + li {margin-top: 6px;}
	.nav-menu {font-size: 16px;}
	.nav-menu li span {font-size: 14px;}

	.pmovie__grid {grid-template-areas: "pheader" "pleft" "pmain" "pbottom"; grid-template-columns: minmax(0,1fr);}
	.pmovie__img {margin: 0 auto;}
	.pmovie__header-main {justify-content: center;}
	.pmovie__header-main .item-slide__ext-rating--kp {flex-grow: 0;}
	.pmovie__header-main h1, .pmovie__caption, .pmovie__original {text-align: center;}
	.pmovie__player {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.tabs-block__select span {margin: 0;}
	.tabs-block__select {gap: 5px;}
	.pmovie__complaint, .pmovie__actors {display: none;}
	.tabs-block__select span {flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}

	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
	.item-slide__title {min-width: 100%;}
	.item-slide__ext-rating {margin: 0;}
	.item-slide__ext-rating--imdb {margin-right: 20px;}
	.item-slide__text {font-size: 0.9em; margin-top: 15px;}
	.sect__content > .item-poster--carousel {width: calc((100% - 15px)/2);}
}

@media screen and (max-width: 470px) {
	.wrapper-container123 {max-width:360px;}
	.sect--slider {margin-left: 0;}
	.sect--slider .owl-prev {display: none;}
	.item-slide__title {white-space: nowrap;}
	.sect__content > .item-poster--carousel {width: 100%;}
	.grid-items, #dle-content {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
	.blurred-bg {height: 300px;}
	.blurred-bg img {filter: blur(5px) grayscale(0.6); opacity: 0.5;}
	.content {padding-top: 30px;}

	.pmovie__related .item-poster:nth-child(5n), .page__comments .sect__title {display: none;}
}

.footer_separator {
    text-align: center;
    margin: 0 0 30px;
}
.aries {display: inline-block;background-image: url(../images/main_horo/aries.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.taurus {display: inline-block;background-image: url(../images/main_horo/taurus.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.gemini {display: inline-block;background-image: url(../images/main_horo/gemini.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.cancer {display: inline-block;background-image: url(../images/main_horo/cancer.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.leo {display: inline-block;background-image: url(../images/main_horo/leo.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.virgo {display: inline-block;background-image: url(../images/main_horo/virgo.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.libra {display: inline-block;background-image: url(../images/main_horo/libra.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.scorpio {display: inline-block;background-image: url(../images/main_horo/scorpio.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.sagittarius {display: inline-block;background-image: url(../images/main_horo/sagittarius.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.capricorn {display: inline-block;background-image: url(../images/main_horo/capricorn.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.aquarius {display: inline-block;background-image: url(../images/main_horo/aquarius.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}
.pisces {display: inline-block;background-image: url(../images/main_horo/pisces.webp);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;position: relative;overflow: hidden;}


.home_horo_span_inline {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: 100%;
}

.home_horo_span_block {
	box-sizing: border-box;
    display: block;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

.home_horo_img {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.home_horo_img_block {
    display: block;
    max-width: 100%;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.mt-3 {
    font-size: 15px;
    padding: 0 10px;
}
.flex-center {justify-content: center;align-items: center;}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
}
.breadcrumb-item+.breadcrumb-item {
    margin-left: 7px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    margin-right: 7px;
    color: #6c757d;
    content: "/";
}
/*------Navigation-------*/
.navigation-menu {position: sticky;top: 58px;background: #fbfbfb;z-index: 999;border-bottom: 1px solid #ebebeb;}
.navigation-menu ul {justify-content: center;text-transform: uppercase;display: flex;}
.navigation-menu ul li {list-style: none;display: flex;align-items: center;justify-content: center;}
.navigation-menu ul li a {padding: 12px 30px;display: block;position: relative;transition: .2s ease-in-out;font-size: 12px;display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 14px;flex: 1 1;font-weight: 700;text-transform: uppercase;}
.navigation-menu ul li a:hover {background: #f6f6f6;}
.navigation-menu ul li a:after {content: "";position: absolute;width: 100%;left: 0;bottom: 0;background: #b79e56;height: 0;display: block;transition: .2s ease-in-out;}
.navigation-menu .active a:after {height: 4px;}
.navigation-menu ul li a:hover:after {height: 4px;}

/*Navigation footer*/
.navigation_active {
    position: fixed;
    bottom: 0;
    z-index: 40;
    width: 100%;
}
.navigation_active ul {
    background: linear-gradient(#1e263c,#181d2d);
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
    color: #fff;
    width: 100%;
}
.navigation_active ul li {
    list-style: none;
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation_active ul li a {
    padding: 8px 0;
    display: block;
    position: relative;
    transition: .2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex: 1 1;
    color: #ffffff;
}
.navigation_active ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #b79e56;
    height: 0;
    display: block;
    transition: .2s ease-in-out;
}
.navigation_active ul li.active_li a:after {
    height: 4px;
}
.navigation_active ul li a:hover:after {
    height: 4px;
}
.mb-20 {margin-bottom:20px}
.mt-20 {margin-top:20px}
