/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 16px 'HelveticaNeueCyr', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #010101;  min-height: 100%; width: 100%; font-weight: 400;}
a {color: #010101; text-decoration: none;}
a:hover, a:focus {color: #ff8c00; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 18px;}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: 'HelveticaNeueCyr' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px;
border-radius: 4px; cursor: pointer; color: #fff; background-color: #ff8c00; font-size: 16px;
}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #004888; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 70%;}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 700;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .nav-load a, .tile-item::before {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 28px !important;}
#dle-content > *:not(.short-item) {width: 100%;}
.title, .mtitle, h1, h2, h3, h4, h5 {font-family: 'DIN Pro'; font-size: 18px; font-weight: 500; line-height: 1.3;}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: local('HelveticaNeueCyr-Roman'),
		url('../webfonts/HelveticaNeueCyr-Roman.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: local('HelveticaNeueCyr-Bold'),
		url('../webfonts/HelveticaNeueCyr-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'DIN Pro';
	src: local('DIN Pro Medium'), local('DINPro-Medium'),
		url('../webfonts/DINPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'DIN Pro';
	src: local('DIN Pro Bold'), local('DINPro-Bold'),
		url('../webfonts/DINPro-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative;}
.wrap-center {max-width:1260px; margin:0 auto; position:relative; z-index:20; width: calc(100% - 60px); }
.header {background-color: #fff; 
position: relative; left: 0; top: 0; z-index: 990; width: 100%;}
.header.sticky {position: fixed;}
.header.sticky-hide {top: -80px;}
.header.sticky-vis {top: 0;}
.content {padding: 10px 0; min-height: 100vh;}
.col-left {background-color: #fff;  padding: 10px 30px;}
.col-right {width: 300px; margin-left: 30px;}
.footer {    color: #444; overflow: hidden;  font-size: 14px; line-height: 1.5;}
.footer-one {padding: 30px 0;}
.footer-two { margin: 0 -2000px; padding: 15px 2000px;}

#gotop{position:fixed; width:60px; height:40px; line-height:40px; right:10px; bottom:10px;
z-index:990; display:none; background-color:#ff8c00; color:#fff; cursor:pointer; font-size:18px; 
border-radius:0%; text-align:center; box-shadow: 0 0 20px rgba(0,0,0,0.2);}


/* HEADER
----------------------------------------------- */
.header-in:before {}
.header-in > * {position: relative; z-index: 5;}
.logo {display: block; width: 200px; height: 80px;
    margin-top: 30px;}
.header-btn:hover, .header-menu > li > a:hover, .header-menu > li:hover > a {color: #ff8c00;}
.header-btn {font-size: 18px; cursor: pointer;}
.header-btn + .header-btn {margin-left: 30px;}
.search-wrap {width: 100%; max-width: 800px; padding: 30px; color: #fff; position: fixed; z-index: 999; 
	top: 0; left: 50%; transform: translateX(-50%);}
.search-title, .search-close {font-size: 24px;}
.search-box {position:relative; margin-top: 30px;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; border-radius: 0; box-shadow: none;}
.search-box input:not(:focus)::placeholder {} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width: 30px;
background-color:transparent !important; color:#000 !important; font-size: 16px !important; padding: 0 !important;}

.header-menu > li {margin: 0 15px; position: relative;}
.header-menu > li > a {display: block; height: 60px; line-height: 60px; color: #004888;}
.submenu > a:after {content:"\f107"; font-weight: 400; font-family:'Font Awesome 5 Pro'; margin-left:7px; 
transition: all .2s; display: inline-block;}
.hidden-menu {background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); z-index: 100;
position: absolute; left: -10%; top: 100%; width: 300px; pointer-events: none; opacity: 0; transform: translateY(30px);}
.hidden-menu li a {display: block; padding: 15px 30px; border-bottom: 1px solid rgba(0,0,0,0.05);}
.header-menu > li:hover .hidden-menu {pointer-events: auto; opacity: 1; transform: translateY(0px);}
.header-menu > li.submenu:hover > a:after {transform: rotate(-180deg) !important}


/* FOOTER
----------------------------------------------- */
.footer-col-desc {width: 45%;}
.footer-col-title {    color: #444; font-size: 24px; margin-bottom: 20px;}
.footer-col li + li {margin-top: 3px;}
.footer-col a {    color: #444;}
.footer-col a:hover {text-decoration: underline;}
.ft-soc {height:30px; white-space:nowrap; margin-right: -10px;}
.ft-soc .fas, .ft-soc .far, .ft-soc .fab {width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin:20px 8px 0 0; cursor:pointer;}
.ft-soc span:hover {opacity:0.8;}
.fab.fa-vk, .fas.fa-paper-plane {background-color:#5075a5;}
.fab.fa-facebook-f {background-color:#4b6baf;}
.fab.fa-twitter {background-color:#2daae1;}
.fab.fa-odnoklassniki, .fas.fa-rss {background-color:#FC6D00;}
.fab.fa-instagram {background: #f09433; 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}


/* SECTION, SIDE
----------------------------------------------- */
.sect {margin-bottom: 30px;}
.sect-header {margin-bottom: 30px;}
.sect-title {font-size: 38px; font-weight: 700;}
.sect-title-small {font-size: 24px;}
.sect-link {color: #ff8c00; margin-left: 15px;}
.sect-link:hover {text-decoration: underline;}
.sect-grid {display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(6,90px);
	grid-gap: 15px 15px; grid-auto-flow: row dense;
    margin-top: 15px;
}
.sect-bg {}
.sect-border {    border: 3px solid #0048882e;
    padding: 30px;
    border-radius: 5px;}
.mb-remove {margin-bottom: -15px;}
.side-box + .side-box {margin-top: 30px;}
.side-bt {font-size: 24px; margin-bottom: 30px;}
.side-bc .small-item {width: 100%; margin-bottom: 30px;}
.side-bc .small-item::last-child {margin-bottom: 0;}


/* TILE ITEM
----------------------------------------------- */
.tile-item {grid-column: span 1; grid-row: span 2; display: block;}
.tile-item-big {grid-column: span 2; grid-row: span 3;}
.tile-item img {position: absolute; left: 0; top: 0;}
.tile-item::before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; 
height: 70%; background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);}
.tile-item-text {position: absolute; left: 0; bottom: 0; right: 0; z-index: 10; padding: 30px; 
color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.3);}
.tile-item-desc {margin-top: 10px; font-size: 15px; line-height: 1.5;}
.tile-item-big .tile-item-title {font-size: 24px;}
.tile-item:hover::before {height: 200%;}
.tile-item-category {background-color: #ff8c00; color: #fff; display: inline-block; 
	padding: 6px 15px; font-size: 14px; margin-bottom: 15px; position: absolute; left: 0; top: 0; z-index: 10;}


/* SMALL ITEM, LINE ITEM
----------------------------------------------- */
.small-item {width: 23%; margin-bottom: 15px;}
.small-item-img {width: 80px; height: 80px; margin-right: 15px;}
.small-item-title {font-size: 16px; line-height: 20px; max-height: 60px; overflow: hidden; margin-top: -4px; color: #004888;}
.small-item-title:hover {font-size: 16px; line-height: 20px; max-height: 60px; overflow: hidden; margin-top: -4px; color: #ff8c00;}
.small-item-meta {font-size: 12px; color: #949494; margin-top: 10px;}
.line-item {margin-bottom: 15px;}
.line-item::before {content: ''; width: 15px; height: 2px; background-color: #ff8c00; margin: 9px 15px 0 0;}
.line-item-title {font-size: 16px;}


/* SHORT ITEM
----------------------------------------------- */
.short-item {background-color: #fff; margin-bottom: 30px; width: 23.3%; 
	position: relative; box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);}
.short-text {padding: 15px 10px 15px 15px;}
.short-meta {position: absolute; left: 0; bottom: 0; right: 0; font-size: 14px;
	padding: 15px 30px; color: #7f8fd4; background-color: #f7f8fc;}
.short-date {opacity: 0.6;}
.short-comms {font-weight: 700;}
.short-comms .far {color: #ff8c00;}
.short-item a {display: block;font-weight: bold; color: #004888;}
.short-item a:hover {
    display: block;
    font-weight: bold;
    color: #ff8c00;
}
.short-img:hover {opacity: 0.8;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.nav-load a {display: block; padding: 15px 30px; color: #ff8c00; 
	border: 1px solid #ff8c00; text-align: center; font-weight: 700;}
.nav-load a:hover {background-color: #ff8c00; color: #fff;}
.nav-load span {display:none;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 15px; 
margin:0 3px 10px 3px; line-height: 40px; min-width: 40px;
background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05);}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:transparent; box-shadow: 0 0 0 1px #ff8c00;}


/* FULL
----------------------------------------------- */
.fmeta {width: 100% !important; margin-bottom: 0 !important;}
.fmeta .small-item-img {width: 40px; height: 40px; border-radius: 50%;}
.fmeta .small-item-title {margin: 0 0 -5px 0;}
.fcat {    padding: 12px 30px;
    border: 1px solid #f2f2f2;
    margin-left: 15px;
    color: #ff8c00;
    border-radius: 5px;}
.fheader h1 {font-size: 30px; font-weight: 700; margin: 25px 0 30px 0; width: 100%;}
.fimg {width: calc(100% + 60px);
    margin: 0 0 60px -30px; height: 400px; box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);}
.fimg::before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; 
height: 50%; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);}
.fshort {font-size: 14px; color: #949494; line-height: 1.7; margin: -35px 0 60px 55px;}
.fctrl {width: 55px; position: relative; left: -35px;}
.fmeta a {margin-left: 10px;}
.ftext {margin-bottom: 60px;}
.fshare {position: sticky; left: 0; top: 110px;}
.fshare > *, .ffav .far {width: 40px; height: 40px; text-align: center; line-height: 40px !important; cursor: pointer; 
box-shadow: inset 0 0 0 1px #e3e3e3; border-radius: 50%; font-size: 14px; margin-bottom: 10px; 
background: transparent !important;}
.fshare > *:hover {background: #06c !important; color: #fff; box-shadow: none;}
.fshare .fa-facebook-f::before {content: "\f39e" !important;}
.frels .mb-remove {margin-bottom: -60px;}
.frels .small-item {width: 48%; margin-bottom: 30px;}
.fbtm {margin: 0 0 15px 0;}
.fbtm-one {border-top: 1px solid #e3e3e3; padding-top: 15px;}

.frating .far {margin: 0 10px 0 0; font-size: 18px; color: #27ae60;}
.frating .fdislike .far {color: #e74c3c;}
.frating a {margin-left: 15px; display: block; height: 36px; line-height: 36px; padding: 0 10px; 
border: 1px solid rgba(0,0,0,.1); border-radius: 1px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.06); font-size: 14px; 
color: #919191; font-weight: 700; background: linear-gradient(to bottom, #fff 0%, #fff 30%, #f5f6f8 100%);}
.frating-counter {display: inline-block; border-left: 1px solid rgba(0,0,0,.1); padding-left: 10px; margin-left: 10px;}
.frating a:hover {background: linear-gradient(to top, #fff 0%, #fff 30%, #f2f2f2 100%);}

.ferror {color: #939393; font-size: 14px; line-height: 1.3;}
.ferror-btns {margin-right: 9px;}
.ferror-btns div, .faddcomms {margin-right: 6px; background-color: #939393; color: #fff; 
	padding: 8px 15px; border-radius: 3px; font-weight: 700;}
.ferror-text div, .ferror-text span {font-weight: 700;}
.ferror-text div span {color: #ea969e;}

.faddcomms {background-color: #27ae60; color: #fff; margin: 0; font-size: 14px; cursor: pointer;}
.ffav a {margin: 0 15px; padding-left: 50px; position: relative; display: block; 
	font-size: 14px; color: #949494;}
.ffav .far {margin: 0; position: absolute; left: 0; top: -5px;}

.fyadzen {display: block; padding-right: 135px; display: block; height: 36px;
	background: url(../images/yandex-dzen.png) right center no-repeat;}
.fyadzen-label {position: relative; height: 36px; line-height: 30px; width: 56px; text-align: right; 
font-weight: 700; border: 3px solid #ff8c00; border-right: 0; display: inline-block; padding-right: 2px;}

.fyadzen-label::before {content: ''; border: 18px solid transparent; border-left-color: #ff8c00; 
position: absolute; left: 53px; top: -3px; transform: scale(0.8,1); transform-origin: left center;}
.fyadzen-label::after {content: ''; border: 15px solid transparent; border-left-color: #fff; 
position: absolute; left: 52px; top: 0px; z-index: 5; transform: scale(0.8,1); transform-origin: left center;}
.fyadzen:hover .fyadzen-label {background-color: #ff8c00; color: #000;}
.fyadzen:hover .fyadzen-label::after {border-left-color: #ff8c00;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 17px;}
.full-text img:not(.emoji) {max-width: 100%; margin-top: 10px; margin-bottom: 10px;}
.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 a {text-decoration:underline; color:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin: 25px 0 10px;
    font-size: 24px;
    font-weight: 700;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:0;}
.full-text > ul li {list-style:disc; margin-left:40px;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}

/* COMMENTS
----------------------------------------------- */
.add-comms {padding: 30px; background-color: #f5f6f8; margin-bottom: 30px;}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 3px 3px 6px rgba(0,0,0,0.1);}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 20px; color: #000; font-size: 18px; font-weight: 600;}

.comm-avatar {position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; 
background-color: #000; color: #fff; font-size: 18px; font-weight: 700; text-transform: uppercase;}
.comm-item {margin-bottom: 30px; font-size: 13px; padding-left: 50px; position: relative; min-height: 40px;}
.comm-two {margin: 10px 0;}
.comm-one > span {margin-right: 15px; color: #949494;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 700; color: #27ae60; opacity: 1;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; font-size:14px; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; opacity: 0.4;}
.comm-rate3 a:last-child {}
.comm-rate3 > span {margin: 0 5px;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {border-bottom-color: transparent;}
.comm-three-left > a {opacity: 1; color: #06c; border-bottom: 1px dotted #06c;}

/* LOGIN
----------------------------------------------- */
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.8; background-color: #000;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #fff; padding: 30px 60px 40px 60px; border-top: 5px solid #ff8c00; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5);}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
	cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px; margin-bottom: 15px; text-align: center;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #f2f6f8; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #06c; color: #06c; font-size: 14px;}
.login-check {position: relative; font-size: 14px;}
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 36px; height: 30px; line-height: 30px; color: #939393;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.login-check span:before{left: 0; height: 10px; margin-top: -5px; width: 26px; border-radius: 5px; 
	background: #fff; box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);}
.login-check span:after{left: 1px; height: 12px; width: 12px; margin-top: -6px; background: #2ecc71;
	border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0);}
.login-check input:checked + span:before {background-color: #fff;}
.login-check input:checked + span:after {left: 13px; background-color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-menu {border-top: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3;}
.login-menu li {text-align: center; border-right: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3ee; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 14px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {display: flex; align-items: center; margin: 30px 0 15px 0;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 1px; background-color: #e3e3e3; flex: 1;}
.login-soc-title:before {margin-right: 15px;}
.login-soc-title:after {margin-left: 15px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login-soc-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
padding:15px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .header-menu {display: block;}
.side-panel .header-menu > li {margin: 0;}
.side-panel .header-menu > li > a {height: 40px; line-height: 40px;}
.side-panel .hidden-menu {background-color: #f5f6f8; box-shadow: none; position: static; width: calc(100% + 30px);
pointer-events: auto; opacity: 1; transform: translateY(0); margin: 15px -15px;}
.side-panel .hidden-menu li a {padding: 10px 15px; font-size: 14px;}

@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.header .header-menu, .tile-item-category, .tile-item-desc, #gotop {display: none !important;}
.logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px; margin: 0 30px; position: relative;}
.btn-menu {display: block; font-size: 24px;}
.sect-grid {display: block; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
.sect-grid > * {display: inline-block; vertical-align: top; width: 300px; height: 200px; margin-right: 12px;}
.tile-item-title {font-size: 18px !important; white-space: normal;}
.short-item {width: 31.5%;}
.small-item {width: 48%;}
.col-right {display: none;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px; width: calc(100% - 30px);}
.footer-col-desc {width: 100%; margin-bottom: 30px;}
.col-left {padding: 30px 15px;}

.fimg {width: calc(100% + 30px); margin-left: -15px; margin-bottom: 30px; margin-right: -15px;}
.fheader h1 {font-size: 28px; margin: 20px 0 30px 0;}
.fshort {margin: -5px 0 30px 0;}
.fctrl, .fshare {width: 100%; position: static; -ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fshare > * {margin: 30px 8px 0 0;}
.ftext {margin-bottom: 30px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.sect-title {font-size: 24px;}
.short-item {width: 48.6%; margin-bottom: 15px;}
.not-logged .login-avatar {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}

.fcat {padding-left: 10px; padding-right: 10px; font-size: 14px;}
.fimg {height: 200px;}
.ferror {min-width: 100%; margin-bottom: 15px;}
.ffav a {margin: 0;}
.frating a {font-size: 0;}
.frating-counter {margin-left: 0; font-size: 14px;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.small-item {width: 100%;}
.footer-one, .footer-two {display: block; text-align: center;}
.footer-col, .footer-copyright {margin-bottom: 30px;}

.frels .mb-remove {margin-bottom: -45px;}
.frels .small-item {width: 100%; margin-bottom: 15px;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center22 {max-width:360px;}
.logo img {width: 100%; max-width: 200px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.short-item {width: 100%;}

.ferror, .fyadzen-label, .fcat {display: none;}
.sect-border {padding: 15px;}
.sect-border .sect-header {margin-bottom: 15px;}
.fyadzen {padding-right: 110px;}
}

@media screen and (max-width: 350px) {
.wrap-center22 {max-width:320px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}




.no-border {
    border: none !important;
}

.compatibility-container strong {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
    margin: 0;
}

.truncate-line, .truncate-line-xsm {
    white-space: nowrap;
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.compatibility-container strong {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
    margin: 0;
}

.truncate-line-xsm {
    white-space: nowrap;
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cent{
        text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.ikon {
    height: 20px;
    margin-top: 4px;
    align-content: left;
    float: left;
        padding-right: 10px;
    width: 30px;
} 

.tablznak {
font-size: 13px;
    font-weight: 600;
}

.ikon {
    height: 20px;
    margin-top: 1px !important;
        margin-bottom: 1px !important;
    float: left;
   padding-right: 10px;
    width: 30px;
} 


.ikon2 {
    height: 20px;
    margin-top: 4px;
    width: 20px;
     display: block;
  margin: 0 auto;
}


.containertabb { position: relative; }

.tablesovm {
width: 100%;
    border-collapse: collapse;
    border-style: solid;
    border-color: #a78100;
  border: 1px solid black;
  
}

.tablesovm td {
    padding: 6px !important;
      font-size: 14px;
    border: 1px solid black;
}





.tablesovm td:hover {
background: #ff8c00;
color: #ffffff;
}

.tablesovm td:hover a {
background: #ff8c00;
color: #ffffff;
text-decoration: underline;
}


.tablesovm td:hover:after {
content: ''; 
display: block;
position: absolute;
top: 0;
bottom: 0;
background: #cfc;
z-index: -1;
}




.tdsovm {
width: 6%;
height: 16px;
}

.tabmen {
font-size: 16px;
    font-weight: bold;
}

.tablznaktd {
width: 7%;
font-size: 13px !important;
text-align: center;
}

 i {
    display: block;
    font-style: normal;
    border-radius: 3px;
    font-weight: 700;
    font-size: 17px;
    color: #004888;
}

.contents1 {
float: left;
    position: relative;
    padding: 2% 3%;
    margin: 1em 0;
    border: 3px dashed #0048882e;
    width: 100%;
    /* box-shadow: 0 0 1px rgba(142, 142, 142, 0.5); */
    border-radius: 4px;
}

.contents1 h2 {
    display: block;
    margin: 3px 0 6px 0 !important;
    color: #1d1d1d;
    font-size: 28px;
    font-weight: 700;
}

.contents1 ul li:before {
    display: block;
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    top: 11px;
    left: 0;
    border: none;
    background: url(https://zodiak.one/templates/zodiak/images/push.png) center center no-repeat;
    background-size: 17px;
}

.contents1 ul li {
    position: relative;

    color: #1d2e62;
        padding-left: 50px;
    font-size: 19px;
 
}

.contents1 ul li a{
text-decoration: underline;
    color: #004888;
    font-size: 18px;
 
 
}

.contents1 .sub_1 {
    margin-left: 60px;
}



.tarointro {
    margin: 0 30px 0 0;
    max-width: 200px;
}

.entry_full ul li {
    position: relative;
    margin: 0 0 7px 35px;
    font-size: 20px;
 
}

.entry_full p {
line-height: 23px;
    font-size: 17px;
    margin-bottom: 13px;
    }


.entry_full h3 {
    display: block;
    color: #1d1d1d;
    font-size: 23px;
    font-weight: bold;
    margin: 7px 0 7px 0;
    float: left;
    width: 100%;
}

.widget-title {
font-size: 20px;
    font-weight: 700;
    margin: 0px 0 8px 0;
    color: #ff8c00;
}




.contents2 {
float: left;
    position: relative;
    padding: 2% 3%;
    margin: 1em 0;
    border: 3px dashed #0048882e;
    width: 100%;
    /* box-shadow: 0 0 1px rgba(142, 142, 142, 0.5); */
    border-radius: 4px;
}

.contents2 h2 {
    display: block;
    margin: 3px 0 6px 0 !important;
    color: #1d1d1d;
    font-size: 28px;
    font-weight: 700;
}

.contents2 ul li:before {
    display: block;
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
        top: 5px;

    left: 0;
    border: none;
    background: url(https://zodiak.one/templates/zodiak2/images/push.png) center center no-repeat;
    background-size: 17px;
}

.contents2 ul li {
    position: relative;

    color: #1d2e62;
  margin-bottom: 7px;
        padding-left: 30px;
    font-size: 20px;
 
}

.contents2 ul li a{
  text-decoration: underline;
    color: #004888;
    font-size: 18px;
 
}

.h2gadanie {
margin: 20px 0 15px 0;
    font-size: 22px;
    font-weight: bold;
}


.contents11 {
    float: left;
    position: relative;
    padding: 3% 1%;
       margin: 5px 0 20px 0;
 border: 1px dashed #0048882e;
    width: 100%;
    box-shadow: 0 0 1px rgba(142, 142, 142, 0.5);
    border-radius: 3px;

}


.contents11 ul li {
    position: relative;
    margin: 0 0 3px 0;
    padding-left: 5px;
    list-style: none;
    line-height: 30px;
    color: #010101;
    font-size: 15px;
        font-weight: bold;
    color: #004888;

}


.contents11 ul li a {
    position: relative;
    margin: 0 0 3px 0;
    padding-left: 3px;
    list-style: none;
    line-height: 30px;
    color: #010101;
    font-size: 15px;
    text-decoration: underline;
    color: #004888;
}

.contents11 ul li a:hover {
    position: relative;
    margin: 0 0 3px 0;
    padding-left: 3px;
    list-style: none;
    line-height: 30px;
    color: #010101;
    font-size: 15px;
     text-decoration: none;
   color: #ff8c00;
}



.contents11 .sub_1 {
    margin-left: 25px;
    font-weight: normal;
}



.contents111 {
    float: left;
    position: relative;
    padding: 3% 1%;
       margin: 5px 0 20px 0;
    border: 1px dashed #ff8c0042;
    width: 100%;
    box-shadow: 0 0 1px rgba(142, 142, 142, 0.5);
    border-radius: 3px;
}


.contents111 ul li {
    position: relative;
    margin: 0 0 3px 0;
    padding-left: 5px;
    list-style: none;
    line-height: 30px;
    color: #010101;
    font-size: 15px;
        font-weight: bold;
    color: #004888;

}

.contents111 ul li a {
    position: relative;
    margin: 0 0 3px 0;
    padding-left: 3px;
    list-style: none;
    line-height: 27px;
    color: #010101;
    font-size: 15px;
    text-decoration: underline;
    color: #004888;
}


.contents111 ul li a:hover {
    position: relative;
    margin: 0 0 3px 0;
    padding-left: 3px;
    list-style: none;
    line-height: 27px;
    color: #010101;
    font-size: 13px;
    text-decoration: none;
   color: #ff8c00;
}

table, th, td {
  border: 1px solid #0000001f;
}

td {
    padding: 10px;
}

form[name="form"], #form_ca {
    display: inline-block;
    background: #fff;
    box-shadow: 0 5px 20px #E4E4E6;
    margin: 0 0 60px;
    min-height: 200px;
    padding: 20px 30px;
    min-height: 320px;
}

form[name="form"] td, #form_ca td, form.calc td {
    vertical-align: middle;
 
}























.row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px;
}

ul.dwmy-tab {
    border-top: #ff606b solid 4px;
    background: #ffeaa2;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.dwmy-tab {
    position: relative;
    height: 39px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.dwmy-tab .tab {
    display: inline-block;
    text-align: center;
    line-height: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px;
}

ul:not(.browser-default) li {
    list-style-type: none;
}

.dwmy-tab {
    position: relative;
    height: 39px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
}

.dwmy-tab .tab a {
    color: #3a3a3a;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    position: relative;
    font-family: 'Roboto Condensed',sans-serif;
    z-index: 1;
    overflow: hidden;
    transition: color .28s ease;
}

.tabs .tab a {
    color: black;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
}


.row h1 {
    margin: 1.9rem 0 1.68rem;
    font-size: 40px;
    color: #3a3a3a;
line-height: 40px;
}


.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.dwmy-tab .indicator {
    position: absolute;
    bottom: 0;
    height: 35px;
    top: 0;
    background-color: #3eabbb;
    will-change: left,right;
}

.indicator:after {
    width: 0;
    content: "";
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3eabbb;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    bottom: -8px;
}


.row .col.l3 {
    width: 33%;
    margin-left: auto;
    left: auto;
    right: auto;
  padding-bottom: 50px;

}


.compatibility-container i {

   padding: 0; 
   margin: 0;
    border: 0;

}

.compatibility-container a {
    text-decoration: none;
}


.compatibility-container strong {
    font-size: 18px;
    color: #004888;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
    margin: 0;
}




table.forum_cats {
	width: 100%;
	margin-top: 10px;
}

table.forum_cats tr {
	border-bottom: 1px solid #ebebeb;
}

table.forum_cats tr:last-of-type {
	border-bottom: none;
}

table.forum_cats td {
	padding: 10px;
}

table.forum_cats tbody td {
	font-size: 1.2em;
}

table.forum_cats thead {
	background-color: #eee;
}
table.forum_cats tbody a {
	text-decoration: underline;
}

table.forum_cats tbody div {
	font-size: 0.75em;
}
.hidden {

}

.forumtext p{
    /* font-family: PT Sans; */
    font-size: 17px;
    color: #1d1d1d;
    float: left;
    width: 100%;
    line-height: 23px;
    font-weight: 560;
}

.forumtext {
margin: 25px 0 40px 0;
}

.form-group {
    margin-bottom: 15px;
    font-size: 18px;
}

.title-withline h1 {
font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 10px;

}

.forum_cats i {
   padding: 0; 
   margin: 0;
    border: 0;
}




.sovmestimosti td {
    border: 0;
}


.head_toggle {
    z-index: 10;
    height: 50px;
    text-transform: uppercase;
    border-radius: 25px;
    background: #4C3C74;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
    color: white;
    margin-bottom: 13px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}
#ppll {display:none;}
#name1 {
	    min-height: 40px;
    border-radius: 5px;
box-shadow: 1px 2px 16px rgba(2, 70, 134, 0.49);
    padding-left: 7px;
    max-width: 255px;
  
}

@media all and (max-width: 1024px) {
	#mobfixtable td {display: block; }
	
	#jen {    display: block; }
	#muz {    display: block; }
	.ppl {display:none;} 
	#ppll {display:block !important;}
	
}

#name2 {
	    min-height: 40px;
    border-radius: 5px;
  box-shadow: 1px 2px 16px rgba(2, 70, 134, 0.49);
    padding-left: 7px;
    max-width: 255px;
}

.sexcomp-wrap {
    text-align: center;
}

.sexcomp-wrap-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sexcomp-wrap-col {
    padding: 15px;
}
.sexcomp-wrap select {
    min-height: 40px;
    border-radius: 5px;
   box-shadow: 1px 2px 16px rgba(2, 70, 134, 0.49);
    padding-left: 7px;
    max-width: 255px;
    border: none;
}

.sexcomp-wrap button {
    z-index: 10;
    height: 50px;
    text-transform: uppercase;
    border-radius: 25px;
    background: #4c3c74;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 47px;
    color: #fff;
    margin-bottom: 13px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

.sexcomp-content {
    border: 1px solid silver;
    margin: 0 2px 15px;
    padding: .35em .625em .75em;
}

.sexcomp-content legend {
 
        font-size: 15px;
    font-weight: bold;
    color: #004888;
}




.taro_bg {
    background: url(https://zodiak.one/runi/fon_runi.jpg);
    background-repeat: repeat;
    width: 100%;
    padding-top: 5px;
    height: 450px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .7) inset;
}
.ca {
    color: #fff;
    padding-left: 5px;
}

.r_card {
    padding: 11px 0 5px 60px;
    overflow: hidden;
    zoom: 1;
}

.r_card a {
    width: 66px;
    height: 126px;
    float: left;
    margin: 0 0 0 -55px;
    background: url(https://zodiak.one/runi/runa_down.png) no-repeat;
    position: relative;
    overflow: hidden;
    top: 0;
    -moz-transition: top.1s linear;
    -webkit-transition: top.1s linear;
    -o-transition: top.1s linear;
    transition: top.1s linear;
    background-size: contain;
}

.r_card a:hover{top:-10px;bottom:10px;}
.ca {
padding-left: 20px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.cad {
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.gadaniecsszag {
   font-size: 18px;
    font-weight: bold;
    border: 1px dashed #0048882e;
    padding: 10px;
}

.book_life {
    max-width: 500px;
}


.contents_cards3 {
float: left;
    position: relative;
    padding: 2% 3%;
    margin: 1em 0;
    border: 3px dashed #ff8c0063;
    width: 100%;
    /* box-shadow: 0 0 1px rgba(142, 142, 142, 0.5); */
    border-radius: 4px;

}

.contents_cards3 h2 {
    display: block;
    margin: 3px 0 6px 0 !important;
    color: #1d1d1d;
    font-size: 28px;
    font-weight: 700;
}


.contents_cards3 ul li {
    position: relative;
    color: #1d2e62;
  margin: 0 0 7px 5px;
    font-size: 19px;
}


h1 {
    font-size: 30px;
    font-weight: 700;
       margin: 15px 0 15px 0;
    width: 100%;
}

.quote2 {
    /* padding: 15px 20px; */
    50px: ;
    padding: 5px 20px 15px 20px;
    position: relative;
    /* font: italic 16px/1.6 Georgia; */
    background-color: #ffa9400a;
    border-left: 3px solid #ff8c00;
    color: #004888;
    font-weight: bold;
    font-size: 17px;
}


.gadaniebotom {
     display: inline-block;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #ff8c00;
    font-size: 15px;
   margin: 30px 0;
    width: 100%;
 
}

.gadaniebotom a{
color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}


.gadaniebotom2 {
text-align: center;
}

.container-form {
    width: 70%;
    margin: 0 auto;
    position: relative;
}    

.container-form form {
    background: #F9F9F9;
    padding: 25px;
    margin-top: 3rem;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2), 0 5px 5px 0 rgba(0,0,0,.24);
}

.container-form form fieldset {
    border: none!important;
    margin: 0 0 .5rem;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

.container-form form input[type=date] {
    width: 50%;
    float: right;
}

.container-form input[type=date]{
    border: 1px solid #CECECE;
    background: #FFF;
    padding: 7px;
    margin: 0;
    outline: 0;
    font-family: Helvetica,PT Sans,Arial,sans-serif;
    font-size: 81%;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


.vescss td {
    border: 1px solid #0148872b;
}

.vescss textarea {
    background-color: #fff;
    color: #000;
}

.mooncalendar_image {
    float: left;
    height: 140px;
    margin: 0 30px 5px 0;
    position: relative;
    width: 140px;
}
.mooncalendar-today-table {
 border: none;
}
.mooncalendar-today-table > tbody > tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.mooncalendar-today-table tr {

}
.mooncalendar-today-table tr>td:first-child {
    color: #010101;
    min-width: 215px;
}
.mooncalendar-today-table td {
    font-size: 15px;
    padding: 10px 30px 10px 0;
    vertical-align: top;
        border: none;
      color: #010101;
}
.mooncalendar-today-table td {
  font-size: 15px;
    padding: 10px 30px 10px 10px;
    vertical-align: top;
    border: none;
}
.mooncalendar-today-table > tbody > tr:nth-child(2n+1) {
    background-color: #00488812;
}






.mooncalendar-today-table2 {
 border: none;
}
.mooncalendar-today-table2 > tbody > tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.mooncalendar-today-table2 tr {

}
.mooncalendar-today-table2 tr>td:first-child {
    color: #010101;

}
.mooncalendar-today-table2 td {
    font-size: 15px;
    padding: 10px 30px 10px 0;
    vertical-align: top;
        border: none;
      color: #010101;
}
.mooncalendar-today-table2 td {
  font-size: 15px;
    padding: 10px;
    vertical-align: top;
    border: none;
}
.mooncalendar-today-table2 > tbody > tr:nth-child(2n+1) {
    background-color: #00488812;
}


.mooncalendar-today-table2 select {
    height: 30px;
    border: 0;
    padding: 0 15px;
}

.mooncalendar-today-table3{
border: none;
}
.mooncalendar-today-table3 td{
border: none;
}

.mooncalendar-list {
    margin-top: 30px;
    line-height: 1.5;
    font-size: 14px;
}


.mooncalendar-list .table > tbody > tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background: none;
}

.table-striped td, th {
 padding: 8px;
}



.past .moon-day a, .past .moon-date, .past p {
    color: #999999;
}

.moon-date {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}

.mooncalendar-list td {
    text-align: left;
}

.moon-day {
    padding: 0 15px;
    width: 160px;
    font-weight: bold;
}

.moon-calendar-table .moon-phase, .mooncalendar-day-moon .moon-phase, .mooncalendar-list .moon-phase {
    background: url(/uploads/my/moon-calendar-month-sprite.png);
    height: 28px;
    margin: 0 auto;
    width: 28px;
}

.moon-phase.phase-0{ background-position: 0 0; }
.moon-phase.phase-1{ background-position: -28px 0; }
.moon-phase.phase-2{ background-position: -56px 0; }
.moon-phase.phase-3{ background-position: -84px 0; }
.moon-phase.phase-4{ background-position: -112px 0; }
.moon-phase.phase-5{ background-position: -140px 0; }
.moon-phase.phase-6{ background-position: -168px 0; }
.moon-phase.phase-7{ background-position: -196px 0; }
.moon-phase.phase-8{ background-position: -224px 0; }
.moon-phase.phase-9{ background-position: -252px 0; }
.moon-phase.phase-10{ background-position: -280px 0; }
.moon-phase.phase-11{ background-position: -308px 0; }
.moon-phase.phase-12{ background-position: -336px 0; }
.moon-phase.phase-13{ background-position: -364px 0; }
.moon-phase.phase-14{ background-position: -392px 0; }
.moon-phase.phase-15{ background-position: -420px 0; }
.moon-phase.phase-16{ background-position: -448px 0; }
.moon-phase.phase-17{ background-position: -476px 0; }
.moon-phase.phase-18{ background-position: -504px 0; }
.moon-phase.phase-19{ background-position: -532px 0; }
.moon-phase.phase-20{ background-position: -560px 0; }
.moon-phase.phase-21{ background-position: -588px 0; }
.moon-phase.phase-22{ background-position: -616px 0; }
.moon-phase.phase-23{ background-position: -644px 0; }
.moon-phase.phase-24{ background-position: -672px 0; }
.moon-phase.phase-25{ background-position: -700px 0; }
.moon-phase.phase-26{ background-position: -728px 0; }
.moon-phase.phase-27{ background-position: -756px 0; }
.moon-phase.phase-28{ background-position: -784px 0; }
.moon-phase.phase-29{ background-position: -812px 0; }
.moon-phase.phase-30{ background-position: -840px 0; }

.moon-phase-td {
    width: 28px;
}

.mooncalendar-list .today, .mooncalendar-list tr.today:hover {
    background-color: #405681!important;
}

.today .moon-day a, .today .moon-date, .today p {
    color: #ffffff;
}


.quote h2{
font-size: 20px;
    margin-bottom: 6px;
}

.moon-today {
    font-size: 17px;
}


.filter {
    white-space: nowrap;
    margin: 20px 0 20px 0;
}
.filter__list {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    margin: -10px 0px 0px -5px;
}

.filter_light .filter__item_active {
    border-color: #004888;
}

.filter_light .filter__item_active:hover {
    border-color: #004888;
}



.filter_light .filter__item {
    color: #000000e8;
}
.filter__item_active {
    font-size: 17px;
    line-height: 24px;
    border-color: #ff8c00;
}

.filter__item_active:hover {
    
    font-size: 17px;
    line-height: 24px;
    border-color: #004888;
}



filter__text {
    vertical-align: middle;
    text-decoration: underline;
}
.filter__item:hover .filter__text, .filter__item_active .filter__text {
    text-decoration: none;
}
.filter__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    user-select: none;
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 5px 12px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out 0s;
    margin: 10px 5px 0px;
}

.filter__item:hover{
    border-color: #ff8c00
}

.filter__text {
    vertical-align: middle;
    text-decoration: underline;
}
    
.text h2 {
font-family: 'DIN Pro';
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
font-weight: 600;
    margin-top: 18px;
}
.text p {
font-family: Roboto, Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.4;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 200px;
  max-height: 200px;
}

.circle-bg {
  fill: none;
  stroke: #dbd9d852;
  stroke-width: 2;
}

.percentage {
  fill: #004888;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-anchor: middle;
}

.circle {
  fill: none;
  stroke-width: 2;
  /* stroke-linecap: round; */
  stroke: #ff8c00;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

media screen and (max-width: 600px) {
.quote2:after {
    visibility: hidden;
    display: none;
  }
    
.quote2:after {
    content: "\f10d";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 24px;
    color: #ff8c00;
    position: absolute;
    left: -50px;
    top: 0;
}
}

.tablehoro {
width: 100%;
border-collapse:collapse;
border-spacing:0
        border: none;
    margin: 30px 0 30px 0;
    border: none;
}


.tablehoro td, th {
    border: none;
}
.tablehoro td, th {
padding: 3px;
width: 30px;
height: 35px;
}
.tablehoro th {
background-color: #7accee;
}


.progressh{
    height: 50px;
    background-color: rgba(146, 146, 146, 0.3);
    border-radius: 50px;
    box-shadow: none;
    padding: 5px;
    margin-bottom: 30px;
    overflow: visible;
}
.progressh .progressh-bar{
    box-shadow: none;
    position: relative;
    border-radius: 20px;
    animation: animate-positive 2s;
}
.progressh .progressh-title{
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 9px;
    left: 15px;
}
.progressh .progressh-value{
    width: 45px;
    height: 33px;
    line-height: 35px;
    background: #f5f5f5;
    border-radius: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: bold;
    color: #004888;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0 0 3px 8px;
}
.progressh.yellow .progressh-value{ color: #ff8c00; }
.progressh.blue .progressh-value{ color: #7049ba; }
.progressh.green .progressh-value{ color: #5fad56; }
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}

.tablelove {
font-weight: 700;
    text-transform: uppercase;
    color: #004888;
}


.text-horo-day {
   background: url(https://i.pinimg.com/originals/e9/2f/03/e92f03ace41d591e3c3f7454105dcffb.jpg);

}

.text-horo-day2 {
    background-color: #ffffff;
  opacity: 0.6;
}


.oracultext {
color: #8a8a8a;
    font-size: 15px!impotrant;

}



blockquote-horo {
margin: 3.7em auto;
    padding: 2em;
    background: linear-gradient(white, white) padding-box, url(/uploads/fon.jpg) border-box 0/cover;
 border: 2em solid transparent;
    box-shadow: 5px 3px 30px #051d2a9c;
    font-size: 1.3em;
    /* font-style: italic; */
    line-height: 1.4;
    width: 100%;
    display: block;
    margin-block-start: 2em;
    margin-block-end: 2em;
    border-radius: 5px;

}

blockquote2-horo {
margin: 3.7em auto;
    padding: 2em;
    background: linear-gradient(white, white) padding-box, url(/uploads/fon2.jpg) border-box 0/cover;
 border: 2em solid transparent;
    box-shadow: 5px 3px 30px #051d2a9c;
    font-size: 1.3em;
    /* font-style: italic; */
    line-height: 1.4;
    width: 100%;
    display: block;
    margin-block-start: 2em;
    margin-block-end: 2em;
    border-radius: 5px;

}

blockquote3-horo {
margin: 3.7em auto;
    padding: 2em;
    background: linear-gradient(white, white) padding-box, url(/uploads/fon3.jpg) border-box 0/cover;
 border: 2em solid transparent;
    box-shadow: 5px 3px 30px #051d2a9c;
    font-size: 1.3em;
    /* font-style: italic; */
    line-height: 1.4;
    width: 100%;
    display: block;
    margin-block-start: 2em;
    margin-block-end: 2em;
    border-radius: 5px;
}

blockquote4-horo {
margin: 3.7em auto;
    padding: 2em;
    background: linear-gradient(#fffffff1, #fffffff1) padding-box, url(/uploads/fon4.jpg) border-box 0/cover;
 border: 2em solid transparent;
    font-size: 1.3em;
    /* font-style: italic; */
    line-height: 1.4;
    width: 100%;
    display: block;
    margin-block-start: 2em;
    margin-block-end: 2em;
    border-radius: 30px;
}



footer-horo {
  padding-top: 1.3em;
    display: block;
}

cite-horo {
  font-style: normal;
  font-size: 1.2em;
  font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.submenu-three  {
  background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 100;
    position: absolute;
    left: 100%;
    top: 0;
    width: 370px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
  transition: all .3s;
}
.hidden-menu li:hover .submenu-three {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}


