@charset "UTF-8";
@font-face {
  font-family: 'OpenSans-ExtraBold';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-Bold';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-Semibold';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-Italic';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-Light';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-LightItalic';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Russia-Bold';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Russia/Russia-Bold.otf") format("truetype"); }
@font-face {
  font-family: 'Russia-Regular';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Russia/Russia-Regular.otf") format("truetype"); }
@font-face {
  font-family: 'Russia-Medium';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Russia/Russia-Medium.otf") format("truetype"); }
@font-face {
  font-family: 'Russia-Light';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Russia/Russia-Light.otf") format("truetype"); }
.bg-smoth {
  background: #eee !important; }

.bg-silver {
  border-color: silver !important;
  background: silver !important; }

.r-btn {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  text-decoration: none !important;
  color: #b2a1b2 !important; }
  .r-btn p {
    font: 11px 'OpenSans-Semibold', sans-serif;
    text-transform: uppercase;
    color: #b2a1b2 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .r-btn:hover {
    color: #de5040 !important; }
    .r-btn:hover p {
      color: #de5040 !important; }

.checked {
  color: #de5040 !important; }
  .checked p {
    color: #de5040 !important; }

.textC1 {
  color: #270f2c !important; }

.textC4 {
  color: #de5040 !important; }

.textBlack {
  color: #000; }

.textDark {
  color: #303e49 !important; }

.textGreen {
  color: #43b77a !important; }

.textLightGreen {
  color: #75ce66 !important; }

.textBlue {
  color: #2db1ee !important; }

.textLikeMainBg {
  color: #e9f0f5 !important; }

.textSmuth {
  color: #bdc3c7 !important; }

.textDarkRed {
  color: #c03b44 !important; }

.textOrange {
  color: #ff6642 !important; }

.textYellow {
  color: #f1c40f !important; }

.play {
  display: inline-block;
  width: 76px;
  height: 74px;
  background: url("../img/play.png") center no-repeat;
  background-size: cover; }

header {
  width: 100%;
  height: auto; }
  header .firstMenu {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid silver;
    background: #ffeaff; }
    header .firstMenu .wrapper {
      width: 100%;
      max-width: 1200px;
      height: 40px;
      margin: auto;
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center; }
      header .firstMenu .wrapper .menu,
      header .firstMenu .wrapper .reg {
        height: 40px;
        color: silver;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        align-items: center;
        -webkit-align-items: center; }
        header .firstMenu .wrapper .menu .list-menu,
        header .firstMenu .wrapper .reg .list-menu {
          position: relative;
          z-index: 99;
          width: 130px;
          height: 40px; }
          header .firstMenu .wrapper .menu .list-menu img,
          header .firstMenu .wrapper .reg .list-menu img {
            width: 15px;
            margin: 2px 0 0 4px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          header .firstMenu .wrapper .menu .list-menu:hover img,
          header .firstMenu .wrapper .reg .list-menu:hover img {
            transform: rotateX(180deg); }
          header .firstMenu .wrapper .menu .list-menu .submenu,
          header .firstMenu .wrapper .reg .list-menu .submenu {
            display: none;
            width: 200px;
            height: auto;
            border-top: 1px solid silver;
            background: #fff2ff;
            box-shadow: 0 2px 4px -1px #000; }
            header .firstMenu .wrapper .menu .list-menu .submenu a,
            header .firstMenu .wrapper .reg .list-menu .submenu a {
              font: 12px 'OpenSans-Regular', sans-serif;
              display: block;
              width: 100%;
              height: auto;
              padding: 10px 24px;
              color: grey;
              border: none;
              background: #fff2ff; }
              header .firstMenu .wrapper .menu .list-menu .submenu a:hover,
              header .firstMenu .wrapper .reg .list-menu .submenu a:hover {
                color: #270f2c; }
          header .firstMenu .wrapper .menu .list-menu .list,
          header .firstMenu .wrapper .reg .list-menu .list {
            font: 14px 'OpenSans-Regular', sans-serif;
            display: block;
            height: 100%;
            padding: 0 24px;
            color: #b2a1b2;
            border-right: 1px solid silver;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center; }
            header .firstMenu .wrapper .menu .list-menu .list:hover,
            header .firstMenu .wrapper .reg .list-menu .list:hover {
              color: #303e49;
              background: #fff2ff; }
          header .firstMenu .wrapper .menu .list-menu:hover,
          header .firstMenu .wrapper .reg .list-menu:hover {
            background: #fff2ff; }
            header .firstMenu .wrapper .menu .list-menu:hover .list,
            header .firstMenu .wrapper .reg .list-menu:hover .list {
              color: #303e49; }
        header .firstMenu .wrapper .menu .login .avatar,
        header .firstMenu .wrapper .reg .login .avatar {
          overflow: hidden;
          width: 34px;
          height: 34px;
          margin-right: 10px;
          border-radius: 50%; }
          header .firstMenu .wrapper .menu .login .avatar img,
          header .firstMenu .wrapper .reg .login .avatar img {
            width: 34px;
            height: 34px; }
        header .firstMenu .wrapper .menu a:first-child,
        header .firstMenu .wrapper .reg a:first-child {
          border-left: 1px solid silver; }
        header .firstMenu .wrapper .menu a,
        header .firstMenu .wrapper .reg a {
          font: 14px 'OpenSans-Regular', sans-serif;
          display: block;
          height: 40px;
          padding: 0 20px;
          color: #b2a1b2;
          border-right: 1px solid silver;
          display: flex;
          display: -webkit-flex;
          justify-content: center;
          -webkit-justify-content: center;
          align-items: center;
          -webkit-align-items: center; }
          header .firstMenu .wrapper .menu a .logosmall,
          header .firstMenu .wrapper .reg a .logosmall {
            width: 30px;
            height: auto;
            margin-right: 4px; }
          header .firstMenu .wrapper .menu a .header-icon,
          header .firstMenu .wrapper .reg a .header-icon {
            width: 28px;
            height: 28px;
            opacity: .5; }
          header .firstMenu .wrapper .menu a:hover,
          header .firstMenu .wrapper .reg a:hover {
            color: #303e49;
            background: #fff2ff; }
            header .firstMenu .wrapper .menu a:hover .header-icon,
            header .firstMenu .wrapper .reg a:hover .header-icon {
              opacity: 1; }
      header .firstMenu .wrapper .reg a {
        padding: 0 10px;
        text-transform: uppercase;
        color: #b2a1b2; }
  header .secondMenu {
    width: 100%;
    height: auto;
    margin-top: 50px; }
    header .secondMenu .wrapper {
      width: 100%;
      max-width: 1200px;
      height: 50px;
      margin: auto;
      padding: 0 10px;
      background: #270f2c;
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: flex-start;
      -webkit-align-items: flex-start; }
      header .secondMenu .wrapper .find {
        height: 50px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center; }
        header .secondMenu .wrapper .find input {
          width: 200px;
          height: 30px;
          padding: 0 7px;
          color: #303e49;
          border: 1px solid #ecf0f1;
          outline: none;
          background: #fff2ff; }
        header .secondMenu .wrapper .find .search {
          padding: 0 10px;
          cursor: pointer;
          color: #f0ab18;
          border: none;
          outline: none;
          background: none;
          -webkit-appearance: none;
          appearance: none;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          header .secondMenu .wrapper .find .search:hover {
            color: #f1c40f; }
  header .mobileMenu {
    display: none;
    width: 100%;
    height: auto;
    border-bottom: 3px solid #f0ab18;
    background: #241212; }
    header .mobileMenu .mobileWrapper {
      width: 100%;
      margin: auto;
      text-align: center; }
      header .mobileMenu .mobileWrapper .topMobile {
        width: 100%;
        padding: 0 10px;
        background: #270f2c;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center; }
        header .mobileMenu .mobileWrapper .topMobile #open-menu {
          display: flex;
          display: -webkit-flex;
          justify-content: flex-start;
          -webkit-justify-content: flex-start;
          align-items: center;
          -webkit-align-items: center; }
          header .mobileMenu .mobileWrapper .topMobile #open-menu p {
            font: 18px 'OpenSans-Semibold', sans-serif;
            color: #f0ab18; }
          header .mobileMenu .mobileWrapper .topMobile #open-menu img {
            height: 50px;
            margin-right: 4px; }
        header .mobileMenu .mobileWrapper .topMobile .find {
          height: 50px;
          display: flex;
          display: -webkit-flex;
          justify-content: center;
          -webkit-justify-content: center;
          align-items: center;
          -webkit-align-items: center; }
          header .mobileMenu .mobileWrapper .topMobile .find input {
            width: 130px;
            height: 30px;
            padding: 0 7px;
            color: #303e49;
            border: 1px solid #ecf0f1;
            outline: none;
            background: #fff; }
          header .mobileMenu .mobileWrapper .topMobile .find .search {
            padding: 0 10px;
            cursor: pointer;
            color: #f0ab18;
            border: none;
            outline: none;
            background: none;
            -webkit-appearance: none;
            appearance: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            header .mobileMenu .mobileWrapper .topMobile .find .search:hover {
              color: #f1c40f; }
      header .mobileMenu .mobileWrapper a {
        color: #fff2ff; }
        header .mobileMenu .mobileWrapper a:hover {
          color: #f0ab18; }
      header .mobileMenu .mobileWrapper #MobileList {
        display: none;
        list-style: none; }
        header .mobileMenu .mobileWrapper #MobileList li {
          border-top: 1px solid rgba(240, 171, 24, 0.19); }
          header .mobileMenu .mobileWrapper #MobileList li a {
            display: block;
            width: 100%;
            padding: 7px 0; }

#top-point {
  position: absolute;
  top: 0;
  left: 0; }

/**
 *  Меню основное
 */
.nav {
  position: relative;
  overflow: hidden;
  height: 50px; }

.nav li {
  position: relative;
  display: block;
  float: left;
  height: 50px;
  margin-right: 1px; }

.nav li a {
  font: 16px/50px 'Russia-Light', sans-serif;
  display: block;
  height: 100%;
  padding: 0 24px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  text-decoration: none;
  color: #fff; }

.nav li a:hover {
  background: #f1c40f; }

.nav li {
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.nav li a {
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  background: #270f2c;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.nav li a::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  text-align: center;
  background: #000; }

.nav li:hover a,
.nav li:focus a {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  -ms-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px); }

.not-preserve3d .nav li:hover a,
.not-preserve3d .nav li:focus a {
  transform: none;
  background: #f0ab18; }

.nav li:hover a::before,
.nav li:focus a::before {
  background: #f0ab18; }

/* Sweep To Right */
.hvr-sweep-to-right {
  position: relative;
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  vertical-align: middle;
  box-shadow: 0 0 1px transparent; }

.hvr-sweep-to-right:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background: #f0ab18; }

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  position: relative;
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  vertical-align: middle;
  background: #e1e1e1;
  box-shadow: 0 0 1px transparent; }

.hvr-shutter-out-vertical:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background: #f0ab18; }

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: white; }

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.allPosts {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 50vh;
  margin: auto;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  background: #fff2ff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start; }
  .allPosts .left-side,
  .allPosts .right-side {
    overflow: hidden;
    width: 18%;
    height: auto; }
    .allPosts .left-side .logo,
    .allPosts .right-side .logo {
      width: 100%;
      height: auto; }
    .allPosts .left-side .side-separator,
    .allPosts .right-side .side-separator {
      width: 100%;
      height: 1px;
      background: #eee; }
    .allPosts .left-side .item,
    .allPosts .right-side .item {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding: 20px; }
      .allPosts .left-side .item .see-all,
      .allPosts .right-side .item .see-all {
        font: 13px 'OpenSans-Semibold', sans-serif;
        position: absolute;
        bottom: 0;
        left: -10px;
        display: block;
        width: 160px;
        padding: 6px;
        text-align: center;
        color: #fff2ff;
        background: #b2a1b2; }
        .allPosts .left-side .item .see-all:hover,
        .allPosts .right-side .item .see-all:hover {
          left: 0;
          background: #de5040; }
      .allPosts .left-side .item .main,
      .allPosts .right-side .item .main {
        font: 18px 'Russia-Regular', sans-serif;
        color: #270f2c; }
      .allPosts .left-side .item h3,
      .allPosts .right-side .item h3 {
        font: 16px 'Russia-Regular', sans-serif;
        margin-bottom: 6px;
        color: #de5040; }
      .allPosts .left-side .item .sideTitle,
      .allPosts .right-side .item .sideTitle {
        font: 16px 'Russia-Regular', sans-serif;
        margin-bottom: 6px;
        color: #de5040; }
      .allPosts .left-side .item p,
      .allPosts .right-side .item p {
        font: 12px 'OpenSans-Regular', sans-serif;
        color: #270f2c; }
      .allPosts .left-side .item .forShortText,
      .allPosts .right-side .item .forShortText {
        padding: 10px; }
      .allPosts .left-side .item .read,
      .allPosts .right-side .item .read {
        font: 14px 'OpenSans-Semibold', sans-serif;
        display: block;
        width: 90px;
        padding: 4px 0;
        text-align: center;
        color: #fff2ff;
        border-radius: 3px;
        background: #b2a1b2; }
        .allPosts .left-side .item .read:hover,
        .allPosts .right-side .item .read:hover {
          transform: translateY(-3px);
          background: #f0ab18;
          box-shadow: 0 4px 4px -3px #000; }
      .allPosts .left-side .item ul li,
      .allPosts .left-side .item .themes li,
      .allPosts .right-side .item ul li,
      .allPosts .right-side .item .themes li {
        margin-left: 10px;
        padding: 10px 0;
        list-style: none;
        border-bottom: 1px solid #eee; }
        .allPosts .left-side .item ul li .author,
        .allPosts .left-side .item .themes li .author,
        .allPosts .right-side .item ul li .author,
        .allPosts .right-side .item .themes li .author {
          font: 13px 'OpenSans-Italic', sans-serif;
          color: #270f2c; }
          .allPosts .left-side .item ul li .author span,
          .allPosts .left-side .item .themes li .author span,
          .allPosts .right-side .item ul li .author span,
          .allPosts .right-side .item .themes li .author span {
            font: 13px 'OpenSans-Italic', sans-serif;
            color: #de5040; }
          .allPosts .left-side .item ul li .author a,
          .allPosts .left-side .item .themes li .author a,
          .allPosts .right-side .item ul li .author a,
          .allPosts .right-side .item .themes li .author a {
            font: 13px 'OpenSans-Italic', sans-serif;
            color: #de5040; }
            .allPosts .left-side .item ul li .author a:hover,
            .allPosts .left-side .item .themes li .author a:hover,
            .allPosts .right-side .item ul li .author a:hover,
            .allPosts .right-side .item .themes li .author a:hover {
              text-decoration: underline; }
        .allPosts .left-side .item ul li .xlink,
        .allPosts .left-side .item .themes li .xlink,
        .allPosts .right-side .item ul li .xlink,
        .allPosts .right-side .item .themes li .xlink {
          font: 12px 'OpenSans-Regular', sans-serif;
          line-height: 1.1;
          display: block;
          text-transform: capitalize;
          color: grey; }
          .allPosts .left-side .item ul li .xlink:hover,
          .allPosts .left-side .item .themes li .xlink:hover,
          .allPosts .right-side .item ul li .xlink:hover,
          .allPosts .right-side .item .themes li .xlink:hover {
            transform: translateX(5px);
            text-decoration: underline;
            color: #270f2c; }
      .allPosts .left-side .item ul li:last-child,
      .allPosts .left-side .item .themes li:last-child,
      .allPosts .right-side .item ul li:last-child,
      .allPosts .right-side .item .themes li:last-child {
        border-bottom: none; }
      .allPosts .left-side .item .themes li,
      .allPosts .right-side .item .themes li {
        margin: 0;
        padding-bottom: 4px;
        border: none; }
  .allPosts .right-side {
    width: 25%;
    border: none;
    border-left: 1px solid #eee; }
  .allPosts .left-side .item {
    padding-right: 10px; }
  .allPosts section,
  .allPosts .bigSection,
  .allPosts .allSection {
    width: 57%;
    height: auto;
    padding: 30px 20px 100px; }
    .allPosts section .endless_container .endless_more,
    .allPosts .bigSection .endless_container .endless_more,
    .allPosts .allSection .endless_container .endless_more {
      font: 20px 'Russia-Regular', sans-serif;
      display: block;
      width: 100%;
      padding: 14px 0;
      text-align: center;
      color: grey;
      border: 1px solid silver; }
      .allPosts section .endless_container .endless_more:hover,
      .allPosts .bigSection .endless_container .endless_more:hover,
      .allPosts .allSection .endless_container .endless_more:hover {
        box-shadow: 0 0 10px #b2a1b2; }
    .allPosts section .top-post,
    .allPosts .bigSection .top-post,
    .allPosts .allSection .top-post {
      overflow: hidden;
      width: 100%;
      height: auto;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: flex-start;
      -webkit-align-items: flex-start; }
      .allPosts section .top-post .forImg,
      .allPosts .bigSection .top-post .forImg,
      .allPosts .allSection .top-post .forImg {
        position: relative;
        overflow: hidden;
        width: 45%;
        max-width: 300px;
        height: auto;
        border-right: 5px solid #f0ab18;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .allPosts section .top-post .forImg .postIMg,
        .allPosts .bigSection .top-post .forImg .postIMg,
        .allPosts .allSection .top-post .forImg .postIMg {
          width: 100%;
          height: 240px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .allPosts section .top-post .forImg .video,
        .allPosts .bigSection .top-post .forImg .video,
        .allPosts .allSection .top-post .forImg .video {
          position: absolute;
          right: -94px;
          bottom: 60px;
          display: block;
          overflow: hidden;
          width: 160px;
          height: 70px;
          padding: 10px 20px 0 10px;
          color: #fff2ff;
          background: #f0ab18;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .allPosts section .top-post .forImg .video i,
          .allPosts .bigSection .top-post .forImg .video i,
          .allPosts .allSection .top-post .forImg .video i {
            position: absolute;
            top: 10px;
            left: 10px; }
          .allPosts section .top-post .forImg .video span,
          .allPosts .bigSection .top-post .forImg .video span,
          .allPosts .allSection .top-post .forImg .video span {
            font: 18px 'OpenSans-Light', sans-serif;
            position: absolute;
            top: 24px;
            left: 80px; }
        .allPosts section .top-post .forImg .infoAuthor,
        .allPosts .bigSection .top-post .forImg .infoAuthor,
        .allPosts .allSection .top-post .forImg .infoAuthor {
          position: absolute;
          bottom: 0;
          left: 0;
          overflow: hidden;
          width: 100%;
          height: 60px;
          background: rgba(255, 255, 255, 0.8);
          display: flex;
          display: -webkit-flex;
          justify-content: flex-start;
          -webkit-justify-content: flex-start;
          align-items: center;
          -webkit-align-items: center; }
          .allPosts section .top-post .forImg .infoAuthor .author,
          .allPosts .bigSection .top-post .forImg .infoAuthor .author,
          .allPosts .allSection .top-post .forImg .infoAuthor .author {
            font: 12px 'OpenSans-Semibold', sans-serif;
            line-height: 1.6;
            padding: 0 20px;
            color: #270f2c; }
            .allPosts section .top-post .forImg .infoAuthor .author span,
            .allPosts .bigSection .top-post .forImg .infoAuthor .author span,
            .allPosts .allSection .top-post .forImg .infoAuthor .author span {
              font: 12px 'OpenSans-Regular', sans-serif;
              color: #270f2c; }
            .allPosts section .top-post .forImg .infoAuthor .author a,
            .allPosts .bigSection .top-post .forImg .infoAuthor .author a,
            .allPosts .allSection .top-post .forImg .infoAuthor .author a {
              font: 12px 'OpenSans-Regular', sans-serif;
              text-decoration: underline;
              color: #de5040; }
      .allPosts section .top-post .forText,
      .allPosts .bigSection .top-post .forText,
      .allPosts .allSection .top-post .forText {
        position: relative;
        width: 55%;
        height: 240px;
        border-top: 1px solid #eee;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        flex-direction: column;
        -webkit-flex-direction: column; }
        .allPosts section .top-post .forText .title,
        .allPosts .bigSection .top-post .forText .title,
        .allPosts .allSection .top-post .forText .title {
          font: 20px 'Russia-Regular', sans-serif;
          padding: 20px 20px 10px 20px;
          color: #270f2c; }
          .allPosts section .top-post .forText .title:hover,
          .allPosts .bigSection .top-post .forText .title:hover,
          .allPosts .allSection .top-post .forText .title:hover {
            color: #de5040; }
        .allPosts section .top-post .forText .textDetail,
        .allPosts .bigSection .top-post .forText .textDetail,
        .allPosts .allSection .top-post .forText .textDetail {
          font: 14px 'OpenSans-Regular', sans-serif;
          line-height: 1.5;
          overflow: hidden;
          max-height: 150px;
          padding: 0 20px;
          color: #270f2c; }
          .allPosts section .top-post .forText .textDetail .info-author a,
          .allPosts .bigSection .top-post .forText .textDetail .info-author a,
          .allPosts .allSection .top-post .forText .textDetail .info-author a {
            text-decoration: underline;
            color: #de5040; }
        .allPosts section .top-post .forText .forInfo,
        .allPosts .bigSection .top-post .forText .forInfo,
        .allPosts .allSection .top-post .forText .forInfo {
          width: 100%; }
          .allPosts section .top-post .forText .forInfo .info,
          .allPosts .bigSection .top-post .forText .forInfo .info,
          .allPosts .allSection .top-post .forText .forInfo .info {
            width: 100%;
            height: auto;
            background: #fff2ff;
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            align-items: center;
            -webkit-align-items: center; }
            .allPosts section .top-post .forText .forInfo .info .read-btn,
            .allPosts .bigSection .top-post .forText .forInfo .info .read-btn,
            .allPosts .allSection .top-post .forText .forInfo .info .read-btn {
              font: 14px 'OpenSans-Semibold', sans-serif;
              display: block;
              height: 40px;
              padding: 10px 20px;
              color: #270f2c;
              border-bottom: 1px solid #eee; }
              .allPosts section .top-post .forText .forInfo .info .read-btn:hover,
              .allPosts .bigSection .top-post .forText .forInfo .info .read-btn:hover,
              .allPosts .allSection .top-post .forText .forInfo .info .read-btn:hover {
                color: #fff2ff;
                border-bottom: 1px solid #f0ab18; }
            .allPosts section .top-post .forText .forInfo .info .statistic,
            .allPosts .bigSection .top-post .forText .forInfo .info .statistic,
            .allPosts .allSection .top-post .forText .forInfo .info .statistic {
              display: flex;
              display: -webkit-flex;
              justify-content: flex-end;
              -webkit-justify-content: flex-end;
              align-items: center;
              -webkit-align-items: center; }
              .allPosts section .top-post .forText .forInfo .info .statistic .info-item,
              .allPosts .bigSection .top-post .forText .forInfo .info .statistic .info-item,
              .allPosts .allSection .top-post .forText .forInfo .info .statistic .info-item {
                font: 14px 'OpenSans-Light', sans-serif;
                height: 40px;
                padding: 10px;
                text-align: center;
                color: grey; }
      .allPosts section .top-post:hover .video,
      .allPosts .bigSection .top-post:hover .video,
      .allPosts .allSection .top-post:hover .video {
        right: 0; }
      .allPosts section .top-post:hover .postIMg,
      .allPosts .bigSection .top-post:hover .postIMg,
      .allPosts .allSection .top-post:hover .postIMg {
        transform: scale(1.1); }
    .allPosts section .forPagination,
    .allPosts .bigSection .forPagination,
    .allPosts .allSection .forPagination {
      padding-top: 30px;
      text-align: center;
      border-top: 1px solid #eee; }
      .allPosts section .forPagination h3,
      .allPosts .bigSection .forPagination h3,
      .allPosts .allSection .forPagination h3 {
        font: 18px 'OpenSans-Semibold', sans-serif;
        color: #de5040; }
      .allPosts section .forPagination .pagination,
      .allPosts .bigSection .forPagination .pagination,
      .allPosts .allSection .forPagination .pagination {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center; }
        .allPosts section .forPagination .pagination .arrow,
        .allPosts section .forPagination .pagination a,
        .allPosts section .forPagination .pagination .current,
        .allPosts .bigSection .forPagination .pagination .arrow,
        .allPosts .bigSection .forPagination .pagination a,
        .allPosts .bigSection .forPagination .pagination .current,
        .allPosts .allSection .forPagination .pagination .arrow,
        .allPosts .allSection .forPagination .pagination a,
        .allPosts .allSection .forPagination .pagination .current {
          font: 14px 'OpenSans-Semibold', sans-serif;
          display: block;
          margin: 10px 3px;
          padding: 4px 10px;
          color: #fff2ff;
          border-radius: 3px;
          background: #b2a1b2; }
          .allPosts section .forPagination .pagination .arrow:hover,
          .allPosts section .forPagination .pagination a:hover,
          .allPosts section .forPagination .pagination .current:hover,
          .allPosts .bigSection .forPagination .pagination .arrow:hover,
          .allPosts .bigSection .forPagination .pagination a:hover,
          .allPosts .bigSection .forPagination .pagination .current:hover,
          .allPosts .allSection .forPagination .pagination .arrow:hover,
          .allPosts .allSection .forPagination .pagination a:hover,
          .allPosts .allSection .forPagination .pagination .current:hover {
            transform: translateY(-3px);
            background: #f0ab18;
            box-shadow: 0 4px 4px -3px #000; }
        .allPosts section .forPagination .pagination .current,
        .allPosts .bigSection .forPagination .pagination .current,
        .allPosts .allSection .forPagination .pagination .current {
          background: #de5040; }
          .allPosts section .forPagination .pagination .current:hover,
          .allPosts .bigSection .forPagination .pagination .current:hover,
          .allPosts .allSection .forPagination .pagination .current:hover {
            transform: none;
            background: #de5040;
            box-shadow: none; }
  .allPosts .bigSection,
  .allPosts .allSection {
    position: relative;
    width: 75%;
    padding: 90px 20px 100px 20px; }
    .allPosts .bigSection .navi,
    .allPosts .allSection .navi {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      padding: 0 30px;
      border-top: 3px solid #f0ab18;
      background: #ffeaff;
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center; }
      .allPosts .bigSection .navi div a,
      .allPosts .allSection .navi div a {
        font: 16px 'Russia-Light', sans-serif;
        color: #de5040;
        border-bottom: 1px solid rgba(222, 80, 64, 0); }
        .allPosts .bigSection .navi div a:hover,
        .allPosts .allSection .navi div a:hover {
          border-bottom: 1px solid rgba(222, 80, 64, 0.51); }
      .allPosts .bigSection .navi div p,
      .allPosts .allSection .navi div p {
        font: 16px 'Russia-Light', sans-serif;
        display: inline;
        color: #b2a1b2; }
        .allPosts .bigSection .navi div p span,
        .allPosts .allSection .navi div p span {
          font: 16px 'Russia-Light', sans-serif;
          color: #de5040; }
    .allPosts .bigSection h1,
    .allPosts .allSection h1 {
      font: 26px 'Russia-Light', sans-serif;
      color: #de5040; }
      .allPosts .bigSection h1 span,
      .allPosts .allSection h1 span {
        font: 26px 'Russia-Light', sans-serif; }
    .allPosts .bigSection .nothing,
    .allPosts .allSection .nothing {
      max-width: 600px;
      margin: auto; }
      .allPosts .bigSection .nothing h1,
      .allPosts .allSection .nothing h1 {
        font: 24px 'Russia-Regular', sans-serif;
        color: #de5040; }

.name-cloud {
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center; }
  .name-cloud a {
    font-family: 'Russia-Light', sans-serif;
    display: inline-block;
    color: #de5040;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .name-cloud a:hover {
      transform: scale(1.4);
      color: #461b15; }

.forPost .author {
  font: 14px 'OpenSans-LightItalic', sans-serif;
  color: #303e49; }
  .forPost .author a {
    font: 14px 'OpenSans-Italic', sans-serif;
    text-decoration: underline;
    color: #303e49; }
    .forPost .author a:hover {
      color: #de5040; }
.forPost .content {
  font: 16px 'OpenSans-Regular', sans-serif;
  line-height: 1.5;
  width: 100%;
  padding: 0 40px;
  text-align: justify;
  color: #270f2c; }
  .forPost .content .message {
    font-size: 12px;
    max-width: 400px;
    margin: auto auto 20px;
    padding-bottom: 10px;
    text-align: left;
    color: #de5040;
    border-bottom: 1px solid silver; }
  .forPost .content .forAudio .player {
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 32px; }
  .forPost .content iframe {
    display: block;
    margin: auto; }
  .forPost .content .forImg {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 30px 10px 0; }
    .forPost .content .forImg .video {
      position: absolute;
      right: -94px;
      bottom: 60px;
      display: block;
      overflow: hidden;
      width: 160px;
      height: 70px;
      padding: 10px 20px 0 10px;
      color: #fff2ff;
      background: #f0ab18;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .forPost .content .forImg .video i {
        position: absolute;
        top: 10px;
        left: 10px; }
      .forPost .content .forImg .video span {
        font: 18px 'OpenSans-Light', sans-serif;
        position: absolute;
        top: 24px;
        left: 80px; }
    .forPost .content .forImg:hover .video {
      right: 0; }
  .forPost .content a {
    font: 16px 'OpenSans-Regular', sans-serif;
    text-decoration: underline;
    color: #de5040; }
  .forPost .content .views {
    font: 14px 'OpenSans-Light', sans-serif;
    padding-top: 4px;
    text-align: right;
    color: grey; }
.forPost .forComments h2 {
  font: 24px 'Russia-Regular', sans-serif;
  text-align: center;
  color: #270f2c; }
.forPost .forComments .noComments {
  font: 20px 'Russia-Light', sans-serif;
  text-align: center;
  color: #de5040; }
.forPost .forComments .comment {
  width: 100%;
  max-width: 600px;
  margin: auto; }
  .forPost .forComments .comment .auth {
    font: 14px 'OpenSans-Regular', sans-serif;
    color: grey; }
    .forPost .forComments .comment .auth span {
      font: 14px 'OpenSans-Semibold', sans-serif;
      color: #de5040; }
  .forPost .forComments .comment .date {
    font: 12px 'OpenSans-Regular', sans-serif;
    color: #270f2c; }
  .forPost .forComments .comment .forText {
    margin: 10px;
    padding: 15px 20px;
    box-shadow: -2px -2px 4px -2px #b2a1b2; }
    .forPost .forComments .comment .forText p {
      font: 14px 'OpenSans-Light', sans-serif;
      color: #270f2c; }
.forPost .forComments .forAddComment {
  width: 100%;
  height: 40px; }
  .forPost .forComments .forAddComment #addComment {
    font: 14px 'OpenSans-Semibold', sans-serif;
    padding: 5px 10px;
    color: #fff2ff;
    background: #f0ab18; }
    .forPost .forComments .forAddComment #addComment:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 4px -3px #000; }
    .forPost .forComments .forAddComment #addComment:active {
      transform: translateY(0);
      box-shadow: none; }

#commentForm,
#audioForm {
  display: none;
  width: 100%;
  max-width: 600px;
  margin: auto; }
  #commentForm p,
  #audioForm p {
    font: 16px 'Russia-Light', sans-serif;
    color: #270f2c; }
    #commentForm p span,
    #audioForm p span {
      font: 16px 'Russia-Regular', sans-serif; }
  #commentForm .forInput,
  #audioForm .forInput {
    margin-bottom: 20px; }
    #commentForm .forInput label,
    #commentForm .forInput .captcha-question,
    #audioForm .forInput label,
    #audioForm .forInput .captcha-question {
      font: 18px 'Russia-Light', sans-serif;
      display: block;
      color: #de5040; }
    #commentForm .forInput input,
    #commentForm .forInput textarea,
    #audioForm .forInput input,
    #audioForm .forInput textarea {
      width: 300px;
      padding: 6px 10px;
      color: #270f2c;
      border: 1px solid #eee;
      outline: none;
      background: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #commentForm .forInput input:hover, #commentForm .forInput input:focus,
      #commentForm .forInput textarea:hover,
      #commentForm .forInput textarea:focus,
      #audioForm .forInput input:hover,
      #audioForm .forInput input:focus,
      #audioForm .forInput textarea:hover,
      #audioForm .forInput textarea:focus {
        border: 1px solid silver;
        box-shadow: 0 0 4px silver; }
    #commentForm .forInput textarea,
    #audioForm .forInput textarea {
      width: 100%;
      resize: none; }

#audioForm {
  margin: 0;
  float: right;
  text-align: right; }

.authorBlock {
  width: 100%;
  height: auto; }
  .authorBlock img {
    float: left;
    margin: 0 20px 0 0; }
  .authorBlock .info {
    font: 14px 'OpenSans-Regular', sans-serif;
    color: grey; }
    .authorBlock .info span {
      color: #de5040; }
    .authorBlock .info a {
      font: 14px 'OpenSans-Regular', sans-serif;
      text-decoration: underline;
      color: #de5040; }
  .authorBlock .forText {
    margin-bottom: 20px;
    text-align: justify; }
    .authorBlock .forText p {
      font: 14px 'OpenSans-Regular', sans-serif;
      color: #270f2c; }
  .authorBlock .read-btn {
    font: 14px 'OpenSans-Semibold', sans-serif !important;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none !important;
    color: #fff2ff !important;
    background: #b2a1b2; }

.questions {
  width: 100%;
  height: auto;
  padding-left: 20px;
  background: #fff2ff; }
  .questions h1 {
    font: 28px 'Russia-Light', sans-serif;
    color: #de5040; }
  .questions .desc {
    font: 14px 'OpenSans-Regular', sans-serif;
    text-align: justify;
    color: #270f2c; }
  .questions .forBtn {
    height: 50px; }
    .questions .forBtn .do-question {
      font: 14px 'OpenSans-Semibold', sans-serif;
      margin: 10px 0;
      padding: 5px 10px;
      color: #fff2ff;
      background: #b2a1b2; }
  .questions .comment {
    width: 100%; }
    .questions .comment .auth {
      font: 14px 'OpenSans-Regular', sans-serif;
      color: grey; }
      .questions .comment .auth span {
        font: 14px 'OpenSans-Semibold', sans-serif;
        color: #de5040; }
    .questions .comment .date {
      font: 12px 'OpenSans-Regular', sans-serif;
      color: #270f2c; }
    .questions .comment .forText {
      margin: 10px;
      padding: 15px 20px;
      background: #eee; }
      .questions .comment .forText p {
        font: 14px 'OpenSans-Regular', sans-serif;
        color: #270f2c; }
      .questions .comment .forText h3 {
        font: 17px 'OpenSans-Regular', sans-serif;
        color: #de5040; }
      .questions .comment .forText .forAnsver {
        margin: 10px;
        padding: 15px 20px;
        background: #eee;
        border-top: 1px solid #fff2ff; }
        .questions .comment .forText .forAnsver .ch-date {
          font: 12px 'OpenSans-Light', sans-serif;
          color: grey; }

.contactForm {
  width: 100%;
  max-width: 560px;
  height: auto;
  min-height: calc(100vh - 164px);
  margin: auto;
  padding: 0 10px; }
  .contactForm h2 {
    font: 28px 'Russia-Light', sans-serif;
    color: #de5040; }
  .contactForm p {
    font: 14px 'OpenSans-Regular', sans-serif;
    color: #270f2c; }
  .contactForm form .forInput {
    margin-bottom: 20px; }
    .contactForm form .forInput label,
    .contactForm form .forInput .captcha-question {
      font: 18px 'Russia-Light', sans-serif;
      display: block;
      color: #de5040; }
    .contactForm form .forInput input,
    .contactForm form .forInput textarea {
      width: 300px;
      padding: 6px 10px;
      color: #270f2c;
      border: 1px solid #eee;
      outline: none;
      background: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .contactForm form .forInput input:hover, .contactForm form .forInput input:focus,
      .contactForm form .forInput textarea:hover,
      .contactForm form .forInput textarea:focus {
        border: 1px solid silver;
        box-shadow: 0 0 4px silver; }
    .contactForm form .forInput textarea {
      width: 100%;
      resize: none; }

#contactBtn {
  font: 16px 'OpenSans-Semibold', sans-serif;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff2ff;
  border: none;
  outline: none;
  background: #f0ab18;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #contactBtn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 4px -3px #000; }
  #contactBtn:active {
    transform: translateY(0);
    box-shadow: none; }

.allPosts .allSection {
  width: 100%;
  min-height: 60vh;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start; }
  .allPosts .allSection .sideCom, .allPosts .allSection .allSideCom {
    width: 50%;
    padding: 0 20px; }
    .allPosts .allSection .sideCom form .saveInput, .allPosts .allSection .allSideCom form .saveInput {
      font: 16px 'OpenSans-Semibold', sans-serif;
      padding: 6px 20px;
      cursor: pointer;
      text-transform: uppercase;
      color: #fff2ff;
      border: none;
      outline: none;
      background: #f0ab18;
      -webkit-appearance: none;
      appearance: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .allPosts .allSection .sideCom form .saveInput:hover, .allPosts .allSection .allSideCom form .saveInput:hover {
        box-shadow: 0 0 4px #000; }
    .allPosts .allSection .sideCom form .forInput, .allPosts .allSection .allSideCom form .forInput {
      margin-bottom: 20px; }
      .allPosts .allSection .sideCom form .forInput label,
      .allPosts .allSection .sideCom form .forInput .captcha-question, .allPosts .allSection .allSideCom form .forInput label,
      .allPosts .allSection .allSideCom form .forInput .captcha-question {
        font: 18px 'Russia-Light', sans-serif;
        display: block;
        color: #de5040; }
      .allPosts .allSection .sideCom form .forInput .ps, .allPosts .allSection .allSideCom form .forInput .ps {
        color: #270f2c;
        font: 12px 'OpenSans-Regular', sans-serif; }
      .allPosts .allSection .sideCom form .forInput input,
      .allPosts .allSection .sideCom form .forInput textarea,
      .allPosts .allSection .sideCom form .forInput select, .allPosts .allSection .allSideCom form .forInput input,
      .allPosts .allSection .allSideCom form .forInput textarea,
      .allPosts .allSection .allSideCom form .forInput select {
        width: 280px;
        padding: 6px 10px;
        color: #270f2c;
        border: 1px solid #eee;
        outline: none;
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .allPosts .allSection .sideCom form .forInput input:hover, .allPosts .allSection .sideCom form .forInput input:focus,
        .allPosts .allSection .sideCom form .forInput textarea:hover,
        .allPosts .allSection .sideCom form .forInput textarea:focus,
        .allPosts .allSection .sideCom form .forInput select:hover,
        .allPosts .allSection .sideCom form .forInput select:focus, .allPosts .allSection .allSideCom form .forInput input:hover, .allPosts .allSection .allSideCom form .forInput input:focus,
        .allPosts .allSection .allSideCom form .forInput textarea:hover,
        .allPosts .allSection .allSideCom form .forInput textarea:focus,
        .allPosts .allSection .allSideCom form .forInput select:hover,
        .allPosts .allSection .allSideCom form .forInput select:focus {
          border: 1px solid silver;
          box-shadow: 0 0 4px silver; }
      .allPosts .allSection .sideCom form .forInput textarea, .allPosts .allSection .allSideCom form .forInput textarea {
        width: 100%;
        height: 100px;
        resize: none; }
      .allPosts .allSection .sideCom form .forInput ul li, .allPosts .allSection .allSideCom form .forInput ul li {
        list-style: none; }
        .allPosts .allSection .sideCom form .forInput ul li label, .allPosts .allSection .allSideCom form .forInput ul li label {
          color: #270f2c; }
          .allPosts .allSection .sideCom form .forInput ul li label input, .allPosts .allSection .allSideCom form .forInput ul li label input {
            width: 13px;
            height: 13px; }
    .allPosts .allSection .sideCom .commentItem, .allPosts .allSection .allSideCom .commentItem {
      margin: 20px 0;
      background: #eee;
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: flex-start;
      -webkit-align-items: flex-start;
      flex-direction: column;
      -webkit-flex-direction: column; }
      .allPosts .allSection .sideCom .commentItem .infoComment, .allPosts .allSection .allSideCom .commentItem .infoComment {
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #fff2ff; }
        .allPosts .allSection .sideCom .commentItem .infoComment a, .allPosts .allSection .allSideCom .commentItem .infoComment a {
          text-decoration: underline;
          color: #de5040; }
        .allPosts .allSection .sideCom .commentItem .infoComment p, .allPosts .allSection .allSideCom .commentItem .infoComment p {
          font: 14px 'OpenSans-Regular', sans-serif;
          color: #270f2c; }
        .allPosts .allSection .sideCom .commentItem .infoComment .infoText, .allPosts .allSection .allSideCom .commentItem .infoComment .infoText {
          font: 14px 'OpenSans-Light', sans-serif;
          color: grey; }
        .allPosts .allSection .sideCom .commentItem .infoComment .r-btn, .allPosts .allSection .allSideCom .commentItem .infoComment .r-btn {
          display: inline-block;
          margin-right: 20px;
          text-align: center;
          text-decoration: none;
          color: #b2a1b2; }
          .allPosts .allSection .sideCom .commentItem .infoComment .r-btn p, .allPosts .allSection .allSideCom .commentItem .infoComment .r-btn p {
            font: 11px 'OpenSans-Semibold', sans-serif;
            text-transform: uppercase;
            color: #b2a1b2;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .allPosts .allSection .sideCom .commentItem .infoComment .r-btn:hover, .allPosts .allSection .allSideCom .commentItem .infoComment .r-btn:hover {
            color: #de5040; }
            .allPosts .allSection .sideCom .commentItem .infoComment .r-btn:hover p, .allPosts .allSection .allSideCom .commentItem .infoComment .r-btn:hover p {
              color: #de5040; }
      .allPosts .allSection .sideCom .commentItem .infoComment:last-child, .allPosts .allSection .allSideCom .commentItem .infoComment:last-child {
        border-bottom: none; }
  .allPosts .allSection .allSideCom {
    width: 100%; }

@media only screen and (max-width: 880px) {
  .allPosts .allSection {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .allPosts .allSection .sideCom {
      width: 100%;
      padding: 0 20px; } }
.thx_error {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  height: calc(100vh - 164px);
  margin: auto;
  padding: 20px;
  text-align: center;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  background: #fff2ff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  .thx_error .logo {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: calc(100vh - 200px); }
  .thx_error .forMessage {
    position: relative;
    z-index: 2; }
    .thx_error .forMessage .modal-title {
      font: 32px 'Russia-Light', sans-serif;
      max-width: 400px;
      color: #de5040;
      text-shadow: 0 0 5px #fff2ff; }
    .thx_error .forMessage a {
      font: 16px 'OpenSans-Regular', sans-serif;
      color: grey;
      border-bottom: 1px solid #eee;
      text-shadow: 0 0 5px #fff2ff; }
      .thx_error .forMessage a:hover {
        color: #270f2c;
        border-bottom: 1px solid grey; }

footer {
  width: 100%;
  height: auto;
  background: #270f2c;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column; }
  footer .top-footer {
    width: 100%;
    height: 7px;
    background: #f0ab18; }
  footer .footer-menu {
    width: 100%;
    height: auto;
    background: #150717; }
    footer .footer-menu .wrap {
      max-width: 1240px;
      margin: auto; }
      footer .footer-menu .wrap .to-up {
        float: right;
        height: 60px;
        opacity: .7;
        color: #fff2ff;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center; }
        footer .footer-menu .wrap .to-up:hover {
          opacity: 1;
          color: #f0ab18; }
      footer .footer-menu .wrap a {
        font: 16px 'Russia-Light', sans-serif;
        display: inline-block;
        height: 60px;
        padding: 20px 20px;
        color: grey; }
        footer .footer-menu .wrap a:hover {
          color: #fff2ff;
          background: #270f2c; }
  footer .wrapper {
    width: 100%;
    max-width: 1240px;
    height: auto;
    margin: auto;
    padding: 40px 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.6);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start; }
    footer .wrapper .footer-item {
      width: 50%; }
      footer .wrapper .footer-item form {
        float: right;
        max-width: 300px;
        text-align: right; }
        footer .wrapper .footer-item form .title {
          color: #f0ab18; }
        footer .wrapper .footer-item form p {
          font: 14px 'OpenSans-Regular', sans-serif;
          color: #fff2ff; }
        footer .wrapper .footer-item form .small {
          font: 13px 'OpenSans-Regular', sans-serif;
          color: silver; }
        footer .wrapper .footer-item form .subs {
          width: 200px;
          height: 30px;
          margin: 10px 0;
          padding: 0 7px;
          color: #fff2ff;
          border: 1px solid grey;
          outline: none;
          background: #270f2c;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          footer .wrapper .footer-item form .subs:hover {
            box-shadow: 0 0 10px #f0ab18; }
          footer .wrapper .footer-item form .subs:focus {
            box-shadow: 0 0 6px #f0ab18; }
        footer .wrapper .footer-item form .subs-btn {
          float: right;
          font: 14px 'OpenSans-Bold', sans-serif;
          display: block;
          padding: 6px 20px;
          cursor: pointer;
          color: #270f2c;
          border: none;
          background: #f0ab18;
          -webkit-appearance: none;
          appearance: none;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          footer .wrapper .footer-item form .subs-btn:hover {
            color: #fff2ff; }
      footer .wrapper .footer-item .title {
        font: 16px 'Russia-Regular', sans-serif;
        color: #f0ab18; }
      footer .wrapper .footer-item ul {
        list-style: none;
        columns: 200px auto; }
        footer .wrapper .footer-item ul li .themes {
          font: 14px 'OpenSans-Regular', sans-serif;
          display: inline-block;
          margin-bottom: 4px;
          opacity: .5;
          color: #fff2ff;
          border-bottom: 1px solid #270f2c; }
          footer .wrapper .footer-item ul li .themes:hover {
            transform: translateX(5px);
            opacity: 1;
            border-bottom: 1px solid silver; }
    footer .wrapper .center-item {
      width: 20%; }
      footer .wrapper .center-item ul {
        list-style: none; }
        footer .wrapper .center-item ul li {
          padding-bottom: 6px; }
          footer .wrapper .center-item ul li a {
            font: 14px 'OpenSans-Light', sans-serif;
            color: #fff2ff;
            border-bottom: 1px solid #270f2c; }
            footer .wrapper .center-item ul li a:hover {
              color: #f0ab18;
              border-bottom: 1px solid rgba(240, 171, 24, 0.47); }
  footer .copy {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end; }
    footer .copy p {
      font: 14px 'Russia-Light', sans-serif;
      color: silver; }
    footer .copy .login {
      font: 14px 'Russia-Light', sans-serif;
      color: silver; }
      footer .copy .login:hover {
        color: #f0ab18; }

.arcticmodal-close {
  position: relative;
  top: 0;
  right: -10px;
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.box-modal_close:hover {
  transform: rotate(360deg); }

.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0; }

*:first-child + html .arcticmodal-container {
  height: 100%; }

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto; }

.arcticmodal-container_i2 {
  margin: 0;
  vertical-align: middle;
  border: 0; }

#ModalVideoFrame iframe {
  width: 80vw;
  height: 90vh; }

#ModalMessage .arcticmodal-close {
  top: -30px;
  right: -30px; }
#ModalMessage .forMessage {
  max-width: 500px;
  background: #fff2ff;
  padding: 20px; }
  #ModalMessage .forMessage .modal-title {
    color: #de5040;
    font: 24px 'Russia-Regular', sans-serif; }
  #ModalMessage .forMessage p {
    color: #270f2c;
    font: 16px 'OpenSans-Regular', sans-serif; }

@media only screen and (max-width: 1200px) {
  .allPosts .left-side {
    display: none; }
  .allPosts section {
    width: 75%; } }
@media only screen and (max-width: 990px) {
  .allPosts .right-side {
    display: none; }
  .allPosts section,
  .allPosts .bigSection {
    width: 100%;
    padding: 30px 10px; }
    .allPosts section .questions,
    .allPosts .bigSection .questions {
      padding: 0; }
  .allPosts .bigSection {
    padding-top: 90px; } }
@media only screen and (max-width: 800px) {
  header .secondMenu .wrapper .nav ul li a {
    padding: 0 10px; }
  header .secondMenu .wrapper .find input {
    width: 160px; }

  footer .footer-menu .wrap .to-up {
    float: none !important;
    text-align: center; }
  footer .footer-menu .wrap a {
    display: none; } }
@media only screen and (max-width: 640px) {
  header .secondMenu,
  header .firstMenu {
    display: none; }
  header .mobileMenu {
    display: block; }

  footer .wrapper .footer-item {
    width: 100%; }
    footer .wrapper .footer-item form {
      float: none;
      margin: auto;
      text-align: center; }
      footer .wrapper .footer-item form .subs-btn {
        float: none;
        margin: auto; }
  footer .wrapper .footer-item:first-child {
    display: none; }

  .allPosts .bigSection .navi div:last-child {
    display: none; }
  .allPosts .bigSection .forPost h1 {
    font-size: 20px; }
  .allPosts .bigSection .forPost .content {
    padding: 0 10px; }
    .allPosts .bigSection .forPost .content p,
    .allPosts .bigSection .forPost .content a {
      font-size: 14px; }
    .allPosts .bigSection .forPost .content iframe {
      width: 100% !important;
      height: 300px !important; }
    .allPosts .bigSection .forPost .content .forImg {
      float: none;
      width: 280px;
      margin: auto;
      margin-bottom: 10px; }
      .allPosts .bigSection .forPost .content .forImg img {
        width: 280px;
        height: auto; }
  .allPosts section .authorBlock img,
  .allPosts .bigSection .authorBlock img {
    display: block;
    float: none;
    width: 280px;
    height: auto;
    margin: auto auto 10px; }
  .allPosts section .top-post,
  .allPosts .bigSection .top-post {
    width: 280px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column; }
    .allPosts section .top-post .forImg,
    .allPosts .bigSection .top-post .forImg {
      width: 100%; }
    .allPosts section .top-post .forText,
    .allPosts .bigSection .top-post .forText {
      width: 100%;
      height: auto;
      border-top: none;
      border-bottom: 1px solid #f0ab18; }
      .allPosts section .top-post .forText .title,
      .allPosts .bigSection .top-post .forText .title {
        font: 18px 'Russia-Regular', sans-serif;
        padding: 10px 0; }
      .allPosts section .top-post .forText .textDetail,
      .allPosts .bigSection .top-post .forText .textDetail {
        height: auto;
        padding: 0;
        color: #270f2c; }
      .allPosts section .top-post .forText .forInfo,
      .allPosts .bigSection .top-post .forText .forInfo {
        width: 100%; }
        .allPosts section .top-post .forText .forInfo .info,
        .allPosts .bigSection .top-post .forText .forInfo .info {
          width: 100%;
          height: auto;
          background: #fff2ff;
          display: flex;
          display: -webkit-flex;
          justify-content: space-between;
          -webkit-justify-content: space-between;
          align-items: center;
          -webkit-align-items: center; }
          .allPosts section .top-post .forText .forInfo .info .read-btn,
          .allPosts .bigSection .top-post .forText .forInfo .info .read-btn {
            font: 12px 'OpenSans-Bold', sans-serif;
            padding: 12px 10px;
            border-bottom: none; }
            .allPosts section .top-post .forText .forInfo .info .read-btn:hover,
            .allPosts .bigSection .top-post .forText .forInfo .info .read-btn:hover {
              border-bottom: none; }
          .allPosts section .top-post .forText .forInfo .info .statistic,
          .allPosts .bigSection .top-post .forText .forInfo .info .statistic {
            display: flex;
            display: -webkit-flex;
            justify-content: flex-end;
            -webkit-justify-content: flex-end;
            align-items: center;
            -webkit-align-items: center; }
            .allPosts section .top-post .forText .forInfo .info .statistic .info-item,
            .allPosts .bigSection .top-post .forText .forInfo .info .statistic .info-item {
              font: 12px 'OpenSans-Light', sans-serif;
              height: 40px;
              padding: 12px 8px;
              text-align: center;
              color: grey; } }
body {
  background: #fff2ff; }

* {
  font-family: 'OpenSans-Regular', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

hr {
  border: none;
  border-bottom: 1px solid #eee; }

em {
  font-family: 'OpenSans-Italic', sans-serif !important;
  font-style: normal; }

strong {
  font-family: 'OpenSans-Semibold', sans-serif !important; }

.clear10 {
  clear: both;
  height: 10px; }

.clear20 {
  clear: both;
  height: 20px; }

.clear30 {
  clear: both;
  height: 30px; }

.clear40 {
  clear: both;
  height: 40px; }

.clear50 {
  clear: both;
  height: 50px; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.textCenter {
  text-align: center !important; }

/*# sourceMappingURL=style.css.map */
