/*
Theme Name: MirPozitiva.ru
Description: Markup by <a href="http://www.sdelaysite.com/">Andrey Morkovin</a>
Author: Andrey Morkovin
*/
/* Normalize & 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%;
  vertical-align: baseline;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end normalize & reset */
html {
  height: 100%;
}
body {
  height: 100%;
  font: 18px/1.4 'Open Sans', sans-serif;
  color: #000000;
  word-wrap: break-word;
  background: #FEF8EA url(images/bg.png) 48% 0 no-repeat;
}
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-width: 320px;
}
.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.wrap {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
}
.wrap:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.content-wrapper {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 16px;
  min-height: 400px;
  -webkit-box-shadow: 0px 8px 22px #C1AD7E;
          box-shadow: 0px 8px 22px #C1AD7E;
  border-radius: 0 0 8px 8px;
  margin-bottom: 40px;
  position: relative;
}
.content-wrapper:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.content {
  width: 100%;
  padding-right: 316px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
p {
  margin: 0 0 20px 0;
}
a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: color ease-out 0.8s;
  -o-transition: color ease-out 0.8s;
  transition: color ease-out 0.8s;
}
a:hover {
  -webkit-transition: color ease;
  -o-transition: color ease;
  transition: color ease;
  color: #000000;
}
ul li {
  list-style: none;
}
.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.alignleft {
  float: left;
  margin: 5px 15px 15px 0 !important;
}
.alignright {
  float: right;
  margin: 5px 0 15px 15px !important;
}
.outdatedBrowserWarning,
.noScriptWarning {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
  padding: 12px;
  text-align: center;
  background: orangered;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}
.tac {
  clear: both;
  text-align: center;
}
.custom-link {
  color: #313131;
  -webkit-transition: easy;
  -o-transition: easy;
  transition: easy;
  border-bottom: 1px solid rgba(49, 49, 49, 0.4);
}
.custom-link:hover {
  color: #8ABA43;
  border-bottom: 1px solid rgba(138, 186, 67, 0.4);
}
.custom-link-1 {
  color: #000000;
  -webkit-transition: easy;
  -o-transition: easy;
  transition: easy;
}
.custom-link-1:hover {
  color: #D7F1FF;
  border-bottom: 1px solid rgba(215, 241, 255, 0.4);
}
.custom-btn {
  display: inline-block;
  line-height: 1;
  color: #fff !important;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 0 !important;
  border: none;
  background: #8ABA43;
  border-radius: 4px;
  text-align: center;
}
.custom-btn:hover {
  background: #7ca73c;
  color: #fff !important;
}
.custom-btn.custom-btn--1 {
  font-size: 14px;
  font-weight: 600;
}
/* Header
*===================================================================================================*/
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0 40px;
}
.logo {
  display: block;
  background: url(images/logo.png) 0 0 no-repeat;
  width: 245px;
  height: 95px;
  text-indent: -9999px;
  background-size: contain;
}
.search-form {
  position: relative;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #91AEC2;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.search-form__field {
  height: 45px;
  padding: 0 45px 0 15px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 4;
  font-size: 12px;
  color: #000000;
  width: 100%;
  border-radius: 4px;
}
.search-form .search-form__field::-webkit-input-placeholder {
  color: #9EB8CA;
}
.search-form .search-form__field::-moz-placeholder {
  color: #9EB8CA;
}
.search-form .search-form__field:-moz-placeholder {
  color: #9EB8CA;
}
.search-form .search-form__field:-ms-input-placeholder {
  color: #9EB8CA;
}
.search-form__button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 45px;
  width: 45px;
  cursor: pointer;
  z-index: 5;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.489 14.573l-3.808-3.96a6.44 6.44 0 0 0 1.515-4.153A6.467 6.467 0 0 0 6.736 0a6.467 6.467 0 0 0-6.46 6.46 6.467 6.467 0 0 0 6.46 6.46 6.39 6.39 0 0 0 3.701-1.169l3.837 3.99c.16.167.376.259.608.259a.844.844 0 0 0 .607-1.427zM6.736 1.685a4.78 4.78 0 0 1 4.775 4.775 4.78 4.78 0 0 1-4.775 4.775A4.78 4.78 0 0 1 1.962 6.46a4.78 4.78 0 0 1 4.774-4.775z' fill='%2391AEC2'/%3E%3C/svg%3E");
}
.menu-1-box {
  background: #f17039;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f17039), color-stop(100%, #f9aa2b));
  background: -o-linear-gradient(top, #f17039 0%, #f9aa2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f17039), to(#f9aa2b));
  background: linear-gradient(to bottom, #f17039 0%, #f9aa2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f17039', endColorstr='#f9aa2b', GradientType=0);
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.menu-1-box .widget-title {
  display: none;
}
.menu-1 {
  overflow: hidden;
}
.menu-1 li.hover-prev a:after,
.menu-1 li.hover-prev .current:after {
  display: none;
}
.menu-1 .current-post-parent a {
  background: #8ABA43;
  border-color: #729B35;
}
.menu-1 .current-post-parent a:hover {
  background: #87b642;
}
.menu-1 li {
  float: left;
  position: relative;
}
.menu-1 li:last-child a:after,
.menu-1 li:last-child .current:after {
  display: none;
}
.menu-1 li a,
.menu-1 li .current {
  display: inline-block;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.menu-1 li a:after,
.menu-1 li .current:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -25px;
  width: 1px;
  height: 50px;
  background: #D0653B;
}
.menu-1 li a:hover,
.menu-1 li .current:hover {
  background: #8ABA43;
  border-color: #729B35;
}
.menu-1 li a:hover:after,
.menu-1 li .current:hover:after {
  display: none;
}
.menu-1 li .current {
  background: #8ABA43;
  border-color: #729B35;
}
.menu-1 li .current:after {
  display: none;
}
.m-navigation {
  position: relative;
}
.m-navigation .search-form--mobile {
  display: block;
  width: 98%;
  margin: 30px auto 15px auto;
  position: relative;
  overflow: visible;
}
.m-navigation .search-form--mobile:after {
  position: absolute;
  content: '';
  left: -10%;
  top: -12px;
  width: 120%;
  height: 1px;
  background: #D0653B;
}
.m-navigation_opened .m-top {
  position: relative;
  z-index: 99999;
  background: #F16D3A;
  border-bottom: 0;
}
.m-navigation_opened .user__info-name,
.m-navigation_opened .m-top__link {
  color: #fff;
  border-bottom-color: #fff;
}
.m-navigation_opened .user__info-name:hover,
.m-navigation_opened .m-top__link:hover {
  color: #fff;
}
.m-navigation_opened .hamburger-icon-top .line {
  background: #fff;
}
.m-navigation_opened .hamburger-icon-top .line--1 {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
      -ms-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
}
.m-navigation_opened .hamburger-icon-top .line--2 {
  opacity: 0;
}
.m-navigation_opened .hamburger-icon-top .line--3 {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
          transform: translateY(-10px) translateX(0) rotate(-45deg);
}
.m-navigation_opened .menu-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
.hamburger-icon {
  display: none;
}
.hamburger-icon .line {
  text-indent: -9999px;
  display: block;
  width: 32px;
  height: 4px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: #f27039;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f27039), color-stop(100%, #f9aa2b));
  background: -o-linear-gradient(top, #f27039 0%, #f9aa2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f27039), to(#f9aa2b));
  background: linear-gradient(to bottom, #f27039 0%, #f9aa2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27039', endColorstr='#f9aa2b', GradientType=0);
}
.hamburger-icon .line.line--1 {
  top: 0;
}
.hamburger-icon .line.line--2 {
  top: 50%;
  margin-top: -2px;
}
.hamburger-icon .line.line--3 {
  bottom: 0;
}
.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9999;
  text-indent: -999px;
}
.m-top {
  display: none;
}
.m-top__item .dashed-link {
  font-weight: 600;
}
.dashed-link {
  color: #8ABA43;
  border-bottom: 1px dashed rgba(138, 186, 67, 0.9);
}
.solid-link {
  color: #8ABA43;
  text-decoration: underline;
}
.dashed-link:hover {
  text-decoration: none;
  color: #8ABA43;
}
.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user__img {
  margin-right: 10px;
}
.user__img img {
  vertical-align: bottom;
  border-radius: 50%;
}
.user__info {
  font-size: 14px;
}
.user__info-name {
  font-size: 16px;
}
.open-modal {
  cursor: pointer;
}
/* Home *
===================================================================================================*/
.titles-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.titles--home {
  margin-bottom: 10px;
  position: relative;
}
.title-item {
  display: inline-block;
  padding: 8px 12px;
  background: #F5EAD1;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 5px;
}
.title-item:hover {
  background: #8ABA43;
  color: #fff;
}
.titles-value {
  display: none;
}
.order--home {
  margin-bottom: 10px;
  position: relative;
}
.order-btn {
  padding: 8px 12px;
  background: #8ABA43;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.order-values {
  display: none;
  width: 150px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 22px rgba(193, 173, 126, 0.5);
          box-shadow: 0px 2px 22px rgba(193, 173, 126, 0.5);
  border-radius: 2px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 118%;
}
.order-values__item {
  padding: 10px 15px;
  cursor: pointer;
}
.order-values__item:hover {
  background: #8ABA43;
  color: #fff;
}
.posts .post-item {
  margin-bottom: 20px;
}
.post-item .man-rating {
  margin-top: 11px;
}
.post-item {
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: #f0cfb2;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f0cfb2), color-stop(100%, #f5ead1));
  background: -o-linear-gradient(top, #f0cfb2 0%, #f5ead1 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0cfb2), to(#f5ead1));
  background: linear-gradient(to bottom, #f0cfb2 0%, #f5ead1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0cfb2', endColorstr='#f5ead1', GradientType=0);
}
.post-item.post-item_announce-no-img .post-item__top {
  padding-top: 130px;
}
.post-item .post-item__top:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(249, 225, 216, 0.8);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249, 225, 216, 0.8)), color-stop(100%, rgba(249, 225, 216, 0.43)));
  background: -o-linear-gradient(left, rgba(249, 225, 216, 0.8) 0%, rgba(249, 225, 216, 0.7) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(249, 225, 216, 0.8)), to(rgba(249, 225, 216, 0.7)));
  background: linear-gradient(to right, rgba(249, 225, 216, 0.8) 0%, rgba(249, 225, 216, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e1d8', endColorstr='#f9e1d8', GradientType=1);
  opacity: 0;
  -webkit-transition: opacity ease-out 0.8s;;
  transition: opacity ease-out 0.8s;;
}
.post-item:hover .post-item__top:before {
  opacity: 1;
}
.post-item__top {
  position: relative;
  overflow: hidden;
}
.post-item__top:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(19%, rgba(255, 255, 255, 0.28)), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 19%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(19%, rgba(255, 255, 255, 0.28)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 19%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.post-item__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post-item__box {
  padding: 20px;
  background: #fff;
}
.post-item .post-author {
  margin-bottom: 15px;
}
.post-item__text {
  margin-bottom: 20px;
}
.post-author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.post-author__img {
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
  min-width: 40px;
}
.post-author__img img {
  vertical-align: bottom;
}
.post-author__link {
  font-size: 16px;
}
.post-author__link a:hover {
  color: #649fc9;
  border-bottom: 1px solid rgba(100,159,201, 0.4);
}
.post-author__link a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.post-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 20px 0 20px;
}
.post-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-box__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  margin-right: 10px;
}
.post-box__title a {
  font-weight: 600;
}
.post-box__title a:hover {
  color: #649fc9;
  border-bottom: 1px solid rgba(100,159,201, 0.4);
}
.post-box__title a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 700px;
}
.post-info__item {
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.post-info__item span {
  float: right;
  margin-right: 30px;
}
.post-info__item--view {
  color: #8c8c8c;
  text-align: right;
}
.post-info__item--view:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 20px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 4.125C6.202 4.125 2.044 6.919 0 11c2.044 4.081 6.202 6.875 11 6.875S19.956 15.081 22 11c-2.044-4.081-6.202-6.875-11-6.875zm5.424 3.646A10.46 10.46 0 0 1 19.634 11a10.461 10.461 0 0 1-3.21 3.229A10.07 10.07 0 0 1 11 15.813c-1.924 0-3.8-.548-5.424-1.584A10.463 10.463 0 0 1 2.366 11 10.46 10.46 0 0 1 5.83 7.614a5.5 5.5 0 1 0 10.338 0c.085.051.17.103.255.157zM11 8.809a2.062 2.062 0 1 1-4.125 0 2.062 2.062 0 0 1 4.125 0z' fill='%23a5a5a5'/%3E%3C/svg%3E");
}
.post-info__item--comment {
  color: #8c8c8c;
  text-align: right;
}
.post-info__item--comment:after {
  content: '';
  position: absolute;
  right: 0;
  width: 22px;
  height: 20px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.527 5.48c-.982-1.207-2.316-2.16-4.002-2.86-1.686-.7-3.528-1.05-5.525-1.05-1.49 0-2.914.206-4.272.62-1.359.413-2.53.972-3.511 1.675-.983.704-1.764 1.541-2.345 2.511C.29 7.346 0 8.363 0 9.426c0 1.228.37 2.379 1.111 3.45.74 1.073 1.753 1.973 3.039 2.702a7.8 7.8 0 0 1-.32.933 9.555 9.555 0 0 1-.331.724 4.992 4.992 0 0 1-.4.626c-.167.23-.294.391-.38.485l-.423.467c-.197.217-.324.358-.38.424a.855.855 0 0 0-.1.11l-.085.104-.074.11c-.04.062-.06.1-.055.117a.327.327 0 0 1-.025.122c-.02.066-.018.115.007.148v.012a.617.617 0 0 0 .214.356.48.48 0 0 0 .375.11 9.212 9.212 0 0 0 1.4-.27c2.144-.548 4.026-1.538 5.647-2.97.614.065 1.207.098 1.78.098 1.997 0 3.839-.35 5.524-1.05 1.686-.7 3.02-1.654 4.003-2.86C21.509 12.166 22 10.85 22 9.426s-.491-2.74-1.473-3.947z' fill='%23a5a5a5'/%3E%3C/svg%3E");
}
.link-all a,
.link-all span {
  font-weight: 600;
  color: #8ABA43;
  cursor: pointer;
}
.link-all a:hover,
.link-all span:hover {
  border-bottom: 1px dashed #8ABA43;
}
.link-all--arrow {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.link-all--arrow span:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%238ABA43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.link-all--arrow span.pots-text--js_remove:after {
  transform: rotate(0.5turn);
}
.link-all--arrow span.pots-text--js:after {
  transform: rotate(0turn);
}
.p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.p-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-raitng {
  margin-right: 20px;
}

.post-ratings {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-ratings img:first-child {
  -ms-flex-order: 3;
      order: 3;
}

.post-ratings img:nth-child(2) {
  -ms-flex-order: 1;
      order: 1;
}

.post-ratings .rating-score {
  -ms-flex-order: 2;
  order: 2;
  display: inline-block;
  margin: 0 5px;
}

.post-ratings-text {
  display: none !important;
}
.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
  vertical-align: middle;
}
.post-ratings-loading {
  display: none !important;
}
.p-favorites {
  cursor: pointer;
  padding: 3px 7px 3px 35px;
  border-radius: 4px;
  position: relative;
  z-index: 22;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.p-favorites:after {
  position: absolute;
  content: '';
  left: 8px;
  top: 50%;
  margin-top: -11.5px;
  width: 23px;
  height: 23px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.658 0C2.461 0 1.491.97 1.491 2.168V23l7.666-5.111L16.824 23V2.556A2.563 2.563 0 0 1 19.38 0H3.658z' fill='%23DD352E'/%3E%3Cpath d='M19.341.002a2.562 2.562 0 0 0-2.517 2.554v7.24h4.685V2.187A2.186 2.186 0 0 0 19.341.002z' fill='%23B02721'/%3E%3C/svg%3E");
}
.p-favorites:hover {
  background: #DD352E;
  color: #fff;
}
.p-favorites:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.658 0C2.461 0 1.491.97 1.491 2.168V23l7.666-5.111L16.824 23V2.556A2.563 2.563 0 0 1 19.38 0H3.658z' fill='%23ffffff'/%3E%3Cpath d='M19.341.002a2.562 2.562 0 0 0-2.517 2.554v7.24h4.685V2.187A2.186 2.186 0 0 0 19.341.002z' fill='%23E8B5B2'/%3E%3C/svg%3E");
}
.p-favorites--active {
  background: #DD352E;
  color: #fff;
}
.p-favorites--active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.658 0C2.461 0 1.491.97 1.491 2.168V23l7.666-5.111L16.824 23V2.556A2.563 2.563 0 0 1 19.38 0H3.658z' fill='%23ffffff'/%3E%3Cpath d='M19.341.002a2.562 2.562 0 0 0-2.517 2.554v7.24h4.685V2.187A2.186 2.186 0 0 0 19.341.002z' fill='%23E8B5B2'/%3E%3C/svg%3E");
}
.p-soc {
  margin-right: 40px;
}
.p-link a {
  font-weight: 600;
  color: #CDBA91;
}
.p-link a:hover {
  color: #8ABA43;
}
.more-box {
  margin-bottom: 30px;
  text-align: center;
}
.more {
  display: inline-block;
  line-height: 1;
  color: #fff !important;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 0 !important;
  border: none;
  background: #8ABA43;
  border-radius: 4px;
  text-align: center;
  min-width: 207px;
  position: relative;
  padding-left: 40px;
}
.more:hover {
  background: #7ca73c;
  color: #fff !important;
}
.more:before {
  position: absolute;
  content: '';
  left: 18px;
  top: 50%;
  margin-top: -8px;
  width: 17px;
  height: 17px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 .014A8.5 8.5 0 1 0 16.868 7h-2.042A6.5 6.5 0 1 1 9 2.019V.014z' fill='%23fff'/%3E%3C/svg%3E");
}
.more.loading:before {
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Sidebar *
===================================================================================================*/
.sidebar {
  float: right;
  width: 300px;
  margin-left: -300px;
}
.sidebar .section {
  margin-bottom: 30px;
  position: relative;
}
.widget-title {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  color: #463D27;
}
.menu-2-box {
  background: #F5EAD1;
  padding: 16px 24px;
  border-radius: 4px;
}
.menu-2 .current-post-parent a {
  color: #fff;
  background: #8ABA43;
}
.menu-2 li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}
.menu-2 li a,
.menu-2 li .current {
  display: inline-block;
  background: #EAD5A5;
  padding: 4px 7px;
  border-radius: 4px;
}
.menu-2 li a:hover,
.menu-2 li .current:hover {
  color: #fff;
  background: #8ABA43;
}
.menu-2 li .current {
  color: #fff;
  background: #8ABA43;
}
.authorization {
  background: #D7F1FF;
  border-radius: 4px;
  text-align: center;
  padding-top: 15px;
}
.widget-title.widget-title--authorization {
  color: #649FC9;
}
.custom-form__field {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #91AEC2;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border-radius: 4px;
  color: #649FC9;
}
.custom-form__field::-webkit-input-placeholder {
  color: #91AEC2;
}
.custom-form__field::-moz-placeholder {
  color: #91AEC2;
}
.custom-form__field:-moz-placeholder {
  color: #91AEC2;
}
.custom-form__field:-ms-input-placeholder {
  color: #91AEC2;
}
.custom-form__text {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #91AEC2;
  font-size: 14px;
  padding: 10px;
  border-radius: 4px;
  color: #649FC9;
}
.custom-form__btn {
  display: inline-block;
  line-height: 1;
  color: #fff !important;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 0 !important;
  border: none;
  background: #8ABA43;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.custom-form__btn:hover {
  background: #7ca73c;
  color: #fff !important;
}
.custom-form--aut {
  padding: 0 40px;
  position: relative;
}
.custom-form--aut .custom-form__field {
  margin-bottom: 15px;
}
.custom-form--aut .custom-form__btn {
  margin-bottom: 15px;
  width: 100%;
}
.password-restore {
  margin-bottom: 15px;
  font-size: 14px;
}
.password-restore a, .password-restore__element {
  font-style: italic;
  color: #91AEC2;
  cursor: pointer;
}
.password-restore a:hover, .password-restore__element:hover {
  border-bottom: 1px solid rgba(145, 174, 194, 0.4);
}
.registration-link {
  font-size: 14px;
  margin-bottom: 15px;
}
.registration-link a, .registration-link .registration-link__item {
  font-weight: bold;
  color: #91AEC2;
  cursor: pointer;
}
.registration-link .registration-link__item:hover {
  color: #7ca73c;

}
.soc-aut {
  background: #B4E5FF;
  padding: 15px 20px;
}
.soc-aut__title {
  font-size: 14px;
  color: #649FC9;
  margin-bottom: 15px;
}
.soc-list .soc-list__item {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  margin-right: 20px;
  cursor: pointer;
}
.soc-list a:last-child {
  margin-right: 0;
}
.soc-list__vk {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.032 18.843c1.659 1.62 3.41 3.143 4.897 4.926.657.792 1.279 1.61 1.755 2.529.674 1.307.063 2.745-1.108 2.823l-7.285-.003c-1.878.155-3.377-.601-4.637-1.885-1.009-1.028-1.943-2.121-2.912-3.183-.398-.434-.814-.842-1.311-1.165-.994-.646-1.858-.448-2.426.59-.579 1.054-.71 2.222-.767 3.398-.078 1.715-.596 2.166-2.32 2.244-3.681.174-7.176-.383-10.422-2.24-2.862-1.638-5.082-3.95-7.013-6.567C5.72 15.214 2.84 9.614.253 3.857-.33 2.56.095 1.864 1.526 1.84c2.376-.047 4.752-.043 7.131-.004.966.014 1.605.568 1.978 1.48 1.286 3.162 2.86 6.17 4.834 8.957.526.743 1.062 1.485 1.825 2.007.845.579 1.488.387 1.886-.554.252-.597.362-1.24.419-1.878.188-2.199.213-4.394-.117-6.585-.203-1.367-.973-2.252-2.337-2.51-.697-.133-.593-.392-.256-.79.586-.684 1.136-1.111 2.234-1.111h8.232c1.296.256 1.584.838 1.762 2.142l.007 9.144c-.015.505.252 2.003 1.161 2.337.728.238 1.207-.344 1.644-.806 1.971-2.091 3.378-4.564 4.635-7.124.557-1.125 1.037-2.294 1.502-3.462.344-.867.884-1.294 1.86-1.275l7.924.007c.235 0 .472.004.7.043 1.335.227 1.7.802 1.288 2.105-.65 2.046-1.913 3.75-3.15 5.463-1.32 1.828-2.734 3.594-4.044 5.433-1.204 1.68-1.108 2.526.387 3.984z' fill='%23649FC9'/%3E%3C/svg%3E");
}
.soc-list__vk:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.032 18.843c1.659 1.62 3.41 3.143 4.897 4.926.657.792 1.279 1.61 1.755 2.529.674 1.307.063 2.745-1.108 2.823l-7.285-.003c-1.878.155-3.377-.601-4.637-1.885-1.009-1.028-1.943-2.121-2.912-3.183-.398-.434-.814-.842-1.311-1.165-.994-.646-1.858-.448-2.426.59-.579 1.054-.71 2.222-.767 3.398-.078 1.715-.596 2.166-2.32 2.244-3.681.174-7.176-.383-10.422-2.24-2.862-1.638-5.082-3.95-7.013-6.567C5.72 15.214 2.84 9.614.253 3.857-.33 2.56.095 1.864 1.526 1.84c2.376-.047 4.752-.043 7.131-.004.966.014 1.605.568 1.978 1.48 1.286 3.162 2.86 6.17 4.834 8.957.526.743 1.062 1.485 1.825 2.007.845.579 1.488.387 1.886-.554.252-.597.362-1.24.419-1.878.188-2.199.213-4.394-.117-6.585-.203-1.367-.973-2.252-2.337-2.51-.697-.133-.593-.392-.256-.79.586-.684 1.136-1.111 2.234-1.111h8.232c1.296.256 1.584.838 1.762 2.142l.007 9.144c-.015.505.252 2.003 1.161 2.337.728.238 1.207-.344 1.644-.806 1.971-2.091 3.378-4.564 4.635-7.124.557-1.125 1.037-2.294 1.502-3.462.344-.867.884-1.294 1.86-1.275l7.924.007c.235 0 .472.004.7.043 1.335.227 1.7.802 1.288 2.105-.65 2.046-1.913 3.75-3.15 5.463-1.32 1.828-2.734 3.594-4.044 5.433-1.204 1.68-1.108 2.526.387 3.984z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.soc-list__fb {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.377 9.683v6.884H.333v8.418h5.044V50h10.36V24.986h6.952s.651-4.036.967-8.45h-7.88v-5.755c0-.86 1.13-2.018 2.246-2.018h5.645V0h-7.675C5.12 0 5.377 8.426 5.377 9.683z' fill='%23649FC9'/%3E%3C/svg%3E");
}
.soc-list__fb:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.377 9.683v6.884H.333v8.418h5.044V50h10.36V24.986h6.952s.651-4.036.967-8.45h-7.88v-5.755c0-.86 1.13-2.018 2.246-2.018h5.645V0h-7.675C5.12 0 5.377 8.426 5.377 9.683z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.soc-list__tw {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1875 0H7.8125C3.49844 0 0 3.49844 0 7.8125V17.1875C0 21.5016 3.49844 25 7.8125 25H17.1875C21.5016 25 25 21.5016 25 17.1875V7.8125C25 3.49844 21.5016 0 17.1875 0ZM22.6562 17.1875C22.6562 20.2031 20.2031 22.6562 17.1875 22.6562H7.8125C4.79688 22.6562 2.34375 20.2031 2.34375 17.1875V7.8125C2.34375 4.79688 4.79688 2.34375 7.8125 2.34375H17.1875C20.2031 2.34375 22.6562 4.79688 22.6562 7.8125V17.1875Z' fill='%23649FC9'/%3E%3Cpath d='M12.5 6.25C9.04844 6.25 6.25 9.04844 6.25 12.5C6.25 15.9516 9.04844 18.75 12.5 18.75C15.9516 18.75 18.75 15.9516 18.75 12.5C18.75 9.04844 15.9516 6.25 12.5 6.25ZM12.5 16.4062C10.3469 16.4062 8.59375 14.6531 8.59375 12.5C8.59375 10.3453 10.3469 8.59375 12.5 8.59375C14.6531 8.59375 16.4062 10.3453 16.4062 12.5C16.4062 14.6531 14.6531 16.4062 12.5 16.4062Z' fill='%23649FC9'/%3E%3Cpath d='M19.2186 6.61405C19.6785 6.61405 20.0514 6.24119 20.0514 5.78124C20.0514 5.32129 19.6785 4.94843 19.2186 4.94843C18.7586 4.94843 18.3857 5.32129 18.3857 5.78124C18.3857 6.24119 18.7586 6.61405 19.2186 6.61405Z' fill='%23649FC9'/%3E%3C/svg%3E%0A");
}
.soc-list__tw:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1875 0H7.8125C3.49844 0 0 3.49844 0 7.8125V17.1875C0 21.5016 3.49844 25 7.8125 25H17.1875C21.5016 25 25 21.5016 25 17.1875V7.8125C25 3.49844 21.5016 0 17.1875 0ZM22.6562 17.1875C22.6562 20.2031 20.2031 22.6562 17.1875 22.6562H7.8125C4.79688 22.6562 2.34375 20.2031 2.34375 17.1875V7.8125C2.34375 4.79688 4.79688 2.34375 7.8125 2.34375H17.1875C20.2031 2.34375 22.6562 4.79688 22.6562 7.8125V17.1875Z' fill='%238ABA43'/%3E%3Cpath d='M12.5 6.25C9.04844 6.25 6.25 9.04844 6.25 12.5C6.25 15.9516 9.04844 18.75 12.5 18.75C15.9516 18.75 18.75 15.9516 18.75 12.5C18.75 9.04844 15.9516 6.25 12.5 6.25ZM12.5 16.4062C10.3469 16.4062 8.59375 14.6531 8.59375 12.5C8.59375 10.3453 10.3469 8.59375 12.5 8.59375C14.6531 8.59375 16.4062 10.3453 16.4062 12.5C16.4062 14.6531 14.6531 16.4062 12.5 16.4062Z' fill='%238ABA43'/%3E%3Cpath d='M19.2186 6.61405C19.6785 6.61405 20.0514 6.24119 20.0514 5.78124C20.0514 5.32129 19.6785 4.94843 19.2186 4.94843C18.7586 4.94843 18.3857 5.32129 18.3857 5.78124C18.3857 6.24119 18.7586 6.61405 19.2186 6.61405Z' fill='%238ABA43'/%3E%3C/svg%3E%0A");
}
.soc-list__ok {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.027 19.995a5.001 5.001 0 0 0 5.004-5.048 5.015 5.015 0 0 0-5.03-5.027 5.022 5.022 0 0 0-5.042 5.088c.02 2.787 2.269 4.998 5.068 4.987z' fill='%23649FC9'/%3E%3Cpath d='M47.34 0H2.66A2.66 2.66 0 0 0 0 2.66v44.68A2.66 2.66 0 0 0 2.66 50h44.68A2.66 2.66 0 0 0 50 47.34V2.66A2.66 2.66 0 0 0 47.34 0zM25.043 4.663c5.69.014 10.26 4.67 10.232 10.426-.03 5.623-4.674 10.18-10.356 10.161-5.626-.02-10.239-4.682-10.207-10.317.034-5.696 4.65-10.287 10.33-10.27zm11.528 24.63c-1.259 1.294-2.774 2.228-4.457 2.882-1.59.614-3.334.926-5.06 1.132.261.285.384.422.546.587 2.343 2.353 4.695 4.698 7.03 7.058.794.804.962 1.801.523 2.737-.48 1.024-1.55 1.696-2.603 1.623-.666-.047-1.185-.378-1.646-.841-1.768-1.78-3.57-3.525-5.3-5.336-.504-.528-.747-.43-1.192.03a353.338 353.338 0 0 1-5.402 5.425c-.816.806-1.787.95-2.736.49-1.006-.487-1.645-1.514-1.596-2.548.034-.697.378-1.23.857-1.71 2.317-2.314 4.629-4.634 6.942-6.952.153-.153.296-.318.519-.556-3.154-.33-5.998-1.105-8.431-3.01-.302-.236-.614-.465-.89-.73-1.065-1.023-1.172-2.194-.33-3.402.721-1.033 1.933-1.31 3.19-.717.245.114.477.258.699.412 4.536 3.117 10.769 3.204 15.322.142.45-.345.933-.63 1.493-.771 1.088-.28 2.1.119 2.683 1.07.67 1.084.66 2.143-.161 2.986z' fill='%23649FC9'/%3E%3C/svg%3E");
}
.soc-list__ok:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.027 19.995a5.001 5.001 0 0 0 5.004-5.048 5.015 5.015 0 0 0-5.03-5.027 5.022 5.022 0 0 0-5.042 5.088c.02 2.787 2.269 4.998 5.068 4.987z' fill='%238ABA43'/%3E%3Cpath d='M47.34 0H2.66A2.66 2.66 0 0 0 0 2.66v44.68A2.66 2.66 0 0 0 2.66 50h44.68A2.66 2.66 0 0 0 50 47.34V2.66A2.66 2.66 0 0 0 47.34 0zM25.043 4.663c5.69.014 10.26 4.67 10.232 10.426-.03 5.623-4.674 10.18-10.356 10.161-5.626-.02-10.239-4.682-10.207-10.317.034-5.696 4.65-10.287 10.33-10.27zm11.528 24.63c-1.259 1.294-2.774 2.228-4.457 2.882-1.59.614-3.334.926-5.06 1.132.261.285.384.422.546.587 2.343 2.353 4.695 4.698 7.03 7.058.794.804.962 1.801.523 2.737-.48 1.024-1.55 1.696-2.603 1.623-.666-.047-1.185-.378-1.646-.841-1.768-1.78-3.57-3.525-5.3-5.336-.504-.528-.747-.43-1.192.03a353.338 353.338 0 0 1-5.402 5.425c-.816.806-1.787.95-2.736.49-1.006-.487-1.645-1.514-1.596-2.548.034-.697.378-1.23.857-1.71 2.317-2.314 4.629-4.634 6.942-6.952.153-.153.296-.318.519-.556-3.154-.33-5.998-1.105-8.431-3.01-.302-.236-.614-.465-.89-.73-1.065-1.023-1.172-2.194-.33-3.402.721-1.033 1.933-1.31 3.19-.717.245.114.477.258.699.412 4.536 3.117 10.769 3.204 15.322.142.45-.345.933-.63 1.493-.771 1.088-.28 2.1.119 2.683 1.07.67 1.084.66 2.143-.161 2.986z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.custom-btn.custom-btn--add {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
.custom-btn.custom-btn--add span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.custom-btn.custom-btn--add span:after {
  position: absolute;
  content: '';
  left: 0;
  top: -3px;
  width: 21px;
  height: 21px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.313 3.215c.28 0 .507-.227.507-.507v-1.6A1.11 1.11 0 0 0 15.712 0H4.99a.507.507 0 0 0-.358.148l-4.2 4.2a.507.507 0 0 0-.148.358V19.89A1.11 1.11 0 0 0 1.392 21h14.32a1.11 1.11 0 0 0 1.108-1.108v-7.74a.507.507 0 1 0-1.014 0v7.74a.095.095 0 0 1-.094.094H1.392a.095.095 0 0 1-.095-.095V5.213h3.091a1.11 1.11 0 0 0 1.108-1.108V1.014h10.216c.052 0 .095.042.095.095v1.599c0 .28.226.507.506.507zm-11.83.89a.094.094 0 0 1-.095.094H2.014l2.468-2.468v2.374z' fill='%23fff'/%3E%3Cpath d='M20.215 4.118l-.596-.597a1.717 1.717 0 0 0-2.426 0L12.46 8.257H4.248a.507.507 0 0 0 0 1.013h7.197l-3.05 3.051H4.248a.507.507 0 1 0 0 1.014H7.38l-.008.008a.507.507 0 0 0-.13.223l-.783 2.82H4.248a.507.507 0 0 0 0 1.013h2.597s.111-.012.128-.017l3.199-.887a.507.507 0 0 0 .223-.13l9.82-9.82a1.717 1.717 0 0 0 0-2.426zM7.573 16.163l.414-1.49 1.076 1.076-1.49.414zm2.463-.874L8.448 13.7l8.107-8.107 1.588 1.588-8.107 8.107zm9.462-9.463l-.638.64-1.589-1.59.64-.638a.702.702 0 0 1 .99 0l.597.597a.702.702 0 0 1 0 .991z' fill='%23fff'/%3E%3C/svg%3E");
}
.section-wisdom {
  background: #F5EAD1;
  border-radius: 4px;
  padding: 24px;
}
.widget-title.widget-title--wisdom {
  position: relative;
  padding-left: 46px;
}
.widget-title.widget-title--wisdom:after {
  position: absolute;
  content: '';
  left: 0;
  top: -6px;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.175 17.136a5.661 5.661 0 0 1-2.493-.579l-1.814-.89a8.11 8.11 0 0 0-8.33.716l-1.038.753-1.038-.753a8.107 8.107 0 0 0-8.33-.716l-1.814.89a5.66 5.66 0 0 1-2.493.579L.684 28.168l1.328.45a5.658 5.658 0 0 0 4.306-.28l1.814-.89a8.11 8.11 0 0 1 8.33.715l1.038.753 1.038-.753a8.107 8.107 0 0 1 8.33-.716l1.814.89a5.66 5.66 0 0 0 4.306.28l1.328-.449-3.141-11.032z' fill='%23FFC66C'/%3E%3Cpath d='M31.175 28.916a5.66 5.66 0 0 1-2.493-.578l-1.814-.89a8.11 8.11 0 0 0-8.33.715l-1.038.753-1.038-.753a8.106 8.106 0 0 0-8.33-.716l-1.814.89a5.658 5.658 0 0 1-4.306.28l-1.328-.449v3.41h14.625v.547a2.191 2.191 0 0 0 4.382 0v-.547h14.625v-3.41l-1.328.45a5.658 5.658 0 0 1-1.813.298z' fill='%23FFEFD5'/%3E%3Cpath d='M20.615 7.325a3.115 3.115 0 1 1-6.23 0 3.115 3.115 0 0 1 6.23 0z' fill='%23FF5D5D'/%3E%3Cpath d='M35 28.175v-.007a.68.68 0 0 0-.026-.187l-3.142-11.033a.683.683 0 0 0-.657-.496 5.003 5.003 0 0 1-2.192-.509l-1.814-.89a8.84 8.84 0 0 0-3.872-.898c-1.865 0-3.65.579-5.16 1.674l-.637.462-.637-.462a8.738 8.738 0 0 0-5.16-1.674 8.84 8.84 0 0 0-3.872.898l-1.815.89a5.003 5.003 0 0 1-2.19.509.683.683 0 0 0-.658.496L.026 27.981a.678.678 0 0 0-.026.187v3.41c0 .377.306.683.684.683h13.945A2.878 2.878 0 0 0 17.5 35c1.54 0 2.8-1.217 2.871-2.739h4.033a.684.684 0 1 0 0-1.367h-4.713a.684.684 0 0 0-.684.684v.547a1.51 1.51 0 0 1-1.507 1.508 1.51 1.51 0 0 1-1.507-1.508v-.547a.684.684 0 0 0-.684-.684H1.367v-1.773l.426.144a6.331 6.331 0 0 0 4.826-.314l1.814-.89a7.463 7.463 0 0 1 3.27-.758c1.575 0 3.082.488 4.357 1.414l1.039.753a.683.683 0 0 0 .802 0l1.038-.753a7.376 7.376 0 0 1 4.359-1.414 7.46 7.46 0 0 1 3.269.758l1.814.89a6.33 6.33 0 0 0 4.826.314l.426-.144v1.773h-3.714a.684.684 0 0 0 0 1.367h4.397a.684.684 0 0 0 .684-.683V28.18v-.005zm-23.298-2.24a8.84 8.84 0 0 0-3.871.899l-1.815.89a4.974 4.974 0 0 1-3.786.246l-.71-.24 2.827-9.933a6.402 6.402 0 0 0 1.852-.44L4.965 21.69a.684.684 0 0 0 1.315.374l1.564-5.495.589-.288a7.466 7.466 0 0 1 3.27-.76c1.575 0 3.082.49 4.357 1.415l.756.548v10.093a8.735 8.735 0 0 0-5.114-1.642zM32.77 27.97a4.973 4.973 0 0 1-3.785-.246l-1.815-.89a8.839 8.839 0 0 0-3.871-.899 8.735 8.735 0 0 0-5.114 1.642V17.484l.755-.548a7.376 7.376 0 0 1 4.359-1.414c1.127 0 2.257.262 3.269.759l1.814.89c.709.347 1.485.56 2.271.626l2.828 9.932-.71.241z' fill='%23463D27'/%3E%3Cpath d='M27.139 30.894a.69.69 0 0 0-.484.2.69.69 0 0 0-.2.484c0 .18.073.356.2.483a.69.69 0 0 0 .484.2c.18 0 .356-.073.483-.2a.689.689 0 0 0 .2-.483.689.689 0 0 0-.2-.484.689.689 0 0 0-.483-.2zM17.5 11.124a3.803 3.803 0 0 0 3.799-3.8A3.803 3.803 0 0 0 17.5 3.527a3.803 3.803 0 0 0-3.799 3.799 3.803 3.803 0 0 0 3.799 3.799zm0-6.23a2.435 2.435 0 0 1 2.432 2.43c0 1.342-1.091 2.432-2.432 2.432a2.434 2.434 0 0 1-2.432-2.431c0-1.34 1.091-2.432 2.432-2.432zM17.5 2.039a.684.684 0 0 0 .684-.684V.684a.684.684 0 1 0-1.368 0v.671c0 .378.306.684.684.684zM16.816 13.294v.672a.684.684 0 0 0 1.368 0v-.672a.684.684 0 1 0-1.368 0zM23.47 8.008h.671a.684.684 0 1 0 0-1.367h-.672a.684.684 0 0 0 0 1.367zM10.859 8.008h.672a.684.684 0 1 0 0-1.367h-.672a.684.684 0 0 0 0 1.367zM21.721 3.787c.175 0 .35-.066.483-.2l.476-.475a.684.684 0 0 0-.967-.967l-.475.475a.684.684 0 0 0 .483 1.167zM12.796 11.063l-.476.474a.684.684 0 0 0 .967.967l.475-.475a.684.684 0 0 0-.966-.966zM22.204 11.063a.684.684 0 1 0-.966.966l.475.475a.681.681 0 0 0 .967 0 .684.684 0 0 0 0-.966l-.476-.476zM12.796 3.587a.681.681 0 0 0 .966 0 .684.684 0 0 0 0-.967l-.475-.475a.684.684 0 0 0-.967.967l.476.475zM4.791 24.112a.69.69 0 0 0-.483.2.689.689 0 0 0-.2.483c0 .18.073.356.2.483.127.128.304.2.483.2.18 0 .357-.072.484-.2a.689.689 0 0 0 .2-.483.689.689 0 0 0-.2-.483.69.69 0 0 0-.484-.2z' fill='%23463D27'/%3E%3C/svg%3E");
}
.wisdom-text {
  font-size: 14px;
  padding-left: 22px;
  position: relative;
  display: inline;
}
.wisdom-text:before {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58 5.796c.528.216.936.564 1.224 1.044.312.456.468 1.008.468 1.656 0 .864-.276 1.572-.828 2.124-.552.552-1.236.828-2.052.828-.864 0-1.572-.276-2.124-.828C.716 10.068.44 9.36.44 8.496c0-.432.048-.852.144-1.26.12-.408.336-1.02.648-1.836L3.14.288h2.88L4.58 5.796zm7.632 0c.528.216.936.564 1.224 1.044.312.456.468 1.008.468 1.656 0 .864-.276 1.572-.828 2.124-.552.552-1.236.828-2.052.828-.864 0-1.572-.276-2.124-.828-.552-.552-.828-1.26-.828-2.124 0-.432.048-.852.144-1.26.12-.408.336-1.02.648-1.836L10.772.288h2.88l-1.44 5.508z' fill='%23463D27'/%3E%3C/svg%3E");
}
.section-forecast {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D8F2FF), to(#B4E5FF));
  background: -o-linear-gradient(top, #D8F2FF 0%, #B4E5FF 100%);
  background: linear-gradient(to bottom, #D8F2FF 0%, #B4E5FF 100%);
}
.section-forecast__inner {
  position: relative;
  padding: 24px;
  min-height: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(images/forecast.png) 0 100% no-repeat;
}
.widget-title.widget-title--forecast {
  color: #568382;
}
.forecast-text {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  color: #463D27;
  width: 80px;
  position: absolute;
  left: 181px;
  top: 97px;
  line-height: 1.1;
}
.forecast-text-big {
  font-size: 26px;
}
.section-forecast-1 {
  background: #D7F1FF;
  padding: 24px;
  border-radius: 4px;
}
.forecast-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.forecast-author__img {
  min-width: 40px;
  margin-right: 10px;
}
.forecast-author__img img {
  vertical-align: bottom;
}
.forecast-author__text {
  font-size: 16px;
  color: #4384B2;
}
.forecast-author__link {
  color: #4384B2;
  border-bottom: 1px solid rgba(67, 132, 178, 0.4);
}
.forecast-author__link:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.forecast-qote {
  background: #FEF8EA;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 15px;
  position: relative;
  font-size: 14px;
}
.forecast-qote:after {
  position: absolute;
  content: '';
  left: 15px;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #FEF8EA;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.forecast-next {
  color: #4384B3;
  font-size: 14px;
}
.forecast-time {
  font-size: 18px;
  font-weight: bold;
  color: #4384B3;
  text-align: center;
  margin-bottom: 15px;
}
.section-forecast-2 {
  background: #D7F1FF;
  border-radius: 4px;
}
.section-forecast-2__wrap {
  padding: 24px;
}
.forecats-textarea {
  min-height: 100px;
  margin-bottom: 12px;
}
.forecast-rest {
  font-size: 16px;
  color: #4384B2;
  margin-bottom: 15px;
}
.custom-btn--full {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.forecats-quantity {
  background: #B4E5FF;
  padding: 15px 22px;
  font-size: 16px;
  color: #4384B2;
}
.fw600 {
  font-weight: 600;
}
.custom-btn--forecast {
  position: absolute;
  left: 165px;
  bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  min-width: 120px;
}
.section-authors {
  background: #F5EAD1;
  border-radius: 4px;
}
.section-authors__wrap {
  padding: 24px 24px 9px 24px;
}
.widget-title.widget-title--positive {
  position: relative;
  padding-left: 45px;
}
.widget-title.widget-title--positive:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M35 18.893c0 8.757-7.1 15.857-15.86 15.857-8.759 0-15.86-7.1-15.86-15.857 0-8.758 7.101-15.858 15.86-15.858 8.76 0 15.86 7.1 15.86 15.858z' fill='%23EDC951'/%3E%3Cpath d='M18.744 25.8h-2.888c-3.688 0-6.577-2.841-6.577-6.47a.802.802 0 1 1 1.604 0c0 2.73 2.185 4.866 4.973 4.866h2.888c2.789 0 4.973-2.09 4.973-4.758a.802.802 0 1 1 1.605 0c0 3.569-2.89 6.363-6.578 6.363zM13.533 12.452a.8.8 0 0 1-.567-.234c-.761-.76-2.02-.788-2.747-.06a.803.803 0 0 1-1.136-1.133c1.345-1.345 3.642-1.317 5.017.058a.802.802 0 0 1-.567 1.37zM24.448 12.452a.8.8 0 0 1-.567-.234c-.76-.76-2.019-.788-2.747-.06a.802.802 0 0 1-1.135-1.133c1.344-1.345 3.64-1.317 5.016.058a.802.802 0 0 1-.567 1.37z' fill='%23000'/%3E%3Cpath d='M16.662 33.57C7.475 33.57 0 26.096 0 16.91S7.475.25 16.662.25c9.188 0 16.662 7.474 16.662 16.66S25.85 33.57 16.662 33.57zm0-31.715C8.36 1.855 1.605 8.608 1.605 16.91S8.36 31.966 16.662 31.966c8.303 0 15.057-6.754 15.057-15.056S24.965 1.855 16.662 1.855z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h35v35H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.positive-moments:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.positive-moments__item {
  float: left;
  position: relative;
  text-align: center;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
.positive-moments__item:nth-child(3n+3) {
  margin-right: 0;
}
.positive-moments__item:nth-child(3n+4) {
  clear: both;
}
.positive-moments__item-img {
  vertical-align: bottom;
  margin-bottom: 10px;
}
.positive-moments__item-title {
  font-size: 14px;
  cursor: pointer;
}
.positive-moments__item-title:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.author-info {
  display: none;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  width: 328px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 27px;
  background: #fff;
  border-radius: 4px;
  text-align: left;
  -webkit-box-shadow: 0px 4px 22px rgba(193, 173, 126, 0.8);
          box-shadow: 0px 4px 22px rgba(193, 173, 126, 0.8);
}

@media (max-width: 390px) {
  .author-info {
    width: 300px;
  }
}
@media (max-width: 357px) {
  .author-info {
    width: 264px;
  }
}

.positive-moments .positive-moments__item:nth-child(1) .author-info.in-mobile-menu {
  right: auto;
  left: 0;
}

.positive-moments .positive-moments__item:nth-child(2) .author-info.in-mobile-menu {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

.author-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.author-info__img {
  margin-right: 15px;
}
.author-info__img img {
  vertical-align: bottom;
}
.author-info__title a {
  font-weight: 600;
  color: #8ABA43;
  border-bottom: 1px solid rgba(138, 186, 67, 0.4);
}
.author-info__title a:hover {
  border-bottom: 0;
}
.author-info__title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.author-info__list-item {
  font-size: 16px;
  margin-bottom: 7px;
}
.author-info__list-item:last-child {
  margin-bottom: 0;
}
.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  text-indent: -9999px;
}
.close-btn:hover {
  opacity: 0.4;
}
.close-btn:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #000;
}
.close-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #000;
}
.custom-btn.custom-btn--positive {
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
}
.positive-share {
  background: #fff;
  -webkit-box-shadow: 0px 4px 22px rgba(193, 173, 126, 0.8);
          box-shadow: 0px 4px 22px rgba(193, 173, 126, 0.8);
  border-radius: 4px;
  padding: 24px;
}
.custom-form--share .custom-form__btn {
  width: 100%;
}
.positive-text {
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  color: #91AEC2;
  font-style: italic;
}
.section-comments {
  background: #F5EAD1;
  border-radius: 4px;
  padding: 24px;
}
.comments__item {
  margin-bottom: 20px;
}
.comments__item:last-child {
  margin-bottom: 0;
}
.comments__item-text {
  background: #EAD5A5;
  border-radius: 4px;
  padding: 8px;
  position: relative;
  margin-top: 6px;
  font-size: 16px;
}
.comments__item-text:before {
  bottom: 100%;
  left: 19px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.comments__item-text:before {
  border-color: rgba(234, 213, 165, 0);
  border-bottom-color: #EAD5A5;
  border-width: 11px;
  margin-left: -11px;
}

.post-author.post-author--comm {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-author.post-author--comm .post-author__img {
  margin-right: 10px;
  min-width: 42px;
  margin-bottom: 10px;
}
.post-author__box {
  margin-bottom: 10px;
}
.post-author__title {
  font-size: 14px;
  margin-bottom: 3px;
}
.post-author__title a:hover {
  color: #8ABA43;
}
.post-author__title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.post-author__name {
  font-size: 12px;
  font-style: italic;
  color: #BCA46E;
}
.section-lk {
  background: #D7F1FF;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.lk-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px 12px 7px;
  background: #B4E5FF;
}
.lk-user__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lk-user__img {
  margin-right: 10px;
}
.lk-user__img img {
  vertical-align: bottom;
  border-radius: 50%;
  border: 2px solid #649FC9;
}
.lk-user__name {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #649FC9;
  max-width: 175px;
}
.log-out {
  display: inline-block;
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' fill='%23649FC9'%3E%3Cpath d='M27.91 12.387a1.18 1.18 0 0 0-.252-.38l-3.5-3.499a1.167 1.167 0 0 0-1.649 1.65l1.509 1.508H17.5a1.166 1.166 0 1 0 0 2.334h6.517l-1.509 1.508a1.165 1.165 0 0 0 .825 1.992c.299 0 .597-.113.825-.342l3.499-3.499a1.168 1.168 0 0 0 .253-1.272z'/%3E%3Cpath d='M19.835 16.333c-.645 0-1.167.523-1.167 1.167v5.833h-4.666V4.667c0-.515-.339-.97-.832-1.118L9.118 2.333h9.55v5.834a1.166 1.166 0 1 0 2.333 0v-7C21.001.523 20.48 0 19.835 0H1.168c-.042 0-.08.018-.12.022a1.17 1.17 0 0 0-.495.173C.528.21.496.212.472.23.462.238.459.25.449.258.322.358.216.48.14.626.123.658.12.692.106.725.07.813.028.899.014.998c-.006.034.005.067.004.101-.001.023-.017.044-.017.068V24.5c0 .556.394 1.035.938 1.143l11.667 2.334a1.165 1.165 0 0 0 1.395-1.143v-1.167h5.834c.645 0 1.166-.523 1.166-1.167v-7c0-.644-.521-1.167-1.166-1.167z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h28v28H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 30px;
  height: 28px;
}
.log-out:hover {
  opacity: 0.8;
}
.user-info-box {
  padding: 24px;
}
.user-info__top {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #B4E5FF;
}
.user-info__top-item {
  font-size: 14px;
  color: #4384B2;
}
.user-noticeable {
  font-size: 20px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-right: 2px;
}
.user-list__item {
  font-size: 14px;
  margin-bottom: 10px;
}
.user-list__item:last-child {
  margin-bottom: 0;
}
.user-list__item a {
  color: #4384B2;
}
.user-list__item a:hover {
  color: #8ABA43;
}
.subscriptions {
  font-size: 14px;
  display: inline-block;
  background: #8ABA43;
  padding: 2px 5px;
  color: #fff;
  border-radius: 3px;
}
.entry__title .subscriptions {
  display: none;
}
#tabs .subscriptions {
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -9px;
}
.ui-tabs .ui-tabs-nav .add-padding-tabs {
  padding-right: 16px;
}
/* Archive *
===================================================================================================*/
.breadcrumbs {
  margin-bottom: 20px;
  color: #8ABA43;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 23px;
  position: relative;
}
.breadcrumbs:before {
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  width: 13px;
  height: 17px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0C2.916 0 0 2.808 0 6.259c0 .9.191 1.76.568 2.555 1.626 3.424 4.741 7.039 5.658 8.065.068.077.169.121.274.121a.368.368 0 0 0 .274-.12c.916-1.027 4.032-4.642 5.658-8.066A5.912 5.912 0 0 0 13 6.259C13 2.808 10.084 0 6.5 0zm0 9.51c-1.862 0-3.377-1.459-3.377-3.251 0-1.793 1.515-3.252 3.377-3.252 1.861 0 3.376 1.459 3.376 3.252 0 1.792-1.514 3.25-3.376 3.25z' fill='%23649FC9'/%3E%3C/svg%3E");
}
.breadcrumbs__separator {
  color: #649FC9 !important;
}
.breadcrumbs__link {
  position: relative;
  color: #8ABA43;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 186, 67, 0.7);
}
.breadcrumbs__link:hover {
  color: #8ABA43;
  border-bottom: 0;
  text-decoration: none;
}
.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* Single *
====================================================================================================*/
.post-box__title.post-box__title--entry {
  font-weight: 600;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
}
#toc_container {
  padding: 20px 30px;
  background: #F5EAD1;
  border-radius: 4px;
  margin-bottom: 25px;
}
#toc_container .toc_title {
  font-size: 20px;
  font-weight: bold;
  color: #A69672;
  margin-bottom: 18px;
}
#toc_container > ul {
  margin: 0;
}
#toc_container > ul > li {
  padding: 0 0 10px 0;
  background: none !important;
  position: relative;
}
#toc_container > ul > li:after,
#toc_container > ul > li:before {
  display: none;
}
#toc_container > ul > li:last-child {
  padding-bottom: 0;
}
#toc_container > ul > li .toc_number:after {
  content: '.';
}
#toc_container > ul > li .toc_depth_2 {
  display: none;
}
#toc_container > ul > li a {
  text-decoration: none;
  border-bottom: 0;
  color: #000000;
  font-weight: 400;
}
#toc_container > ul > li a:hover {
  color: #8ABA43;
  text-decoration: none;
  border-bottom: 1px dashed #8ABA43;
}
#toc_container > ul > li > ul {
  margin: 8px 0 0 18px;
}
#toc_container > ul > li > ul > li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 8px;
  background: none;
}
#toc_container > ul > li > ul > li:last-child {
  padding-bottom: 0;
}
#toc_container > ul > li > ul > li:after {
  position: absolute;
  content: '–';
  left: 0;
  top: 1px;
  background: none;
}
.entry.entry--has-thumbnail {
  padding: 0 20px;
}
.entry.entry--has-thumbnail .entry-top {
  margin: 0 -20px 25px -20px;
}
.entry {
  line-height: 1.6;
  font-size: 16px;
  border: 4px solid #F5EAD1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 20px 0 20px;
}
.entry:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.entry-top {
  position: relative;
  margin-bottom: 20px;
}
.entry-top:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(19%, rgba(255, 255, 255, 0.28)), color-stop(100%, #ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 19%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(19%, rgba(255, 255, 255, 0.28)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 19%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.entry-top__img {
  width: 100%;
  height: auto;
}
.entry-top .post-author {
  margin-bottom: 15px;
}
.entry a {
  color: #8ABA43;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 186, 67, 0.4);
}
.entry .subscribe-user-account-wrap .post-item__top a, .entry .subscribe-user-account-wrap .p-nav a {
  border-bottom: none;
}
.entry .subscribe-user-account-wrap .p-nav a {
  color: #CDBA91;
}
.entry .subscribe-user-account-wrap .p-nav a:hover {
  color: #8ABA43;
}
.entry .subscribe-user-account-wrap .post-item__top a:hover {
  border-bottom: 1px solid rgba(138, 186, 67, 0.4);
}
.entry a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.entry .table-box {
  overflow-x: auto;
}
.entry table {
  margin: 0 0 20px 0;
}
.entry th {
  font-weight: bold;
  background: #eff1f7;
}
.entry td,
.entry th {
  padding: 10px;
  border: 1px solid #e9ebf4;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin: 25px 0 20px 0;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.entry h1 span,
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span,
.entry h6 span {
  font-weight: bold;
}
.entry h1 {
  font-size: 24px;
  margin-top: 0;
}
.entry h2 {
  font-size: 22px;
}
.entry h3 {
  font-size: 21px;
}
.entry h4 {
  font-size: 20px;
}
.entry h5 {
  font-size: 19px;
}
.entry h6 {
  font-size: 18px;
}
.entry blockquote {
  margin: 40px 10px;
  clear: both;
  position: relative;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 2px dashed #C6E29C;
  outline-offset: -14px;
  border: 4px solid #C6E29C;
  border-radius: 12px;
}
.entry blockquote:before {
  position: absolute;
  content: '';
  left: -10px;
  top: -27px;
  width: 73px;
  height: 58px;
  background: #fff url(images/bl__1.jpg) no-repeat;
}
.entry blockquote:after {
  position: absolute;
  content: '';
  right: -10px;
  bottom: -20px;
  width: 76px;
  height: 54px;
  background: #fff url(images/bl__2.png) no-repeat;
}
.entry blockquote p:last-child {
  margin-bottom: 0;
}
.entry ul {
  margin: 25px 0;
  text-align: left;
}
.entry ul li {
  list-style: none;
  padding: 3px 0 20px 30px;
  position: relative;
}
.entry ul li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0C4.05 0 0 4.05 0 9s4.05 9 9 9 9-4.05 9-9-4.05-9-9-9zm3.15 5.4c.72 0 1.35.63 1.35 1.35 0 .72-.63 1.35-1.35 1.35-.72 0-1.35-.63-1.35-1.35 0-.72.63-1.35 1.35-1.35zm-6.3 0c.72 0 1.35.63 1.35 1.35 0 .72-.63 1.35-1.35 1.35-.72 0-1.35-.63-1.35-1.35 0-.72.63-1.35 1.35-1.35zm3.15 9c-2.34 0-4.32-1.53-5.04-3.6h10.08c-.72 2.07-2.7 3.6-5.04 3.6z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.entry .subscribe-user-account-wrap .p-nav ul li:after {
  display: none;
}
.entry .subscribe-user-account-wrap .p-nav ul li {
  padding: 0;
}
.entry .subscribe-user-account-wrap .p-nav ul {
  margin: 0;
}
.entry .subscribe-user-account-wrap .post-item {
  font: 18px/1.4 'Open Sans', sans-serif;
}
.entry ul li:last-child {
  padding-bottom: 3px;
}
.entry ul li ol,
.entry ul li ul {
  margin-bottom: 0;
  margin-top: 15px;
}
.entry ul li ol li:last-child,
.entry ul li ul li:last-child {
  padding-bottom: 5px;
}
.entry ul li ol {
  counter-reset: list;
}
.entry ul li ol li:before {
  content: counters(list, ".") ".";
  counter-increment: list;
}
.entry ul li ol li:after {
  display: none;
}
.entry ul.list li {
  padding-top: 0;
}
.entry ul.list li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #8ABA43;
}
.entry ul.list li ol {
  counter-reset: list;
}
.entry ul.list li ol li {
  background: none;
}
.entry ul.list li ol li:before {
  content: counters(list, ".") ".";
  counter-increment: list;
}
.entry ul.list li ol li:after {
  display: none;
}
.entry ol {
  margin: 20px 0;
  counter-reset: li;
  list-style: none;
  text-align: left;
}
.entry ol li {
  overflow: hidden;
  background: none;
  position: relative;
  padding: 0 0 15px 30px;
}
.entry ol li:last-child {
  padding-bottom: 5px;
}
.entry ol li:before {
  content: counters(li, ".") ".";
  counter-increment: li;
  position: absolute;
  left: 3px;
  top: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.entry ol li ol,
.entry ol li ul {
  margin-bottom: 0;
  margin-top: 10px;
}
.entry ol li ol li:last-child,
.entry ol li ul li:last-child {
  padding-bottom: 5px;
}
.entry ol li ol li:before,
.entry ol li ul li:before {
  font-size: 12px;
  top: 13px !important;
}
.entry ol li ol li:before {
  top: 0;
}
.entry ol li ul li:before {
  display: none;
}
.entry img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.entry iframe {
  width: 100%;
  position: relative;
}
.entry iframe[src*="docs.google.com"] {
  border: 9px dashed #D9D6DE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entry .wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.entry .wp-caption-text {
  padding: 15px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #BDA87A;
  font-size: 16px;
}
.p-nav--entry {
  background: #F5EAD1;
  border-radius: 0 0 4px 4px;
  margin-bottom: 25px;
}
.ya-share2__item .ya-share2__badge {
  background: none !important;
}
.ya-share2__item .ya-share2__icon {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
}
.ya-share2__item {
  opacity: 0.7;
}
.ya-share2__item:hover {
  opacity: 1;
}
.ya-share2__item.ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ff7f00'%3E%3Cpath d='m12.0128 9.59747c1.3397-.00434 2.4067-1.08 2.4018-2.42272-.0053-1.34272-1.0741-2.41225-2.4143-2.41327-1.3514-.00128-2.43061 1.0874-2.42015 2.44238.00996 1.33761 1.08895 2.39923 2.43265 2.39361z'/%3E%3Cpath d='m22.7234 0h-21.4468c-.70494 0-1.2766.571404-1.2766 1.2766v21.4468c0 .7052.57166 1.2766 1.2766 1.2766h21.4468c.7052 0 1.2766-.5714 1.2766-1.2766v-21.4468c0-.705196-.5714-1.2766-1.2766-1.2766zm-10.703 2.23813c2.7317.00689 4.9249 2.24195 4.9113 5.00476-.0145 2.69873-2.2434 4.88631-4.9708 4.87711-2.70022-.0092-4.91435-2.24757-4.89903-4.95217.01609-2.73421 2.23175-4.93787 4.95853-4.9297zm5.5336 11.82277c-.6041.6207-1.3313 1.0691-2.1391 1.3828-.7637.2952-1.6003.4448-2.4286.5439.1251.1363.1841.2024.2617.2813 1.1244 1.1298 2.2534 2.255 3.374 3.3881.3815.3858.4622.8645.2515 1.3136-.23.4915-.7445.814-1.2495.7793-.3197-.0225-.5689-.1816-.79-.4039-.8486-.8541-1.7134-1.692-2.5442-2.5611-.2418-.2533-.3582-.2061-.5722.0142-.8535.8789-1.72032 1.7441-2.59275 2.6043-.39191.3866-.85787.4557-1.31311.2354-.48306-.2341-.78995-.7271-.76621-1.2232.01634-.335.18128-.5908.41132-.8206 1.11217-1.1109 2.22179-2.2246 3.33195-3.3376.0738-.0735.1422-.1524.2492-.2668-1.51383-.158-2.87877-.5303-4.04685-1.4443-.14477-.1136-.29464-.2234-.42741-.3506-.51114-.4912-.56246-1.0531-.15778-1.633.3457-.4958.92732-.6291 1.53115-.3444.11719.0549.22851.1241.33523.1979 2.17736 1.4961 5.16896 1.5378 7.35476.0679.2162-.1652.4478-.3021.7164-.37.5221-.134 1.0077.0572 1.2881.5137.3209.5201.3166 1.0287-.0776 1.4331z'/%3E%3C/g%3E%3C/svg%3E");
}
.ya-share2__item.ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.82123 4.64802v3.30431h-2.42084v4.04057h2.42084v12.007h4.97297v-12.0067h3.337s.3126-1.9374.4641-4.05577c-.4344 0-3.7823 0-3.7823 0s0-2.35065 0-2.76267c0-.41291.5422-.96834 1.0781-.96834h2.7094c0-.55012 0-2.45092 0-4.20641999-1.3959 0-2.9839 0-3.6839 0-5.21829-.00027899-5.09537 4.04426999-5.09537 4.64801999z' fill='%234d6ec6'/%3E%3C/svg%3E");
}
.ya-share2__item.ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h24v24h-24z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath clip-rule='evenodd' d='m20.6554 13.8449c.7961.7773 1.6364 1.5086 2.3504 2.3642.3154.3803.6141.7726.8425 1.2139.3237.6273.0305 1.3176-.532 1.355l-3.4963-.0015c-.9018.0748-1.6212-.2883-2.2261-.9048-.4841-.4931-.9324-1.0179-1.3978-1.5276-.1909-.2083-.3906-.4043-.6292-.5593-.4773-.3098-.8916-.2149-1.1644.2829-.2778.5063-.3408 1.0669-.3681 1.6312-.0374.8233-.2863 1.0398-1.1133 1.0775-1.7674.0833-3.44481-.1841-5.00305-1.0757-1.37379-.786-2.43911-1.8956-3.36635-3.1518-1.80536-2.4462-3.18791-5.13408-4.430492-7.89728-.279695-.62255-.0751478-.95674.611749-.96857 1.140623-.02215 2.281093-.02058 3.423053-.00157.46358.00678.77048.27267.94948.71063.61711 1.51739 1.37222 2.96105 2.32004 4.29919.25241.3563.50979.7125.87631.9633.40546.2776.71418.1856.90493-.2661.12104-.2864.17403-.5948.20131-.9016.09037-1.05528.10227-2.10877-.05622-3.16037-.09731-.6563-.46698-1.08117-1.12186-1.20536-.33418-.06332-.28443-.18767-.12262-.37842.28104-.32898.54536-.53377 1.07226-.53377h3.95146c.6221.12278.7602.40224.8454 1.02818l.0034 4.38924c-.0068.2423.121.9614.5575 1.1218.3493.1142.5796-.1653.7891-.3868.9461-1.0041 1.6214-2.19079 2.2246-3.41957.2677-.54031.4979-1.10143.721-1.66209.1652-.41603.4246-.62074.8932-.61167l3.8031.00339c.1127 0 .2268.00166.336.02035.6409.10921.8165.38488.6186 1.01067-.3119.98181-.9187 1.8-1.512 2.62198-.6342.87754-1.3125 1.72504-1.9414 2.60784-.5779.8061-.532 1.2125.1858 1.9126z' fill='%233a89b6' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}
.ya-share2__item.ya-share2__item_service_whatsapp .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='23' viewBox='0 0 23 23' width='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.5029 0h-.0058c-6.34079 0-11.4971 5.15775-11.4971 11.5 0 2.5156.81075 4.8472 2.18931 6.7404l-1.433185 4.2723 4.420315-1.4131c1.81843 1.2047 3.98762 1.9004 6.32646 1.9004 6.3408 0 11.4971-5.1592 11.4971-11.5 0-6.34081-5.1563-11.5-11.4971-11.5zm6.6915 16.2394c-.2774.7835-1.3785 1.4332-2.2568 1.623-.6009.1279-1.3858.23-4.0279-.8654-3.37958-1.4001-5.55595-4.8343-5.72558-5.0571-.16243-.2228-1.36562-1.8185-1.36562-3.46871 0-1.65025.83806-2.45382 1.17588-2.79881.27743-.28319.73599-.41257 1.17587-.41257.14231 0 .27025.00719.38525.01294.33781.01438.50744.0345.73025.56781.27744.66844.95306 2.31869 1.03356 2.48832.08194.16962.16388.39962.04888.62243-.10781.23-.20269.33206-.37232.52757-.16962.19549-.33062.345-.50025.55482-.15525.1826-.33062.3781-.13512.7159.1955.3306.87112 1.4332 1.8659 2.3187 1.2837 1.1428 2.3244 1.508 2.6967 1.6632.2775.115.6081.0877.8108-.1279.2573-.2775.575-.7375.8984-1.1903.23-.3249.5204-.3651.8251-.2501.3105.1078 1.9536.92 2.2914 1.0882.3378.1696.5606.2501.6426.3924.0805.1423.0805.8108-.197 1.5956z' fill='%2364a900'/%3E%3C/svg%3E");
}
.ya-share2__item.ya-share2__item_service_viber .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='23' viewBox='0 0 23 23' width='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m13.8055.360352h-4.61016c-4.24355 0-7.68362 3.440068-7.68362 7.683618v3.45763c0 3.1507 1.8966 5.8579 4.6102 7.0437v4.0976l3.45763-3.4576h4.22595c4.2436 0 7.6837-3.4402 7.6837-7.6837v-3.45759c0-4.24363-3.4401-7.683658-7.6837-7.683658zm2.7719 12.133848-2.7166-.5433-1.2887 1.2888c-2.1803-.924-3.33288-2.0765-4.34658-4.34656l1.28885-1.28885-.54333-2.7166-1.87113-.34545c-.40933.09303-.7984.29832-1.11712.61709-.62001.62001-.70613 1.48116-.57882 2.29052.288 1.83079 1.17934 4.27995 2.74096 5.84775l.01118.0114.01146.0112c1.56773 1.5616 4.01693 2.4529 5.84773 2.7409.8093.1274 1.6705.0412 2.2905-.5788.3188-.3187.5241-.7077.6171-1.1171zm-4.6692-5.60301c0-.19896.1612-.36018.3602-.36018 1.2578 0 2.2811 1.02332 2.2811 2.28108 0 .19627-.1639.36019-.3602.36019s-.3602-.16392-.3602-.36019c0-.86061-.7001-1.56072-1.5607-1.56072-.199 0-.3602-.16122-.3602-.36018zm3.7567 2.66326c.1951.02106.376-.12304.3975-.3185.0154-.13989.0233-.28251.0233-.42375 0-2.10517-1.7127-3.81782-3.8179-3.81782-.1412 0-.2838.00782-.4237.02323-.1977.02183-.3403.19981-.3185.39751.0219.19766.1997.33975.3976.3185.1137-.01258.2296-.01896.3446-.01896 1.7079 0 3.0974 1.38952 3.0974 3.09745 0 .115-.0063.23095-.0189.34469-.0217.19784.1209.37581.3186.39765zm1.9574-.74238c0 .41733-.0482.8329-.1433 1.23543-.0457.1934-.2473.3156-.44.2659-.1875-.0484-.3056-.243-.261-.43165.0823-.34828.124-.70815.124-1.06972 0-2.55529-2.0789-4.63419-4.6342-4.63419-.1186 0-.2387.00449-.3569.01348-.1992.01478-.3713-.13351-.3864-.33188-.0151-.19838.1335-.37133.3319-.38638.1363-.01028.2746-.01554.4114-.01554 2.9525 0 5.3545 2.40206 5.3545 5.35455z' fill='%23782fb1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.related-title {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}
.related {
  overflow: hidden;
  margin-bottom: 20px;
}
.related__label {
  font-size: 14px;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
}
.related__box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.related li.related--no-img:nth-child(odd):after {
  background: #f69431;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f69431), color-stop(100%, #f6a001));
  background: -o-linear-gradient(top, #f69431 0%, #f6a001 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f69431), to(#f6a001));
  background: linear-gradient(to bottom, #f69431 0%, #f6a001 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f69431', endColorstr='#f6a001', GradientType=0);
}
.related li.related--no-img:nth-child(even):after {
  background: #d7f1ff;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d7f1ff), color-stop(100%, #a8dcff));
  background: -o-linear-gradient(top, #d7f1ff 0%, #a8dcff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d7f1ff), to(#a8dcff));
  background: linear-gradient(to bottom, #d7f1ff 0%, #a8dcff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7f1ff', endColorstr='#a8dcff', GradientType=0);
}
.related li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 2px solid #F5EAD1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.related li:nth-child(3n+3) {
  margin-right: 0;
}
.related li:nth-child(3n+4) {
  clear: both;
}
.related li:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 234, 209, 0)), to(#F5EAD1));
  background: -o-linear-gradient(top, rgba(245, 234, 209, 0) 0%, #F5EAD1 100%);*/
  background: linear-gradient(to bottom, rgba(245, 234, 209, 0) 0%, #F5EAD1 140%);
  z-index: 0;
}
.related li img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.related li a {
  display: block;
  color: #625335;
}
.related li a.related__title-post:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  z-index: 0;
}
.related li a:hover {
  color: #000;
}
/* Comments *
===================================================================================================*/
.comment-reply-title {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}
#respond {
  clear: both;
  position: relative;
  margin-bottom: 30px;
  background: #F5EAD1;
  padding: 25px 40px;
  border-radius: 5px;
}
.respond-form__field,
.respond-form__text {
  color: #000;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal;
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 0;
  background: #fff;
  border-radius: 5px;
}
.respond-form__text {
  margin-bottom: 20px;
}
.respond-form input::-webkit-input-placeholder {
  color: #BDA87A;
}
.respond-form input::-moz-placeholder {
  color: #BDA87A;
}
.respond-form input:-moz-placeholder {
  color: #BDA87A;
}
.respond-form input:-ms-input-placeholder {
  color: #BDA87A;
}
.respond-form textarea::-webkit-input-placeholder {
  color: #BDA87A;
}
.respond-form textarea::-moz-placeholder {
  color: #BDA87A;
}
.respond-form textarea:-moz-placeholder {
  color: #BDA87A;
}
.respond-form textarea:-ms-input-placeholder {
  color: #BDA87A;
}
.respond-form .respond-form__button {
  min-width: 195px;
  display: inline-block;
  line-height: 1;
  color: #fff !important;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 0 !important;
  border: none;
  background: #8ABA43;
  border-radius: 4px;
  text-align: center;
}
.respond-form .respond-form__button:hover {
  background: #7ca73c;
  color: #fff !important;
}
.comments-title {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}
.commentlist .comment {
  margin-bottom: 20px;
  font-size: 20px;
  background: #F5EAD1;
  border-radius: 4px;
  padding: 24px;
  padding-bottom: 30px;
}
.commentlist .comment .gravatar {
  margin-right: 15px;
}
.commentlist .comment .gravatar img {
  border-radius: 50%;
  vertical-align: bottom;
}
.commentlist .comment p {
  margin-bottom: 15px;
}
.commentlist .comment .cauthor {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commentlist .comment .comment_date {
  color: #C7AD71;
  font-size: 16px;
}
.commentlist .comment .ctext {
  font-size: 16px;
}
.commentlist .comment .ctext p:last-child {
  margin-bottom: 0;
}
.commentlist .comment .reply {
  text-align: right;
  margin-top: -26px;
}
.commentlist .comment .reply a {
  text-decoration: none;
  color: #8ABA43;
  border-bottom: 1px dashed rgba(138, 186, 67, 0.5);
}
.commentlist .comment .reply a:hover {
  border-bottom: 0;
  text-decoration: none;
}
.commentlist .children {
  margin-left: 20px;
}
.comment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cancel-comment-reply {
  margin-bottom: 8px;
}
#cancel-comment-reply-link {
  color: #8ABA43;
}
#cancel-comment-reply-link:hover {
  border-bottom: 1px dashed rgba(138, 186, 67, 0.4);
}
/* Footer *
===================================================================================================*/
.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 22px;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 16px;
}
.footer-top__item--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-3 {
  margin-left: 24px;
}
.menu-3 li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}
.menu-3 li:last-child {
  margin-right: 0;
}
.menu-3 li a {
  color: #8ABA43;
  font-weight: 600;
  border-bottom: 1px solid rgba(138, 186, 67, 0.4);
}
.menu-3 li a:hover {
  border-bottom: 0;
  color: #649FC9;
}
.menu-3 li .current {
  color: #649FC9;
  border-bottom: 0;
}
.social-icon a {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  margin-right: 20px;
}
.social-icon a:last-child {
  margin-right: 0;
}
.social-icon .vk {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.032 18.843c1.659 1.62 3.41 3.143 4.897 4.926.657.792 1.279 1.61 1.755 2.529.674 1.307.063 2.745-1.108 2.823l-7.285-.003c-1.878.155-3.377-.601-4.637-1.885-1.009-1.028-1.943-2.121-2.912-3.183-.398-.434-.814-.842-1.311-1.165-.994-.646-1.858-.448-2.426.59-.579 1.054-.71 2.222-.767 3.398-.078 1.715-.596 2.166-2.32 2.244-3.681.174-7.176-.383-10.422-2.24-2.862-1.638-5.082-3.95-7.013-6.567C5.72 15.214 2.84 9.614.253 3.857-.33 2.56.095 1.864 1.526 1.84c2.376-.047 4.752-.043 7.131-.004.966.014 1.605.568 1.978 1.48 1.286 3.162 2.86 6.17 4.834 8.957.526.743 1.062 1.485 1.825 2.007.845.579 1.488.387 1.886-.554.252-.597.362-1.24.419-1.878.188-2.199.213-4.394-.117-6.585-.203-1.367-.973-2.252-2.337-2.51-.697-.133-.593-.392-.256-.79.586-.684 1.136-1.111 2.234-1.111h8.232c1.296.256 1.584.838 1.762 2.142l.007 9.144c-.015.505.252 2.003 1.161 2.337.728.238 1.207-.344 1.644-.806 1.971-2.091 3.378-4.564 4.635-7.124.557-1.125 1.037-2.294 1.502-3.462.344-.867.884-1.294 1.86-1.275l7.924.007c.235 0 .472.004.7.043 1.335.227 1.7.802 1.288 2.105-.65 2.046-1.913 3.75-3.15 5.463-1.32 1.828-2.734 3.594-4.044 5.433-1.204 1.68-1.108 2.526.387 3.984z' fill='%23BDA87A'/%3E%3C/svg%3E");
}
.social-icon .vk:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.032 18.843c1.659 1.62 3.41 3.143 4.897 4.926.657.792 1.279 1.61 1.755 2.529.674 1.307.063 2.745-1.108 2.823l-7.285-.003c-1.878.155-3.377-.601-4.637-1.885-1.009-1.028-1.943-2.121-2.912-3.183-.398-.434-.814-.842-1.311-1.165-.994-.646-1.858-.448-2.426.59-.579 1.054-.71 2.222-.767 3.398-.078 1.715-.596 2.166-2.32 2.244-3.681.174-7.176-.383-10.422-2.24-2.862-1.638-5.082-3.95-7.013-6.567C5.72 15.214 2.84 9.614.253 3.857-.33 2.56.095 1.864 1.526 1.84c2.376-.047 4.752-.043 7.131-.004.966.014 1.605.568 1.978 1.48 1.286 3.162 2.86 6.17 4.834 8.957.526.743 1.062 1.485 1.825 2.007.845.579 1.488.387 1.886-.554.252-.597.362-1.24.419-1.878.188-2.199.213-4.394-.117-6.585-.203-1.367-.973-2.252-2.337-2.51-.697-.133-.593-.392-.256-.79.586-.684 1.136-1.111 2.234-1.111h8.232c1.296.256 1.584.838 1.762 2.142l.007 9.144c-.015.505.252 2.003 1.161 2.337.728.238 1.207-.344 1.644-.806 1.971-2.091 3.378-4.564 4.635-7.124.557-1.125 1.037-2.294 1.502-3.462.344-.867.884-1.294 1.86-1.275l7.924.007c.235 0 .472.004.7.043 1.335.227 1.7.802 1.288 2.105-.65 2.046-1.913 3.75-3.15 5.463-1.32 1.828-2.734 3.594-4.044 5.433-1.204 1.68-1.108 2.526.387 3.984z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.social-icon .fb {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.377 9.683v6.884H.333v8.418h5.044V50h10.36V24.986h6.952s.651-4.036.967-8.45h-7.88v-5.755c0-.86 1.13-2.018 2.246-2.018h5.645V0h-7.675C5.12 0 5.377 8.426 5.377 9.683z' fill='%23BDA87A'/%3E%3C/svg%3E");
}
.social-icon .fb:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.377 9.683v6.884H.333v8.418h5.044V50h10.36V24.986h6.952s.651-4.036.967-8.45h-7.88v-5.755c0-.86 1.13-2.018 2.246-2.018h5.645V0h-7.675C5.12 0 5.377 8.426 5.377 9.683z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.social-icon .tw {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 5.498a20.482 20.482 0 0 1-5.89 1.616 10.3 10.3 0 0 0 4.509-5.671 20.678 20.678 0 0 1-6.518 2.49 10.228 10.228 0 0 0-7.486-3.24c-5.664 0-10.257 4.593-10.257 10.254 0 .803.09 1.587.265 2.337-8.523-.428-16.08-4.511-21.14-10.717a10.18 10.18 0 0 0-1.386 5.156c0 3.558 1.812 6.699 4.561 8.536a10.258 10.258 0 0 1-4.646-1.288v.129c0 4.967 3.537 9.113 8.227 10.057-.86.231-1.766.36-2.703.36a9.845 9.845 0 0 1-1.93-.191c1.305 4.077 5.092 7.042 9.579 7.123a20.579 20.579 0 0 1-12.738 4.384A21.8 21.8 0 0 1 0 36.693a28.993 28.993 0 0 0 15.722 4.614c18.868 0 29.182-15.628 29.182-29.182l-.034-1.328A20.482 20.482 0 0 0 50 5.498z' fill='%23BDA87A'/%3E%3C/svg%3E");
}
.social-icon .tw:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 5.498a20.482 20.482 0 0 1-5.89 1.616 10.3 10.3 0 0 0 4.509-5.671 20.678 20.678 0 0 1-6.518 2.49 10.228 10.228 0 0 0-7.486-3.24c-5.664 0-10.257 4.593-10.257 10.254 0 .803.09 1.587.265 2.337-8.523-.428-16.08-4.511-21.14-10.717a10.18 10.18 0 0 0-1.386 5.156c0 3.558 1.812 6.699 4.561 8.536a10.258 10.258 0 0 1-4.646-1.288v.129c0 4.967 3.537 9.113 8.227 10.057-.86.231-1.766.36-2.703.36a9.845 9.845 0 0 1-1.93-.191c1.305 4.077 5.092 7.042 9.579 7.123a20.579 20.579 0 0 1-12.738 4.384A21.8 21.8 0 0 1 0 36.693a28.993 28.993 0 0 0 15.722 4.614c18.868 0 29.182-15.628 29.182-29.182l-.034-1.328A20.482 20.482 0 0 0 50 5.498z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.social-icon .yt {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 7.977A7.474 7.474 0 0 0 42.528.5H7.472A7.474 7.474 0 0 0 0 7.977v20.046A7.474 7.474 0 0 0 7.472 35.5h35.056A7.474 7.474 0 0 0 50 28.023V7.977zM20 26.458V7.628l14.279 9.415L20 26.458z' fill='%23BDA87A'/%3E%3C/svg%3E");
}
.social-icon .yt:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 7.977A7.474 7.474 0 0 0 42.528.5H7.472A7.474 7.474 0 0 0 0 7.977v20.046A7.474 7.474 0 0 0 7.472 35.5h35.056A7.474 7.474 0 0 0 50 28.023V7.977zM20 26.458V7.628l14.279 9.415L20 26.458z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.social-icon .in {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.201 0H13.798C6.19 0 0 6.19 0 13.798v22.404C0 43.81 6.19 50 13.798 50H36.2C43.81 50 50 43.81 50 36.202V13.798C50 6.19 43.81 0 36.2 0zm9.363 36.202c0 5.162-4.2 9.361-9.362 9.361H13.798c-5.162 0-9.362-4.2-9.362-9.361V13.798c0-5.162 4.2-9.362 9.362-9.362H36.2c5.163 0 9.362 4.2 9.362 9.362v22.404z' fill='%23BDA87A'/%3E%3Cpath d='M25 12.117c-7.104 0-12.884 5.78-12.884 12.883 0 7.104 5.78 12.883 12.884 12.883S37.883 32.105 37.883 25c0-7.104-5.779-12.883-12.883-12.883zm0 21.33c-4.658 0-8.448-3.79-8.448-8.447 0-4.658 3.79-8.447 8.448-8.447s8.447 3.79 8.447 8.447c0 4.658-3.79 8.447-8.447 8.447zM38.424 8.355c-.855 0-1.694.346-2.298.953a3.269 3.269 0 0 0-.955 2.3c0 .855.349 1.695.955 2.301a3.278 3.278 0 0 0 2.298.953c.858 0 1.694-.35 2.3-.953a3.278 3.278 0 0 0 .953-2.3c0-.858-.346-1.698-.952-2.301a3.267 3.267 0 0 0-2.301-.953z' fill='%23BDA87A'/%3E%3C/svg%3E");
}
.social-icon .in:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.201 0H13.798C6.19 0 0 6.19 0 13.798v22.404C0 43.81 6.19 50 13.798 50H36.2C43.81 50 50 43.81 50 36.202V13.798C50 6.19 43.81 0 36.2 0zm9.363 36.202c0 5.162-4.2 9.361-9.362 9.361H13.798c-5.162 0-9.362-4.2-9.362-9.361V13.798c0-5.162 4.2-9.362 9.362-9.362H36.2c5.163 0 9.362 4.2 9.362 9.362v22.404z' fill='%238ABA43'/%3E%3Cpath d='M25 12.117c-7.104 0-12.884 5.78-12.884 12.883 0 7.104 5.78 12.883 12.884 12.883S37.883 32.105 37.883 25c0-7.104-5.779-12.883-12.883-12.883zm0 21.33c-4.658 0-8.448-3.79-8.448-8.447 0-4.658 3.79-8.447 8.448-8.447s8.447 3.79 8.447 8.447c0 4.658-3.79 8.447-8.447 8.447zM38.424 8.355c-.855 0-1.694.346-2.298.953a3.269 3.269 0 0 0-.955 2.3c0 .855.349 1.695.955 2.301a3.278 3.278 0 0 0 2.298.953c.858 0 1.694-.35 2.3-.953a3.278 3.278 0 0 0 .953-2.3c0-.858-.346-1.698-.952-2.301a3.267 3.267 0 0 0-2.301-.953z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.social-icon .tel {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.883 21.108l11.521 4.3 4.46 14.34a1.356 1.356 0 0 0 2.154.65l6.422-5.236a1.916 1.916 0 0 1 2.335-.065l11.583 8.41c.798.579 1.927.142 2.127-.822L49.971 1.87c.218-1.053-.816-1.93-1.819-1.543L.87 18.567c-1.167.45-1.157 2.102.013 2.54zm15.262 2.01L38.66 9.252c.405-.249.821.298.474.62L20.552 27.146a3.852 3.852 0 0 0-1.194 2.305l-.633 4.69c-.083.627-.963.69-1.136.083l-2.435-8.554a2.267 2.267 0 0 1 .99-2.55z' fill='%23BDA87A'/%3E%3C/svg%3E");
}
.social-icon .tel:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.883 21.108l11.521 4.3 4.46 14.34a1.356 1.356 0 0 0 2.154.65l6.422-5.236a1.916 1.916 0 0 1 2.335-.065l11.583 8.41c.798.579 1.927.142 2.127-.822L49.971 1.87c.218-1.053-.816-1.93-1.819-1.543L.87 18.567c-1.167.45-1.157 2.102.013 2.54zm15.262 2.01L38.66 9.252c.405-.249.821.298.474.62L20.552 27.146a3.852 3.852 0 0 0-1.194 2.305l-.633 4.69c-.083.627-.963.69-1.136.083l-2.435-8.554a2.267 2.267 0 0 1 .99-2.55z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.social-icon .ok {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.027 19.995a5.001 5.001 0 0 0 5.004-5.048 5.015 5.015 0 0 0-5.03-5.027 5.022 5.022 0 0 0-5.042 5.088c.02 2.787 2.269 4.998 5.068 4.987z' fill='%23BDA87A'/%3E%3Cpath d='M47.34 0H2.66A2.66 2.66 0 0 0 0 2.66v44.68A2.66 2.66 0 0 0 2.66 50h44.68A2.66 2.66 0 0 0 50 47.34V2.66A2.66 2.66 0 0 0 47.34 0zM25.043 4.663c5.69.014 10.26 4.67 10.232 10.426-.03 5.623-4.674 10.18-10.356 10.161-5.626-.02-10.239-4.682-10.207-10.317.034-5.696 4.65-10.287 10.33-10.27zm11.528 24.63c-1.259 1.294-2.774 2.228-4.457 2.882-1.59.614-3.334.926-5.06 1.132.261.285.384.422.546.587 2.343 2.353 4.695 4.698 7.03 7.058.794.804.962 1.801.523 2.737-.48 1.024-1.55 1.696-2.603 1.623-.666-.047-1.185-.378-1.646-.841-1.768-1.78-3.57-3.525-5.3-5.336-.504-.528-.747-.43-1.192.03a353.338 353.338 0 0 1-5.402 5.425c-.816.806-1.787.95-2.736.49-1.006-.487-1.645-1.514-1.596-2.548.034-.697.378-1.23.857-1.71 2.317-2.314 4.629-4.634 6.942-6.952.153-.153.296-.318.519-.556-3.154-.33-5.998-1.105-8.431-3.01-.302-.236-.614-.465-.89-.73-1.065-1.023-1.172-2.194-.33-3.402.721-1.033 1.933-1.31 3.19-.717.245.114.477.258.699.412 4.536 3.117 10.769 3.204 15.322.142.45-.345.933-.63 1.493-.771 1.088-.28 2.1.119 2.683 1.07.67 1.084.66 2.143-.161 2.986z' fill='%23BDA87A'/%3E%3C/svg%3E");
}
.social-icon .ok:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.027 19.995a5.001 5.001 0 0 0 5.004-5.048 5.015 5.015 0 0 0-5.03-5.027 5.022 5.022 0 0 0-5.042 5.088c.02 2.787 2.269 4.998 5.068 4.987z' fill='%238ABA43'/%3E%3Cpath d='M47.34 0H2.66A2.66 2.66 0 0 0 0 2.66v44.68A2.66 2.66 0 0 0 2.66 50h44.68A2.66 2.66 0 0 0 50 47.34V2.66A2.66 2.66 0 0 0 47.34 0zM25.043 4.663c5.69.014 10.26 4.67 10.232 10.426-.03 5.623-4.674 10.18-10.356 10.161-5.626-.02-10.239-4.682-10.207-10.317.034-5.696 4.65-10.287 10.33-10.27zm11.528 24.63c-1.259 1.294-2.774 2.228-4.457 2.882-1.59.614-3.334.926-5.06 1.132.261.285.384.422.546.587 2.343 2.353 4.695 4.698 7.03 7.058.794.804.962 1.801.523 2.737-.48 1.024-1.55 1.696-2.603 1.623-.666-.047-1.185-.378-1.646-.841-1.768-1.78-3.57-3.525-5.3-5.336-.504-.528-.747-.43-1.192.03a353.338 353.338 0 0 1-5.402 5.425c-.816.806-1.787.95-2.736.49-1.006-.487-1.645-1.514-1.596-2.548.034-.697.378-1.23.857-1.71 2.317-2.314 4.629-4.634 6.942-6.952.153-.153.296-.318.519-.556-3.154-.33-5.998-1.105-8.431-3.01-.302-.236-.614-.465-.89-.73-1.065-1.023-1.172-2.194-.33-3.402.721-1.033 1.933-1.31 3.19-.717.245.114.477.258.699.412 4.536 3.117 10.769 3.204 15.322.142.45-.345.933-.63 1.493-.771 1.088-.28 2.1.119 2.683 1.07.67 1.084.66 2.143-.161 2.986z' fill='%238ABA43'/%3E%3C/svg%3E");
}
.social-icon .zen {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM3.46886 44.5305C0.0330411 41.0127 0.00012207 33.8361 0.00012207 24.2653C10.6274 24.586 15.4872 24.8521 19.3632 28.637C23.1479 32.513 23.4141 37.3727 23.7348 47.9995C13.8422 47.9995 6.98745 47.9675 3.46886 44.5305ZM24.2653 47.9995C24.586 37.3727 24.8522 32.513 28.637 28.637C32.5129 24.8521 37.3727 24.586 48 24.2653C47.999 33.8361 47.9661 41.0127 44.5303 44.5305C41.0117 47.9675 34.158 47.9995 24.2653 47.9995ZM24.2653 0C24.586 10.6277 24.8522 15.4874 28.637 19.3634C32.5129 23.1483 37.3727 23.4144 48 23.7351C47.999 14.1643 47.9661 6.98765 44.5303 3.46985C41.0117 0.0338522 34.158 0.000940338 24.2653 0Z' fill='%23bda87a'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.637 28.637C24.8522 32.513 24.586 37.3727 24.2653 47.9995C34.158 47.9995 41.0117 47.9675 44.5303 44.5305C47.9661 41.0127 47.999 33.8361 48 24.2653C37.3728 24.586 32.5129 24.8521 28.637 28.637ZM0.00012207 24.2653C0.00012207 33.8361 0.0330411 41.0127 3.46886 44.5305C6.98745 47.9675 13.8422 47.9995 23.7348 47.9995C23.4141 37.3727 23.1479 32.513 19.3632 28.637C15.4872 24.8521 10.6274 24.586 0.00012207 24.2653ZM23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM28.637 19.3634C24.8522 15.4874 24.586 10.6277 24.2653 0C34.158 0.000940338 41.0117 0.0338522 44.5303 3.46985C47.9661 6.98765 47.999 14.1643 48 23.7351C37.3728 23.4144 32.5129 23.1483 28.637 19.3634Z' fill='url(%23paint0_linear)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9999 24.2655V24.0003V23.736C37.3726 23.4144 32.5128 23.1493 28.6368 19.3635C24.8521 15.4883 24.5859 10.6287 24.2652 0.000976562H23.9999H23.7347C23.414 10.6287 23.1478 15.4883 19.363 19.3635C15.487 23.1493 10.6272 23.4144 0 23.736V24.0003V24.2655C10.6272 24.587 15.487 24.8522 19.363 28.6371C23.1478 32.5132 23.414 37.3728 23.7347 48.0005H23.9999H24.2652C24.5859 37.3728 24.8521 32.5132 28.6368 28.6371C32.5128 24.8522 37.3726 24.587 47.9999 24.2655Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='48' y1='47.9995' x2='48' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.47509' stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.76042' stop-color='white' stop-opacity='0.04271'/%3E%3Cstop offset='0.99531' stop-color='white' stop-opacity='0.09855'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.social-icon .zen:hover {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM3.46886 44.5305C0.0330411 41.0127 0.00012207 33.8361 0.00012207 24.2653C10.6274 24.586 15.4872 24.8521 19.3632 28.637C23.1479 32.513 23.4141 37.3727 23.7348 47.9995C13.8422 47.9995 6.98745 47.9675 3.46886 44.5305ZM24.2653 47.9995C24.586 37.3727 24.8522 32.513 28.637 28.637C32.5129 24.8521 37.3727 24.586 48 24.2653C47.999 33.8361 47.9661 41.0127 44.5303 44.5305C41.0117 47.9675 34.158 47.9995 24.2653 47.9995ZM24.2653 0C24.586 10.6277 24.8522 15.4874 28.637 19.3634C32.5129 23.1483 37.3727 23.4144 48 23.7351C47.999 14.1643 47.9661 6.98765 44.5303 3.46985C41.0117 0.0338522 34.158 0.000940338 24.2653 0Z' fill='%238aba43'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.637 28.637C24.8522 32.513 24.586 37.3727 24.2653 47.9995C34.158 47.9995 41.0117 47.9675 44.5303 44.5305C47.9661 41.0127 47.999 33.8361 48 24.2653C37.3728 24.586 32.5129 24.8521 28.637 28.637ZM0.00012207 24.2653C0.00012207 33.8361 0.0330411 41.0127 3.46886 44.5305C6.98745 47.9675 13.8422 47.9995 23.7348 47.9995C23.4141 37.3727 23.1479 32.513 19.3632 28.637C15.4872 24.8521 10.6274 24.586 0.00012207 24.2653ZM23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM28.637 19.3634C24.8522 15.4874 24.586 10.6277 24.2653 0C34.158 0.000940338 41.0117 0.0338522 44.5303 3.46985C47.9661 6.98765 47.999 14.1643 48 23.7351C37.3728 23.4144 32.5129 23.1483 28.637 19.3634Z' fill='url(%23paint0_linear)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9999 24.2655V24.0003V23.736C37.3726 23.4144 32.5128 23.1493 28.6368 19.3635C24.8521 15.4883 24.5859 10.6287 24.2652 0.000976562H23.9999H23.7347C23.414 10.6287 23.1478 15.4883 19.363 19.3635C15.487 23.1493 10.6272 23.4144 0 23.736V24.0003V24.2655C10.6272 24.587 15.487 24.8522 19.363 28.6371C23.1478 32.5132 23.414 37.3728 23.7347 48.0005H23.9999H24.2652C24.5859 37.3728 24.8521 32.5132 28.6368 28.6371C32.5128 24.8522 37.3726 24.587 47.9999 24.2655Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='48' y1='47.9995' x2='48' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.47509' stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.76042' stop-color='white' stop-opacity='0.04271'/%3E%3Cstop offset='0.99531' stop-color='white' stop-opacity='0.09855'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.widget-footer {
  margin-left: 24px;
}
.copy {
  font-size: 16px;
  color: #BDA87A;
  text-align: center;
}
.up {
  overflow: hidden;
  position: fixed;
  margin-left: 1115px;
  bottom: 80px;
  cursor: pointer;
  z-index: 100;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background-color: #F69331;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 12L12 2 2 12' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.up:hover {
  background-color: #f8ad62;
}
/* Modal window *
===================================================================================================*/
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding-top: 25px;
  max-width: 600px;
}
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (min-width: 1023px) {

  .titles-values {
    display: block !important;
  }

  .title-item.active {
    background: #8ABA43;
    color: #fff;
  }
  .order-btn:hover {
    background: #7ca73c;
  }
}
@media screen and (max-width: 1250px) {
  .up {
    right: 3%;
    bottom: 8px;
  }
}
@media screen and (max-width: 1150px) {
  .wrap {
    width: 98%;
  }
  .p-nav {
    padding: 20px 13px;
  }
  .p-soc {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .main {
    display: block;
    overflow: hidden;
    position: relative;
    height: auto;
  }
  .wrap {
    width: 96%;
  }
  .content-wrapper {
    -webkit-box-shadow: 0px 20px 20px #C1AD7E;
            box-shadow: 0px 20px 20px #C1AD7E;
  }
  .content {
    width: 100%;
    float: none;
    padding: 0;
  }
  .header .menu-1-box {
    display: none;
  }
  .menu-1-box {
    border-radius: 0;
  }
  .menu-1-box .widget-title {
    display: block;
  }
  .menu-1 {
    display: none;
  }
  .menu-1 .current-post-parent a {
    background-color: #719C31;
  }
  .menu-1 li {
    float: none;
    border-bottom: 1px solid #BB4516;
  }
  .menu-1 li a,
  .menu-1 li .current {
    display: block;
    border: 0;
    font-size: 17px;
    font-weight: normal;
    background: #DE541D;
  }
  .menu-1 li a:hover,
  .menu-1 li .current:hover {
    background: #719C31;
  }
  .menu-1 li .current {
    background: #719C31;
  }
  .m-navigation {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #f17537;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f17537), color-stop(100%, #f9ad2a));
    background: -o-linear-gradient(top, #f17537 0%, #f9ad2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f17537), to(#f9ad2a));
    background: linear-gradient(to bottom, #f17537 0%, #f9ad2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f17537', endColorstr='#f9ad2a', GradientType=0);
  }
  .seciton--mob-hidden {
    display: none;
  }
  .hamburger-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    vertical-align: bottom;
  }
  .m-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    padding: 25px 22px;
    -webkit-box-shadow: 0px 15px 20px #C1AD7E;
            box-shadow: 0px 15px 20px #C1AD7E;
    border-bottom: 2px solid #F0CFB1;
    border-radius: 4px 4px 0 0;
  }
  .widget-title.widget-title--mob.active {
    background: #F78255;
  }
  .widget-title.widget-title--mob.active:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .widget-title.widget-title--mob {
    background: #F27638;
    border-bottom: 1px solid #D0653B;
    padding: 25px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    margin-bottom: 0;
  }
  .widget-title.widget-title--mob:after {
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
    margin-top: -4px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5.5 5L12 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 13px;
    height: 7px;
  }
  .titles--home {
    width: 256px;
  }
  .title-item {
    display: block;
    font-size: 17px;
    color: #fff;
    padding: 12px 20px;
    border-bottom: 1px solid #D0653B;
    border-radius: 0;
    background: none;
    margin: 0;
  }
  .titles-value.active {
    border-radius: 0;
    background: #f17537;
    border-bottom: 1px solid #D0653B;
  }
  .titles-value {
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    cursor: pointer;
    padding: 12px 33px 12px 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 17px;
    position: relative;
    background: #f17537;
    border-bottom: 1px solid #f9ad2a;
    font-weight: 600;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f17537), color-stop(100%, #f9ad2a));
    background: -o-linear-gradient(top, #f17537 0%, #f9ad2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f17537), to(#f9ad2a));
    background: linear-gradient(to bottom, #f17537 0%, #f9ad2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f17537', endColorstr='#f9ad2a', GradientType=0);
  }
  .titles-value:before,
  .titles-value:after {
    position: absolute;
    content: '';
    right: 0;
    top: 14px;
    width: 35px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5.5 5L12 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .titles-value:before {
    z-index: 2;
  }
  .titles-value:after {
    z-index: 1;
  }
  .titles-values {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    background: #f17537;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f17537), color-stop(100%, #f9ad2a));
    background: -o-linear-gradient(top, #f17537 0%, #f9ad2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f17537), to(#f9ad2a));
    background: linear-gradient(to bottom, #f17537 0%, #f9ad2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f17537', endColorstr='#f9ad2a', GradientType=0);
  }

  .titles-values .title-item:last-child {
    border-bottom: 0;
  }
  .order--home {
    width: 256px;
  }
  .order-btn.active {
    border-radius: 0;
    background: #f17537;
    border-bottom: 1px solid #D0653B !important;
  }
  .order-btn {
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 12px 33px 12px 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 17px;
    line-height: 1.4;
    position: relative;
    background: #f17537;
    border-bottom: 1px solid #f9ad2a !important;
    font-weight: 600;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f17537), color-stop(100%, #f9ad2a));
    background: -o-linear-gradient(top, #f17537 0%, #f9ad2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f17537), to(#f9ad2a));
    background: linear-gradient(to bottom, #f17537 0%, #f9ad2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f17537', endColorstr='#f9ad2a', GradientType=0);
  }
  .order-btn:before,
  .order-btn:after {
    position: absolute;
    content: '';
    right: 0;
    top: 14px;
    width: 35px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5.5 5L12 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .order-btn:before {
    z-index: 2;
  }
  .order-btn:after {
    z-index: 1;
  }
  .order-values {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    background: #f17537;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f17537), color-stop(100%, #f9ad2a));
    background: -o-linear-gradient(top, #f17537 0%, #f9ad2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f17537), to(#f9ad2a));
    background: linear-gradient(to bottom, #f17537 0%, #f9ad2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f17537', endColorstr='#f9ad2a', GradientType=0);
  }
  .order-values__item {
    display: block;
    font-size: 17px;
    color: #fff;
    padding: 12px 20px;
    border-bottom: 1px solid #D0653B;
    border-radius: 0;
    background: none;
    margin: 0;
  }
  .order-values__item:last-child {
    border-bottom: 0;
  }
  .p-nav {
    padding-bottom: 5px;
  }
  .p-nav__item--1 {
    margin-bottom: 14px;
  }
  .p-nav__item--2 {
    margin-bottom: 14px;
  }
  .sidebar {
    float: none;
    margin: 0;
  }
  .section.section--top {
    display: none;
  }
  .sidebar-box {
    padding: 0 10px;
  }
  .menu-2-box {
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .menu-2 {
    display: none;
  }
  .menu-2 .current-post-parent a {
    background: #719C31;
  }
  .menu-2 li {
    display: block;
    border-bottom: 1px solid #BB4516;
    margin: 0;
  }
  .menu-2 li a,
  .menu-2 li .current {
    display: block;
    background: #DE541D;
    padding: 18px;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    border-radius: 0;
  }
  .menu-2 li a:hover,
  .menu-2 li .current:hover {
    background: #719C31;
  }
  .menu-2 li .current {
    background: #719C31;
  }
  .section-forecast__inner {
    width: 300px;
    margin: 0 auto;
  }
  .section-comments {
    padding: 15px;
  }
  .entry .wp-caption-text {
    text-align: center;
  }
  .related li:after {
    height: 240px;
  }
  .footer-top {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer-top__item--1 {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-top__item--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo--footer {
    display: inline-block;
  }
  .menu-3 {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .social-icon {
    padding: 20px 0;
    margin-bottom: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  .social-icon:before,
  .social-icon:after {
    position: absolute;
    content: '';
    left: -5%;
    top: 0;
    width: 110%;
    height: 1px;
    background: #CDBA91;
  }
  .social-icon:after {
    top: auto;
    bottom: 0;
  }
  .widget-footer {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 12px;
  }
  .up {
    bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  .related li {
    width: 48%;
  }
  .related li:nth-child(odd) {
    clear: both;
    margin-right: 4%;
  }
  .related li:nth-child(even) {
    clear: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .post-item.post-item_announce-no-img .post-item__top {
    padding-top: 0;
  }

  .p-nav {
    display: flex;
  }
  .p-nav__item {
    display: block;
    width: 48%;
  }
  .p-favorites {
    width: 112px;
  }
  .post-ratings {
    margin-bottom: 10px;
  }
  .p-favorites--active {
    width: 125px;
  }
  .post-add-to-favorites:after {
    left: 0;
    padding-left: 30px;
  }
  .p-nav__item--2 {
    text-align: right;
  }
  .p-soc {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .titles--home {
    width: 48%;
  }
  .order--home {
    width: 48%;
  }
  .post-item__top:after {
    height: 50px;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(19%, rgba(255, 255, 255, 0.1)), color-stop(100%, #ffffff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 19%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(19%, rgba(255, 255, 255, 0.1)), to(#ffffff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 19%, #ffffff 100%);
  }
  .post-container {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#F8E0D6), to(#FDF5F1));
    background: -o-linear-gradient(top, #F8E0D6 0%, #FDF5F1 100%);
    background: linear-gradient(to bottom, #F8E0D6 0%, #FDF5F1 100%);
  }
  .post-container:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    background: #fdf5f1;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fdf5f1), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #fdf5f1 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdf5f1), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #fdf5f1 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf5f1', endColorstr='#ffffff', GradientType=0);
  }
  .post-box {
    display: block;
  }
  .post-box__title {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .post-box__title a:after {
    bottom: auto;
    top: 0;
  }
  .post-info--loop {
    text-align: right;
    position: absolute;
    top: 28px;
    right: 25px;
  }
  .post-info--mob-right {
    text-align: right;
  }
  .entry-top:after {
    display: none;
  }
  .entry table {
    min-width: 500px;
  }
  .respond {
    padding: 15px;
  }
}
@media screen and (max-width: 550px) {
  .related li:after {
    height: 350px;
  }
  .related li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    background-position: 40% 0;
  }
  .content-wrapper {
    padding: 20px 10px;
  }
  .alignleft {
    float: none;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .alignright {
    float: none;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .header-top {
    display: block;
  }
  .logo--header {
    margin: 0 auto;
    position: relative;
    right: -20px;
  }
  .m-navigation .search-form--mobile {
    width: 96%;
  }
  .title-item {
    padding: 12px;
  }
  .titles-value.active {
    background: #f58a32;
  }
  .titles-value {
    background: #f58a32;
    padding: 12px 33px 12px 12px;
  }
  .titles-value:after {
    background: rgba(245, 138, 50, 0.53);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 138, 50, 0.53)), color-stop(41%, #f58a32), color-stop(100%, #f58a32));
    background: -o-linear-gradient(left, rgba(245, 138, 50, 0.53) 0%, #f58a32 41%, #f58a32 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(245, 138, 50, 0.53)), color-stop(41%, #f58a32), to(#f58a32));
    background: linear-gradient(to right, rgba(245, 138, 50, 0.53) 0%, #f58a32 41%, #f58a32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58a32', endColorstr='#f58a32', GradientType=1);
  }
  .order-btn.active {
    background: #f58a32;
  }
  .order-btn {
    padding: 12px 33px 12px 12px;
    background: #f58a32;
  }
  .order-btn:after {
    background: rgba(245, 138, 50, 0.53);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 138, 50, 0.53)), color-stop(41%, #f58a32), color-stop(100%, #f58a32));
    background: -o-linear-gradient(left, rgba(245, 138, 50, 0.53) 0%, #f58a32 41%, #f58a32 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(245, 138, 50, 0.53)), color-stop(41%, #f58a32), to(#f58a32));
    background: linear-gradient(to right, rgba(245, 138, 50, 0.53) 0%, #f58a32 41%, #f58a32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58a32', endColorstr='#f58a32', GradientType=1);
  }
  .order-values__item {
    padding: 12px;
  }
  .post-item__box {
    padding: 15px 12px;
  }
  .post-container {
    padding: 15px;
  }
  .p-nav__item--1 {
    display: block;
  }
  .p-nav__item--2 {
    display: block;
  }
  .p-raitng {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-favorites {
    display: inline-block;
  }
  .p-soc {
    margin-bottom: 10px;
  }
  .section-wisdom {
    padding: 15px;
  }
  .section-forecast__inner {
    padding: 15px;
  }
  .section-forecast-1 {
    padding: 15px;
  }
  .section-forecast-2__wrap {
    padding: 15px;
  }
  .forecats-quantity__item {
    display: inline;
  }
  #toc_container {
    padding: 15px;
    margin: 0 -12px 25px -12px;
    border-radius: 0;
  }
  .entry.entry--has-thumbnail {
    padding: 0 12px;
  }
  .entry.entry--has-thumbnail .entry-top {
    margin: 0 -12px 25px -12px;
  }
  .entry {
    padding: 12px 12px 0 12px;
  }
  .entry blockquote {
    padding: 35px 24px;
  }
  .commentlist .comment .cauthor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .commentlist .comment .author_name {
    margin-bottom: 5px;
  }
  .comment-box {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu-3 li {
    display: block;
  }
  .remodal .custom-form--aut {
    padding: 20px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .entry blockquote {
    outline: none;
  }
}

.error-validation-auth {
  position: absolute;
  color: red;
  top: -15px;
  font-size: 10px;
}
.authorization__reg-field, .lost-password-form {
  position: relative;
}

.user-info__text-before, .auth-message-success {
  font-size: 14px;
  margin-bottom: 30px;
  color: #4384B2;
}

.authorization.loading {
  position: relative;
  z-index: 1;
}
.authorization.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/preloader.gif) no-repeat 50% 50% rgba(255,255,255,0.8);
  z-index: 2;
}


.error-validation-auth_pass {
  top: 35px;
}

.remodal-authorization {
  position: relative;
}
.remodal-authorization .remodal-close {
  position: absolute;
  top: 37px;
  right: 4px;
}

.go-to-account {
  color: #8ABA43;
  text-decoration: underline;
  font-weight: bold;
  position: relative;
}
.go-to-account:hover {
  text-decoration: none;
}
.go-to-account:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -47px;
  width: 37px;
  height: 37px;
}

.go-to-account-sidebar {
  color: #4384B2;
  text-decoration: underline;
  position: relative;
}
.go-to-account-sidebar:hover {
  color: #4384B2;
  opacity: 0.8;
  text-decoration: none;
}
.go-to-account-sidebar:after {
  content: '';
  position: absolute;
  top: -16px;
  left: -64px;
  width: 54px;
  height: 54px;
}

.entry .account {
  margin-bottom: 20px;
}

.success-account-message {
  background: #d7f1ff;
  border: 2px solid #b4e5ff;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
  font: 14px/1 "Open Sans", sans-serif;
  color: #4384b2;
  position: relative;
  padding-right: 60px;
}

.success-account-message .close {
  position: absolute;
  right: 28px;
  top: 22px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.success-account-message .close:hover {
  opacity: 0.6;
}
.success-account-message .close:before, .success-account-message .close:after {
  position: absolute;
  left: 7px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #649fc9;
}
.success-account-message .close:before {
  transform: rotate(45deg);
}
.success-account-message .close:after {
  transform: rotate(-45deg);
}

.section-forecast-text.loading, .p-nav.loading, .author-info-wrap.loading, .content.loading, .sidebar-positive-moments-form.loading, .forecast-add-sidebar-form.loading, .rules-publication-modal.loading {
  position: relative;
  z-index: 1;
}
.section-forecast-text.loading:before, .p-nav.loading.loading:before, .author-info-wrap.loading:before, .content.loading:before, .sidebar-positive-moments-form.loading:before, .forecast-add-sidebar-form.loading:before, .rules-publication-modal.loading:before, .preview-modal.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/preloader.gif) no-repeat 50% 50% rgba(255,255,255,0.5);
  z-index: 50;
}
.content.loading:before {
  background: url(images/preloader.gif) no-repeat 50% 5px rgba(255,255,255,0.8);
}

.positive-moments-list {
  margin-left: 18px;
}

.author-info-wrap {
  background: #D7F1FF;
  padding: 26px;
  border-radius: 4px;
  margin-bottom: 32px;
}
.profile-info__one-section_author {
  background: #B4E5FF;
}
.account-tab-item .account-profile-info .profile__section.profile-info__one-section_author .profile-info__photo .avatar {
  border: 2px solid #649FC9 !important;
  cursor: default !important;
}

.author-first-element-wrap {
  overflow: hidden;
}
.author-first-element {
  float: left;
}
.author-first-element:first-child {
  margin-right: 11px;
  padding-top: 5px;
}
.author-first-element:last-child {
  float: right;
}
.account-tab-item .sub-title {
  color: #4384B2;
  font-weight: bold;
  margin: 15px 0 7px;
}
.author-bio {
  color: #4384B2;
  line-height: 24px;
}

.author-first-element_name {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #4384B2;
}
.author-info__sex {
  position: relative;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url(images/author-page-woman.png) 50% 50% no-repeat;
}
.author-info__sex.author-info__sex_male {
  background-image: url(images/author-page-man.png);
}
.author-info-wrap .account-tab-item .info-wrap_flex {
  align-items: center;
}

.author__btn {
  background: #8ABA43;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.author__btn:hover {
  opacity: 0.8;
}
.author-info-wrap .account-tab-item .account-profile-info {
  align-items: start;
}

#ui-id-3 {
  min-height: 100px;
  position: relative;
}
#ui-id-3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/preloader.gif) no-repeat 50% 50px;
  z-index: 2;
}
.subscribe-user-account-wrap {
  position: relative;
  z-index: 3;
}

.subscribe-user-account-wrap_no-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #D7F1FF;
}

.entry ul.wp-block-gallery li:after {
  display: none;
}
.entry ul.wp-block-gallery li {
  padding: 0;
}
.entry ul.wp-block-gallery li figcaption {
  box-sizing: border-box;
}
.wp-block-audio {
  margin: 20px 0;
}

.cld-like-dislike-wrap {
  font-size: 15px;
  line-height: 1;
}
.cld-like-dislike-wrap a {
  display: inline-block;
}
.cld-like-dislike-wrap span {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}
.cld-like-wrap img {
  margin-top: -5px;
}

.page-sidebar-none .m-navigation {
  display: none;
}

.moment-add-edit__symbols-left.red {
  color: red;
}

div[id*="yandex_rtb"], .adsbygoogle {
	margin-bottom: 20px !important;
}

@media (max-width: 480px) {
  .p-nav {
    display: block;
  }
  .p-nav__item--1 {
    display: flex;
    width: 100%;
  }
  .p-raitng {
    margin-bottom: 0;
  }
  .p-nav__item--2 {
    text-align: left;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .p-nav__item--1, .p-nav__item--2 {
    font-size: 14px;
  }
  .p-raitng {
    margin-bottom: 15px;
  }
  .p-favorites {
    width: 88px;
  }
  .post-add-to-favorites:after {
    left: 6px;
  }
}

@media (max-width: 340px) {
  .p-nav__item--1, .p-nav__item--2 {
    display: block;
  }
  .post-add-to-favorites:after {
    left: 0;
  }
}

.flex-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: flex-end
}
.ui-widget-content a.rules-publication {
  color: #8aba43;
}

.comments-block {
  margin-top: 20px;
}

.positive-sidebar-for-you {
  -webkit-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
.positive-share {
  -webkit-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
  overflow: hidden;
  max-height: 0;
  box-sizing: border-box;
  padding: 0;
}
.positive-add-left-symbol {
  margin: 5px 0 15px 5px;
  font-size: 14px;
  color: #91AEC2;
}
.positive-add-left-symbol.red span, .forecast-rest.red span {
  color: red;
}

.positive-moment-sidebar-textarea.red, .forecats-add-textarea-sidebar.red {
  border: 1px solid red;
}

.error-vlidation-positive-moments-adding {
  color: red;
  font-size: 14px;
  margin-bottom: 14px;
}

.sidebar-ajax-result-success-message {
  font-size: 14px;
  color: #91AEC2;
}
.sidebar-ajax-result-success-message .additional-info {
  margin-top: 15px;
}
.sidebar-ajax-result-success-message_error{
  margin-bottom: 15px;
}
.sidebar-ajax-result-success-message .additional-info a {
  color: #4384B2;
}
.sidebar-ajax-result-success-message .additional-info a:hover {
  color: #8ABA43;
}

#countdown-moments-sidebar, #countdown-forecast-sidebar {
  font-size: 14px;
  color: #91AEC2;
  margin-top: 15px;
}
#countdown-moments-sidebar .timer, #countdown-forecast-sidebar .timer {
  font-weight: bold;
}

.sidebar-ajax-result-success-message_account, .moment-user-account-wrap #countdown-moments-sidebar, .forecast-user-account-wrap #countdown-forecast-sidebar, .forecast-user-account-wrap .sidebar-ajax-result-success-message, .moment-user-account-wrap .sidebar-ajax-result-success-message {
  color: #4384b2;
}

.positive-share-sidebar .close-btn {
  display: none;
}

.sidebar .section-forecast-1-wrap {
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
  box-sizing: border-box;
}
.sidebar .section-forecast-2 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
  margin-bottom: 0;
}

.rules-publication-modal {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  min-height: 200px;
}

.rules-title{
  font-size: 27px;
  margin-bottom: 10px;
}
.remodal-wrapper .rules-conten {
  text-align: left;
}

.man-rating {
  margin-bottom: 10px;
}

.add-new-post-header-mobile {
  background: #8ABA43;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}
.add-new-post-header-mobile:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  content: '';
  border-radius: 50%;
  border: 1px solid #fff;
}
.add-new-post-header-mobile:after {
  content: '+';
  position: absolute;
  top: -1px;
  left: 9px;
  text-indent: 0;
  color: #fff;
  font-size: 22px;
}
.entry.pots-item__text {
  border: none;
}

.single-post .original-from {
  margin-top: 20px;
}

.original-from__explanation {
  font-size: 80%;
  margin-top: -10px;
}

.account-adding-user-content_post__submit-btn.preview {
  width: auto;
}

@media (max-width: 520px) {
  .post-item .post-author {
    margin-bottom: 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
	flex-flow: nowrap;
  }
  
  .post-item .post-author .post-author__link {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: calc(100% - 50px);
  }
  
  
  .post-info--loop {
	top: 12px;
	right: 12px;
	height: 46px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 50px;
  }
  /*
  .post-info--loop {
    top: 70px;
    left: 20px;
    right: auto;
  }
  */
}

.glightbox-clean .gbtn.gclose {
  top: 65px;
}

.header-single-wrap {
  display: block;
}
.header-single-wrap__right {
  padding: 8px 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 140px;
  flex-wrap: wrap;
}

@media (max-width: 648px) {
  .header-single-wrap {
    display: block;
  }
  .header-single-wrap__right {
    padding: 0;
    margin-bottom: 10px;
  } 
}

.header-single-meta {
	display: flex;
	justify-content: space-between;
}

.post-meta-loop {
	display: flex;
	justify-content: space-between;
}

.post-meta-loop .post-info--loop {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 140px;
	flex-wrap: wrap;
}

.post-meta-loop .post-info--loop .post-info__item {
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
}

.man-rating__inner, .man-rating-comment__inner {
	display: flex;
	justify-content: space-between;
}

.man-rating__inner .man-rating__btn-minus, .man-rating-comment__inner .man-rating-comment__btn-minus {
	order: 3;
}

.man-rating__inner .man-rating__value, .man-rating-comment__inner .man-rating-comment__value {
	order: 2;
}

.man-rating__inner .man-rating__btn-plus, .man-rating-comment__inner .man-rating-comment__btn-plus {
	order: 1;
}

.liveinternet img {
	width: 23px;
    height: 23px;
    margin-left: 14px;
}

.footer-top {
	border-bottom: 1px solid #dbcbaa;
}

@media screen and (max-width: 1023.98px) {
	.footer-top {
		border: none;
	}
}

.forecast-qote {
	max-height: 98px;
	overflow-y: scroll;
}

.tinymce-mirpozitiva-video {
	position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.tinymce-mirpozitiva-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; 
}

