.clean {
  padding: 0;
  margin: 0;
}
.clean-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  border: none;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #525252;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
button,
.button,
.submit {
  background: #579b03;
  color: #fae6d1;
  border: none;
  border-radius: 3px;
  padding: 1em 2em;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: #525252;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
select,
input,
textarea {
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 5px 10px;
  border-radius: 3px;
  width: 20%;
  margin-left: 5px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.f-a-fs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.fullsize {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1em;
}
.view-port {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  background: url("../images/background.jpg") no-repeat fixed center center / cover;
  font-family: 'Open Sans', sans-serif;
  color: #525252;
}
.header .top-inner {
  background: #579b03;
  overflow: hidden;
  color: #fff;
  padding: 20px 0;
}
.header .top-inner .fa {
  font-size: 22px;
  margin-right: 5px;
}
.header .top-inner .address {
  display: flex;
  float: left;
  margin-right: 1em;
}
.header .top-inner .cont-data {
  display: flex;
  float: left;
}
.header .top-inner .authoriz {
  float: right;
}
.header .top-inner .authoriz ul {
  display: flex;
}
.header .top-inner .authoriz ul li a {
  border-right: 1px solid #fff;
  padding: 0 5px;
}
.header .top-inner .authoriz ul li a:last-child {
  border-right: none;
}
.header .top-inner a {
  color: #fff;
}
.header .top-inner a:hover {
  color: #99cb4a;
}
.header .header-content-wrap {
  background: url("../images/header-bg-image.png") no-repeat right bottom, url("../images/header-content-wrap-bg.jpg") no-repeat center top / cover;
}
.header .header-content-wrap .header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .header-content-wrap .header-content .photo {
  display: flex;
  margin: 3em 1em 0;
}
.header .header-content-wrap .header-content .name h2 {
  font-size: 4em;
  font-weight: lighter;
  color: #000;
}
.header .header-content-wrap .header-content .soc-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.header .header-content-wrap .header-content .soc-icon ul {
  display: flex;
}
.header .header-content-wrap .header-content .soc-icon ul li span {
  font-size: 22px;
  width: 3em;
  background: #579b03;
  margin: 1em 0.2em 0;
  border-radius: 50%;
  text-align: center;
  display: block;
}
.header .header-content-wrap .header-content .soc-icon ul li span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}
.header .header-content-wrap .header-content .soc-icon ul li a {
  color: #fff;
}
.header .header-content-wrap .header-content .soc-icon ul li a:hover {
  color: #99cb4a;
}
.top-menu-wrap {
  background: #579b03;
  padding: 10px 0;
}
.top-menu-wrap .f-a-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
nav {
  display: block;
  background: #579b03;
}
.menu-top {
  display: block;
}
.menu-top li {
  display: inline-block;
  position: relative;
  z-index: 100;
}
.menu-top li:first-child {
  margin-left: 0;
}
.menu-top li a {
  text-decoration: none;
  padding: 11px;
  display: block;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.menu-top li a:hover,
.menu-top li:hover > a {
  color: #579b03;
  background: #fae6d1;
}
.menu-top ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 150px;
  position: absolute;
  top: 43px;
  left: 0;
  background: #ffffff;
}
.menu-top ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}
.menu-top ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #797979;
  border-left: 3px solid #ffffff;
  background: #ffffff;
  text-transform: none;
}
.menu-top ul li a:hover,
.menu-top ul li:hover > a {
  background: #f0f0f0;
  border-left: 3px solid #579b03;
  color: #797979;
}
.menu-top li:hover > ul {
  display: block;
}
.menu-top ul ul {
  left: 149px;
  top: 0;
}
.mobile-menu {
  display: none;
  width: 100%;
  padding: 11px;
  background: #579b03;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-menu:hover {
  background: #fae6d1;
  color: #579b03;
  text-decoration: none;
}
.search-form {
  float: right;
  width: 20%;
}
.search-form form {
  display: flex;
  align-items: center;
}
.search-form form input {
  width: 100%;
  padding: 10px;
}
.search-form form .search-button {
  padding: 0;
  margin: 0;
  font-size: 22px;
  margin: 0 0 0 10px;
}
/*

*main

*/
.slider {
  margin: 10px;
  display: block;
  overflow: hidden;
}
.content-cms {
  display: block;
  float: right;
  width: 78%;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
}
.blocktitle h2 {
  margin-top: 1em;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs ul li {
  font-style: italic;
}
.breadcrumbs ul li a {
  color: #579b03;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li span i {
  margin: 0 5px;
}
.post {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.post .post-title {
  position: relative;
}
.post .post-title h2 {
  font-size: 18px;
  font-weight: normal;
}
.post .post-title h2 a {
  color: #579b03;
}
.post .post-title h2 a:hover {
  color: #99cb4a;
}
.post .post-title .post-title-data {
  font-size: 14px;
  color: #525252;
}
.post .post-title .post-title-data span {
  margin-right: 3px;
}
.post .post-title .edit_post_link {
  color: red;
  position: absolute;
  right: 0;
  top: 0;
}
.post .post-content .thumb {
  float: left;
  margin: 10px 10px 10px 0;
  overflow: hidden;
  position: relative;
  width: 330px;
  height: 210px;
}
.post .post-content .thumb img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.post .post-content .thumb img:hover {
  transform: scale(1.2);
  opacity: 0.5;
}
.post .post-content p {
  font-size: 22px;
}
.post .tags {
  width: 100%;
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
}
.post .tags img {
  margin-right: 5px;
}
.post .tags a {
  margin: 0 5px;
  color: #579b03;
  padding: 5px;
  border-radius: 3px;
}
.post .tags a:hover {
  color: #fff;
  background: #99cb4a;
}
.post .read-more a {
  float: right;
}
.post .read-more a:hover {
  background: #99cb4a;
  color: #579b03;
}
/*

*pagination

*/
.pagination {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.pagination .page-numbers {
  margin: 0 10px;
  background: #579b03;
  padding: 10px 15px;
  border-radius: 3px;
  color: #fae6d1;
}
.pagination .page-numbers:hover {
  background: #99cb4a;
  color: #579b03;
}
.pagination .dots {
  background: none;
  color: #525252;
}
.pagination .dots:hover {
  cursor: default;
  background: none;
  color: #525252;
}
.pagination .current {
  background: #fae6d1;
  color: #579b03;
}
.pagination .current:hover {
  background: #fae6d1;
}
/*

*sidebar

*/
.sidebar {
  float: left;
  background: #fff;
  width: 20%;
}
.widget .widget-title {
  padding: 10px 10px 10px 3em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #fae6d1;
  border-radius: 3px;
  background: url("../images/widget-title-image.png") no-repeat 10px center, #579b03;
}
.widget ul li a {
  display: block;
  position: relative;
  padding: 10px 15px;
  text-decoration: none;
  color: #606060;
  border-bottom: 1px solid #ccc;
}
.widget ul li a:hover,
.widget ul li a .active {
  color: #579b03;
}
/*

*accordion

*/
.accordion {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.accordion li a {
  display: block;
  position: relative;
  padding: 10px 15px;
  text-decoration: none;
  color: #606060;
  border-bottom: 1px solid #ccc;
}
.accordion li a:hover,
.accordion li a.active {
  color: #579b03;
}
.accordion li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion li ul li a {
  font-size: 12px;
  padding: 8px 15px;
  border-bottom: 1px dotted #ccc;
}
.accordion li ul li a:after {
  content: "»";
  float: left;
  margin-right: 6px;
  line-height: 1em;
}
.accordion li ul li a:hover,
.accordion li ul li a.active {
  color: #99cb4a;
  padding-left: 18px;
}
/* переключатель */
.accordion li.sub > a:before {
  content: '';
  height: 6px;
  width: 6px;
  display: block;
  border: 1px solid #606060;
  border-right-width: 0;
  border-top-width: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}
/* активный переключатель */
.accordion li.sub > a:hover:before,
.accordion li.sub > a.active:before {
  border: 1px solid #579b03;
  border-right-width: 0;
  border-top-width: 0;
}
/*

*footer

*/
.footer {
  overflow: hidden;
  display: block;
  width: 100%;
}
.bottom-menu-wrap {
  width: 100%;
  overflow: hidden;
  background: #579b03;
}
.bottom-menu-wrap .bottom-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.bottom-menu-wrap .bottom-menu ul li {
  margin: 0 10px;
}
.bottom-menu-wrap .bottom-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}
.bottom-menu-wrap .bottom-menu ul li a:hover {
  color: #99cb4a;
}
.footer-widgets {
  background: #fff;
  overflow: hidden;
  padding: 10px;
  margin: 10px auto 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.footer-widgets .footer-widget {
  margin: 0 1em;
}
.footer-widgets .footer-widget .footer-widget-title {
  color: #579b03;
}
.footer-widgets .footer-widget ul li a:hover {
  color: #99cb4a;
  text-decoration: underline;
}
.footer-widgets .yandex-map {
  float: right;
}
.copyright {
  text-align: center;
}
.copyright .view-port {
  background: #fff url("../images/footer-bg-image.png") no-repeat left bottom;
}
.copyright ul {
  padding: 10px;
}
.copyright ul li a {
  color: #579b03;
  text-decoration: underline;
}
.copyright ul li a:hover {
  color: #99cb4a;
}
/*

*back to top

*/
#toTop {
  width: 100px;
  background: #579b03;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 10px;
  /* отступ кнопки от нижнего края страницы*/
  right: 10px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}
/*

*single

*/
.main-single {
  margin: 10px 0 0;
}
.main-single .content-cms {
  margin-bottom: 1em;
}
.single {
  text-align: justify;
}
.single a {
  color: #579b03;
  text-decoration: underline;
}
.single a:hover {
  color: #99cb4a;
}
.single .post-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.single .post-title h2 {
  font-size: 28px;
}
.single blockquote p {
  font-style: italic;
  background: #579b03;
  color: #fae6d1;
  padding: 10px 10px 10px 3em;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.single blockquote p:after {
  position: absolute;
  background: url("../images/widget-title-image.png") no-repeat 10px 10px;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  top: 0;
}
.single .tags {
  border-top: 1px solid #ccc;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.single ol,
.single ul {
  padding-left: 3em;
  margin: 10px 0;
}
.single ol li {
  list-style: decimal;
}
.single ul li {
  list-style: disc;
}
table {
  border-collapse: collapse;
  line-height: 1.1;
  color: #525252;
  overflow: auto;
  display: block;
}
caption {
  font-weight: bold;
  font-size: 2em;
  padding: 10px;
  color: #579b03;
}
caption:before,
caption:after {
  content: "\274B";
  color: #579b03;
  margin: 0 10px;
}
th {
  padding: 10px;
  border: 1px solid #000;
}
td {
  font-size: 0.8em;
  padding: 5px 7px;
  border: 1px solid #000;
}
.first {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
/*

*comments

*/
.comments {
  width: 100%;
  background: #f2f2f2;
  overflow: hidden;
  display: block;
  margin: 3em 0 10px;
  padding: 10px;
}
.comments .comment-body {
  background: #fff;
  padding: 10px;
  margin: 10px auto;
}
.comments .comment-body .comment-author-name {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0 10px;
  flex-wrap: wrap;
}
.comments .comment-body .comment-author-name li {
  margin: 0 10px;
}
.comments .comment-body .comment-author-name li a {
  color: #579b03;
  text-decoration: underline;
}
.comments .comment-body .comment-author-img {
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin: 10px;
  overflow: hidden;
}
.comments .comment-body .comment {
  margin: 0 10px;
}
.comments .comment-body .comment .comment-reply {
  text-align: right;
  color: #579b03;
}
.comments .comment-body .comment .comment-reply a {
  color: #579b03;
  text-decoration: underline;
}
.comments .comment-form {
  margin-top: 5em;
}
.comments .comment-form p {
  text-align: left;
  font-size: 12px;
  color: #579b03;
}
.comments .comment-form p span {
  color: red;
}
.comments input {
  width: 100%;
  padding: 10px;
  display: block;
  font-style: italic;
  font-weight: lighter;
  position: relative;
  margin: 10px 0;
}
.comments textarea {
  width: 33%;
  margin: 0;
}
.comments input[type="submit"] {
  width: auto;
  background: #579b03;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.comments input[type="submit"]:hover {
  cursor: pointer;
  background: #99cb4a;
}
