﻿/*       
Theme Name: furniturehub.techinfus.com/pt/
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;
  font-weight: normal;
}
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 {
  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"] {
  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;
  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.3 'PT Sans', sans-serif;
  color: #242424;
  word-wrap: break-word;
  background: #eeeeee url(images/bg.jpg);
}
.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: 303px;
}
.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.content-wrapper {
  background: #fff url(images/bottom-bg.png) center bottom no-repeat;
  box-sizing: border-box;
  padding: 30px 40px 50px 40px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.content-wrapper:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.content {
  float: left;
  width: 100%;
  padding-right: 350px;
  box-sizing: border-box;
}
p {
  margin: 0 0 20px 0;
}
a {
  text-decoration: none;
  color: #242424;
  -webkit-transition: color ease-out 0.8s;
  transition: color ease-out 0.8s;
}
a:hover {
  -webkit-transition: color ease;
  transition: color ease;
  color: #242424;
}
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 {
  color: white;
  padding: 12px;
  text-align: center;
  background: orangered;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
}
.outdatedBrowserWarning a {
  color: white;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.outdatedBrowserWarning a:hover {
  border-bottom: 0;
}
.tac {
  clear: both;
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.d-l {
  color: #010101;
}
.d-l:hover {
  text-decoration: none;
  color: #e2463a;
  border-bottom: 1px solid rgba(226, 70, 58, 0.4);
}
.b-s {
  display: inline-block;
  padding: 15px 23px;
  min-width: 195px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  background: #e2463a;
  color: #fff;
  border: 0;
  letter-spacing: 3px;
}
.b-s:hover {
  background: #eb7d75;
  color: #fff;
}
.b-s_border {
  background: none;
  border: 3px solid #e2463a;
  color: #e2463a;
}
.b-s_border:hover {
  background: #e2463a;
  color: #fff;
}
.bold {
  font-weight: bold;
}
.shadow {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.shadow-1 {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
/* Header *
===================================================================================================*/
.header {
  background: #fff;
  margin: 30px 0 10px 0;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  padding: 22px 20px;
  position: relative;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.header:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.header.header_home {
  margin-bottom: 3px;
}
.logo {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAABcVJREFUWAnFVkuIHFUUPVXVn2S6ezLOx3x6JpqogSBihiGJUTd+MAQNokF3ETcSRFwEEdTVrNy4cCWCYCQgTBJBjAEVJIss/JDgGASNkkTQTH72ZKbT6ZlMfZ/nvqrqqU9PJBrwdVfVq3ffvfe8c++7r4D/uRnd/H+2p/7CwG21/aWiBahuM25ijB5sx8eVVnv3M+9PfZzVzAH49KX6hoH+6g/Dg7Wq53lQ6r8hMAwDhUIBU3+1Ws2Z+bGnP5w6kwSRAvDFq3eXS0V8NzJUHXVsB7cSQKlcwrnGtRNn22cf2vMB3BhEIe7Is9xTeGfTI7tGl/WtASyKkosXqKl3DsTsxMvQcrlFAyrgnIB/Muk56G81Nqtjn78N/Pq6+JOWAuCU17/s+wHmrzZgWKXQQcKxUj5tm3pcqNXhScgpCK1Sprvi3Hfo3IbvXofi5ZRG9i4JwAjsAlwP3/7UwLxth8Zu0b2HIdhyhwnDbjKzF1uKAZAquC72HTy0OOMW9ra+9hwZ6YRfW04BCJzruHLxDPbuGsOKngLZptgkYMNin9SDlw6vvv0zNAmB5AEXdnXexfSF0xAfyZYC4F9vonH+GjY+/BQsfwFGocyrFOYDwRgCRiMggBsCYS5Igga+XrHymQPmMpw6OsFxAkq0FABRclzJ2jBzEVDsM/HA0IhNjkMSjM0QBPzHG0EmaInOQ7kpnf2yetkByrLgeFqo9eNbGgBHXZeKjFNAJYPzDSI2uBIdAu08BLBoij2ikB0hP+mHQGL6yUJAewWlbceO42cOgB/QDJ0H3DKGJIzL3UDqo4Xj++IOPLqxFyZDJC0GMotB/HzsEDb1zQpq/mNAUgsUgqIJsZ1teQBk3PdcmLY4MKHoOVxzeD98cBz7W22OpY15ysCLj90Fr9yb8mEIjfwHKMOjbUtyOdHyAHTSMm7cjgSum35E/Q2rKtjywBDMEE/H1O/TDiqk2VsgY5TFoOOoBSbDQNtWRi8NgE6EpkASj3BVRFkMRLxtW9+DmTkmZaKJzZU1C2uqFtmLZBqEvumZyvS07WIGQRKAkEWUBCDJzpIs/ZBpnV7sKqyumbxYprs0CUsgmZ5YZZg7hk5CnV9JIW0kAWiTQwMDOP7jH2FWx0uPngLwZloCB1ltod7fj3a7KSZEpM3lAAyvHsLJYydx7rKNuQVhIZqvi2DSpIwv3eLwSQGtLDexcoWFbdu34JffNICOYg6A7Le+ShG9w8uxYAupUop5iMhu6GTejYHomsDwSRk2TYVyMWARmmPi5vVyACwmSbWniL6hGnxVpnPGW+qALEVACHvaTmgsGxYZDQGEFdVQHjPfxqVpbm3Zg6FaVwa4k8WHgWLJRK23yPLJs4BXWIhEmZdunJkxFAk6DwmB/n7g94Ak9EzbCgGEMzq4cwzIKi1LaPN4EDlSiyIGNDwcrz6LrcMc4gGTbLPW7Zia/BL3Vi7r9NIe5DCy5Cxw+V2oGA7ylwGeBhAtjPWPkXd5BkhdZzkWbiQZqf3NJ+/i6wWuSm/aRWtuYGDXWB9Mfnh0WpQHimEwDdnbi/PjOWkAMiogaNyUzy/ZAjScVFw/aOL+lZVcJfyzGaBqESw/wSMz4VNvYVkIr7z/fB2IlXW0RTmq5doabw+uNTA7HzqJx+RZXwEM90bAkwLpi5nsWPSeY8BitivZdnG+ZRTrvSbq6fMmM6PLK71bhWIXQaYSarb8Oawavg8XWq2uCv92cGRdP3xnljsjbSHFwMUZ+/w9rel61byCaiU98YZvS/GbVHJnMGcriI/kcApAszm/++iJS+/11cobrU7VS07P9OlY++6WXZmpchA1W/ap9pz9SkbU/XV8fJyfBK7asf0JdfDAgQxx3XUSo+OshuqjffvUW2++oSYmJsYTslR3SfI2j44+frnRGCMIZ6ReP318cvIraqY/BFKmUi/rdu588vnJycni4OCgu3btnYePHDnya2pG9PI3NyuAHLPjoMMAAAAASUVORK5CYII=) 0 2px no-repeat;
  min-height: 30px;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}
.search-form {
  overflow: hidden;
  width: 325px;
  height: 35px;
  float: right;
  position: relative;
  border-bottom: 2px solid #dcdcdc;
}
.search-form .search-form__field {
  border: 0;
  width: 100%;
  height: 35px;
  font-size: 16px;
  line-height: normal;
  padding: 0 40px 0 0;
  box-sizing: border-box;
  background: none;
  color: #242424;
}
.search-form .search-form__field::-webkit-input-placeholder {
  color: #b2b2b2;
}
.search-form .search-form__field::-moz-placeholder {
  color: #b2b2b2;
}
.search-form .search-form__field:-moz-placeholder {
  color: #b2b2b2;
}
.search-form .search-form__field:-ms-input-placeholder {
  color: #b2b2b2;
}
.search-form .search-form__button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  border: none;
  width: 40px;
  height: 35px;
  box-sizing: border-box;
  text-indent: -9999px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAbFBMVEUAAAB1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXXzm8ZZAAAAI3RSTlMA+eAH6L2rindaTUP1xbRtSTYuJR0Q8GVWQA7Ko6B+G8yXE8s8ft4AAADDSURBVBjTVc9XbsMwEEXRJ6oXS1Yvbknu/veYEQPH0vkgwQsCHMpbHxMEda6PV2zldokgWt+tg/sgs2UwyxsDCil/JFmowXH18WJ7EWAaKQwIrbUkuloYxm6TVJLaemcU9HqLsCWoNPPUv3S/wEVrqo9lf4pYJwWFxegcG9p9ovAUb/s5Jzu2kVqm4ucQa6bWj+u2w0BJRScpoyrk9Qm1epzMDC7NlyyGRFKMdsM33heu8x/9E7ZLXr5UQjzR6Kx08NQv47cPkttLJtEAAAAASUVORK5CYII=) center no-repeat;
}
.menu-toggle-box {
  float: right;
  margin: 5px 0 0 30px;
  position: relative;
  z-index: 13;
  overflow: hidden;
}
.menu-toggle-box.active .menu-toggle-text {
  color: #e2463a;
}
.menu-toggle-box.active .line-1 {
  -webkit-transform: translateY(11.5px) translateX(0) rotate(45deg);
      -ms-transform: translateY(11.5px) translateX(0) rotate(45deg);
          transform: translateY(11.5px) translateX(0) rotate(45deg);
  background: #e2463a;
}
.menu-toggle-box.active .line-2 {
  opacity: 0;
}
.menu-toggle-box.active .line-3 {
  -webkit-transform: translateY(-11.5px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-11.5px) translateX(0) rotate(-45deg);
          transform: translateY(-11.5px) translateX(0) rotate(-45deg);
  background: #e2463a;
}
.menu-toggle:not('.active'):hover .line-1,
.menu-toggle:not('.active'):focus .line-1 {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.menu-toggle:not('.active'):hover .line-3,
.menu-toggle:not('.active'):focus .line-3 {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.menu-toggle {
  width: 36px;
  height: 27px;
  position: relative;
  cursor: pointer;
  float: right;
}
.menu-toggle:after {
  position: absolute;
  content: '';
  left: -70px;
  top: 0;
  width: 120px;
  height: 30px;
}
.menu-toggle-text {
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 3px 10px 0 0;
}
.menu-toggle .line {
  text-indent: -9999px;
  display: block;
  background: #000;
  width: 36px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.menu-toggle .line.line-1 {
  top: 0;
}
.menu-toggle .line.line-2 {
  top: 50%;
  margin-top: -2px;
}
.menu-toggle .line.line-3 {
  bottom: 0;
}
.menu-1-box_home {
  display: none;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.menu-1_home {
  padding-right: 110px;
}
.menu-1 > .current-post-parent > a {
  color: #000;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-top: 3px solid #e2463a;
}
.menu-1 > li {
  display: inline-block;
  margin: 0 5px 10px 5px;
  position: relative;
}
.menu-1 > li > a,
.menu-1 > li > .current {
  display: inline-block;
  padding: 5px 12px;
  font-size: 16px;
  color: #757575;
  border-top: 3px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.menu-1 > li > a:hover,
.menu-1 > li > .current:hover {
  color: #000;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-top: 3px solid #e2463a;
}
.menu-1 > li > .current {
  color: #000;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-top: 3px solid #e2463a;
}
.menu-1 .sub-menu {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  padding: 15px 12px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  min-width: 250px;
}
.menu-1 .sub-menu > .current-post-parent a {
  color: #fff;
  background: #e2463a;
}
.menu-1 .sub-menu > li > a,
.menu-1 .sub-menu > li > .current {
  color: #757575;
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.menu-1 .sub-menu > li > a:hover,
.menu-1 .sub-menu > li > .current:hover {
  color: #fff;
  background: #e2463a;
}
.menu-1 .sub-menu > li > .current {
  color: #fff;
  background: #e2463a;
}
.menu-1 .menu-arrow {
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAGFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWNxwqAAAAB3RSTlMAqt0izIh3MzOddQAAACpJREFUCNdjSDFgYHZjCFdmMCplYCwyVhdgYBBXKmRgYGAsF2AAAkEGBgBcEAQf5DYP7QAAAABJRU5ErkJggg==) no-repeat;
  width: 10px;
  height: 6px;
  text-indent: -9999px;
  margin-left: 3px;
  position: relative;
  top: 8px;
}
.hamburger-icon {
  display: none;
  width: 32px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.hamburger-icon .line {
  text-indent: -9999px;
  display: block;
  background: #474747;
  width: 32px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.hamburger-icon .line.line-1 {
  top: 0;
}
.hamburger-icon .line.line-2 {
  top: 50%;
}
.hamburger-icon .line.line-3 {
  top: 100%;
}
.hamburger-icon.active .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);
}
.hamburger-icon.active .line-2 {
  opacity: 0;
}
.hamburger-icon.active .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);
}
.hamburger-icon.nav-open {
  float: right;
  margin-top: 8px;
}
.hamburger-icon.nav-close {
  display: none;
}
.m-nav .search-form {
  display: none;
}
.m-nav .social-icon {
  display: none;
}
.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99;
  text-indent: -9999px;
}
.js-nav .menu-overlay {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
}
.menu-1-box_sidebar {
  display: none;
}
.menu-1_sidebar li.active > a,
.menu-1_sidebar li.active > .current {
  border-bottom: 0;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 3px solid #e2463a;
}
.menu-1_sidebar li {
  display: block;
}
.menu-1_sidebar .menu-item-has-children > a,
.menu-1_sidebar .menu-item-has-children > .current {
  padding-right: 23px;
}
.menu-1_sidebar .sub-menu {
  background: #f4f4f4;
  position: static;
}
.menu-1_sidebar .ul_block {
  display: block;
}
.menu-1_sidebar .menu-arrow {
  left: -28px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-position: center;
  cursor: pointer;
}
.menu-1_sidebar .menu-arrow.active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAGFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWNxwqAAAAB3RSTlMAqt0izIh3MzOddQAAAChJREFUCNdjYGAQZAACxnIBICmuVAhkFhmrCzCEKzMYlTKkGDAwuwEAODQEH/au6FAAAAAASUVORK5CYII=) center no-repeat;
}
/* Home *
===================================================================================================*/
.slider {
  overflow: hidden;
  position: relative;
}
.slider .slick-dots {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider .slick-dots li {
  margin-bottom: 20px;
}
.slider .slick-dots li:last-child {
  margin-bottom: 0;
}
.slider .slick-dots li button {
  width: 7px;
  height: 7px;
  background: #b7b6b5;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999px;
  color: #fff;
  padding: 0;
}
.slider .slick-dots .slick-active button {
  width: 9px;
  height: 9px;
  background: #e2463a;
}
.slider__item {
  position: relative;
  overflow: hidden;
  display: none;
}
.slider__item-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.slider__item-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  box-sizing: border-box;
  padding: 10px 30px;
  text-align: center;
  width: 100%;
}
.slider__item-label {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  background: #e2463a;
  padding: 10px 20px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.slider__item-title {
  font-size: 55px;
  font-family: 'Roboto Slab', serif;
  margin: 0 84px;
}
.slider__item-title a {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.slider__item-title a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.slider__item-title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: -500px;
  width: 100%;
  height: 1000px;
  z-index: 1;
}
.menu-2-box_home {
  margin: -80px 0 30px;
  background: #f4f4f4 url(images/h-menu.jpg) center bottom no-repeat;
  padding: 45px 40px;
  border-radius: 4px;
  position: relative;
  z-index: 20;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.menu-2-box__title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: 'Roboto Slab', serif;
}
.menu-2_home li {
  display: inline-block;
  margin: 0 20px 15px 0;
}
.menu-2 {
  overflow: hidden;
}
.menu-2 .current-post-parent {
  background: #e2463a;
}
.menu-2 .current-post-parent a {
  color: #fff;
}
.menu-2 .current-post-parent .menu-img__first {
  display: none;
}
.menu-2 .current-post-parent .menu-img__second {
  display: inline;
}
.menu-2 .current-menu-item {
  background: #e2463a;
}
.menu-2 .current-menu-item a,
.menu-2 .current-menu-item .current {
  color: #fff;
}
.menu-2 .current-menu-item .menu-img__first {
  display: none;
}
.menu-2 .current-menu-item .menu-img__second {
  display: inline;
}
.menu-2 li {
  position: relative;
  padding: 10px 18px;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  overflow: hidden;
}
.menu-2 li:hover {
  background: #e2463a;
}
.menu-2 li:hover a,
.menu-2 li:hover .current {
  color: #fff;
}
.menu-2 li:hover .menu-img__first {
  display: none;
}
.menu-2 li:hover .menu-img__second {
  display: inline;
}
.menu-2 li .menu-img {
  display: block;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
.menu-2 li .menu-img__second {
  display: none;
}
.menu-2 li a,
.menu-2 li .current {
  -webkit-transition: easy;
  transition: easy;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.menu-2 li a:after,
.menu-2 li .current:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.title {
  background: #73c02e;
  display: inline-block;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 3px;
}
.title_new {
  padding-left: 40px;
}
.title_new:after {
  position: absolute;
  content: '';
  left: 7px;
  top: 12px;
  width: 24px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAMAAACgaw2xAAAAjVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8DizOFAAAALnRSTlMA8XEIFPQtHwUB38GOWjgx+Ork28e4r6WWiHhgVUQ/MyolD9DNzLabfmVNSykZWkMBhgAAAL9JREFUGNNt0NlywjAMhWHJcfaEsG8tFGjLzv/+jwfEGZwMfDeekcbSGYn3ZRL5ZAWFPATTWSxtPeD6eGMY/EhL0IeJyGZVKkPbXgFwkQHTKqRofcgARskMFkvU51hQMzIn3EAkjTOO2hh6sBYnCmkcUmU7yWwTVXmptj5s2cfLX+WkoOPblXdmTFcW1I0lb44uD97wP/9VUKnNqY2a4WnOn2tYBcKTgcrdZr0Tx6A8jVPpSsvYKOytfBBEN+m6A5ahIvLl2f7QAAAAAElFTkSuQmCC) no-repeat;
}
.home-posts {
  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;
}
.home-posts .post-item {
  margin-bottom: 30px;
}
.home-posts .post-item_small {
  width: 25%;
}
.home-posts .post-item_big {
  width: 43%;
}
.post-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.post-item:hover .post-item__content {
  color: #292929;
}
.post-item__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post-item__text {
  padding: 18px;
}
.post-item__cat {
  display: inline-block;
  font-size: 11px;
  background: #e8e8e8;
  color: #adadad;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: easy;
  transition: easy;
}
.post-item__cat:hover {
  background: #73c02e;
  color: #fff;
}
.post-item__title {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 12px;
}
.post-item__title a {
  color: #010101;
  font-weight: bold;
}
.post-item__title a:hover {
  text-decoration: none;
  color: #e2463a;
  border-bottom: 1px solid rgba(226, 70, 58, 0.4);
}
.post-item__title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.post-item__content {
  color: #a2a2a2;
  font-size: 14px;
}
.more-box.more-box_new {
  margin-bottom: 50px;
}
.more-box {
  text-align: center;
  margin: 15px 0 30px 0;
}
.more {
  display: inline-block;
  padding: 15px 23px;
  min-width: 195px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  background: #e2463a;
  color: #fff;
  border: 0;
  letter-spacing: 3px;
  background: none;
  border: 3px solid #e2463a;
  color: #e2463a;
}
.more:hover {
  background: #eb7d75;
  color: #fff;
}
.more:hover {
  background: #e2463a;
  color: #fff;
}
.def-title {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
.home-box .poll-box {
  width: 48%;
  padding: 30px;
}
.home-box .dem-vote li {
  width: 32%;
  float: left;
  margin-right: 2%;
  box-sizing: border-box;
}
.home-box .dem-vote li:nth-child(3n+3) {
  margin-right: 0;
}
.home-box .dem-vote li:nth-child(3n+4) {
  clear: both;
}
.poll-box {
  background: #f4f4f4;
  box-sizing: border-box;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.poll-box__title {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.poll-box ul.dem-vote {
  overflow: hidden;
}
.poll-box ul.dem-vote li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.poll-box ul.dem-vote li:hover input:not(checked) + span:before {
  border: 2px solid #e2463a;
}
.poll-box ul.dem-vote li label {
  cursor: pointer;
}
.poll-box .dem-bottom {
  text-align: center;
  padding-bottom: 0 !important;
}
.poll-box .dem-vote-button {
  float: none;
}
.poll-box .dem-vote-button .dem-button {
  display: inline-block;
  padding: 15px 23px;
  min-width: 195px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  background: #e2463a;
  color: #fff;
  border: 0;
  letter-spacing: 3px;
}
.poll-box .dem-vote-button .dem-button:hover {
  background: #eb7d75;
  color: #fff;
}
.poll-box .dem-button {
  display: inline-block;
  padding: 15px 23px;
  min-width: 195px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  background: #e2463a;
  color: #fff;
  border: 0;
  letter-spacing: 3px;
}
.poll-box .dem-button:hover {
  background: #eb7d75;
  color: #fff;
}
.poll-box .dem-poll-title {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #c7c7c7;
  margin-bottom: 25px;
  padding-bottom: 3px;
}
.dem-bottom .dem-revote-button-wrap .dem-revote-link {
  display: inline-block;
  padding: 15px 23px;
  min-width: 195px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  background: #e2463a;
  color: #fff;
  border: 0;
  letter-spacing: 3px;
}
.dem-bottom .dem-revote-button-wrap .dem-revote-link:hover {
  background: #eb7d75;
  color: #fff;
}
.dem-results-link {
  float: none !important;
}
.dem-vote input + span {
  cursor: pointer;
}
.dem-vote input:not(checked) {
  position: absolute;
  opacity: 0;
}
.dem-vote input:not(checked) + span {
  position: absolute;
  left: 0;
  top: 0;
}
.dem-vote input:not(checked) + span:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #d6d6d6;
  -webkit-transition: .5s;
  transition: .5s;
}
.dem-vote input:not(checked) + span:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background: #73c02e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAMAAACz+6aNAAAAV1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////+ORg7oAAAAHHRSTlMAFPXSQee9ai3s1ScH38uzppaLe2VcTz82IxsOH1eB6QAAAFpJREFUCNdVy1cOgDAMA1AzCm3Ze+X+58RqEVX8E+U5gc5U670dRWoFg4jMgC0/eCrCQnB5pKyX+MMi0O0JW6gK0oGr49iBn1YTTxMx7gQUGZuA5MU0gKIqwQtm5wWaiZf/TAAAAABJRU5ErkJggg==) center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.dem-vote input:checked + span:after {
  opacity: 1;
}
.tests-posts-box_home {
  width: 48%;
  padding: 30px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.tests-posts-box {
  background: #f4f4f4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANAAAAD2AgMAAADaP+HMAAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAABHRSTlMNAAMGg7dIsQAAA/JJREFUaN7t2jFu2zAUBuAnERo4KJl0BB1BQzq0OYIHUzIaDZ7bDDmCL8EjZKi7ZC1QoLqEjtA9a4uiLiq3ps3H98g+CC5a+B8ySPhEinxCLFJgUD4NANdfDBOE7gaYcm1jCBun4qgd4JCrVPQER7lJQz2cZIwg1DnXwQi6By+fCYQbijcFXkOoqRgaMCpjqIdAxgh6CqEbHnUQiuJRD8GMLNqEkeZQB+EoDvVAZGTQLYUKGrVAJafRCshYEq1pVJNoQyNNoRbo5BRaARNLoDWHagJtOKQJBFyyMOqATRj1PBqDaM2jOog2PNJBBHyyEOoiSIXQCiKxAbSIoSqAHmKoCaBNDOkAGmKoxKiFWHKMlhANRn0cjQgt4qhC6CGOGoRu46hAaBNHGiGIJ/NRm4ByH3UJSPloCQnxUZ+CRg8tUlDloXUKqj30kIIaD92moGIONKSgcg4EKclOUZuE8lPUJSE1A1pCUmZAqzRkT1Cfhsa/hBZpqPqX0DoN1Rd0QRd0QRd0Qf8nEv10M/cp6LPkBUXyplYj1EWNmuuNuo+hUbIeMd9yyYJHlWDdSBErVEPKe8bdM7x0KDK/zS+zX9d26D4+4O1wKEJoojel7L4zrgp/32X0Lag7avd3j29pVJzetf6J8qTV0fb4KZna48oPn7c/keZHQvmFVpvDU8mPQ3tSiVP7bM1qv/fZhBquJvBZNaGSHb4a1aadKL/IjoapOhxfUghfsd7/5fYAcN8LVygEynCRaXdiYJ5A75DrAlGyBe56BlMsPVENXj3N3bASE1Xj6VDojIt3PYQKegXXkrer6dmliznj958gmJxFLcSut/u+3T6+2W5337w+4PxCr96Zo7x/3qMl0GM0vHo0Xt4+l9O40rPxweBMB/v4fyCchT8CrljorAnU0ASXci5BmXtqqODSKyVIu4qlguu1kKCG3uylN4crCbICpAxGr7efdruvW0uizEdvd+6Cu8cw0g5NxDt9/RhC9TFqnwHlZQCNDrkvI04bsz7KjUN35I8cD2mHnMHqFI0HdDUQBJ3LzQGlpxGg3AhQIUGVBFkJMgKkJCg/G8okqDwb0hJUSFBzNlRLUCVB49mQlSAjQOpsKJegTILKsyEtQcUF7dOcDdUSVJ0NjRJkJcgIkJKgTIJKCSokqJGgSoKsACkjQJkEaQmqJWgUIGUEqJSgRoKsQ0N67xx6SO+dQ1362DlkntLQjeSTlDl2UMzHuPlifNQOAC+2ZJ4ArsKf4pX8W/gY3KtRpOncJKEP5EYK9a4c0FZSTaE1861bwa6wKB+tJqT5xRLroZ5fxhiYb90yCsGUaj6UE6YNo3UKqgUtzXNP/R+jH4oLuxJ581z4AAAAAElFTkSuQmCC) 0 bottom no-repeat;
  box-sizing: border-box;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.tests-posts {
  overflow: hidden;
  margin-bottom: 20px;
}
.tests-posts__item {
  padding-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
.tests-posts__item-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border: 3px solid #c5c5c5;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #d1d1d1;
  display: inline-block;
  margin-right: 15px;
}
.tests-posts__item-title {
  display: inline-block;
}
.tests-posts__item-title a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.title_foto {
  padding-left: 40px;
}
.title_foto:after {
  position: absolute;
  content: '';
  left: 9px;
  top: 12px;
  width: 22px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAMAAABo+94fAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMAsO8E4b+tcE00KM8kDvn459jIuKeWcm1iXjsxFJLmPhICAAAAoklEQVQY023MWRKDIBBF0ccgk2Kc5/T+lxlQSGkq96vrQDeurGJnyuIeoxS7q68z1z7vz1r39K3XeraAoRQvCp5ngyHhKgCxxgf5ogHsUgdUFeCCuzexxAuqkqissMTfmblA0OAQ8UzmAo7OHIoH7xfvD24gJIWkQJM5ZrBxIr7B0J3lAW+MxyEfTK1FyLaUWFGqG8cuzwqa/qQhJsV+UpP4AD6AGxafljZiAAAAAElFTkSuQmCC) no-repeat;
}
.foto-posts-box {
  width: 50%;
}
.foto-posts {
  overflow: hidden;
  margin-bottom: 20px;
}
.foto-posts__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.foto-posts__item:hover .foto-posts__item-title {
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.foto-posts__item-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.foto-posts__item-title {
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  left: 0;
  bottom: -100%;
  padding: 5px 10px 10px 10px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  background: rgba(115, 192, 46, 0.5);
  font-family: 'Roboto Slab', serif;
}
.foto-posts__item-title a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.foto-posts__item-title a:hover {
  color: #fff;
}
.foto-posts__item-title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: -500px;
  width: 100%;
  height: 500px;
}
.foto-posts__item_1 {
  float: left;
  width: 48.7%;
}
.foto-posts__item_2 {
  float: right;
  width: 48.7%;
}
.foto-posts__wrap {
  float: left;
  clear: both;
  overflow: hidden;
  width: 59%;
  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;
}
.foto-posts__item_3 {
  clear: both;
  width: 100%;
}
.foto-posts__item_4 {
  width: 48%;
}
.foto-posts__item_5 {
  width: 48%;
}
.foto-posts__item_4 .foto-posts__item-title,
.foto-posts__item_5 .foto-posts__item-title {
  height: 59px;
  line-height: 25px;
}
.foto-posts__item_6 {
  float: right;
  width: 38.5%;
}
.video-posts-box {
  width: 47.3%;
}
.title_video {
  padding-left: 36px;
}
.title_video:after {
  position: absolute;
  content: '';
  left: 9px;
  top: 12px;
  width: 22px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAMAAAAs2N9uAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA8VPswQT79+SgmZRxWTIT9Off2dHLtamDdG5fPx0Jr52JgnhOSDgsI2C825QAAACJSURBVBjTrY9HDsQgDABNDQRCei/bC///4DpsUfaeOQxoJMsyfJmaou4FBO4tNzNQaeigDqHcpLY8f7IB/zOhgFQdgOB1FGaO8WrvUFa+UxySGlG6yRJ80nw1WDK6ztNT1LtrxQUsC67yP7IUpqIE5jdcDAr8P/slFlK5TQnFCA/OyAd1xgNa/QIGcxp7H3fH7gAAAABJRU5ErkJggg==) no-repeat;
}
.video-posts {
  overflow: hidden;
  margin-bottom: 20px;
}
.video-posts__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.video-posts__item-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.video-posts__item-title:hover:after {
  background: rgba(0, 0, 0, 0.3) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMAkPoVCsG7PgTy58uvbNmhmu5zUTniTjIcjh+PsLekAAABOklEQVRIx5yT6daCMAxEQ+1CoRvgt+b939PjclQ0Di33/z1tJhOS0W4uJg3eD8mU2Wmq5hCt4hXKxkOVegyKBVQ4bqrO8EeMwx/ODMng88vEG0wLyfQdV9D14nYsV2G1MO7IlYxvg+u1i239Mq/lBux67o6b6FY74kaWp7CmVnl6hJa5mXzvM+/A3WSzRza3G+RdXC80sIBKW3K4RC3d/vBPPyOW1TnwyALl3LrooR2JyH6u0G+AJSXSCvXv+wv8W5PD5dV/Cqx6xjKB4GYqWEbBFTJYRsEZSlhGwSUaqmTSWWgS+TqZ+vdX/Kn0OqABAIZhGMaftUEYwKXr39qkDte168Hqq2pIajxrMWolJwwqhioAJ3or9KduquimYqvcBysGaAqlBuIGHwdcB5kD1kcTVlBejV7KSgcBwfQJ6AmZyNUAAAAASUVORK5CYII=) center no-repeat;
}
.video-posts__item-title:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMAkPoVCsG7PgTy58uvbNmhmu5zUTniTjIcjh+PsLekAAABOklEQVRIx5yT6daCMAxEQ+1CoRvgt+b939PjclQ0Di33/z1tJhOS0W4uJg3eD8mU2Wmq5hCt4hXKxkOVegyKBVQ4bqrO8EeMwx/ODMng88vEG0wLyfQdV9D14nYsV2G1MO7IlYxvg+u1i239Mq/lBux67o6b6FY74kaWp7CmVnl6hJa5mXzvM+/A3WSzRza3G+RdXC80sIBKW3K4RC3d/vBPPyOW1TnwyALl3LrooR2JyH6u0G+AJSXSCvXv+wv8W5PD5dV/Cqx6xjKB4GYqWEbBFTJYRsEZSlhGwSUaqmTSWWgS+TqZ+vdX/Kn0OqABAIZhGMaftUEYwKXr39qkDte168Hqq2pIajxrMWolJwwqhioAJ3or9KduquimYqvcBysGaAqlBuIGHwdcB5kD1kcTVlBejV7KSgcBwfQJ6AmZyNUAAAAASUVORK5CYII=) center no-repeat;
}
.question-posts-box {
  padding: 30px;
  background: #f4f4f4;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.question-posts-box__item_1 {
  width: 37%;
}
.question-posts-box__item_2 {
  width: 59%;
}
.author-info {
  padding: 35px;
  border-radius: 6px;
  background: #e8e8e8;
}
.author-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-info__img {
  margin-right: 20px;
}
.author-info__img img {
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #484848;
}
.author-info__title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e2463a;
  margin-bottom: 10px;
}
.author-info__name {
  color: #191919;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.author-info__prof {
  font-style: italic;
  color: #898989;
  font-size: 14px;
  margin-bottom: 15px;
}
.author-info__text-1 {
  color: #191919;
  margin-bottom: 17px;
  font-size: 16px;
}
.author-info__text-2 {
  color: #898989;
  font-size: 16px;
}
.question-posts-box__title {
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: #000;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.question-posts {
  overflow: hidden;
}
.question-posts__item {
  position: relative;
  overflow: hidden;
  background: #e8e8e8;
  padding: 15px;
  margin-bottom: 10px;
}
.question-posts__item:hover {
  background: #73c02e;
}
.question-posts__item-title {
  color: #191919;
}
.question-posts__item-title:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.question-posts__item-title:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.link-all a {
  font-size: 13px;
  text-transform: uppercase;
  color: #e2463a;
  letter-spacing: 5px;
}
.link-all a:hover {
  border-bottom: 1px solid rgba(226, 70, 58, 0.4);
}
.home-bottom {
  overflow: hidden;
  padding: 0 50px;
}
.home-bottom__item_1 {
  float: left;
  width: 64%;
}
.home-bottom__item_2 {
  float: right;
  width: 28%;
}
.description {
  clear: both;
  color: #626262;
}
.description h1.description__title {
  text-transform: uppercase;
  color: #000;
}
/* Category *
===================================================================================================*/
.breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs .sep {
  margin: 0 2px;
  font-weight: bold;
  top: 1px;
  position: relative;
}
.breadcrumbs__item {
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
}
.breadcrumbs__item:first-child {
  padding-left: 20px;
}
.breadcrumbs__item:first-child:before {
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  width: 13px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAMAAAAI/bVFAAAASFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACrhKybAAAAF3RSTlMA9eoI01xPFbHx8NzAuaaJf1VJPjctIuS8xJIAAABsSURBVAjXLY1JDoAwEMPSaaHsO/j/P6VM8SWylCgq3Ithyy2nCTBAaD65YM3KK1zFZjavbMxSJES3GIh6SKokHkXsN6OUJnaXnek7oD9KHD1+MULqEoxeaam0cjqXTpVsgGX9nIFwyvHpUEcvmU8F9vAA3a8AAAAASUVORK5CYII=) no-repeat;
}
.breadcrumbs__item a {
  text-decoration: none;
  color: #e2463a;
  border-bottom: 1px solid rgba(226, 70, 58, 0.5);
}
.breadcrumbs__item a:hover {
  border-bottom: 0;
  text-decoration: none;
}
.cat-children {
  overflow: hidden;
  background: #f4f4f4;
  text-align: center;
  padding: 15px 0 5px;
  margin-bottom: 30px;
}
.cat-children__title {
  display: inline-block;
  margin: 0 10px 10px 10px;
  font-size: 16px;
}
.cat-children__title a {
  font-weight: bold;
  color: #474747;
  text-transform: uppercase;
}
.cat-children__title a:hover {
  color: #e2463a;
  border-bottom: 1px solid rgba(226, 70, 58, 0.4);
}
.cat-posts {
  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;
  overflow: hidden;
}
.cat-posts .post-item {
  margin-bottom: 30px;
}
.cat-posts .post-item_small {
  width: 35%;
}
.cat-posts .post-item_big {
  width: 60%;
}
.cat-posts .post-item__text {
  padding: 10px;
}
/* Category calc *
===================================================================================================*/
.title_calc {
  padding-left: 37px;
}
.title_calc:after {
  position: absolute;
  content: '';
  left: 11px;
  top: 12px;
  width: 16px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAATlBMVEX///////////8AAAD///////////////////////////////////////////////////////////////////////////////////////9StxlbAAAAGXRSTlPA4SAAcNFggC6XsKZhTyjzzMGQdGlJPhkGinKHqwAAAHtJREFUGNN10NkWwjAIRdGAJKUZ7Dzc//9RtdFYV+x53At4wLT4qTUGdArmCXwr8X8Ym9J4wLkDJlea8g1LIRGlQPaeAbACiAU0Q4fBAW5A955g3XbVfVPmz0o/A3MPXN0Ivlm9X78QJbEIF6hWaoiyvFYWiQxTPah64QPacg9kr1kwpgAAAABJRU5ErkJggg==) no-repeat;
}
.cat-calc {
  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;
}
.cat-calc__item {
  position: relative;
  overflow: hidden;
  width: 48%;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.cat-calc__item-img {
  position: relative;
  margin-bottom: 10px;
}
.cat-calc__item-img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.cat-calc__item-label {
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background: #e2463a url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAATlBMVEX///////////8AAAD///////////////////////////////////////////////////////////////////////////////////////9StxlbAAAAGXRSTlPA4SAAcNFggC6XsKZhTyjzzMGQdGlJPhkGinKHqwAAAHtJREFUGNN10NkWwjAIRdGAJKUZ7Dzc//9RtdFYV+x53At4wLT4qTUGdArmCXwr8X8Ym9J4wLkDJlea8g1LIRGlQPaeAbACiAU0Q4fBAW5A955g3XbVfVPmz0o/A3MPXN0Ivlm9X78QJbEIF6hWaoiyvFYWiQxTPah64QPacg9kr1kwpgAAAABJRU5ErkJggg==) center no-repeat;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.cat-calc__item-title {
  padding: 15px 15px 25px 15px;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
}
.cat-calc__item-title a {
  font-weight: bold;
  color: #010101;
}
.cat-calc__item-title a:hover {
  text-decoration: none;
  color: #e2463a;
  border-bottom: 1px solid rgba(226, 70, 58, 0.4);
}
.cat-calc__item-title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* Category question *
===================================================================================================*/
.question-wrap {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.question-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.question-box__item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.question-box__item_1 {
  width: 53%;
  background: #e8e8e8;
  border-radius: 5px;
}
.question-box__item_2 {
  width: 45%;
  background: #e8e8e8;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 6px;
}
.question-header {
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  margin: 0 0 25px 25px;
}
.hidden-box {
  display: none;
}
.modal-form {
  position: relative;
}
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
*:first-child + html .arcticmodal-container {
  height: 100%;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.modal-hidden {
  display: none;
}
.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
  width: 98%;
  max-width: 900px;
}
.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
div.wpcf7-response-output {
  background: #fff;
}
/* Category test *
===================================================================================================*/
.title_test {
  padding-left: 42px;
}
.title_test:after {
  position: absolute;
  content: '';
  left: 11px;
  top: 12px;
  width: 20px;
  height: 22px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAMAAAD3n0w0AAAAVFBMVEX///////////8AAAD///////////////////////////////////////////////////////////////////////////////////////////////+l/Ww6AAAAG3RSTlPx4DcA2aWH92Dr1rCpTj4wKw8H7MC6fHhAJhxAZjR8AAAAaElEQVQY042RSQ6AIAxFS6GAgqg42/vf07hhASz6N01eOuSlYKCJAe5EAiEUCEr91THgVOCs9cI8rjuiqzsvjdDuJJBfp1Sg9d4yD5Yphxq+KVMzbh6SH9qiTPPAu9E8u5pRqlnSfdwHUSsj4Sj1XJEAAAAASUVORK5CYII=) no-repeat;
}
.cat-test:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.cat-test__item {
  position: relative;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.cat-test__item-img {
  float: left;
  margin-right: 20px;
}
.cat-test__item-text {
  padding-left: 90px;
}
.cat-test__item-title {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 8px;
}
.cat-test__item-title a {
  font-weight: bold;
  color: #010101;
}
.cat-test__item-title a:hover {
  text-decoration: none;
  color: #e2463a;
  border-bottom: 1px solid rgba(226, 70, 58, 0.4);
}
.cat-test__item-title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cat-test__item-views {
  font-size: 16px;
  color: #bababa;
  position: relative;
  padding-left: 22px;
}
.cat-test__item-views:after {
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAJFBMVEUAAAC6urq6urq6urq6urq6urq6urq6urq6urq6urq6urq6uroLWknqAAAAC3RSTlMAYNBZ+ODIIBnYrk1rMUQAAAAvSURBVAjXY2BgYN69mQEMGHdvxGRwhU6AMJh2b0Aw2iugjN2bKGJ4bwPazrbbAQDnETGZhZa2egAAAABJRU5ErkJggg==) no-repeat;
}
/* Category video *
===================================================================================================*/
.cat-video {
  overflow: hidden;
  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;
}
.cat-video__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.cat-video__item:hover .cat-video__item-img:after {
  background: rgba(0, 0, 0, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAVFBMVEUAAADiRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjriRjroP5jQAAAAG3RSTlMAkPoVCsG7PgTy58ubbFDZ7q+icznirjIcjh9jqhGCAAABOklEQVRIx5yT23LDIAxEZSLAYDC+pFf9/3920nqmcaKswef9DNKyIh32a7IlhhCLTatnquaSnZEdxuVLlXqdjSiY+XqoeisvsR4PvAhkAcOPkxwwjaTTd1JB12suO6nCsbLuIJUMT4vz3sU2P+zrpAG337uTJrrdH0kj411YU6s8/Ye2SDMLbXg5gd9ke0a22w3KKf4udBYFU47k+Tdq7fbjN30MWDa3wLMopFvrcoB2JiL3ukKf77CkRGxQ/8Y3MDeTx+XlLwO+esUygeBWSlhGwSWyWEbBWSpYRsEVilUysbJepFAnU//8SvgpvQ5oAIBhGIbxZ20QBnDp+rc2qcN17Xqw+qoakhrPWoxayQmDiqEKwIneCv2pmyq6qdgq98GKAZpCqYG4wccB10HmgPXRhBWUV6OXstJBpW4J5EUZssUAAAAASUVORK5CYII=) center no-repeat;
}
.cat-video__item-img {
  position: relative;
  margin-bottom: 10px;
}
.cat-video__item-img:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMAkPoVCsG7PgTy58uvbNmhmu5zUTniTjIcjh+PsLekAAABOklEQVRIx5yT6daCMAxEQ+1CoRvgt+b939PjclQ0Di33/z1tJhOS0W4uJg3eD8mU2Wmq5hCt4hXKxkOVegyKBVQ4bqrO8EeMwx/ODMng88vEG0wLyfQdV9D14nYsV2G1MO7IlYxvg+u1i239Mq/lBux67o6b6FY74kaWp7CmVnl6hJa5mXzvM+/A3WSzRza3G+RdXC80sIBKW3K4RC3d/vBPPyOW1TnwyALl3LrooR2JyH6u0G+AJSXSCvXv+wv8W5PD5dV/Cqx6xjKB4GYqWEbBFTJYRsEZSlhGwSUaqmTSWWgS+TqZ+vdX/Kn0OqABAIZhGMaftUEYwKXr39qkDte168Hqq2pIajxrMWolJwwqhioAJ3or9KduquimYqvcBysGaAqlBuIGHwdcB5kD1kcTVlBejV7KSgcBwfQJ6AmZyNUAAAAASUVORK5CYII=) center no-repeat;
  z-index: 1;
}
.cat-video__item-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.cat-video__item-title {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
}
.cat-video__item-title a {
  color: #010101;
  font-weight: bold;
}
.cat-video__item-title a:hover {
  text-decoration: none;
  color: #e2463a;
  border-bottom: 1px solid rgba(226, 70, 58, 0.4);
}
.cat-video__item-title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cat-video__item_small {
  width: 48%;
}
.cat-video__item_big {
  width: 100%;
}
/* Category foto *
===================================================================================================*/
.cat-foto {
  overflow: hidden;
}
.cat-foto__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.cat-foto__item:hover .cat-foto__item-title {
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.cat-foto__item-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.cat-foto__item-title {
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  left: 0;
  bottom: -100%;
  padding: 5px 10px 10px 10px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  background: rgba(115, 192, 46, 0.5);
  font-family: 'Roboto Slab', serif;
}
.cat-foto__item-title a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.cat-foto__item-title a:hover {
  color: #fff;
}
.cat-foto__item-title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: -500px;
  width: 100%;
  height: 500px;
}
.cat-foto__box {
  float: left;
  width: 69.5%;
  clear: both;
}
.cat-foto__wrap {
  float: left;
  clear: both;
  overflow: hidden;
  width: 59%;
  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;
}
.cat-foto__item_1 {
  float: left;
  width: 48.7%;
}
.cat-foto__item_2 {
  float: right;
  width: 48.7%;
}
.cat-foto__item_3 {
  clear: both;
  width: 100%;
}
.cat-foto__item_4 {
  width: 48%;
}
.cat-foto__item_4 .cat-foto__item-title {
  line-height: 25px;
  height: 60px;
}
.cat-foto__item_5 {
  width: 48%;
}
.cat-foto__item_5 .cat-foto__item-title {
  line-height: 25px;
  height: 60px;
  overflow: hidden;
}
.cat-foto__item_6 {
  float: right;
  width: 38.5%;
}
.cat-foto__item_7 {
  float: right;
  width: 28.5%;
}
.cat-foto__item_8 {
  float: right;
  width: 28%;
}
/* Sidebar *
===================================================================================================*/
.sidebar {
  float: right;
  width: 310px;
  margin-left: -310px;
}
.sidebar .section {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.sidebar_home {
  display: none;
}
.menu-2-box_sidebar {
  margin-bottom: 30px;
  background: #f4f4f4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAREAAAB8AgMAAAAz52wtAAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAABHRSTlMNAAcDl7F5OgAAAY1JREFUaN7t2LFPwkAUx/GfZ0iKhNGdkLC4OHW/P8GBK40x0MWd2cTYMPEPdGdhwdm9/0R3Z3cXF6VNjmDvPZPnoBDed2oe7adpB3I9uP1usTRRDphoEAFmEC3XzXwVLbAYDg2aXyMMr9x+9ruSo52pxymCRrwyRli8nZcIOuOVG4T1nZuAiFcykDcdg6hglRKgXkwKophVchDRD4oRq0CgdGRK5eYiZSJR+qqooooqqqiiyh8os89t1a+Up/rSRpmiqRArfu3Vq5USTV25kvhllYW/1MiV1B9ajP24ECuZX0BaeBCxWCn9Y1jsTumIFfhKZLuxQGmdnsP6w65USbBLlWNTrl27j1q5eG+PZyte6bmw+VYpwnHCKq4glEnlHh3RPafIUuV/lOmm3Yure2uPn39SXundijsExbySIOyS3jno8krKfDcjzPBKBuamRAWrWISdk68FiFklBxH9oBgxinC3glGEuxXH8b+riiqqqHLIittQVe6BGq+PY+Whyiko8lRRRRVVVFHlsJQv01V6SGFy5gIAAAAASUVORK5CYII=) center bottom no-repeat;
  box-sizing: border-box;
  padding: 30px 15px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.menu-2_sidebar > li {
  margin-bottom: 5px;
}
.menu-2_sidebar > li:last-child {
  margin-bottom: 0;
}
.tests-posts-box_sidebar {
  margin-bottom: 30px;
  padding: 25px;
}
.section-poll {
  margin-bottom: 30px;
}
.section-poll .poll-box {
  padding: 25px;
}
.section-question {
  background: #f4f4f4;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.author-info_sidebar {
  margin-bottom: 20px;
}
.author-info__img_sidebar {
  margin: 0 auto 10px auto;
  float: none;
  width: 105px;
}
.section-posts-box {
  margin-bottom: 30px;
}
.section-posts__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.section-posts__item:last-child {
  margin-bottom: 0;
}
.section-posts__item-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.section-posts__item-title {
  padding: 30px 18px;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
}
.section-posts__item-title a {
  font-weight: bold;
}
.section-posts__item-title a:hover {
  color: #e2463a;
  border-bottom: 1px solid rgba(226, 70, 58, 0.4);
}
.section-posts__item-title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-blockquote-box {
  background: #73c02e;
  padding: 20px;
  margin-bottom: 30px;
  color: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.section-blockquote__title {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 38px;
  position: relative;
}
.section-blockquote__title:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMABelFkliI4Qz5q4AiEEwb4JfrxsSzLeJ3Zk0rjg9eAAAA7ElEQVQoz4WTWZKDMAxEJRkMhJ0sM0nf/54RVLCUQJX7C/sVLVkLJfFQXKVp5FoMTL/qW0HS0vbftFToJaWDPENVxTBy/QhxgmrmRC8rLO1cVgAu+7kAcK/Jqb4DKD5x7VPlftni96JGdJAGlDX/FvjbnTsg7P4avyVi2Vw8TjGFaQAmphPxBAxrDpFOFdeMb87vCXegANxIgHG/eESPR0CoASx05zEDTQ6buWEzt9QMu9TsYYb9w3xZOr2ZE5+AF/FiRQ1Q/fuibi2pfLN9SzINzYxDdphsFOkwisdB5tEGOb8GtkTL2RJlVvANWwsav543H9QAAAAASUVORK5CYII=) no-repeat;
}
.section-blockquote__item {
  font-size: 14px;
}
.more-box.more-box_blockquote {
  margin-bottom: -20px;
}
/* Single * 
====================================================================================================*/
.single__img {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.single__img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.post-info {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
  border-radius: 0 30px 30px 0;
}
.post-info__item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #474747;
}
.post-info__item_comment {
  padding-left: 30px;
  margin-right: 20px;
}
.post-info__item_comment:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAMAAABsDg4iAAAAXVBMVEUAAABHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0c8OpA5AAAAHnRSTlMA8fuDB9upk2RYSxnOuZprSDotIerpvYt1cF5QKAEjjfYfAAAAeElEQVQY023QRw7DMAxE0VGxatzTC+9/zCimEYRS3vKD4GLA1mi8N+GJLzseaNfdLLe5I8Z5RjFpEnQCsqKKWjFQY8CxjSfQH1BtU3BtdFh03fQChDoGFFGJhxGb8Sf5zO21zXHue2eSxe76ubhDeJR0yZCSmSykN+g7GsnnLBEsAAAAAElFTkSuQmCC) no-repeat;
}
.post-info__item_view {
  padding-left: 32px;
}
.post-info__item_view:after {
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  width: 24px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAPCAMAAADJev/pAAAATlBMVEUAAABHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0e27TIuAAAAGXRSTlMAChPz4rCqjnMiGfC8flXXxmwHTUnYx2sI1IzjNgAAAIdJREFUGNN1UEkWxSAIi6h17Nw/eP+LtkJf7cZsJAiEgBvRW6O1sT7ijTCUB0Noea+vRHLT5NIVaA+B4vKFeOLCTYrzucaGsO3HH2Qqy/XH8uQfaC7lQ1iZWmAUyQBXH4cgfESSQCHzDCjhqd9xa6ysMTeN91bHvrWtmo/IPr7io++8f6vudU+5BhFfFm49IwAAAABJRU5ErkJggg==) no-repeat;
}
#toc_container {
  overflow: hidden;
  margin-bottom: 25px;
  padding: 30px;
  background: #f4f4f4;
}
#toc_container .toc_title {
  font-size: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}
#toc_container > ul {
  text-align: left;
  margin: 0;
}
#toc_container > ul > li {
  padding: 0 0 10px 0;
  background: none !important;
  position: relative;
  font-size: 18px;
}
#toc_container > ul > li:after {
  display: none;
}
#toc_container > ul > li:last-child {
  padding-bottom: 0;
}
#toc_container > ul > li .toc_depth_1 {
  margin-right: 2px;
}
#toc_container > ul > li .toc_depth_1:after {
  content: '.';
}
#toc_container > ul > li .toc_depth_2 {
  display: none;
}
#toc_container > ul > li a {
  text-decoration: none;
  color: #242424;
}
#toc_container > ul > li a:visited {
  color: #242424;
}
#toc_container > ul > li a:hover {
  color: #e2463a;
  text-decoration: none;
  border-bottom: 1px dashed rgba(226, 70, 58, 0.4);
}
#toc_container > ul > li > ul {
  margin: 8px 0 0 25px;
}
#toc_container > ul > li > ul > li {
  padding-left: 17px;
  position: relative;
  padding-bottom: 8px;
  background: none;
}
#toc_container > ul > li > ul > li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  background: #e2463a;
  border-radius: 50%;
}
#toc_container > ul > li > ul > li:last-child {
  padding-bottom: 0;
}
.single:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.single a {
  color: #e2463a;
  text-decoration: underline;
}
.single a:hover {
  text-decoration: none;
  color: #eb8d87;
}
.single a:visited {
  color: #98315f;
}
.single .table-box {
  overflow-x: auto;
}
.single table {
  margin: 0 0 20px 0;
}
.single td,
.single th {
  padding: 10px;
  border: 1px solid #ccc;
}
.single #ya-site-results td {
  border: none;
}
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  margin: 20px 0 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
}
.single h1 span,
.single h2 span,
.single h3 span,
.single h4 span,
.single h5 span,
.single h6 span {
  font-weight: bold;
}
.single h1 {
  margin: 0 0 15px 0;
  font-size: 24px;
  text-transform: none;
  color: #474747;
}
.single h2 {
  font-size: 21px;
}
.single h3 {
  font-size: 20px;
}
.single h4 {
  font-size: 19px;
}
.single h5 {
  font-size: 18px;
}
.single h6 {
  font-size: 17px;
}
.single blockquote {
  margin: 20px 0;
  clear: both;
  position: relative;
  padding: 25px 25px 25px 60px;
  box-sizing: border-box;
  background: #73c02e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAwCAMAAAA1verrAAAAUVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////8IN+deAAAAGnRSTlMA8IFQkMncqFomGQf4vbFGEm1q8+GynZlLPQ/p8tkAAADLSURBVDjL5dDJEoMgEEVRAkEFnGff/39ohiI23bLLJlW5GylPKdAqDYBifYHG+hx6a5RqgTKHJdCqCkB3xQ5ApVQDFEFiKIDm+XQ1oCVqoHa0IKQP6BeEtBVtThgPSccmPK9HF45Ig/nhxlvSINAiyXLrweoZVhwrhivHleHMcU7NQeQSHCQOCS4SF7IwSZzCiQcuHSfqK2o2O5EVs8tP0OTQRNxyuEUsclhEHO8xC9jPelQinV7h/9CbVyVQvheeoQHLMNxvrD2+fgCO9Csk6L0k8QAAAABJRU5ErkJggg==) 18px center no-repeat;
  color: #fff;
  border-radius: 3px;
}
.single blockquote p:last-child {
  margin-bottom: 0;
}
.single ul {
  margin: 25px 0;
  text-align: left;
}
.single ul li {
  list-style: none;
  padding: 0 0 20px 30px;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPBAMAAADwnzkiAAAAGFBMVEVzwC5zwC5zwC5zwC5zwC5zwC5zwC5zwC7exAPeAAAAB3RSTlNA2MCA+LBw5FmibwAAADFJREFUCNdjEC+HAAEGEJkOxAVgFjtRrMBy9sJwMMuonL3IHI3lDlTnTsgUhL0ItwAA6q82KRotMvoAAAAASUVORK5CYII=) 0 5px no-repeat;
}
.single ul li:last-child {
  padding-bottom: 3px;
}
.single ul li ol,
.single ul li ul {
  margin-bottom: 0;
}
.single ul li ol li:last-child,
.single ul li ul li:last-child {
  padding-bottom: 2px;
}
.single ul li ol {
  counter-reset: list;
}
.single ul li ol li:before {
  content: counters(list, ".") ".";
  counter-increment: list;
}
.single ul li ol li:after {
  display: none;
}
.single ul.list li {
  background: none;
}
.single ul.list li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #e2463a;
}
.single ul.list li ol {
  counter-reset: list;
}
.single ul.list li ol li {
  background: none;
  padding-left: 30px;
}
.single ul.list li ol li:before {
  content: counters(list, ".") '.';
  counter-increment: list;
}
.single ul.list li ol li:after {
  display: none;
}
.single ol {
  margin: 20px 0;
  counter-reset: li;
  list-style: none;
  text-align: left;
}
.single ol li {
  overflow: hidden;
  background: none;
  position: relative;
  padding: 6px 0 15px 25px;
}
.single ol li:last-child {
  padding-bottom: 5px;
}
.single ol li:before {
  content: counters(li, ".") ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #e2463a;
}
.single ol li ol,
.single ol li ul {
  margin-bottom: 0;
  margin-top: 10px;
}
.single ol li ol li:last-child,
.single ol li ul li:last-child {
  padding-bottom: 8px;
}
.single ol li ol li:before,
.single ol li ul li:before {
  font-weight: normal;
  font-size: 10px;
  top: 8px;
}
.single ol li ul li {
  padding-left: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPBAMAAADwnzkiAAAAGFBMVEVzwC5zwC5zwC5zwC5zwC5zwC5zwC5zwC7exAPeAAAAB3RSTlNA2MCA+LBw5FmibwAAADFJREFUCNdjEC+HAAEGEJkOxAVgFjtRrMBy9sJwMMuonL3IHI3lDlTnTsgUhL0ItwAA6q82KRotMvoAAAAASUVORK5CYII=) 0 11px no-repeat;
}
.single ol li ul li:before {
  display: none;
}
.single ol li ul.list li {
  background-position: 0 11px;
}
.single img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.single iframe {
  width: 100%;
  position: relative;
}
.single .wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.single .wp-caption-text {
  color: #bababa;
  padding: 10px;
  text-align: center;
}
.post-meta {
  margin: 15px 0;
  font-size: 12px;
}
.post-meta:after {
  content: '';
  display: table;
  clear: both;
}
.post-rating {
  margin: 10px 0;
  font-size: 12px;
  overflow: hidden;
  background: #f4f4f4;
  padding: 30px 30px 10px 30px;
  border-radius: 3px;
}
.post-rating__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.post-ratings {
  position: relative;
  padding-bottom: 35px;
}
.post-ratings img {
  vertical-align: top;
  padding: 0 5px 0 0 !important;
}
.rating-text {
  float: left;
  margin-bottom: 5px;
}
.rating-images {
  float: right;
  width: 155px;
  margin-top: -20px;
}
.rating-stars-count {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.post-share {
  overflow: hidden;
  margin: 20px 0;
  text-align: right;
}
.yarpp-related {
  margin-bottom: 30px;
}
.related-title {
  font-family: 'Roboto Slab', serif;
  color: #474747;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}
.related-items {
  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;
}
.related-items li {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.related-items li:nth-child(2),
.related-items li:nth-child(3) {
  width: 59.5%;
}
.related-items li:nth-child(1),
.related-items li:nth-child(4) {
  width: 35.5%;
}
.related-items__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.related-items__text {
  padding: 20px 15px;
}
.related-items__title {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 15px;
}
.related-items__title a {
  font-weight: bold;
  color: #010101;
}
.related-items__title a:hover {
  text-decoration: none;
  color: #e2463a;
  border-bottom: 1px solid rgba(226, 70, 58, 0.4);
}
.related-items__title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.related-items__content {
  font-size: 14px;
  color: #a2a2a2;
}
.author-single {
  background: #f4f4f4;
  border-radius: 4px;
  margin: 20px 0;
  padding: 30px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.author-single__title {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.author-single__question {
  color: #383838;
  font-weight: bold;
  margin-bottom: 20px;
}
.author-info_single {
  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;
}
.author-info_single .author-info__wrap {
  margin-bottom: 0;
}
.article-nav_prev {
  left: 0;
  padding-left: 33px;
}
.article-nav_prev:hover .article-nav__box {
  left: 0;
}
.article-nav_prev .article-nav__box {
  left: -500px;
}
.article-nav_next {
  right: 0;
  padding-right: 33px;
}
.article-nav_next:hover .article-nav__box {
  right: 358px;
}
.article-nav_next .article-nav__box {
  right: -500px;
}
.article-nav {
  position: fixed;
  z-index: 999;
  top: 50%;
  margin-top: -50px;
  box-sizing: border-box;
  width: 33px;
}
.article-nav:hover .article-nav__link:after {
  width: 360px;
}
.article-nav__box {
  position: relative;
  background: #fff;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  width: 327px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.article-nav__img {
  float: left;
  margin-right: 12px;
}
.article-nav__text {
  padding-left: 77px;
}
.article-nav__sub-title {
  font-size: 12px;
  color: #aeaeae;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.article-nav__title {
  font-size: 16px;
}
.article-nav__link {
  position: absolute;
  top: 0;
  display: block;
  text-indent: -9999px;
  width: 33px;
  height: 100%;
}
.article-nav__link:after {
  position: absolute;
  content: '';
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1111;
}
.article-nav__link:hover {
  background-color: #73c02e;
}
.article-nav__link_prev {
  left: 0;
  border-radius: 0 5px 5px 0;
  background: #787878 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUBAMAAABL3sEiAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMA9w/JQr6wmVk9MFQENAAAAC9JREFUCNdjAAFVCRDJZLUMRCmvkgRzFjqAOSJ4OQxVQA6UggrClRDmSkKthToCABq7ErWXK2l0AAAAAElFTkSuQmCC) 40% center no-repeat;
}
.article-nav__link_prev:after {
  left: 0;
}
.article-nav__link_next {
  right: 0;
  border-radius: 5px 0 0 5px;
  background: #787878 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUBAMAAABL3sEiAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMA9w/JQr6wmVk9MFQENAAAAC1JREFUCNdjaAxiAIGsxQogauIqIxDFIgXhOhLHXQ6loIJQJbg5EIsQ1kIdAQCUWRRZxCMEVwAAAABJRU5ErkJggg==) 40% center no-repeat;
}
.article-nav__link_next:after {
  right: 0;
}
/* Comments *
===================================================================================================*/
.respond-title,
.q-form__title {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: #474747;
  margin-bottom: 20px;
}
.respond,
.q-form {
  padding: 25px;
  background: #f4f4f4;
  margin-bottom: 25px;
  border-radius: 5px;
  clear: both;
  overflow: hidden;
  position: relative;
}
.respond .respond-form__field,
.q-form .respond-form__field,
.respond .respond-form__text,
.q-form .respond-form__text,
.respond .q-form__field,
.q-form .q-form__field,
.respond .q-form__text,
.q-form .q-form__text {
  margin: 8px 0;
  box-sizing: border-box;
  background-color: #fff;
  line-height: normal;
  width: 100%;
  color: #333;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #fff;
}
.respond .respond-form__field:focus,
.q-form .respond-form__field:focus,
.respond .respond-form__text:focus,
.q-form .respond-form__text:focus,
.respond .q-form__field:focus,
.q-form .q-form__field:focus,
.respond .q-form__text:focus,
.q-form .q-form__text:focus {
  border: 1px solid #e2463a;
}
.respond .respond-form__text,
.q-form .respond-form__text,
.respond .q-form__text,
.q-form .q-form__text {
  margin-bottom: 15px;
  width: 100%;
}
.respond input::-webkit-input-placeholder,
.q-form input::-webkit-input-placeholder {
  color: #d1d1d1;
}
.respond input::-moz-placeholder,
.q-form input::-moz-placeholder {
  color: #d1d1d1;
}
.respond input:-moz-placeholder,
.q-form input:-moz-placeholder {
  color: #d1d1d1;
}
.respond input:-ms-input-placeholder,
.q-form input:-ms-input-placeholder {
  color: #d1d1d1;
}
.respond textarea::-webkit-input-placeholder,
.q-form textarea::-webkit-input-placeholder {
  color: #d1d1d1;
}
.respond textarea::-moz-placeholder,
.q-form textarea::-moz-placeholder {
  color: #d1d1d1;
}
.respond textarea:-moz-placeholder,
.q-form textarea:-moz-placeholder {
  color: #d1d1d1;
}
.respond textarea:-ms-input-placeholder,
.q-form textarea:-ms-input-placeholder {
  color: #d1d1d1;
}
.respond .respond-form__button,
.q-form .respond-form__button,
.respond .q-form__button,
.q-form .q-form__button {
  display: inline-block;
  padding: 15px 23px;
  min-width: 195px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  background: #e2463a;
  color: #fff;
  border: 0;
  letter-spacing: 3px;
}
.respond .respond-form__button:hover,
.q-form .respond-form__button:hover,
.respond .q-form__button:hover,
.q-form .q-form__button:hover {
  background: #eb7d75;
  color: #fff;
}
.comment-title {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.commentlist .comment {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.commentlist .comment .gravatar {
  margin-bottom: 10px;
  float: left;
  margin-right: 20px;
}
.commentlist .comment_content {
  padding-left: 75px;
}
.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;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
}
.commentlist .comment .fn,
.commentlist .comment .fn a {
  font-weight: bold;
}
.commentlist .comment .comment_date {
  color: #e2463a;
  line-height: 1;
}
.commentlist .comment .ctext {
  margin-bottom: 15px;
}
.commentlist .comment .ctext p:last-child {
  margin-bottom: 0;
}
.commentlist .comment .reply {
  text-align: right;
}
.commentlist .comment .reply a {
  text-decoration: none;
  color: #e2463a;
  border-bottom: 1px dashed rgba(226, 70, 58, 0.5);
}
.commentlist .comment .reply a:hover {
  border-bottom: 0;
  text-decoration: none;
}
.commentlist .children {
  margin-left: 20px;
}
.up {
  overflow: hidden;
  position: fixed;
  margin-left: 1320px;
  bottom: 20px;
  cursor: pointer;
  z-index: 100;
  text-indent: -9999px;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAMBAMAAAB7FTvLAAAAHlBMVEUAAADT09PT09PT09PT09PT09PT09PT09PT09PT09PC5neTAAAACXRSTlMAiBVU0tFbSA/0aBdOAAAAPklEQVQI12MAA3UGBGCKNEBwVGdORpKYOdMAITETLsXkCeTApFSATKAUXAIsBZWASEEloFJgCYRUoiAcNAAAsSEitNj/NLAAAAAASUVORK5CYII=);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.up:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAMBAMAAAB7FTvLAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMAiBX7VNLRW0gPzjtKugAAAD5JREFUCNdjAAMNBgRgSnZAcNRWmSAkslYtdkBIrIJLMUUBOTApVSAbKAWXAEtBJSBSUAmoFFgCIVUoCAcTAAHiJH4ZEDebAAAAAElFTkSuQmCC);
  background-color: #e2463a;
}
/* Footer *     	
===================================================================================================*/
.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #f4f4f4;
  padding: 70px 0 30px;
  text-align: center;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin-bottom: 95px;
}
.logo.logo_footer {
  float: none;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: bold;
}
.social-icon {
  margin-bottom: 70px;
}
.social-icon:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.social-icon a {
  display: inline-block;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  text-indent: -9999px;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c5cdd1;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}
.social-icon a:hover {
  background-color: #4fc6f8;
}
.social-icon a:last-child {
  margin-right: 0;
}
.social-icon .vk {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAMAAAAM9FwAAAAAbFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+T+BWAAAAI3RSTlMA0MPArHFuYk0zBffayLyymDskBPbx5ODKs6WigX1nXSsfHO9n38AAAABlSURBVAjXPcpHAoJAFATRnggzKBLMWev+d5Tvglq+bj1T/urlXV+kNqdGDqLqCbImYKMWKArQ6AqMkoftfF7Apoekd7eInffQy0qs7WZZEas7mFSDOhjcpyNw078yhDDqE52//AArKAqrcdmWzAAAAABJRU5ErkJggg==);
}
.social-icon .ok {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAUVBMVEX///////////////////8AAAD///////////////////////////////////////////////////////////////////////////////////9w3+ktAAAAGnRSTlO/CenigQBcBvHFo5VwaWZPRTg0MCohBczLX7CWJnYAAABhSURBVAjXXc+JCoAwCABQbbWO3Wfl/39oa4RFIuoDEYSBPjFAb7sxRx86oZZSgekDUfDMeBLJyBznsSWTNKLmU2vahNjS+nBxUwu38LLIWRAx5YzypUUAtEzVKqh7+r1wAZlCD6OdUd/cAAAAAElFTkSuQmCC);
}
.social-icon .fb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAMAAABSF4SHAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMAeEvq3ceITzIKwKuqoJZmV0c8OAQjLzBUAAAAOklEQVQI14XIuRHAIBAEwZX4JX7Y/FPlcHAZp6sG0nSlbw2ZhUFTvfjyAY5BKyqdEOzPz7bz7/rogAV8BwILSuotXQAAAABJRU5ErkJggg==);
}
.social-icon .tw {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAMAAAB4W0xQAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMA+2UkEfXnqQXv18KFTCrMu7Kgn3d0WlcxFwpcBZN8AAAAWUlEQVQI1zXKVxaAIAxE0aEjzV6z/31qEN5X7skADzidnPQXAHcwRyIymwdmWhQKfYkMIBuiMDEteCyoFZnFdu7gUnsPulLF3ydqWvLcyAovAw9XhZ5Wdz9fadMG7BYpbagAAAAASUVORK5CYII=);
}
.social-icon .tel {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAMAAACKnBfWAAAAbFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+T+BWAAAAI3RSTlMAwRHb4odt7bt6ZkwrHxoH+vj079LMxbenop6XjYB0Xk08M6FNt6oAAABtSURBVAjXTc5HDsMwDERRkpLcY6f3/u9/x4RSgPhtBsMFMTIz9cfwb69LDSrFkCIESF4W7RZo0gp6sU4BwrP1MNl51NV08vR372vcmynuLG5UC2SdZPqgGEqvIqrARopxefse1xzkx/KM5i7yAaDqCceY1wAeAAAAAElFTkSuQmCC);
}
.social-icon .yt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKBAMAAACZNRnKAAAALVBMVEX///////////////////8AAAD///////////////////////////////////+RdmfCAAAADnRSTlPw3sc3EAAf9NKvm4FQOvwb2RQAAAAwSURBVAjXYzBiAAEmAwa5d2AgwAAktgPxAxDDbR6U4RoDY9yAMrJgavhADLh2uIEALZw0DHHDfOEAAAAASUVORK5CYII=);
}
.social-icon .in {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAJ1BMVEUAAAD///////////////////////////////////////////////+uPUo5AAAADXRSTlMA/j5MxsC2llScSh0HoY+2+QAAAFNJREFUCNdjYHIUFBQUUWBQzFBSUmoTYnBjYGDgmZzCIMHAXG4t2cggxDAxVHKPIoMQsxTDQgMgzR7AwFoAo+HiEHUMimB9BgyNQHNAIAVmLsweALTqEGCngsSJAAAAAElFTkSuQmCC);
}
.footer-nav {
  margin-bottom: 30px;
}
.footer-nav ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  position: relative;
}
.footer-nav ul li:last-child:after {
  display: none;
}
.footer-nav ul li:after {
  position: absolute;
  content: '';
  right: -1px;
  top: 50%;
  margin-top: -6px;
  width: 2px;
  height: 13px;
  background: #c5c5c5;
}
.footer-nav ul li a,
.footer-nav ul li .current {
  color: #000;
}
.footer-nav ul li a:hover,
.footer-nav ul li .current:hover {
  color: #e2463a;
}
.footer-nav ul li .current {
  color: #e2463a;
}
.copy {
  color: #757575;
  font-size: 16px;
}
/* Slick slider default styles *     	
===================================================================================================*/
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  outline: 0;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media screen and (min-width: 1023px) {
  .menu-1 > .menu-item-has-children:hover > a {
    border-bottom: 0;
  }
  .menu-1 > li:hover .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 1450px) {
  .up {
    margin-left: 0;
    right: 2%;
  }
}
@media screen and (max-width: 1350px) {
  .wrapper {
    width: 98%;
  }
  .content-wrapper {
    padding: 20px 15px 50px 15px;
  }
  .wrap {
    width: 98%;
  }
  .content {
    padding-right: 330px;
  }
  .slider__item-text {
    padding: 0;
  }
  .home-box .poll-box {
    padding: 30px 15px;
  }
  .tests-posts-box_home {
    padding: 30px 15px;
  }
  .question-posts-box {
    padding: 30px 15px;
  }
  .question-posts-box__item_1 {
    width: 41%;
  }
  .question-posts-box__item_2 {
    width: 55%;
  }
  .author-info {
    padding: 30px 15px;
  }
  .home-bottom {
    padding: 0;
  }
  .question-wrap {
    padding: 20px 15px;
  }
  .question-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .question-box__item_1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .question-box__item_2 {
    width: 100%;
  }
  .question-box .author-info {
    text-align: center;
  }
  .question-box .author-info__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .question-box .author-info__text-1,
  .question-box .author-info__text-2 {
    text-align: left;
  }
  .article-nav__link {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1023px) {
  .main {
    display: block;
    overflow: hidden;
    position: relative;
    height: auto;
  }
  .wrap {
    width: 96%;
  }
  .content {
    width: 100%;
    padding-right: 0;
  }
  .search-form {
    display: none;
  }
  .menu-toggle-box {
    display: none;
  }
  .hamburger-icon {
    display: block;
  }
  .hamburger-icon.nav-close {
    display: block;
    width: 32px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 20px;
  }
  .hamburger-icon.nav-close .line {
    background: #242424;
  }
  .js-nav .m-nav {
    right: 0;
  }
  .m-nav {
    display: block;
    margin: 0;
    height: 100%;
    width: 50%;
    position: absolute;
    right: -53%;
    top: 0;
    border: 0;
    z-index: 999;
    box-sizing: border-box;
    padding: 70px 2% 0 2%;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
  }
  .m-nav:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
  }
  .m-nav .search-form {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
  .m-nav .social-icon {
    display: block;
    margin: 0 auto 10px auto;
    padding-bottom: 15px;
    overflow: hidden;
    text-align: center;
    float: none;
    position: relative;
  }
  .m-nav .social-icon a {
    display: inline-block;
    float: none;
    margin: 0 7px;
  }
  .menu-1-box_sidebar {
    display: block;
  }
  .slider .slick-dots {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    top: auto;
    right: 0;
    bottom: 10px;
    text-align: center;
  }
  .slider .slick-dots li {
    margin-bottom: 0;
    display: inline-block;
    margin: 0 10px 0 10px;
    height: 10px;
  }
  .slider__item-title {
    margin: 0 20px;
    font-size: 30px;
  }
  .menu-2-box_home {
    display: none;
  }
  .home-box {
    margin-bottom: 30px;
  }
  .home-box .dem-vote li {
    width: 49%;
  }
  .home-box .dem-vote li:nth-child(odd) {
    clear: both;
    margin-right: 2%;
  }
  .home-box .dem-vote li:nth-child(even) {
    clear: none;
    margin-right: 0;
  }
  .foto-posts__item-title {
    bottom: 0;
    font-size: 14px;
  }
  .foto-posts__item-title a {
    font-weight: normal;
  }
  .question-posts-box__item_1 {
    width: 53%;
  }
  .question-posts-box__item_2 {
    width: 45%;
  }
  .home-bottom__item_2 {
    display: none;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .cat-foto__item-title {
    bottom: 0;
    font-size: 14px;
  }
  .sidebar {
    margin-left: 0;
    float: none;
  }
  .sidebar_home {
    display: block;
  }
  .tests-posts-box_sidebar {
    display: none;
  }
  .section-poll {
    display: none;
  }
  .section-question {
    display: none;
  }
  .section-posts-box {
    display: none;
  }
  .section-blockquote-box {
    display: none;
  }
  .article-nav {
    display: none;
  }
  .footer {
    margin-bottom: 20px;
    padding: 20px 0 20px;
  }
  .logo.logo_footer {
    margin-bottom: 15px;
  }
  .social-icon {
    display: none;
  }
  .footer-nav {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 760px) {
  .m-nav {
    width: 80%;
    right: -83%;
  }
  .home-posts .post-item_small {
    width: 48%;
  }
  .home-posts .post-item_big {
    width: 100%;
  }
  .home-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-box .poll-box {
    width: 100%;
  }
  .tests-posts-box_home {
    width: 100%;
    margin-bottom: 20px;
  }
  .foto-posts-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .video-posts-box {
    width: 100%;
  }
  .question-posts-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .question-posts-box__item_1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .question-posts-box__item_2 {
    width: 100%;
  }
  .question-posts-box__title {
    text-align: center;
  }
  .link-all {
    text-align: center;
  }
  .home-bottom__item_1 {
    width: 100%;
    float: none;
  }
  .cat-posts .post-item_small {
    width: 40%;
  }
  .cat-posts .post-item_big {
    width: 58%;
  }
  .cat-video__item-title {
    font-size: 16px;
  }
  .cat-video__item_small {
    width: 49%;
  }
  .cat-foto__item-title {
    max-height: 71px;
  }
  .cat-foto__item-title a {
    font-weight: normal;
  }
  .single table {
    min-width: 500px;
  }
  .post-rating {
    text-align: center;
  }
  .rating-text {
    float: none;
    margin-bottom: 10px;
  }
  .rating-images {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .related-items__text {
    padding: 15px 10px;
  }
  .related-items__title {
    font-size: 15px;
  }
  .author-info_single {
    display: block;
    text-align: center;
  }
  .author-info_single .author-info__wrap {
    display: block;
    margin: 0 auto 15px auto;
    width: 200px;
  }
  .author-info_single .author-info__img {
    display: block;
    width: 105px;
    margin: 0 auto 10px auto;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    width: 96%;
  }
  .content-wrapper {
    padding: 20px 10px 50px 10px;
  }
  .wrap {
    width: 94%;
  }
  .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 {
    padding: 20px 15px;
  }
  .m-nav {
    width: 95%;
    right: -98%;
    padding: 50px 10px 0 10px;
  }
  .m-nav .social-icon a {
    margin: 0 3px;
  }
  .slider .slick-dots {
    bottom: 5px;
    height: 15px;
  }
  .slider__item-label {
    padding: 5px 10px;
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .slider__item-title {
    font-size: 16px;
    margin: 0 10px;
  }
  .slider__item-title a {
    padding: 10px 15px;
  }
  .home-posts .post-item_small {
    width: 100%;
  }
  .home-box .dem-vote li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .foto-posts__item_1 {
    width: 100%;
    float: none;
  }
  .foto-posts__item_2 {
    width: 100%;
    float: none;
  }
  .foto-posts__wrap {
    width: 100%;
    float: none;
  }
  .foto-posts__item_4 {
    width: 100%;
    float: none;
  }
  .foto-posts__item_5 {
    width: 100%;
    float: none;
  }
  .foto-posts__item_6 {
    width: 100%;
    float: none;
  }
  .author-info__wrap {
    display: block;
  }
  .author-info__img {
    width: 105px;
    margin: 0 auto 10px auto;
  }
  .author-info__text {
    text-align: center;
  }
  .question-posts-box_home .author-info__text-1,
  .question-posts-box_home .author-info__text-2 {
    display: none;
  }
  .cat-posts .post-item_small {
    width: 100%;
  }
  .cat-posts .post-item_big {
    width: 100%;
  }
  .cat-posts .post-item__text {
    padding: 15px;
  }
  .cat-calc__item {
    width: 100%;
  }
  .question-box__item_2 {
    padding: 15px 10px;
  }
  .question-box .author-info__wrap {
    display: block;
  }
  .modal-form {
    width: 96%;
    margin: 0 auto;
  }
  .arcticmodal-container_i2 {
    padding: 0;
  }
  .cat-test__item {
    padding: 15px;
  }
  .cat-test__item-img {
    float: none;
    margin: 0 auto 10px auto;
    display: block;
    width: 70px;
  }
  .cat-test__item-text {
    padding-left: 0;
  }
  .cat-video__item-img img {
    width: auto;
    min-height: 230px;
    position: relative;
    left: -50%;
  }
  .cat-video__item_small {
    width: 100%;
  }
  .cat-foto__box {
    width: 100%;
    float: none;
  }
  .cat-foto__wrap {
    width: 100%;
    float: none;
  }
  .cat-foto__item_1 {
    width: 100%;
    float: none;
  }
  .cat-foto__item_2 {
    width: 100%;
    float: none;
  }
  .cat-foto__item_4 {
    width: 100%;
    float: none;
  }
  .cat-foto__item_5 {
    width: 100%;
    float: none;
  }
  .cat-foto__item_6 {
    width: 100%;
    float: none;
  }
  .cat-foto__item_7 {
    width: 100%;
    float: none;
  }
  .cat-foto__item_8 {
    width: 100%;
    float: none;
  }
  #toc_container {
    padding: 15px 10px;
  }
  #toc_container > ul {
    margin: 0 0 20px 0;
  }
  .single blockquote {
    padding: 70px 20px 20px 20px;
    background-position: center 10px;
  }
  .related-items li:nth-child(2),
  .related-items li:nth-child(3) {
    width: 100%;
  }
  .related-items li:nth-child(1),
  .related-items li:nth-child(4) {
    width: 100%;
  }
  .author-single {
    padding: 15px 10px;
  }
  .respond,
  .q-form {
    padding: 15px;
  }
  .commentlist .comment .cauthor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .commentlist .comment .author_name {
    margin-bottom: 5px;
  }
}

.perelink-li {
  text-align: center;
  padding: 10px;
}

.single .ddsg-wrapper ul li {
  background: none;
}

.breadcrumbs > span:last-child {
  position: relative;
}
.breadcrumbs > span:last-child:after {
  content: '›';
  position: absolute;
  top: -2px;
  right: -12px;
  font-weight: bold;
  font-size: 18px;
}

.content_no-sidebar {
  padding-right: 0;
  float: inherit;
}

.dem__radio_label {
  padding-left: 32px;
  padding-top: 2px;
}
