@import url('https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C300%2C700%2C800&subset=latin%2Ccyrillic');

div#menu-banner
{
margin-top: 230px;
text-align: center;
}

div#menu-banner a
{
display: inline-block;
padding: 10px 25px;
margin: 0px 10px;
background: #50A095;
color: #FFFFFF;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
line-height: 14px;
font-weight: 700;
transition: all 0.15s;
}

div#menu-banner a.selected
{
text-decoration: underline;
}

div#menu-banner a:hover
{
background: #FFFFFF;
color: #50A095;
}


*
{
margin: 0px;
padding: 0px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 14px;
border: none;
box-sizing: border-box;
color: #555;
}

body
{
background: url(assets/img/bg.png) center repeat-y #EEEEEE;
}

h1, h2, h3, h4
{
color: #50A095;
color: #B00000;
font-weight: 800;
text-transform: uppercase;
}

h1
{
font-size: 36px;
line-height: 36px;
}

h2
{
font-size: 24px;
line-height: 24px;
margin-top: 30px;
}

h3
{
font-size: 20px;
line-height: 20px;
margin-top: 30px;
}

h4
{
font-size: 16px;
line-height: 16px;
margin-top: 30px;
}

a
{
color: #50A095;
transition: all 0.15s;
}

a:hover
{
color: #005E55;
}

p
{
lene-height: 30px;
margin-top: 30px;
}

hr
{
border-top: solid 1px #50A095;
width: 325px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

strong
{
font-weight: 700;
color: #50A095;
}

input[type=button], input[type=submit], input[type=reset]
{
padding: 5px 15px;
border: none;
background: #05A095;
color: #FFFFFF;
font-weight: 700;
font-size: 14px;
cursor: pointer;
text-transform: uppercase;
}

input[type=text], textarea, select
{
width: 250px;
padding: 5px;
border: solid 1px;
}

textarea
{
height: 150px;
overflow: auto;
}

input[type=button].stop
{
background: #B00000;
}

div#page
{
width: 1000px;
margin-left: auto;
margin-right: auto;
}

div#head
{
margin-top: 30px;
margin-left: auto;
margin-right: auto;
width: 940px;
}

a#logo
{
display: block;
width: 580px;
height: 100px;
float: left;
}

div#basket
{
width: 300px;
float: right;
}

div#basket *
{
font-size: 14px;
}

div#basket img
{
float: right;
margin-left: 30px;
margin-top: 0px;
position: relative;
top: -21px;
}

div#basket p
{
margin-top: 0px;
text-align: right;
}

div#basket p strong
{
font-weight: 800px;
color: #B00000;
}

div#basket a span
{
color: #FFFF00;
display: block;
position: absolute;
width: 20px;
height: 20px;
border: solid 2px;
border-radius: 10px;
text-decoration: none;
overflow: hidden;
font-size: 12px;
font-weight: 800;
margin-left: 273px;
margin-top: 45px;
line-height: 12px;
padding-top: 1px;
text-align: center;
}

div#banner
{
margin-top: 30px;
margin-left: auto;
margin-right: auto;
width: 1000px;
height: 285px;
background: url(assets/img/banner.png) center no-repeat;
overflow: hidden;
}

div#search
{
}

div#search p
{
text-align: center;
}

div#search p input
{
font-size: 14px;
}

div#search p input[type=text]
{
border: none;
border-bottom: solid 1px #AAAAAA;
padding: 5px 15px;
width: 350px;
margin: 0px 15px;
}

div#search p input[type=submit]
{
border: none;
background: #05A095;
color: #FFFFFF;
padding: 5px 15px;
cursor: pointer;
font-weight: 700;
}

div#content
{
margin-top: 30px;
margin-left: auto;
margin-right: auto;
width: 940px;
}

div#footer
{
margin-top: 30px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
width: 940px;
}

div#footer p, div#footer p a
{
margin-top: 0px;
font-size: 14px;
font-weight: 300;
}

div#footer p
{
color: #888;
}

div#footer p#copyright
{
width: 245px;
float: left;
}

div#footer p#contact
{
width: 450px;
float: left;
text-align: center;
}

div#footer p#vector
{
width: 245px;
float: right;
text-align: right;
}

.clear
{
clear: both;
}

.alert
{
color: #B00000;
}

a.button
{
display: inline-block;
padding: 10px 25px;
color: #FFFFFF;
background: #05A095;
text-transform: uppercase;
text-decoration: none;
font-size: 14px;
font-weight: 700;
transition: all 0.15s ease 0s;
}

a.button:hover
{
background: #005E55;
}

a.stop
{
background: #B00000;
}

a.stop:hover
{
background: #500000;
}

table.normal
{
margin-top: 30px;
border-collapse: collapse;
width: 100%;
}

table.normal td
{
padding: 5px;
border: solid 1px;
width: auto;
text-align: center;
}

table.normal thead td
{
background: #DDDDDD;
font-weight: 700;
}

p.toolset
{
margin-top: 30px;
text-align: center;
}

p.error-message
{
color: #B00000;
padding: 30px;
border: solid 1px;
background: #EEE;
text-align: center;
font-weight: 700;
}

input[type=text].invalid, select.invalid
{
color: #FF0000;
background: #FFEEEE;
}

input[type=radio].invalid + label
{
color: #FF0000;
}

div#social
{
margin-top: 30px;
text-align: center;
}

div.yashare-auto-init
{
display: inline-block;
}

div#important
{
margin: 30px auto 0px auto;
padding: 25px;
width: 940px;
text-align: center;
color: #FFFFFF;
background: #B00000;
font-weight: 700;
text-transform: uppercase;
text-align: center;
font-size: 24px;
line-height: 36px;
}


.page-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 32px;
	padding-bottom: 52px
}

.page-nav a.page-numbers,
.page-nav span.page-numbers {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #b9b8b8;
	color: #000;
	font-size: 16px;
	line-height: 29px;
	padding: 0 5px;
	margin: 5px 5px;
	min-width: 33px;
	text-align: center;
	text-decoration: none
}

.page-nav a.page-numbers:hover {
	background: #50A095;
	border-color: #50A095;
	color: #000;
	font-weight: 700;
	text-decoration: none
}

.page-nav span.current {
	background: #50A095;
	border-color: #50A095;
	color: #000;
	font-weight: 700
}

.page-nav span.dotts {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	vertical-align: top;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 5px 5px;
	text-align: center;
	text-decoration: none
}

.entry-title {
	margin-bottom: 10px;
}

.post-item {
	margin-bottom: 10px;
}

.post-item .entry-title {
font-size: 42px;
color: #05A095;
font-weight: 800;
transition: all 0.15s;
}


.entry-content img {
	max-width: 100%;
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}