/*
Theme Name: Dogs
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Version: 100.0
*/
@font-face {
	font-family: Calibri;
    src: local("Calibri"),
         url(fonts/calibrir.ttf);
 }
@font-face {
	font-family: "Calibri Italic";
    src: local("Calibri"),
         url(fonts/calibrii.ttf);
	font-style: italic;
 }
@font-face {
    font-family: "Calibri Bold";
    src: local("Calibri"),
         url(fonts/calibrib.ttf);
	font-weight: bold;
}
@font-face {
	font-family: "Calibri Bold Italic";
    src: local("Calibri"),
         url(fonts/calibriz.ttf);
	font-style: italic;
	font-weight: bold;
 }
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: Calibri, Candara, Segoe UI, Optima, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow-x: hidden;
}
input[type=text], input[type=email], textarea {
	font-family: Calibri, Candara, Segoe UI, Optima, Arial, sans-serif;
	font-size: 16px;
}
button, input[type=submit]{
	-webkit-appearance: none;
}
.inner {
	min-width: 280px;
	max-width: 1040px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #3b78b9;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}

.content h1{
	color: #3b78b9;
	font-size: 30pt;
	margin: 0 0 0 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.btn-1{
	display: inline-block;
	min-width: 143px;
	padding: 15px 15px 16px;
	border-radius: 30px;
	background: #3b78b9;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
}
.btn-1:hover{
	background: rgb(59,119,184);
	background: -moz-linear-gradient(top,  rgba(59,119,184,1) 0%, rgba(49,91,136,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(59,119,184,1) 0%,rgba(49,91,136,1) 100%);
	background: linear-gradient(to bottom,  rgba(59,119,184,1) 0%,rgba(49,91,136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b77b8', endColorstr='#315b88',GradientType=0 );
}
.btn-1:active{
	background: rgb(58,118,182);
	background: -moz-linear-gradient(top,  rgba(58,118,182,1) 0%, rgba(59,119,184,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(58,118,182,1) 0%,rgba(59,119,184,1) 100%);
	background: linear-gradient(to bottom,  rgba(58,118,182,1) 0%,rgba(59,119,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a76b6', endColorstr='#3b77b8',GradientType=0 );
}
.btn-2{
	display: inline-block;
	min-width: 173px;
	padding: 14px 25px 15px;
	border-radius: 30px;
	background: #8dacc6;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
}
.btn-2:hover{
	background: rgb(141,172,198);
	background: -moz-linear-gradient(top,  rgba(141,172,198,1) 0%, rgba(100,123,143,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(141,172,198,1) 0%,rgba(100,123,143,1) 100%);
	background: linear-gradient(to bottom,  rgba(141,172,198,1) 0%,rgba(100,123,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dacc6', endColorstr='#647b8f',GradientType=0 );
}
.btn-2:active{
	background: rgb(141,172,198);
	background: -moz-linear-gradient(top,  rgba(141,172,198,1) 0%, rgba(130,157,179,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(141,172,198,1) 0%,rgba(130,157,179,1) 100%);
	background: linear-gradient(to bottom,  rgba(141,172,198,1) 0%,rgba(130,157,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dacc6', endColorstr='#829db3',GradientType=0 );
}
.btn-3{
	display: inline-block;
	min-width: 175px;
	padding: 12px 15px 16px;
	border: none;
	border-radius: 30px;
	background: #3add50;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
}
.btn-3:hover{
	background: rgb(58,221,80);
	background: -moz-linear-gradient(top,  rgba(58,221,80,1) 0%, rgba(66,182,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(58,221,80,1) 0%,rgba(66,182,81,1) 100%);
	background: linear-gradient(to bottom,  rgba(58,221,80,1) 0%,rgba(66,182,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3add50', endColorstr='#42b651',GradientType=0 );
}
.btn-3:active{
	background: rgb(49,231,73);
	background: -moz-linear-gradient(top,  rgba(49,231,73,1) 0%, rgba(58,221,80,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(49,231,73,1) 0%,rgba(58,221,80,1) 100%);
	background: linear-gradient(to bottom,  rgba(49,231,73,1) 0%,rgba(58,221,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31e749', endColorstr='#3add50',GradientType=0 );
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	min-height: 65px;
}
.header .inner {
	position: relative;
}
.header-logo{
	width: 150px;
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
}
.header-logo img{
	float: left;
	margin-top: 3px;
}
.header-logo-text{
	padding-left: 58px;
	font-size: 16px;
	font-weight: bold;
	color: #3b78b9;
}
.header-nav{
	padding-left: 240px;
}
.header-nav > ul{
	display: table;
	white-space: nowrap;
	text-align: center;
}
.header-nav > ul > li{
	display: table-cell;
	width: 1000px;
	position: relative;
}
.header-nav > ul > li > a{
	display: block;
	padding: 24px 10px 25px;
	font-weight: bold;
	text-decoration: none;
	color: #667c91;
}
.header-nav > ul > li:hover{
	background: #3a76b6;
	color: #fff;
}
.header-nav > ul > li.menu-item-has-children:hover{
	-webkit-box-shadow: inset 0px -1px 1px 0px rgba(60,107,158,1);
	-moz-box-shadow: inset 0px -1px 1px 0px rgba(60,107,158,1);
	box-shadow: inset 0px -1px 1px 0px rgba(60,107,158,1);
}
.header-nav > ul > li:hover > a{
	color: #fff;
}
.header-nav > ul > li > ul{
	display: none;
	position: absolute;
	background: #fff;
	z-index: 5;
	text-align: left;
}
.header-nav > ul > li:hover > ul{
	display: block;
}
.header-nav > ul > li > ul > li > a{
	display: block;
	width: 150px;
	padding: 17px 14px;
	text-decoration: none;
	color: #667c91;
}
.header-nav > ul > li > ul > li > a:hover{
	background: #3b77b8;
	color: #fff;
}
.touch-menu{
	display: none;
}

.breadcrumbs{
	padding: 26px 0 28px;
	background: #f1f1f1;
	font-size: 24px;
	font-weight: bold;
	color: #667c91;
	margin-bottom: 42px;
}
.breadcrumbs a,.breadcrumbs span,.breadcrumbs h1{
	display: inline-block;
	text-decoration: none;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle{
	min-width: 280px;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
.middle:after{
	display: table;
	clear: both;
	content: '';
}
.container{
	width: 100%;
	float: left;
}
.content{
	padding: 0 294px 44px 0;
}
.post-main-img img{
	border-radius: 15px 15px 0 0;
	display: block;
	width: 100%;
}
.post-content{
	padding: 20px 20px 23px 0;
}
.page-content{
	padding: 33px 30px 23px 20px;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
}

.post-item-excerpt{
	font-size: 12pt !important;
    line-height: 14pt !important;
}

.post-body{
	color: #000;
	font-size: 14pt;
	line-height: 17pt;
}
.post-body p{
	margin-bottom: 16px;
}
.post-body h2{
	font-size: 24px;
	font-weight: bold;
	color: #3b78b9;
	letter-spacing: -0.1px;
	margin: 20px 0 10px 0;
}
.post-body h3{
	font-size: 18px;
	font-weight: bold;
	color: #3b78b9;
	letter-spacing: -0.1px;
	margin-bottom: 16px;
}
.post-body img{
	border-radius: 15px;
}
.post-body blockquote{
	border-radius: 15px;
	background: #3b78b9 url(images/warning.png) no-repeat 27px center;
	color: #fff;
	padding: 29px 20px 33px 84px;
	margin-bottom: 24px;
}
.post-body blockquote p{
	margin-bottom: 0;
}
.post-body strong{
	color: #3b78b9;
}
.post-body ul{
	list-style: disc inside;
	margin-bottom: 20px;
}
.post-body ol{
	list-style: decimal inside;;
	margin-bottom: 20px;
}
.post-info{
	padding: 14px 20px 16px 22px;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	font-size: 13px;
	margin-bottom: 20px;
}
.post-info-date{
	display: block;
	float:left;
	min-height: 14px;
	background: url(images/info-1.png) no-repeat 0 1px;
	padding-left: 19px;
	margin-right: 31px;
}
.post-info-cat{
	display: block;
	float:left;
	min-height: 14px;
	margin-right: 31px;
}
.post-info-views{
	display: block;
	float:right;
	min-height: 14px;
	background: url(images/info-2.png) no-repeat 0 1px;
	padding-left: 19px;
	margin-right: 31px;
}
.post-info-comments{
	display: block;
	float:right;
	min-height: 14px;
	background: url(images/info-3.png) no-repeat 0 1px;
	padding-left: 19px;
}
#toc_container{
	max-width: 340px !important;
	box-sizing: border-box !important;
	padding: 10px 0 20px !important;
	background: #ecfbff !important;
	border: none !important;
	border-radius: 10px !important;
	margin-bottom: 30px !important;
}
#toc_container .toc_title{
	font-size: 18px !important;
	font-weight: bold !important;
	color: #667c91 !important;
	text-align: center !important;
	margin-bottom: 11px !important;
}
#toc_container .toc_list{
	list-style: none !important;
	padding: 0 26px !important;
	margin: 0 !important;
}
.similar-post{
	padding: 14px 20px 14px 0;
}
.similar-post-headline{
	font-size: 35px;
	font-weight: bold;
	color: #3b78b9;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 37px;
}
.btn-post{
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: #3a76b7;
	position: absolute;
	right: 20px;
	bottom: -30px;
	border-radius: 50%;
}
.btn-post:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(images/icon-dog.png) no-repeat center;
	-webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}
.btn-post:hover{
	background: rgb(59,119,184);
	background: -moz-linear-gradient(top,  rgba(59,119,184,1) 0%, rgba(49,91,136,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(59,119,184,1) 0%,rgba(49,91,136,1) 100%);
	background: linear-gradient(to bottom,  rgba(59,119,184,1) 0%,rgba(49,91,136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b77b8', endColorstr='#315b88',GradientType=0 );
}
.btn-post:hover:after{
	-moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(20deg);
}
.btn-post:active{
	background: rgb(58,118,182);
	background: -moz-linear-gradient(top,  rgba(58,118,182,1) 0%, rgba(59,119,184,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(58,118,182,1) 0%,rgba(59,119,184,1) 100%);
	background: linear-gradient(to bottom,  rgba(58,118,182,1) 0%,rgba(59,119,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a76b6', endColorstr='#3b77b8',GradientType=0 );
}
.post-list-1 .post-item{
	font-size: 16px;
	margin-bottom: 42px;
}
.post-list-1 .post-item-img{
	position: relative;
	display: block;
	
}
.post-list-1 .post-item-img img{
	border-radius: 15px 15px 0 0;
	display: block;
	width: 100%;
}
.post-list-1 .post-item-content{
	overflow: hidden;
	padding: 12px 20px 15px;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.post-list-1 .post-item-cat{
	height: 20px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-list-1 .post-item-title{
	margin-bottom: 6px;
}
.post-list-1 .post-item-title a{
	font-size: 24px;
	font-weight: bold;
	color: #3b78b9;
}
.post-list-1 .post-item-excerpt{
	
}
.post-list-1 .post-info{
	border-radius: 0 0 15px 15px;
}
.post-list-2{
	margin: 0 -25px;
	font-size: 0;
}
.post-list-2 .post-item{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 25px;
	font-size: 14px;
}
.post-list-2 .post-item-img{
	position: relative;
	display: block;
	
}
.post-list-2 .post-item-img img{
	border-radius: 15px 15px 0 0;
	display: block;
	
}
.post-list-2 .post-item-content{
	height: 200px;
	overflow: hidden;
	padding: 12px 20px;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.post-list-2 .post-item-cat{
	height: 20px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-list-2 .post-item-title{
	margin-bottom: 9px;
}
.post-list-2 .post-item-title a{
	font-size: 18px;
	font-weight: bold;
	color: #3b78b9;
}
.post-list-2 .post-item-excerpt{
	
}
.post-list-2 .post-info{
	border-radius: 0 0 15px 15px;
}
.post-list-3{
	margin: 0 -13px;
	font-size: 0;
}
.post-list-3 .post-item{
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	box-sizing: border-box;
	padding: 0 13px;
	font-size: 14px;
}
.post-list-3 .post-item-img{
	position: relative;
	display: block;
	
}
.post-list-3 .post-item-img img{
	border-radius: 15px 15px 0 0;
	display: block;
	
}
.post-list-3 .post-item-content{
	height: 200px;
	overflow: hidden;
	padding: 12px 20px;
	background: #fff;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.post-list-3 .post-item-cat{
	height: 23px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-list-3 .post-item-title{
	margin-bottom: 9px;
}
.post-list-3 .post-item-title a{
	font-size: 24px;
	line-height: 21px;
	font-weight: bold;
	color: #3b78b9;
}
.post-list-3 .post-item-excerpt{
	line-height: 16px;
}
.post-list-3 .post-info{
	background: #fff;
	border-radius: 0 0 15px 15px;
}
.post-list-3 .post-info-views{
	margin-right: 10px;
}
.pagination span,.pagination a{
	display: inline-block;
	min-width: 44px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #667c91;
	padding: 13px 6px 15px;
	text-align: center;
	border-radius: 9px;
	margin-right: 7px;
}
.pagination span,.pagination a:hover{
	background: #3b78b9;
	color: #fff;
}
.commentlist{
	margin-bottom: 9px;
}
.comment-form-section{
	border: 1px solid #f1f1f1;
	padding-bottom: 17px;
	border-radius: 15px;
}
.commentlist .comment-inner{
	padding: 7px 21px 8px;
	border-bottom: 1px solid #f1f1f1;
}
.commentlist > li:first-child > .comment-inner{
	padding-top: 20px;
}
.commentlist li li .comment-inner{
	padding-left: 108px;
}
.comment-avatar{
	float: left;
	padding-top: 3px;
	width: 71px;
	margin-right: 15px;
}
.comment-avatar img{
	border-radius: 50%;
	display: block;
}
.comment-info{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	margin-bottom: 5px;
}
.comment-author{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #3b78b9;
	margin-right: 20px;
}
.comment-date{
	float: right;
	padding-top: 5px;
	font-size: 12px;
	color: #8dacc6;
}
.comment-text{
	padding-left: 88px;
	line-height: 14px;
	margin-bottom: 6px;
}
.comment-bottom{
	padding-left: 88px;
}
.replylink span{
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #3b78b9;
}

.comment-form-title{
	font-size: 24px;
	font-weight: bold;
	color: #3b78b9;
	margin-bottom: 20px;
}

.comment-respond{
	padding: 10px 20px;
}
.comment-respond textarea{
	width: 100%;
	height: 234px;
	border: 1px solid #f1f1f1;
	border-radius: 15px;
	background: #ecfbff;
	box-sizing: border-box;
	padding: 12px 22px;
	margin-bottom: 19px;
}
.input-block{
	display: inline-block;
	margin-bottom: 26px;
}
.input-block label{
	display: block;
	font-size: 18px;
	padding-left: 8px;
	margin-bottom: 5px;
}
.comment-respond input[type=text],.comment-respond input[type=email]{
	width: 196px;
	height: 39px;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	background: #ecfbff;
	box-sizing: border-box;
	padding: 0 8px;
	margin-right: 22px;
}
.comment-respond input[type=text].author{
	width: 143px;
}
.comment-respond input[type=submit]{
	display: inline-block;
	height: 45px;
	background: #3b78b9;
	border: none;
	border-radius: 23px;
	padding: 0 47px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.comment-respond input[type=submit]:hover{
	background: rgb(59,119,184);
	background: -moz-linear-gradient(top,  rgba(59,119,184,1) 0%, rgba(49,91,136,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(59,119,184,1) 0%,rgba(49,91,136,1) 100%);
	background: linear-gradient(to bottom,  rgba(59,119,184,1) 0%,rgba(49,91,136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b77b8', endColorstr='#315b88',GradientType=0 );
}
.comment-respond input[type=submit]:active{
	background: rgb(58,118,182);
	background: -moz-linear-gradient(top,  rgba(58,118,182,1) 0%, rgba(59,119,184,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(58,118,182,1) 0%,rgba(59,119,184,1) 100%);
	background: linear-gradient(to bottom,  rgba(58,118,182,1) 0%,rgba(59,119,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a76b6', endColorstr='#3b77b8',GradientType=0 );
}
.logged-in-as{
	margin-bottom: 10px;
}
.allpost{
	padding-top: 22px;
}
.allpost-item{
	margin-bottom: 40px;
}
.allpost h3{
	padding: 8px 22px 13px;
	background: #3b78b9;
	font-size: 24px;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.allpost ul{
	/*max-height: 330px;*/
	overflow: hidden;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-radius: 0 0 10px 10px;
}
.allpost li a{
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	height: 44px;
	padding: 0 22px;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.allpost li:hover{
	background: #ecfbff;
	border: 1px solid #ecfbff;
}
.allpost .slick-list.draggable{
	height: auto !important;
	max-height: 329px;
}
.page-content .aboutus-img{
	margin: -53px -38px 0 0;
}
.rek-blocks{
	padding-top: 40px;
}
.rek-item{
	margin-bottom: 43px;
}
.rek-headline{
	padding: 9px 22px 12px;
	background: #3b78b9;
	font-size: 24px;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.rek-list{
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-radius: 0 0 10px 10px;
}
.rek-list li{
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	min-height: 44px;
	padding: 0 22px;
	border-bottom: 1px solid #f1f1f1;
}
.rek-item strong{
	color: #fff;
}
.rek-buttons{
	margin-bottom: 10px;
}
.rek-buttons a{
	margin: 0 18px 9px 0;
}

.home-slider{
	height: 626px;
	overflow: hidden;
}
.home-slide{
	background-repeat: no-repeat;
	background-position: right center;
}
.home-slide-content{
	max-width: 500px;
	height: 626px;
	box-sizing: border-box;
	padding-bottom: 10px;
	margin: auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-slide-title{
	margin-bottom: 10px;
	font-size: 50px;
	font-weight: bold;
	color: #3b78b9;
	text-transform: uppercase;
	letter-spacing: -0.2px;
}
.home-slide-text{
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 19px;
}
.home-slide-link{
	
}
.home-slider .slick-arrow{
	width: 28px;
	height: 51px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	z-index: 4;
	cursor: pointer;
}
.home-slider .slick-arrow.slick-prev{
	left: 15%;
	background-position: left top;
}
.home-slider .slick-arrow.slick-next{
	right: 15%;
	background-position: right top;
}
.home-slider .slick-arrow.slick-prev:hover{
	background-position: left center;
}
.home-slider .slick-arrow.slick-next:hover{
	background-position: right center;
}
.home-slider .slick-arrow.slick-prev:active{
	background-position: left bottom;
}
.home-slider .slick-arrow.slick-next:active{
	background-position: right bottom;
}
.home-cats .tabs{
	display: table;
	width: 100%;
}
.home-cats .tabs .tab{
	display: table-cell;
	width: auto;
	height: 201px;
	font-size: 20px;
	font-weight: bold;
	color: #667c91;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 50px;
	cursor: pointer;
	border-right: 1px solid #f1f1f1;
}
.home-cats .tabs .tab:first-child{
	border-left: 1px solid #f1f1f1;
}
.home-cats .tabs .tab.active{
	background-color: #ecfbff;
	color: #3b78b9;
}
.home-cats .tabs .tab div{
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    vertical-align: middle;
	width: 1300px;
	padding-top: 126px;
}
.home-cats .tab-content{
	padding: 42px 0 20px;
	background: #ecfbff;
}
.home-cats .tab-item{
	display: none;
}
.home-cats .tab-item:first-child{
	display: block;
}
.home-post-all{
	padding: 22px 0;
	text-align: center;
}
.home-section-3{
	padding: 37px 0 20px;
}
.home-popular-headline{
	margin-bottom: 37px;
	font-size: 35px;
	font-weight: bold;
	color: #3b78b9;
	text-align: center;
	text-transform: uppercase;
}
.home-section-4{
	background: #3b78b9;
}
.home-subscribe{
	padding: 31px 12px 41px 0;
	text-align: center;
	letter-spacing: -0.3px;
	position: relative;
}
.home-subscribe:after{
	content: '';
	display: block;
	width: 247px;
	height: 246px;
	background: url(images/subscr.png) no-repeat;
	position: absolute;
	right: -55px;
	bottom: 0;
}
.home-subscribe-headline{
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 33px;
}
.home-subscribe-form{
	padding-right: 40px;
}
.home-subscribe-form input[type=email]{
	display: inline-block;
	vertical-align: middle;
	width: 471px;
	height: 49px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 22px;
	margin: 0 10px;
	border: none;
	border-radius: 25px;
}
.home-subscribe-form .ml-error input[type=email]{
	border:1px solid red;
	padding-right: 70px;
}
.home-subscribe-form .ml-error span:after{
	content: 'ошибка';
	position: absolute;
	right: 20px;
    top: 4px;
	color: red;
}
.home-subscribe-form .btn-3{
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	height: 45px;
}
.contact-form textarea{
	width: 100%;
	height: 234px;
	border: 1px solid #f1f1f1;
	border-radius: 15px;
	background: #ecfbff;
	box-sizing: border-box;
	padding: 12px 22px;
	margin-bottom: 19px;
}
.contact-form input[type=text],.contact-form input[type=email]{
	width: 196px;
	height: 39px;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	background: #ecfbff;
	box-sizing: border-box;
	padding: 0 8px;
	margin-right: 22px;
}
.contact-form input[type=text].author{
	width: 143px;
}
.contact-form input[type=submit]{
	display: inline-block;
	height: 45px;
	background: #3b78b9;
	border: none;
	border-radius: 23px;
	padding: 0 47px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.contact-form input[type=submit]:hover{
	background: rgb(59,119,184);
	background: -moz-linear-gradient(top,  rgba(59,119,184,1) 0%, rgba(49,91,136,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(59,119,184,1) 0%,rgba(49,91,136,1) 100%);
	background: linear-gradient(to bottom,  rgba(59,119,184,1) 0%,rgba(49,91,136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b77b8', endColorstr='#315b88',GradientType=0 );
}
.contact-form input[type=submit]:active{
	background: rgb(58,118,182);
	background: -moz-linear-gradient(top,  rgba(58,118,182,1) 0%, rgba(59,119,184,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(58,118,182,1) 0%,rgba(59,119,184,1) 100%);
	background: linear-gradient(to bottom,  rgba(58,118,182,1) 0%,rgba(59,119,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a76b6', endColorstr='#3b77b8',GradientType=0 );
}

input[type=text].wpcf7-not-valid,input[type=email].wpcf7-not-valid{
	border: 1px solid red;
}
.wpcf7-not-valid-tip{
	position: absolute;
	font-size: 16px;
	top: 2px;
	left: 9px;
	background: #ecfbff;
	z-index: 1;
}
.photo-container{
	font-size: 0;
	margin: 0 -14px;
}
.photo-col{
	display: inline-block;
	vertical-align: top;
	width: 33.333333333%;
	box-sizing: border-box;
	padding: 0 14px 42px;
	font-size: 16px;
}
.photo-item{
	display: block;
	margin: 0 auto;
	max-width: 266px;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	overflow: hidden;
}
.photo-img img{
	display: block;
	width: 100%;
}
.photo-name{
	height: 43px;
	background: #ecfbff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #3b78b9;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 266px;
	margin-left: -266px;
	position: relative;
}
.widget{
	margin-bottom: 46px;
}
.widget-title{
	padding: 12px 10px 13px;
	background: #3b78b9;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.widget_nav_menu ul{
	border: 1px solid #f1f1f1;
}
.widget_nav_menu li a{
	display: block;
	line-height: 16px;
	padding: 12px 20px 16px;
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
	color: #667c91;
}
.widget_nav_menu li:last-child a{
	border-bottom: none;
}
.widget_nav_menu li a:hover{
	background: #ecfbff;
	color: #3b78b9;
}
.widget_nav_menu ul ul{
	display: none;
}
.widget_text > div:not(.widget-title){
	padding: 10px 11px;
	border: 1px solid #f1f1f1;
}
.widget ul.wpp-list{
	border: 1px solid #f1f1f1;
}
.widget ul.wpp-list li a{
	display: block;
	line-height: 16px;
	padding: 12px 20px 16px;
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
	color: #667c91;
}
.widget ul.wpp-list li:last-child a{
	border-bottom: none;
}
.widget ul.wpp-list li a:hover{
	background: #ecfbff;
	color: #3b78b9;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: #ecfbff;
	position: relative;
}
.footer-logo{
	float: left;
	width: 31.5%;
	box-sizing: border-box;
	padding-top: 27px;
	margin-bottom: 7px;
}
.footer-logo img{
	float: left;
	margin-top: 3px;
}
.footer-logo-text{
	width: 270px;
	box-sizing: border-box;
	padding: 15px 0 0 111px;
	font-size: 24px;
	font-weight: bold;
	color: #8dacc6;
}
.footer-menu{
	float: left;
	width: 19.6%;
	box-sizing: border-box;
	padding: 28px 0 0 0;
	margin-bottom: 5px;
}
.footer-menu-title{
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #3b77bd;
	text-transform: uppercase;
}
.footer-menu li a{
	font-size: 13px;
	font-weight: bold;
	color: #667c91;
	text-decoration: none;
}
.footer-menu li a:hover{
	color: #3b77bd;
}
.footer-social{
	float: left;
	width: 27%;
	box-sizing: border-box;
	padding: 28px 0 0 0;
}
.footer-social-title{
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	color: #3b77bd;
	text-transform: uppercase;
}
.footer-social span{
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 2px;
	font-family: 'FontAwesome';
	color: #fff;
	text-align: center;
}
.footer-social span:hover{
	cursor: pointer;
}
.footer-social span.soc-1{background: url(images/soc-1.png) no-repeat;}
.footer-social span.soc-2{background: url(images/soc-2.png) no-repeat;}
.footer-social span.soc-3{background: url(images/soc-3.png) no-repeat;}
.footer-social span.soc-4{background: url(images/soc-4.png) no-repeat;}
.footer-social span.soc-5{background: url(images/soc-5.png) no-repeat;}
.footer-social span:hover{
	opacity: 0.8;
}
.footer-copyright{
	margin-bottom: 10px;
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #667c91;
}
/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    margin: auto;
	text-align: center;
}
.alignright {
    float:right;
    margin: 5px 0 20px 25px;
}
.alignleft {
    float:left;
    margin: 5px 25px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
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 {
    max-width: 100%;
    padding: 0 0 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 25px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 25px;
}
.wp-caption img {
    border-radius: 15px;
    height: auto;
    margin:0 0 5px 0;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:12pt;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1800px){
	.home-slider .slick-arrow.slick-prev{
		left: 20px;
	}
	.home-slider .slick-arrow.slick-next{
		right: 20px;
	}
}
@media only screen and (max-width: 1300px){
	.home-slider .inner{
		margin: 0 70px;
	}
	.home-subscribe{
		padding-right: 180px;
	}
	.home-subscribe:after{
		right: 0;
	}
}
@media only screen and (max-width: 1190px){
	.inner,.middle{
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1000px){
	.header-nav{
		padding: 0;
	}
	.header-nav > ul{
		display: none;
		white-space: normal;
		text-align: left;
		clear: both;
	}
	.header-nav > ul > li{
		display: block;
		width: auto;
		position: relative;
	}
	.header-nav > ul > li > a{
		display: block;
		padding: 10px 0;
		font-weight: bold;
		border-bottom: 1px solid #f1f1f1;
	}
	.header-nav > ul > li:hover{
		background: none;
	}
	.header-nav > ul > li.menu-item-has-children:hover{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.header-nav > ul > li:hover > a{
		color: #667c91;
	}
	.header-nav > ul > li > ul{
		display: none;
		position: relative;
		text-align: left;
	}
	.header-nav > ul > li:hover > ul{
		display: none;
	}
	.header-nav > ul > li > ul > li > a{
		display: block;
		width: auto;
		font-weight: bold;
		padding: 10px 10px;
		text-decoration: none;
		border-bottom: 1px solid #f1f1f1;
	}
	.header-nav > ul > li > ul > li > a:hover{
		background: inherit;
		color: #3b77b8;
	}
	.touch-menu{
		display: block;
		float: right;
		width: 54px;
		height: 34px;
		padding: 15px 0;
		cursor: pointer;
		text-align: right;
		background: url('data:image/gif;base64,R0lGODlhIgAiAIABADt4uf///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTY1QURDMDM1RTY2MTFFNzlDRDhDQzZDMDIwNTg1NEQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTY1QURDMDQ1RTY2MTFFNzlDRDhDQzZDMDIwNTg1NEQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNjVBREMwMTVFNjYxMUU3OUNEOENDNkMwMjA1ODU0RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNjVBREMwMjVFNjYxMUU3OUNEOENDNkMwMjA1ODU0RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAAiACIAAAIwhI+py+0Po5y02ouzvqH7D4biSJbmiabqyrLbC8fyTNc23eb6zvd+fwsKh8SiUVYAADs=') no-repeat center ;
	}
	.submenu-handler{
		position:absolute;
		top:0;
		right:0;
		left:0;
		height: 35px;
		display:block;
		cursor: pointer;
	}
	.submenu-handler:before{
		content:'';
		position:absolute;
		display:block;
		top:8px;
		right:15px;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 15px solid #3b78b9;
		border-bottom: 10px solid transparent;
	}
	.submenu-handler.active:before{
		top:10px;
		right:10px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 15px solid #3b78b9;
	}
	.right-sidebar {
		float: none;
		width: 266px;
		margin: 0 auto;
		clear: both;
	}
	.content {
		padding-right: 0;
	}
	.post-content,.page-content{
		padding-left: 10px;
		padding-right: 10px;
	}
	.post-list-2{
		margin: 0;
	}
	.post-list-2 .post-item{
		display: block;
		width: auto;
		max-width: 392px;
		margin: 0 auto 20px;
	}
	.post-list-2 .post-item-content{
		height: auto;
	}
	.post-list-3{
		margin: 0;
	}
	.post-list-3 .post-item{
		display: block;
		width: auto;
		max-width: 392px;
		margin: 0 auto 20px;
	}
	.post-list-3 .post-item-content{
		height: auto;
	}
	.home-subscribe{
		padding-right: 0;
	}
	.home-subscribe:after{
		display: none;
	}
	.post-info-date,.post-info-cat,.post-info-comments,.post-info-views{
		float: none;
		margin-bottom: 5px;
	}
	.btn-post{
		width: 40px;
		height: 40px;
		bottom: -20px;
		right: 10px;
	}
	.btn-post:after{
		background-size: 20px auto;
	}
	.footer-logo{
		width: 40%;
		margin-bottom: 15px;
	}
	.footer-menu{
		width: 30%;
		margin-bottom: 15px;
	}
	.footer-social{
		width: 30%;
		margin-bottom: 15px;
	}
	.home-slide{
		background: none !important;
	}
}
@media only screen and (max-width: 767px){
	.home-slider{
		height: 300px;
	}
	.home-slide{
		background-size: cover;
	}
	.home-slide-content{
		height: 300px;
	}
	.home-slide-title{
		font-size: 30px;
	}
	.wrapper-tab > .inner{
		margin: 0;
	}
	.home-cats .tabs{
		display: block;
	}
	.home-cats .tabs .tab{
		display: block;
		padding: 0 10px;
		height: auto;
		text-align: left;
		background-size: 20px auto;
		background-position: 10px center;
	}
	.home-cats .tabs .tab div{
		width: auto;
		display: block;
		padding: 10px 0 10px 30px;
	}
	.home-subscribe-headline{
		font-size: 30px;
	}
	.home-subscribe-form{
		max-width: 300px;
		margin: 0 auto;
		padding: 0;
	}
	.home-subscribe-form input[type=email]{
		width: 100%;
		margin: 0 0 10px;
	}
	.photo-col{
		width: 50%;
	}
	.footer-logo{
		float: none;
		width: auto;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-menu{
		float: none;
		text-align: center;
		width: 100%;
	}
	.footer-social{
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width: 640px){
	.alignright,.alignleft {
    	float: none !important;
   		margin: 5px auto 20px;
		display: block;
	}
	.comment-avatar{
		width: 40px;
	}
	.comment-text,.comment-bottom{
		padding-left: 55px;
	}
	.commentlist .comment-inner{
		padding-left: 0;
		padding-right: 0;
	}
	.commentlist li li .comment-inner{
		padding-left: 50px;
	}
}
@media only screen and (max-width: 480px){
	.home-slide-title{
		font-size: 22px;
	}
	.home-slider .slick-arrow{
		display: none !important;
	}
	.home-slider .inner{
		margin: 0 10px;
	}
	.photo-col{
		width: 100%;
	}
	.post-body blockquote{
		background-position: center 10px;
		padding: 50px 20px 33px 20px;
	}
}
@media only screen and (max-width: 360px){
	.comment-info{
		flex-direction: column;
	}
}
