html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

body{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	color: #333;
	background: radial-gradient(circle at center, #f0f8ff 0%, #e0f3ff 100%);
	line-height: 1.25;
}
a {
    color: #333;
    text-decoration: none;
}
p a {
    border-bottom: 1px dotted #17d847;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    text-shadow: 1px 1px 1px #fff, 0 0 1em #fff;
}
h1 {
    font-size: 2em;
    text-align: center;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}
p {
    margin: 1em 0;
    line-height: 1.25em;
}
pre {
    display: block;
    padding: 1em;
    line-height: 20px;
    background: #f0f0f0;
    color: #888;
    word-wrap: normal;
}
table th, table td {
    border: solid rgba(0,0,0,0.05);
    border-width: 1px 0;
    vertical-align: middle;
    padding: 0.5em;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea {
	display: inline-block;
	margin: 0;
	padding: 0.5em;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	outline: none;
	width: 100%;
	font-size: 14px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	background-color: #fff;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: rgba(23, 216, 71, 0.5);
	box-shadow: 0 0 5px rgba(23, 216, 71, 0.3);
}

select{
	width: 200px;
	padding: 0;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	height: 24px;
}
.button, button, input[type="button"], input[type="submit"]{
	display: inline-block;
	vertical-align: top;
	height: 2.5em;
	padding: 0.625em 1em;
	border: 0;
	width: auto;
	box-sizing: border-box;
	border-radius: 2px;
	text-decoration: none;
	color: #fff;
	cursor:pointer;
	white-space: nowrap;
	background: #0a0;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
	transition: all 0.3s;
}
.button:hover,
	button:hover,
	input[type="button"]:hover,
	input[type="submit"]:hover{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background: #0c0;
}

.button.transparent,
button.transparent,
input[type="button"].transparent,
input[type="submit"].transparent{
	color: inherit;
	background: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button.white, button.white, input[type="button"].white, input[type="submit"].white{
	color: inherit;
	background: #fff;
}
.button.green, button.green, input[type="button"].green, input[type="submit"].green{
	background: #2fa42e;
}
.button.orange, button.orange, input[type="button"].orange, input[type="submit"].orange{
	background: #a4652e;
}
.button.red, button.red, input[type="button"].red, input[type="submit"].red{
	background: #d9534f;
}
.button.disabled, .button[disabled], button[disabled], input[type="button"][disabled], input[type="submit"][disabled]{
	background: #e2e2e2;
	color: #505050;
	cursor: default;
	box-shadow: none;
}

.box {
	background: #fff;
	box-shadow: 0 8px 25px rgba(0,0,0,0.12);
	border-radius: 12px;
	padding: 28px;
	transition: all 0.4s ease;
}
.is-hidden{display: none;}
.is-wide{width: 100%;}
.cl{zoom: 1;}
.cl:before,.cl:after{content: "";display: table;}
.cl:after{clear: both;}
.row{clear: both;border-top: 1px solid #eee;padding: 20px 0;}
.row.no-border{border: none;}
#header{
background:#fff;
height:60px;
}
.content{
max-width:1200px;
margin:0 auto;
padding:10px;
}

.footer{
box-sizing: border-box;
background: #222;
color:#ccc;
box-shadow: 0 0 10px #777;
padding: 20px 20px 60px;
}
.footer a {
	color: #eee;
	text-decoration: none;
}
#slogan {
	padding: 10px;
}

.footer .footer-columns{
	display: flex;
	justify-content: space-between;
	width: 100%;
	table-layout: fixed;
}
.footer .footer-columns .column{
display: block;
align-items: center;
text-align:center;
margin-bottom: 30px;
}
.schedule-wrapper .label-wrapper {
	text-decoration: underline;
	cursor: pointer;
}
.schedule-wrapper .days-wrapper {
	margin: 5px 0 0;
}
.schedule-wrapper .day-wrapper {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.2em;
}
.schedule-wrapper .day-wrapper:first-child {
	margin-top: 0;
}
.schedule-wrapper .date {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	color: #aaa;
	width: 100px;
}
.schedule-wrapper .value {
	display: inline-block;
	vertical-align: top;
}
.schedule-wrapper .time,
.schedule-wrapper .text {
	color: #eee;
}

.fixed-header {
    display: flex;
    width: 100%;
    height: 60px;
    margin: auto;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.98);
    transition: all 0.3s ease;
}
.fixed-header .container{
	display: flex;
	justify-content: space-between;
	width:100%;
	max-width:1200px;
	height:60px;
	margin: 0 auto;
	}
.fixed-header.is-fixed{
position: fixed;
top: 0;
background: #fff;
z-index: 10;
width: 100%;
box-sizing: border-box;
}
.fixed-header .column{
display: flex;
vertical-align: middle;
gap:10px;
}
#header .site-logo {
  text-align:center;
  padding: 10px;
}

#header .site-logo img {
	max-height: 40px;
}

#fixed-header .column.search {
	flex: 1;
}
.search-wrapper {
	flex: 1;
	position: relative;
	height: 40px;
	padding: 10px;
	z-index: 10;
	display: flex;
}

.search-wrapper form {
	display: flex;
	width: 100%;
}
.search-wrapper .text-input {
	flex: 1;
	display: block;
	height: 40px;
	padding: 12px 12px 12px 16px;
	border: 2px solid #e0e0e0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right: none;
	transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
	background: #fff;
	cursor: pointer;
	font-size: 16px;
	color: #424242;
}
.search-wrapper .text-input:focus {
	border-color: #3cfc0c;
	box-shadow: 0 0 8px rgba(33, 243, 96, 0.3);
}
.search-wrapper .text-input:hover {
	border-color: #9E9E9E;
}
.search-wrapper button {
	height: 40px;
	padding: 0 20px;
	background: #4CAF50 url(../img/search.svg) center center no-repeat;
	background-size: 24px;
	border: 2px solid #4CAF50;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: transparent;
	font-size: 0;
	cursor: pointer;
	transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.search-wrapper button:hover {
	background-color: #388E3C;
	border-color: #388E3C;
	box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}


.fixed-header .info-wrapper{
position: relative;
display: inline-block;
vertical-align: top;
}
.fixed-header .info-wrapper .info-block{
display:block;
padding: 10px;
}
.fixed-header .info-wrapper .info-block:hover{
background:#f5f5f5;
}
.fixed-header .info-wrapper .info-block .image-wrapper,
.fixed-header .info-wrapper .info-block .text-wrapper{
display: table-cell;
vertical-align: middle;
height: 40px;
position: relative;
}
.fixed-header .info-wrapper .info-block .image-wrapper .image{
display: inline-block;
width: 40px;
height: 40px;
background: transparent 50% no-repeat;
background-size: 32px;
}
.fixed-header .info-wrapper .info-block .text-wrapper{
padding: 0 0 0 0.75em;
white-space: nowrap;
text-align: center;
}
.fixed-header .info-wrapper .info-block .text-wrapper .info-header{
font-weight: bold;
}
.fixed-header .info-wrapper .info-block .text-wrapper .text{
margin: 4px 0 0;
font-size: 0.85em;
}


.fixed-header .info-wrapper.user-account .info-block .image-wrapper .image{
background-image: url('../img/user.png');
}
.fixed-header .info-wrapper.cart-wrapper.is-empty .info-block .image-wrapper .cart-count{
display: none;
}
.fixed-header .info-wrapper.cart-wrapper.is-empty .info-block .text-wrapper .text{
display: none;
}
.fixed-header .info-wrapper.cart-wrapper .info-block .image-wrapper .image{
background-image: url(../img/cart.png);
}
.fixed-header .info-wrapper.cart-wrapper .info-block .image-wrapper .cart-count{
position: absolute;
top: -2px;
right: -4px;
padding: 2px 4px;
background: #f00;
border-radius: 50%;
text-align: center;
font-size: 0.7em;
color: #fff;
}
.fixed-header .info-wrapper.compare-wrapper.is-empty{
display: none;
}
.fixed-header .info-wrapper.compare-wrapper .info-block .image-wrapper{
position: relative;
}
.fixed-header .info-wrapper.compare-wrapper .info-block .image-wrapper .image{
	background-image: url('../img/compare-link.png');
}
.fixed-header .info-wrapper.compare-wrapper .info-block .image-wrapper .compare-count {
    position: absolute;
    top: -4px;
    right: -6px;
    padding: 3px 6px;
    background: #ff4444;
    border-radius: 12px;
    text-align: center;
    font-size: 0.75em;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}


.breadcrumbs{
font-size: 1em;
min-height: 1em;
text-align:center;
margin-bottom:5px;
}
.breadcrumbs ul{margin:0;}
.breadcrumbs li{
margin: 0;
display: inline-block;
vertical-align: top;
}
.breadcrumbs li:first-child:before{
display: none;
}
.breadcrumbs li:first-child a{
padding-left: 0;
}
.breadcrumbs li:before{
content: "—";
padding: 0 0 0 4px;
}
.breadcrumbs li a{
text-decoration: none;
padding: 0 0 0 4px;
color: inherit;
}

.tags{
line-height: 1.2em;
}
.tags-list{text-align:center;}
.tags li{
display: inline !important;
font-size:12px;
}
.tags a{
color: #333;
display: inline-block;
padding: 4px 6px;
margin:2px;
background:#eee;
border-radius:4px;
height: 15px;
vertical-align: middle;
}
.tags a:hover{
background:#ddd;
}
.post-wrapper{
min-height:200px;
}
.post-wrapper .page-header{
line-height: 1em;
}
.post-wrapper .text-wrapper img,
.post-wrapper .text-wrapper iframe{
max-width: 100%;
}
.post-wrapper .album-wrapper{
margin: 1em 0 0;
border: 1em solid #f8f8f8;
padding: 1em;
white-space: nowrap;
font-size: 0;
}
.post-wrapper .album-wrapper .album-desc,
.post-wrapper .album-wrapper .album-image{
display: inline-block;
vertical-align: middle;
width: 49.99%;
font-size: 1em;
}
.post-wrapper .album-wrapper .album-desc{
white-space: normal;
word-wrap: break-word;
text-align: center;
}
.post-wrapper .album-wrapper .album-desc .sub-header,
.post-wrapper .album-wrapper .album-desc .album-name{
display: inline-block;
vertical-align: baseline;
}
.post-wrapper .album-wrapper .album-desc .sub-header{
text-transform: uppercase;
color: #777;
}
.post-wrapper .album-wrapper .album-image{
box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.1);
}
.post-wrapper .album-wrapper .album-image img{
width: 100%;
border-radius: 2px;
}
.post-wrapper .post-credentials{
display: table;
width: 100%;
table-layout: fixed;
margin: 1em 0 0;
border-top: 2px solid rgba(0,0,0,0.05);
padding: 1em 0 0;
box-sizing: border-box;
}
.post-wrapper .post-credentials .userpic-wrapper,
.post-wrapper .post-credentials .comment-link,
.post-wrapper .post-credentials .username,
.post-wrapper .post-credentials .date{
display: table-cell;
vertical-align: middle;
}
.post-wrapper .post-credentials .userpic-wrapper{
width: 3em;
}
.post-wrapper .post-credentials .userpic-wrapper .userpic-image{
width: 100%;
border-radius: 50%;
}
.post-wrapper .post-credentials .username{
padding-left: 0.5em;
}
.post-wrapper .post-credentials .date-wrapper{
text-align: right;
}
.post-wrapper .post-credentials .comment-link{
white-space: nowrap;
text-align: right;
}
.profile-wrapper .hint-wrapper{
margin: 1em 0;
padding: 1em;
border-radius: 2px;
}
.profile-wrapper .hint-wrapper.is-success{
color: #fff;
background: #6dca6d;
}
.profile-wrapper .wa-error-msg{
display: inline-block;
padding: 0.5em;
margin: 0.5em 0 0;
background: rgba(255,127,127,0.1);
border-radius: 2px;
}
.profile-wrapper .wa-form .wa-field{
padding: 5px 0;
width: 100%;
}
.profile-wrapper .wa-form .wa-field.button-block{
padding-top: 1em;
}
.profile-wrapper .wa-form .wa-field.button-block input + input{
margin-left: 1em;
}
.profile-wrapper .wa-form .wa-field .wa-name{
font-weight: bold;
padding:5px 0;
}
.profile-wrapper .wa-form .wa-field .wa-submit a{
line-height: 2em;
}
.profile-wrapper .wa-form .wa-field .wa-value a + p{
margin-top: 0;
}
.profile-wrapper .wa-form .wa-field .wa-value .field{
margin: 1em 0 0;
display: block;
}
.profile-wrapper .wa-form .wa-field .wa-value .field:first-child{
margin-top: 0;
}
.profile-wrapper .wa-form .wa-field .wa-value .field > span{
font-weight: bold;
color: #444;
}
.profile-wrapper .wa-form .wa-field .wa-value .field select{
margin: 0 0 0 8px;
}
.page-section{
background: #fff;
padding:10px;
}
#admin-buttons{
position:fixed;
right:20px;
top:80px;
}
#admin-buttons a{
opacity:0.5;
display:block;
width:32px;
height:32px;
background:#fff url('../img/edit.png') center center no-repeat;
box-shadow:0 0 10px #777;
border-radius:50%;
}
#admin-buttons a:hover{opacity:1;}

#home-link{
display: none;
font-weight: bold;
content: "";
height: 40px;
width: 40px;
margin: 0;
padding:10px;
cursor:pointer;
vertical-align: middle;
background: url('../img/home.png')  center center no-repeat;
background-size:32px 32px;
background-position:center center;
}
.errormsg{
color: #f00;
display: block;
}
.user-content{line-height: 1.5em;min-height:200px;}
.user-content ul, .user-content ol{margin: 1em 0 1em 2em;}
.user-content ul li{list-style: disc;}
.user-content ol li{list-style: decimal;}



.socialki{display: block; margin:0; padding:5px; text-align: center;}
.socialki li{
margin: 0;
display: inline-block;
vertical-align: top;
}
.socialki a {
    display: block;
    width: 32px;
    height: 32px;
    max-width: 100%;
    background-size: 100%;
}

.socialki a.facebook {
	background-image: url('../img/social/fb.svg');
}
.socialki a.instagram{
	background-image: url('../img/social/instagram.svg');
}
.socialki a.ok{
	background-image: url('..img/social/ok.svg');
}
.socialki a.telegram {
	background-image: url('../img/social/telegram.svg');
}
.socialki a.vk {
	background-image: url('../img/social/vk.svg');
}
.socialki a.youtube {
	background-image: url('../img/social/youtube.svg');
}
.socialki a.twitter {
	background-image: url('../img/social/twitter.svg');
}


i.icon16{
position: relative;
top: 2px;
display: inline-block;
vertical-align: baseline;
height: 16px;
width: 16px;
margin: 0 4px;
text-indent: -9999px;
text-decoration: none !important;
background-size: 16px 16px;
}
i.icon16.color{
border-radius: 50%;
border: 1px solid rgba(0,0,0,0.2);
width: 16px;
height: 16px;
background-image: none;
}
i.icon16.star, i.icon16.star-full, i.icon16.star-empty:hover, i.icon16.star-hover{
	background-image: url('../img/star/full.png');
}
i.icon16.star-half {
	background-image: url('../img/star/half.png');
}
i.icon16.star-empty{
	background-image: url('../img/star/empty.png');
}
i.icon16.compare{
	background-image: url('../img/compare.png');
}
i.icon16.compare.active{
	background-image: url('../img/compare-active.png');
}
i.icon16.like {
	background-image: url('../img/like.png');
}
i.icon16.remove{
	background-image: url('../img/remove.png');
}
i.icon16.loading{background-image: url("../img/loading32.gif");background-size: 16px 16px;}
.auth-type-wrapper li{
display: inline-block;
padding:10px;
}
.auth-type-wrapper li a{
display: table-cell;
vertical-align:middle;
}
.auth-type-wrapper li a img{
padding-right:10px;
vertical-align:middle;
}
.wa-auth-adapters ul{
padding: 0;
min-height: 16px;
}
.wa-auth-adapters ul li{
list-style: none;
float: left;
padding: 0 15px 0 0;
}
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span{
display: block;
padding: 0 5px;
}
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img{
position: relative;
top: 4px;
margin-right: 3px;
}
.wa-auth-adapters p{
color: #888;
font-size: 0.9em;
width: 80%;
}
.wa-auth-adapters.wa-connect{margin-top: 20px;}
.wa-captcha{margin: 1em 0;}
.wa-captcha p{margin: 0;}
.wa-captcha p + p{margin: 0.5em 0 0;}
.wa-captcha p img{
height: 36px;
display: inline-block;
vertical-align: middle;
border-radius: 2px;
}
.wa-captcha strong{
font-size: 1.2em;
}
.wa-captcha .wa-captcha-refresh{
font-size: 0.8em;
text-decoration: underline;
color: #aaa;
}
.wa-captcha .wa-captcha-input{
display: inline-block !important;
}
.wa-captcha .errormsg{
display: inline-block;
margin-left: 10px;
}

.mynav-list li {
display:inline-block;
margin:5px;
}
.mynav-list li a {
display: block;
font-weight: bold;
background:#fff;
padding: 10px;
text-align:center;
box-shadow:2px 2px 6px #aaa;
border-radius: 5px;
}
.mynav-list li.is-selected a {
box-shadow:2px 2px 6px #777;
}

.index-text {
display:block;
font-size:16px;
text-align:center;
color: #090;
font-weight:bold;
background:#fff;
box-shadow:2px 2px 3px #090;
padding:10px;
margin:10px 10px;
border-radius:5px;
}

/*Mobile*/
@media screen and (max-width: 800px){
	.fixed-container.is-fixed {
		width: 100%;
		box-sizing: border-box;
	}
	.fixed-header .text-wrapper {
		display: none !important;
	}
	.fixed-header .info-wrapper .info-block {
		padding: 10px;
	}
	#home-slider {
		height: 200px !important;
	}
	.fixed-header .column.right {
		display: flex;
		height: 60px;
		justify-content: space-around;
		align-items: center;
		text-align: center;
		z-index: 999;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #fff;
		box-shadow: 0 -2px 15px rgba(0,0,0,0.15);
		border-top: 1px solid #e5e5e5;
		transition: all 0.3s ease-in-out;
	}    
	#home-link {
		display: block;
	}    
	.affiliate {
		font-size: 0.75rem;
		line-height: 1.2;
	}
	.footer .footer-columns {
		display: block;
	}


}/*Wide*/
@media screen and (min-width: 1200px){

}