@font-face {
  font-family: "Stem Web";
  src: url("../fonts/STM75__W.eot");
  src: url("../fonts/STM75__W.eot?#iefix") format("embedded-opentype"), url("../fonts/STM75__W.woff") format("woff"), url("../fonts/STM75__W.ttf") format("truetype"), url("../fonts/STM75__W.svg#StemWeb-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black_gdi.eot");
  src: url("../fonts/Lato-Black_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black_gdi.woff") format("woff"), url("../fonts/Lato-Black_gdi.ttf") format("truetype"), url("../fonts/Lato-Black_gdi.svg#StemWeb-Bold") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BlackItalic_gdi.eot");
  src: url("../fonts/Lato-BlackItalic_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-BlackItalic_gdi.woff") format("woff"), url("../fonts/Lato-BlackItalic_gdi.ttf") format("truetype"), url("../fonts/Lato-BlackItalic_gdi.svg#StemWeb-Bold") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: "Heuristica";
  src: url("../fonts/HeuristicaRegular_gdi.eot");
  src: url("../fonts/HeuristicaRegular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HeuristicaRegular_gdi.woff") format("woff"), url("../fonts/HeuristicaRegular_gdi.ttf") format("truetype"), url("../fonts/HeuristicaRegular_gdi.svg#StemWeb-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Heuristica";
  src: url("../fonts/HeuristicaItalic_gdi.eot");
  src: url("../fonts/HeuristicaItalic_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HeuristicaItalic_gdi.woff") format("woff"), url("../fonts/HeuristicaItalic_gdi.ttf") format("truetype"), url("../fonts/HeuristicaItalic_gdi.svg#StemWeb-Bold") format("svg");
  font-weight: normal;
  font-style: italic; }
* {
  margin: 0;
  padding: 0;
  outline: 0 none;
  border: none; }

html,
body {
  border: 0 none; }

html {
  height: 100%;
  -webkit-text-size-adjust: none; }

body {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Georgia", serif;
  letter-spacing: 0.01em;
  color: #1b2f3f; }

body.prevent-scroll {
  overflow: hidden; }

li {
  list-style: none outside none; }

.page-wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  min-width: 320px; }

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 87%;
  z-index: 1;
  max-width: 1300px; }

@media screen and (min-width: 1000px) {
  .wrapper {
    width: 90%; } }
@media screen and (min-width: 1000px) {
  .wrapper {
    width: 87.5%; } }
.clear {
  clear: both; }

a {
  /*	display: inline-block;*/
  position: relative;
  text-decoration: none;
  color: #1b2f3f;
  /*	overflow: hidden;*/
  /*	line-height: 1.2;
  top: 4px;*/ }

a:not(.non-standart):before {
  content: "";
  position: absolute;
  left: 0%;
  right: 100%;
  top: 49%;
  width: auto;
  height: 4px;
  background: #ee364f;
  -webkit-transition: right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s, left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s;
  -o-transition: right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s, left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s;
  transition: right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s, left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s;
  z-index: 1; }

.hover a:not(.non-standart):hover:before {
  left: 50%;
  right: 30%;
  -webkit-transition: right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s;
  -o-transition: right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s;
  transition: right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s; }

a:not(.non-standart):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0px;
  background: #1b2f3f;
  /*	-webkit-transition: left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s, right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s;
  -o-transition: left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s, right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s;
  transition: left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s, right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s;*/
  -webkit-transition: all 0.2s cubic-bezier(0.83, 0.01, 0.68, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.83, 0.01, 0.68, 1) 0s;
  transition: all 0.2s cubic-bezier(0.83, 0.01, 0.68, 1) 0s; }

.hover a:not(.non-standart):hover:after {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  opacity: 0; }

/*a:hover:after {
	left: 20%;
	right: 80%;
	-webkit-transition: left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s;
	-o-transition: left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s;
	transition: left 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, right 0.4s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s;
}
*/
.text a {
  white-space: nowrap; }

h1,
.h1 {
  font-family: "Stem Web", sans-serif;
  font-size: 56px;
  letter-spacing: 0.015em;
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 1.2; }

.h1 {
  font-size: 35px; }

h1 > a,
.h1 > a {
  display: block; }

h1 > a:before,
h1 > a:after,
.h1 > a:before,
.h1 > a:after {
  content: none; }

h1 > a span,
.h1 > a span {
  position: relative; }

h1 > a span:before,
.h1 > a span:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 0%;
  top: 22px;
  background: #1b2f3f;
  -webkit-transition: width cubic-bezier(0.83, 0.01, 0.68, 1) 0.6s;
  -o-transition: width cubic-bezier(0.83, 0.01, 0.68, 1) 0.6s;
  transition: width cubic-bezier(0.83, 0.01, 0.68, 1) 0.6s; }

h1 > a span:after,
.h1 > a span:after {
  content: "";
  position: absolute;
  height: 5px;
  left: 20%;
  width: 20%;
  top: 22px;
  background: #ee364f;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0s, left 0.6s ease 0s;
  -o-transition: opacity 0.6s ease 0s, left 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, left 0.6s ease 0s; }

@media screen and (min-width: 1000px) {
  h1 > a span:before {
    height: 7px;
    top: 38px; }

  h1 > a span:after {
    height: 7px;
    top: 38px; } }
h1 > a span:before,
.h1 > a span:before {
  right: auto;
  left: 0px; }

.hover h1 > a:hover span:before,
.hover .view-hover-outer.group-hover h1 > a span:before,
.hover .h1 > a:hover span:before,
.hover .view-hover-outer.group-hover .h1 > a span:before {
  width: 100%; }

.hover h1 > a:hover span:after,
.hover .view-hover-outer.group-hover h1 > a span:after,
.hover .h1 > a:hover span:after,
.hover .view-hover-outer.group-hover .h1 > a span:after {
  opacity: 1;
  left: 25%; }

@media screen and (min-width: 1000px) {
  h1 > a span:before,
  .h1 > a span:before {
    left: -22px; }

  .hover h1 > a:hover span:before,
  .hover .h1 > a:hover span:before {
    width: 110%; } }
h1 > a div:nth-child(1) span:before,
.h1 > a div:nth-child(1) span:before {
  -webkit-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0s;
  transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0s; }

h1 > a div:nth-child(2) span:before,
.h1 > a div:nth-child(2) span:before {
  -webkit-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.1s;
  -o-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.1s;
  transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.1s; }

h1 > a div:nth-child(3) span:before,
.h1 > a div:nth-child(3) span:before {
  -webkit-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s;
  -o-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s;
  transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s; }

h1 > a div:nth-child(4) span:before,
.h1 > a div:nth-child(4) span:before {
  -webkit-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.3s;
  -o-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.3s;
  transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.3s; }

h1 > a div:nth-child(5) span:before,
.h1 > a div:nth-child(5) span:before {
  -webkit-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.4s;
  -o-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.4s;
  transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.4s; }

h1 > a div:nth-child(6) span:before,
.h1 > a div:nth-child(6) span:before {
  -webkit-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.5s;
  -o-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.5s;
  transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.5s; }

h1 > a div:nth-child(7) span:before,
.h1 > a div:nth-child(7) span:before {
  -webkit-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.6s;
  -o-transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.6s;
  transition: width 0.6s cubic-bezier(0.83, 0.01, 0.68, 1) 0.6s; }

.hover h1 > a:hover div:nth-child(1) span:after,
.hover .h1 > a:hover div:nth-child(1) span:after {
  -webkit-transition: opacity 0.6s ease 0.3s, left 0.6s ease 0.3s;
  -o-transition: opacity 0.6s ease 0.3s, left 0.6s ease 0.3s;
  transition: opacity 0.6s ease 0.3s, left 0.6s ease 0.3s; }

.hover h1 > a:hover div:nth-child(2) span:after,
.hover .h1 > a:hover div:nth-child(2) span:after {
  -webkit-transition: opacity 0.6s ease 0.4s, left 0.6s ease 0.4s;
  -o-transition: opacity 0.6s ease 0.4s, left 0.6s ease 0.4s;
  transition: opacity 0.6s ease 0.4s, left 0.6s ease 0.4s; }

.hover h1 > a:hover div:nth-child(3) span:after,
.hover .h1 > a:hover div:nth-child(3) span:after {
  -webkit-transition: opacity 0.6s ease 0.5s, left 0.6s ease 0.5s;
  -o-transition: opacity 0.6s ease 0.5s, left 0.6s ease 0.5s;
  transition: opacity 0.6s ease 0.5s, left 0.6s ease 0.5s; }

.hover h1 > a:hover div:nth-child(4) span:after,
.hover .h1 > a:hover div:nth-child(4) span:after {
  -webkit-transition: opacity 0.6s ease 0.6s, left 0.6s ease 0.6s;
  -o-transition: opacity 0.6s ease 0.6s, left 0.6s ease 0.6s;
  transition: opacity 0.6s ease 0.6s, left 0.6s ease 0.6s; }

.hover h1 > a:hover div:nth-child(5) span:after,
.hover .h1 > a:hover div:nth-child(5) span:after {
  -webkit-transition: opacity 0.6s ease 0.7s, left 0.6s ease 0.7s;
  -o-transition: opacity 0.6s ease 0.7s, left 0.6s ease 0.7s;
  transition: opacity 0.6s ease 0.7s, left 0.6s ease 0.7s; }

.hover h1 > a:hover div:nth-child(6) span:after,
.hover .h1 > a:hover div:nth-child(6) span:after {
  -webkit-transition: opacity 0.6s ease 0.8s, left 0.6s ease 0.8s;
  -o-transition: opacity 0.6s ease 0.8s, left 0.6s ease 0.8s;
  transition: opacity 0.6s ease 0.8s, left 0.6s ease 0.8s; }

.hover h1 > a:hover div:nth-child(7) span:after,
.hover .h1 > a:hover div:nth-child(7) span:after {
  -webkit-transition: opacity 0.6s ease 0.9s, left 0.6s ease 0.9s;
  -o-transition: opacity 0.6s ease 0.9s, left 0.6s ease 0.9s;
  transition: opacity 0.6s ease 0.9s, left 0.6s ease 0.9s; }

@media screen and (min-width: 1000px) {
  h1 {
    font-size: 56px;
    line-height: 1.15; } }
h2 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-top: 20px;
  margin-bottom: 40px;
  margin-top: 50px; }

h2:before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 50px;
  background: #1b2f3f; }

@media screen and (min-width: 640px) {
  h2 {
    font-size: 24px; } }
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 34px;
    padding-top: 10px; } }
h3 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-top: 23px; }

h3:before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 50px;
  background: #1b2f3f; }

h2.not-bar:before,
h3.not-bar:before {
  content: none; }

h4 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-top: 30px;
  margin-bottom: 30px; }

@media screen and (min-width: 640px) {
  h4 {
    font-size: 15px; } }
@media screen and (min-width: 1000px) {
  h4 {
    font-size: 16px; } }
h5 {
  display: block;
  font-family: "Stem Web", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 38px; }

@media screen and (min-width: 640px) {
  h5 {
    text-align: center; } }
@media screen and (min-width: 1000px) {
  h5 {
    font-size: 20px;
    text-align: left; } }
ol,
ul {
  margin-bottom: 60px; }

ol > li,
ul > li {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
  line-height: 1.8; }

ol {
  counter-reset: list 0; }

ol > li:before {
  counter-increment: list;
  content: counter(list,decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Heuristica", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600; }

ol > li:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 14px;
  width: 50px;
  height: 2px;
  background: #1b2f3f; }

ul > li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 32px;
  width: 50px;
  height: 2px;
  background: #1b2f3f; }

ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #1b2f3f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (min-width: 640px) {
  ol > li {
    padding-left: 120px;
    padding-top: 0; }

  ol > li:before {
    left: 10px; }

  ol > li:after {
    left: 40px; }

  ul > li:before {
    content: none; }

  ul > li:after {
    left: 20px;
    top: 10px; }

  ul > li {
    padding-top: 0;
    padding-left: 70px; } }
article img {
  display: block;
  margin-left: -11%;
  width: 122%;
  height: 100%;
  margin-bottom: 20px; }

@media screen and (min-width: 640px) {
  article img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: -10px; } }
article blockquote {
  position: relative;
  margin-top: 80px;
  margin-left: -11%;
  width: 100%;
  line-height: 2.15;
  padding-top: 65px;
  padding-bottom: 80px;
  text-align: center;
  padding-left: 11%;
  padding-right: 11%;
  background: #f3f5f6;
  margin-bottom: 55px;
  font-family: "Heuristica", sans-serif;
  font-style: italic; }

@media screen and (min-width: 640px) {
  article blockquote {
    padding-left: 5%;
    padding-right: 5%;
    width: auto;
    margin-left: 0;
    margin-right: 0; } }
article blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -33px;
  width: 65px;
  height: 65px;
  background: url(../images/x1/quote.png); }

article blockquote:after {
  content: "";
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #1b2f3f; }

.show320 {
  display: block !important; }

.show640 {
  display: none !important; }

.show320.show640 {
  display: block !important; }

.show320.show1000 {
  display: block !important; }

.show1000 {
  display: none !important; }

.show640.show1000 {
  display: none !important; }

span.show320 {
  display: inline !important; }

span.show640 {
  display: none !important; }

span.show320.show640 {
  display: inline !important; }

span.show320.show1000 {
  display: inline !important; }

span.show1000 {
  display: none !important; }

span.show640.show1000 {
  display: none !important; }

@media screen and (min-width: 640px) {
  .show320 {
    display: none !important; }

  .show320.show640 {
    display: block !important; }

  .show320.show1000 {
    display: none !important; }

  .show640 {
    display: block !important; }

  .show640.show1000 {
    display: block !important; }

  span.show320 {
    display: none !important; }

  span.show320.show640 {
    display: inline !important; }

  span.show320.show1000 {
    display: none !important; }

  span.show640 {
    display: inline !important; }

  span.show640.show1000 {
    display: inline !important; } }
@media screen and (min-width: 1000px) {
  .show320.show640 {
    display: none !important; }

  .show640 {
    display: none !important; }

  .show1000 {
    display: block !important; }

  .show640.show1000 {
    display: block !important; }

  .show320.show1000 {
    display: block !important; }

  span.show320.show640 {
    display: none !important; }

  span.show640 {
    display: none !important; }

  span.show1000 {
    display: inline !important; }

  span.show640.show1000 {
    display: inline !important; }

  span.show320.show1000 {
    display: inline !important; } }
.page-wrapper .total-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.page-wrapper .total-bg .wrapper {
  position: relative;
  height: 100%; }

.line-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 2s ease 0.1s;
  -o-transition: opacity 2s ease 0.1s;
  transition: opacity 2s ease 0.1s; }

.line-bg .line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ededed; }

#search .line-bg {
  opacity: 0.1; }

@media screen and (min-width: 1000px) {
  .line-bg {
    width: auto;
    left: -1.2%;
    right: -1.2%; } }
.line-bg .line.l1 {
  left: 0;
  opacity: 0; }

.line-bg .line.l2 {
  left: 16.6%; }

.line-bg .line.l3 {
  left: 33.3%; }

.line-bg .line.l4 {
  left: 50%; }

.line-bg .line.l5 {
  right: 33.3%; }

.line-bg .line.l6 {
  right: 16.6%; }

.line-bg .line.l7 {
  right: 0;
  opacity: 0; }

@media screen and (min-width: 640px) {
  .line-bg .line.l1 {
    opacity: 1;
    left: 15.3%; }

  .line-bg .line.l7 {
    opacity: 1;
    right: 15.3%; } }
@media screen and (min-width: 1000px) {
  .line-bg .line.l1 {
    left: 0%;
    opacity: 1; }

  .line-bg .line.l7 {
    right: 0%;
    opacity: 1; } }
.reading .line-bg {
  opacity: 0.3;
  -webkit-transition: opacity 2s ease 0.1s;
  -o-transition: opacity 2s ease 0.1s;
  transition: opacity 2s ease 0.1s; }

main {
  position: relative;
  z-index: 1; }

main {
  padding-top: 125px; }

header .wrapper,
.header-fake .wrapper,
.header-bg .wrapper {
  position: relative;
  height: 100%; }

header,
.header-fake,
.header-bg {
  width: 100%;
  height: 85px; }

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 180px;
  z-index: 100;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0); }

/*.header-bg {
	position: fixed;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 50;
	height: 80px;
}
.header-fake {
	position: relative;
	width: 100%;
	height: 125px;
	z-index: 55;
}*/
@media screen and (min-width: 640px) {
  main {
    padding-top: 135px; }

  header,
  .header-fake,
  .header-bg {
    height: 100px; } }
@media screen and (min-width: 1000px) {
  main {
    padding-top: 260px; }

  header,
  .header-fake,
  .header-bg {
    height: 195px; } }
header .header-logo {
  position: absolute;
  width: 100%;
  height: 22px;
  top: 31px; }

header .logo,
.header-fake .logo {
  position: absolute;
  width: 179px;
  height: 22px;
  background: url(../images/x1/logo-320.png);
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

header a.logo:after {
  content: none; }

header .line-l,
header .line-r,
header .line-m {
  position: absolute;
  top: 7px;
  height: 8px;
  background: #1b2f3f;
  z-index: 2;
  -webkit-transition: -webkit-transform 1s ease 0s;
  -ms-transition: -ms-transform 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  /*	-webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;*/ }

header .line-l {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%; }

header .line-r {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

header .line-l {
  position: absolute;
  left: 0;
  right: 50%;
  margin-right: 113px; }

header .line-r {
  position: absolute;
  right: 50px;
  left: 50%;
  margin-left: 113px; }

header .line-r:before {
  content: "";
  position: absolute;
  left: 100%;
  width: 300%;
  height: 8px;
  background: #2f2f2f; }

header .line-m {
  background: #ee364f;
  height: 8px;
  right: 50%;
  width: 50px;
  margin-right: -7px;
  z-index: 2; }

.menu-btn {
  position: absolute;
  left: -7px;
  top: 19px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 50;
  /*transition: all 0.5s ease 0.7s;*/ }

.menu-btn.unactive,
.search-btn.unactive {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease 0s; }

.menu-btn .bars,
.search-btn .bars {
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.menu-btn .bars .b1,
.search-btn .bars .b1,
#search .close .bars .b1,
.menu-btn .bars .b2,
.search-btn .bars .b2,
#search .close .bars .b2 {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #1b2f3f;
  -webkit-transition: all 0.5s cubic-bezier(0.83, 0.01, 0.68, 1);
  -o-transition: all 0.5s cubic-bezier(0.83, 0.01, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.83, 0.01, 0.68, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.menu-btn .bars .b1,
.search-btn .bars .b1,
#search .close .bars .b1 {
  -webkit-transition: all 0.5s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s;
  -o-transition: all 0.5s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s;
  transition: all 0.5s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s; }

.menu-btn .bars .b1 {
  top: 7px; }

.menu-btn .bars .b2 {
  top: 12px; }

.menu-btn.active .bars .b1,
.search-btn.active .bars .b1,
#search.active .close .bars .b1 {
  -webkit-transform: translateY(2.5px) rotate(135deg);
  -ms-transform: translateY(2.5px) rotate(135deg);
  -o-transform: translateY(2.5px) rotate(135deg);
  transform: translateY(2.5px) rotate(135deg); }

.menu-btn.active .bars .b2,
.search-btn.active .bars .b2,
#search.active .close .bars .b2 {
  -webkit-transform: translateY(-2.5px) rotate(225deg);
  -ms-transform: translateY(-2.5px) rotate(225deg);
  -o-transform: translateY(-2.5px) rotate(225deg);
  transform: translateY(-2.5px) rotate(225deg); }

.search-btn {
  position: absolute;
  right: 7px;
  top: 32px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 50;
  /*transition: all 0.5s ease 0s;*/ }

@media screen and (min-width: 640px) {
  .search-btn {
    top: 38px; } }
.search-btn .ico {
  width: 100%;
  height: 100%;
  background: url(../images/search.svg) no-repeat center;
  transition: all 0.2s cubic-bezier(0.83, 0.01, 0.68, 1) 0.9s;
  transform: scale(1);
  opacity: 1; }

.search-btn .bars {
  top: 22px; }

.search-btn .bars .b1,
.search-btn .bars .b2 {
  background: #ffffff;
  opacity: 0; }

.search-btn .bars .b1 {
  transform: rotate(45deg) translateX(-20px); }

.search-btn .bars .b2 {
  transform: rotate(-45deg) translateX(20px); }

.search-btn.active .ico {
  transform: scale(1.5);
  opacity: 0;
  transition-delay: 0s; }

.search-btn.active .bars .b1 {
  transform: rotate(45deg) translateX(0px);
  opacity: 1;
  transition-delay: 0.2s; }

.search-btn.active .bars .b2 {
  transform: rotate(-45deg) translateX(0px);
  opacity: 1;
  transition-delay: 0.4s; }

@media screen and (min-width: 640px) {
  header .line-r:before {
    content: none; }

  header .line-l {
    left: 48px; }

  header .header-logo {
    top: 37px; }

  .menu-btn {
    top: 25px;
    left: -11px; } }
@media screen and (min-width: 1000px) {
  header .header-logo {
    top: 125px;
    height: 40px;
    z-index: 10; }

  header .line-l {
    left: 6%; }

  header .logo,
  .header-fake .logo {
    top: 4px;
    width: 309px;
    height: 36px;
    background: url(../images/x1/logo-1000.png);
    background-size: 100%; }

  header .line-l,
  header .line-r,
  header .line-m {
    top: 16px;
    height: 16px; }

  header .line-l {
    margin-right: 195px; }

  header .line-r {
    right: 70px;
    margin-left: 195px; }

  header .line-m {
    top: 14px;
    width: 88px;
    margin-right: -13px; }

  .menu-btn {
    top: 133px;
    left: 0px;
    width: 30px;
    height: 30px;
    z-index: 20; }

  .menu-btn .bars {
    width: 30px;
    height: 30px;
    left: 0;
    top: 0; }

  .menu-btn .bars .b1,
  .menu-btn .bars .b2 {
    height: 6px;
    width: 30px;
    left: 0; }

  .menu-btn .bars .b1 {
    left: 0;
    top: 8px; }

  .menu-btn .bars .b2 {
    left: 0;
    top: 18px; }

  .menu-btn.active {
    transform: translateY(-80px); }

  .menu-btn.active + .search-btn {
    transform: translateY(-80px); }

  .menu-btn.active .bars .b1 {
    -webkit-transform: translateY(5px) rotate(135deg);
    -ms-transform: translateY(5px) rotate(135deg);
    -o-transform: translateY(5px) rotate(135deg);
    transform: translateY(5px) rotate(135deg); }

  .menu-btn.active .bars .b2 {
    -webkit-transform: translateY(-5px) rotate(225deg);
    -ms-transform: translateY(-5px) rotate(225deg);
    -o-transform: translateY(-5px) rotate(225deg);
    transform: translateY(-5px) rotate(225deg); }

  .search-btn {
    top: 133px;
    right: 5px;
    width: 30px;
    height: 30px;
    z-index: 20; }

  .search-btn .ico {
    background-size: 75%; } }
@media screen and (min-width: 1000px) {
  header.show-navigation .header-logo,
  header.shift-top .header-logo,
  header.shift-top .menu-btn,
  header.shift-top .search-btn {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px); }

  header.shift-top {
    height: 125px;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px); }

  header.show-navigation.shift-top {
    height: 195px; } }
header {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

header.shift-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s, height 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease 0s, height 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease 0s, height 0.5s ease, transform 0.5s ease; }

/*header.shift-initialized.show-navigation.shift-top {
	-webkit-transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
	transition: opacity 0.5s ease 0s, height 0.5s ease 0s;
}*/
header.shift-initialized.shift-top {
  -webkit-transition: opacity 0.5s ease 0s, height 0.5s ease 0s, transform 0.5s ease;
  -o-transition: opacity 0.5s ease 0s, height 0.5s ease 0s, transform 0.5s ease;
  transition: opacity 0.5s ease 0s, height 0.5s ease 0s, transform 0.5s ease; }

header.shift-initialized .header-logo {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

header.shift-initialized .menu-btn,
header.shift-initialized .search-btn {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

nav .item {
  position: relative;
  font-family: "Stem Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  width: 170px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: -2px; }

nav .item a {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: none; }

nav .item a:after,
nav .item a:before {
  content: none; }

nav .item:before,
nav .item:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #1b2f3f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2; }

nav .item:before,
nav .item:after {
  -webkit-transition: left 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, right 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, top 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.3s, opacity 0.3s ease 0s;
  -o-transition: left 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, right 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, top 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.3s, opacity 0.3s ease 0s;
  transition: left 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, right 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, top 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.3s, opacity 0.3s ease 0s; }

.hover nav .item:hover:before,
.hover nav .item:hover:after {
  -webkit-transition: right 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, left 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s, top 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.5s, opacity 1s ease 0s;
  -o-transition: right 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, left 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s, top 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.5s, opacity 1s ease 0s;
  transition: right 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, left 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.2s, top 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.5s, opacity 1s ease 0s; }

nav .item:before {
  left: 0;
  right: 0;
  top: 22px;
  left: 0%;
  right: 100%;
  opacity: 1; }

nav .item:after {
  top: 24px;
  left: 0;
  right: 0;
  left: 0%;
  right: 100%;
  opacity: 1; }

.hover nav .item:hover:before {
  left: 0;
  right: 0;
  top: 0;
  opacity: 1; }

.hover nav .item:hover:after {
  left: 0;
  right: 0;
  top: 48px;
  opacity: 1; }

nav.header-nav .item {
  display: inline-block;
  width: auto;
  /*	padding-left: 20px;
  padding-right: 20px;*/ }

nav.header-nav .item a {
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.1em; }

nav.header-nav {
  display: none;
  position: absolute;
  left: 6%;
  right: 6%;
  top: 115px;
  text-align: justify;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

nav.header-nav .container {
  position: absolute;
  top: 48px;
  left: 0;
  width: 114%;
  margin-left: -7%;
  display: flex;
  align-items: stretch;
  transform-origin: center 0;
  pointer-events: none; }

nav.header-nav .container.active {
  pointer-events: auto; }

nav.header-nav .post {
  margin-top: 2px;
  position: relative;
  flex-basis: 33.333%;
  padding-bottom: 20px;
  will-change: transform;
  backface-visibility: hidden;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  transform: translate3d(0, 100px, 0) rotate(0.0001deg);
  background: #192f40;
  transition: all 0.3s ease 0s;
  opacity: 0;
  text-align: left; }

nav.header-nav .container.active .post:first-child {
  opacity: 1;
  will-change: transform;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate3d(0, 0, 0) rotate(0.0001deg);
  transition: all 0.5s cubic-bezier(0.12, 0.77, 0.12, 0.98) 0.3s; }

nav.header-nav .container.active .post:nth-child(2) {
  opacity: 1;
  will-change: transform;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate3d(0, 0, 0) rotate(0.0001deg);
  transition: all 0.5s cubic-bezier(0.12, 0.77, 0.12, 0.98) 0.4s; }

nav.header-nav .container.active .post:nth-child(3) {
  opacity: 1;
  will-change: transform;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate3d(0, 0, 0) rotate(0.0001deg);
  transition: all 0.5s cubic-bezier(0.12, 0.77, 0.12, 0.98) 0.5s; }

nav.header-nav .post:before {
  content: none; }

nav.header-nav .post .img {
  position: relative;
  height: 130px; }

nav.header-nav .post p {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #ffffff;
  margin-right: 7%;
  margin-left: 7%; }

nav.header-nav .post .post-date {
  margin-right: 7%;
  margin-left: 7%; }

@media screen and (min-width: 1000px) {
  nav.header-nav {
    display: flex; }

  nav.header-nav .item {
    flex-grow: 1; }

  nav.header-nav .item:after,
  nav.header-nav .item:before {
    content: none; }

  nav.header-nav .item a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    margin: auto;
    height: 2px;
    background: #1b2f3f; }

  nav.header-nav .item:hover a:after {
    right: 0;
    -webkit-transition: left 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, right 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, top 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.3s, opacity 0.3s ease 0s;
    -o-transition: left 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, right 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, top 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.3s, opacity 0.3s ease 0s;
    transition: left 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, right 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, top 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.3s, opacity 0.3s ease 0s; }

  .hover nav.header-nav a:not(.non-standart):hover:after {
    opacity: 1;
    transform: translateY(0); }

  header.show-navigation nav.header-nav {
    opacity: 1;
    pointer-events: auto; }

  header.show-navigation.shift-top nav.header-nav {
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s; }

  header.show-navigation .line-r,
  header.show-navigation .line-l {
    -webkit-transform: scaleX(0.95);
    -ms-transform: scaleX(0.95);
    -o-transform: scaleX(0.95);
    transform: scaleX(0.95); } }
.menu-toggle {
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 1000; }

.shift-right {
  margin-right: 0%; }

.shift-left {
  margin-left: 0%; }

footer .shift-right {
  margin-right: 9%; }

footer .shift-left {
  margin-left: 9%; }

.shift-right1000 {
  margin-right: 0; }

@media screen and (min-width: 640px) {
  .shift-right {
    margin-right: 0%; }

  .shift-left {
    margin-left: 0%; } }
@media screen and (min-width: 1000px) {
  .shift-right,
  .shift-right1000 {
    margin-right: 17.5%; }

  .shift-left {
    margin-left: 17.5%; } }
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  opacity: 0;
  height: 100%;
  z-index: 800;
  background: #ffffff;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, width 0s ease 0.3s;
  -o-transition: opacity 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, width 0s ease 0.3s;
  transition: opacity 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, width 0s ease 0.3s;
  /*	-webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, width 0s ease 0.6s;
  -ms-transition: -ms-transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, width 0s ease 0.6s;
  -o-transition: -o-transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, width 0s ease 0.6s;
  transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, width 0s ease 0.6s;*/ }

.popup.active {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, width 0s ease 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, width 0s ease 0s;
  transition: opacity 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0s, width 0s ease 0s;
  /*	-webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.3s ease 0s, width 0s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s, opacity 0.3s ease 0s, width 0s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.3s ease 0s, width 0s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, width 0s ease 0s;*/ }

.popup .popup-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }

.popup .popup-inner {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 100%; }

.popup .popup-cell {
  display: table-cell;
  vertical-align: middle; }

.popup .popup-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.popup .popup-bg .wrapper {
  height: 100%; }

#search {
  overflow: auto;
  background-color: #1b2f3f;
  -webkit-transition: opacity 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.6s, width 0s ease 0.9s;
  -o-transition: opacity 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.6s, width 0s ease 0.9s;
  transition: opacity 0.3s cubic-bezier(0.83, 0.01, 0.68, 1) 0.6s, width 0s ease 0.9s; }

#search a:before {
  content: none; }

#search.active {
  transition-delay: 0.2s; }

#search form {
  position: relative;
  padding-top: 35px; }

#search .input-placeholder {
  position: absolute;
  bottom: 10px;
  left: 0;
  font: bold 18px "Stem Web", sans-serif;
  color: #ffffff;
  opacity: 0.46;
  letter-spacing: 0.05em;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  transform-origin: 0 center; }

#search form.focus .input-placeholder,
#search form.not-empty .input-placeholder {
  transform: translateY(-50px) scale(0.9); }

#search .close {
  position: absolute;
  top: 135px;
  right: 3px;
  width: 30px;
  height: 30px;
  z-index: 10000000;
  opacity: 1;
  cursor: pointer; }

.shift-top ~ #search .close {
  top: 55px; }

#search .close .bars {
  margin-top: 12px;
  width: 20px;
  height: 20px; }

#search .close .bars .b1,
#search .close .bars .b2 {
  background: #ffffff;
  width: 25px;
  height: 5px;
  opacity: 0; }

#search .close .bars .b1 {
  transform: rotate(45deg) translateX(-20px); }

#search .close .bars .b2 {
  transform: rotate(-45deg) translateX(20px); }

#search.active .close .bars .b1 {
  transform: rotate(45deg) translateX(0px);
  opacity: 1;
  transition-delay: 0.2s; }

#search.active .close .bars .b2 {
  transform: rotate(-45deg) translateX(0px);
  opacity: 1;
  transition-delay: 0.4s; }

#search .search-input {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  font: bold 35px/1.14 "Stem Web", sans-serif;
  letter-spacing: 0.03em;
  color: #ffffff; }

#search .search-result {
  position: relative;
  padding-bottom: 50px; }

#search .search-result .post {
  display: block;
  margin-top: 50px;
  position: relative;
  padding-bottom: 0; }

#search .search-result .post .img {
  position: relative;
  width: 100%;
  height: 130px;
  background-size: cover; }

#search .search-result .post p {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
  color: #ffffff; }

#search .search-result .post .search-date,
.header-nav .post .post-date {
  margin-bottom: 0;
  padding-right: 35px; }

#search .search-result .post .search-date:after,
.header-nav .post .post-date:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 12px;
  background: url(../images/link2.png) no-repeat center;
  background-size: cover; }

@media screen and (min-width: 640px) {
  #search form {
    padding-top: 40px; }

  #search .shift-left {
    margin-left: 9%; }

  #search .shift-right {
    margin-right: 9%; }

  #search .search-result .post p {
    margin-top: 15px; }

  #search .input-placeholder {
    font-size: 35px; }

  #search form.focus .input-placeholder,
  #search form.not-empty .input-placeholder {
    transform: translateY(-50px) scale(0.6); } }
@media screen and (min-width: 1000px) {
  #search form {
    padding-top: 145px; }

  .shift-top ~ #search form {
    padding-top: 65px; }

  #search .shift-left {
    margin-left: 7%; }

  #search .shift-right {
    margin-right: 7%; }

  #search .search-result .load-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px; }

  #search .search-result .post {
    /*margin-top: 90px;*/
    flex-basis: 31%; }

  #search .search-result .post:not(:nth-of-type(3n)) {
    margin-right: 3.5%; }

  #search .search-result .img {
    height: 130px; } }
/*.popup-close {
	position: absolute;
	width: 100%;
	height: 0;
	z-index: 1000;
}*/
/*.popup-close .close {
	position: absolute;
	left: -6px;
	width: 45px;
	height: 45px;
	top: 19px;
}*/
/*.popup-close .close .inner {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url(../images/x1/x.png);
}*/
.post {
  padding-bottom: 70px; }

section {
  margin-bottom: 70px; }

section.low,
section.low .post {
  margin-bottom: 0px; }

section.mb120 {
  margin-bottom: 70px; }

@media screen and (min-width: 1000px) {
  section {
    margin-bottom: 140px; }

  section.mb120 {
    margin-bottom: 120px; } }
.post p {
  color: #5f6d78; }

.post .date-small {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
  width: 66px;
  height: 66px;
  z-index: 2; }

.post .date-small .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.post .date-small .bg:before,
.post .date-small .bg:after {
  content: "";
  position: absolute; }

.post .date-small .bg:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 34px 34px;
  border-color: transparent transparent #f3f5f6 transparent; }

.post .date-small .bg:after {
  top: 34px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #e8ebed transparent transparent transparent; }

.post .date-small .inner {
  position: relative;
  z-index: 2; }

.post .date-small .inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 33px;
  margin: auto;
  width: 26px;
  height: 2px;
  background: #1b2f3f; }

.post .date-small .tp {
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  left: 0;
  right: 0;
  top: 12px;
  text-align: center;
  letter-spacing: 0.05em; }

.post .date-small .bt {
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 8px;
  font-weight: 900;
  left: 0;
  right: 0;
  top: 37px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.post aside {
  position: absolute;
  right: 0;
  top: 0;
  width: 14.6%; }

.post.post-main aside {
  top: -60px; }

.post.post-text {
  padding-bottom: 0; }

.post.post-main .nfo-bottom,
.post.post-rubrica .nfo-bottom {
  display: block; }

@media screen and (min-width: 1000px) {
  .post.post-main .nfo-bottom,
  .post.post-rubrica .nfo-bottom {
    display: none; } }
.post.post-main .post-mid aside {
  top: 0; }

.nfo-top .nfo-block {
  position: relative;
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-right: 0;
  padding-bottom: 14px;
  margin-bottom: 25px;
  color: #8d979f;
  text-align: center; }

.nfo-top .nfo-block:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 2px;
  background: #f3f4f5; }

.nfo-top .nfo-block:last-child:after {
  content: none; }

.nfo-top .nfo-block .strong,
.nfo-top .nfo-block .em {
  display: block;
  padding-right: 0;
  padding-bottom: 10px; }

.nfo-top .nfo-block .em {
  line-height: 1.8; }

.nfo-top .nfo-block .strong:after {
  content: none; }

.post .date-big {
  position: relative;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  margin-bottom: 57px; }

.post .date-big .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.post .date-big .bg:before,
.post .date-big .bg:after {
  content: "";
  position: absolute; }

.post .date-big .bg:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 60px;
  border-color: transparent transparent #f3f5f6 transparent; }

.post .date-big .bg:after {
  top: 60px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 60px;
  border-color: #e8ebed transparent transparent transparent; }

.post .date-big .inner {
  position: relative;
  z-index: 2; }

.post .date-big .inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 59px;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #1b2f3f; }

.post .date-big .tp {
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 900;
  left: 0;
  right: 0;
  top: 20px;
  text-align: center;
  letter-spacing: 0.05em; }

.post .date-big .bt {
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 900;
  left: 0;
  right: 0;
  top: 67px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.post .post-top {
  position: relative;
  margin-bottom: 30px;
  z-index: 1; }

.post .post-mid {
  position: relative; }

@media screen and (min-width: 640px) {
  .post .post-top {
    margin-bottom: 35px; } }
@media screen and (min-width: 1000px) {
  .post .post-top {
    margin-bottom: 39px; } }
.post .post-top .img {
  display: block;
  position: relative;
  margin-left: 0;
  height: 105px;
  background-size: 100% auto;
  background-size: cover; }

.post .post-top .img:before {
  content: none; }

@media screen and (min-width: 640px) {
  .post .post-top .img {
    height: 225px; } }
@media screen and (min-width: 1000px) {
  .post .post-top .img {
    margin-left: 6%; }

  .post.post-main .post-top .img {
    height: 350px; } }
.post:not(.post-main) .post-top a.img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  opacity: 0;
  background: url(../images/x1/pattern-3.png) center repeat;
  animation: pattern 7.2s linear 0s infinite;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  pointer-events: none; }

.post.post-main .post-top a.img:after,
#search .post .img:after,
.header-nav .post .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  opacity: 0;
  /*background: url(../images/x1/pattern-1.png);*/
  animation: pattern 7.2s linear 0s infinite;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  pointer-events: none; }

.post.super-hover-0 .post-top a.img:after,
#search .post.super-hover-0 .img:after,
.header-nav .post.super-hover-0 .img:after {
  background-image: url(../images/x1/pattern-1.png); }

.post.super-hover-1 .post-top a.img:after,
#search .post.super-hover-1 .img:after,
.header-nav .post.super-hover-1 .img:after {
  background-image: url(../images/x1/pattern-test.png); }

.post.super-hover-2 .post-top a.img:after,
#search .post.super-hover-2 .img:after,
.header-nav .post.super-hover-2 .img:after {
  background-image: url(../images/x1/pattern-2.png); }

.hover .post .post-top a.img:after,
#search .post .img:after,
.header-nav .post .img:after {
  display: block; }

.hover .post .post-top a.img:hover:after,
.hover .view-hover-outer.group-hover .post-top a.img:after,
#search .post .img:hover:after,
.header-nav .post .img:hover:after {
  opacity: 1; }

@keyframes pattern {
  0% {
    background-position: 0px 0px; }
  100% {
    /*background-position: 125px -125px;*/
    background-position: 1500px -1500px; } }
.post .topic {
  position: absolute;
  font-family: "Stem Web", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  left: 2.4%;
  bottom: -9px;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: none; }

.post .topic a:before,
.post .topic a:after {
  content: none; }

@media screen and (min-width: 1000px) {
  .post .topic {
    display: block; }

  .post.post-rubrica .topic {
    display: none; }

  .post.post-rubrica {
    position: relative; } }
.post .topic:after {
  content: "";
  left: -52px;
  top: 8px;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #1b2f3f; }

.post .topic:before {
  content: "";
  left: -80px;
  top: 3px;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #1b2f3f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (min-width: 1000px) {
  .post.post-rubrica .img {
    margin-left: 100px; } }
.post {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.post.before-insert {
  opacity: 0; }

.nfo-bottom {
  color: #8d979f;
  margin-bottom: 15px; }

.nfo-block {
  display: block;
  padding-right: 0;
  padding-bottom: 8px; }

@media screen and (min-width: 640px) {
  .nfo-bottom {
    margin-bottom: 20px; }

  .nfo-block {
    display: inline-block;
    padding-right: 40px; } }
/*@media screen and (min-width: 1000px) {
	.nfo-block {
		float: left;
		padding-right: 40px;
	}
}*/
.nfo-block .strong {
  position: relative;
  padding-right: 27px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 900; }

.nfo-block .strong:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 3px;
  width: 1px;
  height: 11px;
  background: #8d979f; }

.nfo-block .em {
  position: relative;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.01em;
  top: 0px; }

p {
  line-height: 1.8;
  margin-bottom: 30px;
  padding-right: 5%; }

.btn-wrap {
  position: relative;
  height: 44px; }

.button {
  position: relative;
  display: inline-block; }

.button .btn-rc {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: auto;
  margin: auto;
  border: 1px solid #1b2f3f; }

.button .btn-inner {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  padding-right: 64px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.075em;
  font-size: 14px;
  cursor: pointer;
  z-index: 5; }

.button .btn-arrow {
  position: absolute;
  right: 30px;
  top: 18px;
  width: 21px;
  height: 10px;
  width: 23px;
  height: 2px;
  z-index: 1; }

.button .btn-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1b2f3f; }

.button .btn-arrow:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px; }

.button .btn-rc {
  background: transparent;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

.button .btn-inner {
  color: #1b2f3f;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }

.button .btn-arrow:before,
.button .btn-arrow:after {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.button:hover .btn-rc {
  background: #1b2f3f; }

.button .btn-arrow:before {
  background: #1b2f3f; }

.button .btn-arrow:after {
  border-color: transparent transparent transparent #1b2f3f; }

.button:hover .btn-inner {
  color: #ffffff; }

.button:hover .btn-arrow:before {
  background: #ffffff; }

.button:hover .btn-arrow:after {
  border-color: transparent transparent transparent #ffffff; }

.hover .btn-wrap.expand .button .btn-rc {
  height: 0px;
  -webkit-transition: height 0.3s ease 0.2s, background 0.2s ease 0s;
  -o-transition: height 0.3s ease 0.2s, background 0.2s ease 0s;
  transition: height 0.3s ease 0.2s, background 0.2s ease 0s; }

.hover .btn-wrap.expand .button .btn-arrow {
  -webkit-transition: all 0.6s ease 0.5s;
  -o-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
  -webkit-transform: translateX(-47px);
  -ms-transform: translateX(-47px);
  -o-transform: translateX(-47px);
  transform: translateX(-47px); }

.hover .post:hover .btn-wrap.expand .button .btn-arrow {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.hover .btn-wrap.expand .button .btn-inner {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, color 0.2s ease 0s;
  -o-transition: opacity 0.3s ease 0s, color 0.2s ease 0s;
  transition: opacity 0.3s ease 0s, color 0.2s ease 0s; }

.hover .post:hover .btn-wrap.expand .button .btn-rc {
  height: 100%;
  -webkit-transition: height 0.3s ease 0.3s, background 0.2s ease 0s;
  -o-transition: height 0.3s ease 0.3s, background 0.2s ease 0s;
  transition: height 0.3s ease 0.3s, background 0.2s ease 0s; }

.hover .post:hover .btn-wrap.expand .button .btn-inner {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s, color 0.2s ease 0s;
  -o-transition: opacity 0.3s ease 0.3s, color 0.2s ease 0s;
  transition: opacity 0.3s ease 0.3s, color 0.2s ease 0s; }

article .btn-wrap {
  padding-top: 5px; }

.inner-topic {
  font-family: "Stem Web", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 20px; }

.show-more {
  position: relative;
  height: 65px;
  padding-bottom: 45px;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.show-more:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 270px;
  height: 65px;
  background: #ffffff;
  z-index: 1; }

.show-more .line {
  position: absolute;
  width: 150%;
  left: -25%;
  top: 21px;
  height: 2px;
  background: #1b2f3f; }

.show-more .line .loader {
  position: absolute;
  width: 0%;
  left: 0;
  height: 2px;
  opacity: 0.5;
  background: #ee364f; }

.show-more .line .loader.start {
  opacity: 1;
  width: 60%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.show-more .line .loader.progress {
  opacity: 1;
  width: 80%;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s; }

.show-more .line .loader.finish {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.show-more.hidden {
  opacity: 0; }

/*.show-more .l,
.show-more .r {
	position: absolute;
	top: 31px;
	height: 2px;
	background:  #1b2f3f;
}*/
/*.show-more .l {
	left: 0;
	right: 50%;
	margin-right: 85px;
}
.show-more .r {
	right: 0;
	left: 50%;
	margin-left: 85px;
}*/
.show-more .mid {
  position: relative;
  margin: 0 auto;
  width: 265px;
  height: 37px;
  z-index: 2;
  border: 2px solid #1b2f3f;
  text-align: center; }

/*.show-more .mid:after {
	content: "";
	position: absolute;
	top: 18px;
	left: -13%;
	right: -13%;
	height: 2px;
	z-index: -1;
	background: #1b2f3f;
}*/
.show-more .btn-more {
  position: relative;
  /*	width: 222px;
  height: 59px;*/
  /*	border: 2px solid #1b2f3f;*/
  cursor: pointer;
  background: #1b2f3f;
  color: white;
  padding: 10px 51px 10px 21px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.075em;
  font-size: 14px; }

.show-more.hidden .btn-more {
  cursor: default; }

.show-more .btn-more:after,
.show-more .btn-more:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 3px;
  background: #fff; }

.show-more .btn-more:after {
  right: 26px;
  top: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.show-more .btn-more:before {
  right: 18px;
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.show-more .btn-more {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.show-more .btn-more:after,
.show-more .btn-more:before {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.show-more .btn-more:hover {
  background: white;
  color: #1b2f3f; }

.show-more .btn-more:hover:before,
.show-more .btn-more:hover:after {
  background: #1b2f3f; }

.show-more .l:before,
.show-more .r:after {
  content: "";
  position: absolute;
  width: 300%;
  height: 2px;
  background: #1b2f3f; }

.show-more .l:before {
  right: 100%; }

.show-more .r:after {
  left: 100%; }

@media screen and (min-width: 640px) {
  .show-more.no-text {
    padding-bottom: 70px; }

  .show-more.no-text .mid {
    border-color: transparent; }

  .show-more.no-text:before {
    width: 160px; }

  .show-more.no-text .btn-more {
    width: 59px;
    height: 59px;
    border: 2px solid #1b2f3f;
    padding: 0;
    margin: -10px auto 0; }

  .show-more.no-text .btn-more:after,
  .show-more.no-text .btn-more:before {
    width: 20px; }

  .show-more.no-text .btn-more:after {
    right: 26px;
    top: 30px; }

  .show-more.no-text .btn-more:before {
    right: 14px;
    top: 30px; } }
@media screen and (min-width: 1000px) {
  .show-more .l:before,
  .show-more .r:after {
    content: none; } }
.grey, .grey-not-found {
  background: #f3f5f6; }

@media screen and (min-width: 640px) {
  .grey, .grey-not-found {
    background: none; }

  .grey .wrapper, .grey-not-found .wrapper {
    background: #f3f5f6; } }
.pop, .grey-not-found .not-found {
  padding-top: 25px;
  padding-bottom: 45px;
  margin-bottom: 15px; }

.pop a:before, .grey-not-found .not-found a:before,
.pop a:after,
.grey-not-found .not-found a:after {
  content: none; }

.pop .frame, .grey-not-found .not-found .frame {
  position: absolute;
  top: 70px;
  bottom: 125px;
  left: 4%;
  right: 4%;
  border: 1px solid #c0c6cb;
  border-top: none; }

.pop .frame:before, .grey-not-found .not-found .frame:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #c0c6cb 30%, transparent 30%, transparent 70%, #c0c6cb 70%); }

.pop .pop-top, .grey-not-found .not-found .pop-top {
  text-align: center; }

.pop .pop-mid, .grey-not-found .not-found .pop-mid {
  /*	padding-bottom: 10px;*/ }

.pop .pop-mid .pop-item, .grey-not-found .not-found .pop-mid .pop-item {
  display: block; }

.pop .pop-mid .pop-item .bg, .grey-not-found .not-found .pop-mid .pop-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #ffffff;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }

.pop .pop-mid .pop-item:hover .bg, .grey-not-found .not-found .pop-mid .pop-item:hover .bg {
  opacity: 0.8;
  transform: scale(1.2); }

.pop h5, .grey-not-found .not-found h5 {
  position: relative;
  font: 900 14px/3.5 Lato, sans-serif;
  margin-top: 0;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center; }

.pop p, .grey-not-found .not-found p {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }

.pop .pop-date, .grey-not-found .not-found .pop-date,
#search .search-date,
.header-nav .post-date {
  display: inline-block;
  position: relative;
  font-family: "Stem Web", sans-serif;
  font-size: 14px;
  color: #acb0b4;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-right: 35px; }

.pop .pop-date span, .grey-not-found .not-found .pop-date span,
#search .search-date span,
.header-nav .post-date span {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; }

.pop .pop-date:before, .grey-not-found .not-found .pop-date:before,
#search .search-date:before,
.header-nav .post-date:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1b2f3f;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s; }

#search .search-date:before,
.header-nav .post-date:before {
  background: #ffffff; }

.pop .pop-date:after, .grey-not-found .not-found .pop-date:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 16px;
  height: 12px;
  background: url(../images/link.png) no-repeat center;
  background-size: 100%; }

.pop .pop-date:after, .grey-not-found .not-found .pop-date:after,
#search .search-date:after,
.header-nav .post-date:after {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; }

.pop .pop-date:hover span, .grey-not-found .not-found .pop-date:hover span,
#search .search-date:hover span,
.header-nav .post-date:hover span {
  transform: translateY(-10px) translateZ(0); }

.pop .pop-date:hover:before, .grey-not-found .not-found .pop-date:hover:before,
#search .search-date:hover:before,
.header-nav .post-date:hover:before {
  transform: scale(1); }

.pop .pop-date:hover:after, .grey-not-found .not-found .pop-date:hover:after,
#search .search-date:hover:after,
.header-nav .post-date:hover:after {
  transform: translateY(10px) translateZ(0); }

.pop .pop-bot, .grey-not-found .not-found .pop-bot {
  position: relative;
  z-index: 1; }

.pop .social, .grey-not-found .not-found .social {
  width: 100%;
  height: 45px;
  text-align: center;
  margin-bottom: 25px; }

.social .ico {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-bottom: none;
  overflow: auto; }

.social .ico:before,
.social .ico:after {
  content: none; }

.social .ico-inner,
.social .ico-inner:after {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/x1/social-icon.png); }

.social .tw .ico-inner {
  background-position: 0 0; }

.social .fb .ico-inner {
  background-position: -100% 0; }

.social .vk .ico-inner {
  background-position: -200% 0; }

.social .tg .ico-inner {
  background-position: -300% 0; }

.social .ico-inner:after {
  content: "";
  top: auto;
  height: 0;
  transition: all 1s cubic-bezier(0.65, 0.05, 0.58, 1.55) 0s; }

.social .tw .ico-inner:after {
  background-position: 0 -41px; }

.social .fb .ico-inner:after {
  background-position: -100% -41px; }

.social .vk .ico-inner:after {
  background-position: -200% -41px; }

.social .tg .ico-inner:after {
  background-position: -300% -41px; }

.social .ico:hover .ico-inner:after {
  height: 25px;
  /*-webkit-transform: rotate(720deg) skewY(360deg);
  -ms-transform: rotate(720deg) skewY(360deg);
  -o-transform: rotate(720deg) skewY(360deg);
  transform: rotate(720deg) skewY(360deg);*/ }

.pop, .grey-not-found .not-found {
  overflow: hidden;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px); }

.poo .social .ico {
  margin: 0 6px; }

@media screen and (min-width: 640px) {
  .pop, .grey-not-found .not-found {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 15px; }

  .pop .shift-left, .grey-not-found .not-found .shift-left {
    margin-left: 12%; }

  .pop .shift-right, .grey-not-found .not-found .shift-right {
    margin-right: 12%; }

  .pop .pop-mid, .grey-not-found .not-found .pop-mid {
    padding-bottom: 40px; }

  .pop .social, .grey-not-found .not-found .social {
    float: left;
    width: 161px;
    text-align: left;
    margin-left: -50px;
    margin-bottom: 0; }

  .pop .social .ico, .grey-not-found .not-found .social .ico {
    margin-left: 0;
    margin-right: 11px; }

  .pop .social .ico:last-of-type, .grey-not-found .not-found .social .ico:last-of-type {
    margin-right: 0; }

  .pop .subscribe, .grey-not-found .not-found .subscribe {
    float: right;
    width: 79%;
    margin-right: -40px; } }
@media screen and (min-width: 1000px) {
  .grey, .grey-not-found {
    margin-bottom: 100px; }

  .pop, .grey-not-found .not-found {
    padding-top: 60px;
    padding-bottom: 50px; }

  .pop .pop-mid, .grey-not-found .not-found .pop-mid {
    padding-bottom: 50px; }

  .pop .pop-mid .pop-item .bg, .grey-not-found .not-found .pop-mid .pop-item .bg {
    width: 90%; }

  .pop .shift-left, .grey-not-found .not-found .shift-left {
    margin-left: 17.5%; }

  .pop .shift-right, .grey-not-found .not-found .shift-right {
    margin-right: 17.5%; }

  .pop .l, .grey-not-found .not-found .l {
    width: 48%;
    float: left; }

  .pop .r, .grey-not-found .not-found .r {
    width: 48%;
    float: right; }

  /*	.pop-item p {
      font-size: 20px;
      line-height: 1.6;
  }*/
  .pop .social, .grey-not-found .not-found .social {
    position: relative;
    top: -7px;
    width: 28%;
    margin-left: -15px; }

  .pop .subscribe, .grey-not-found .not-found .subscribe {
    width: 74%;
    float: left; }

  .pop h5, .grey-not-found .not-found h5 {
    font-size: 20px;
    letter-spacing: 0.1em; }

  .pop .frame, .grey-not-found .not-found .frame {
    top: 95px;
    left: 6%;
    right: 6%;
    bottom: 150px; } }
@media screen and (min-width: 1400px) {
  .pop .social, .grey-not-found .not-found .social {
    width: 24%; } }
.bg-text {
  position: absolute;
  padding-left: 0.9em;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #f3f5f6;
  width: auto;
  font-family: "Stem Web", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.9em;
  text-align: center;
  top: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.bg-text-horizontal-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.subscribe-section .bg-text-horizontal-wrapper {
  position: absolute;
  height: 170px;
  width: 100%;
  top: -50px; }

@media screen and (min-width: 640px) {
  .subscribe-section .bg-text-horizontal-wrapper {
    height: 110px;
    top: -40px; } }
@media screen and (min-width: 1000px) {
  .subscribe-section .bg-text-horizontal-wrapper {
    height: 170px;
    top: -50px; } }
.bg-text-vertical-wrapper {
  width: 100px;
  height: 100%;
  top: 0;
  right: -39px; }

.bg-text.font-resize-initialized {
  opacity: 1; }

.inner {
  position: relative;
  z-index: 5; }

.bg-text-vertical-wrapper {
  opacity: 1; }

.bg-text-horizontal-wrapper {
  opacity: 0; }

@media screen and (min-width: 640px) {
  .bg-text-vertical-wrapper {
    opacity: 0; }

  .bg-text-horizontal-wrapper {
    opacity: 1; } }
.form-wrapper {
  position: relative; }

.form-wrapper .view-form-response {
  position: absolute;
  padding-top: 10px;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center; }

@media screen and (min-width: 640px) {
  .form-wrapper .view-form-response {
    padding-left: 20px;
    text-align: left; } }
.form-wrapper .view-form-response.active {
  opacity: 1;
  z-index: 10; }

.form-wrapper form {
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.form-wrapper form.sending,
.form-wrapper form.submitted {
  opacity: 0;
  pointer-events: none; }

.form-wrapper .l-l {
  height: 40px;
  padding-bottom: 45px; }

.form-wrapper .l-r {
  height: 40px; }

.form-wrapper .input-wrapper {
  display: block;
  height: 38px;
  border-bottom: 2px solid #1b2f3f;
  margin-left: 30px;
  padding-left: 20px;
  margin-right: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.form-wrapper .input-wrapper.error {
  border-bottom: 2px solid #ee364f; }

.form-wrapper .input-text {
  background: none;
  width: 100%;
  color: #1b2f3f;
  letter-spacing: 0.01em;
  font-family: "Georgia", serif;
  font-size: 14px;
  line-height: 38px; }

.form-wrapper .submit-wrapper {
  text-align: center; }

.form-wrapper .submit {
  display: inline-block;
  background: none;
  padding-left: 27px;
  padding-right: 27px; }

@media screen and (min-width: 640px) {
  .form-wrapper .l-l {
    float: left;
    width: 57%;
    padding-bottom: 0; }

  .form-wrapper .l-r {
    float: right;
    width: 38.5%; }

  .form-wrapper .submit-wrapper {
    text-align: right; }

  .form-wrapper .input-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px; }

  .form-wrapper .submit {
    padding-left: 30px;
    padding-right: 30px; } }
@media screen and (min-width: 1000px) {
  .form-wrapper .l-l {
    width: 65%; }

  .form-wrapper .l-r {
    width: 32.3%; } }
.section-header {
  padding-bottom: 60px;
  font-family: "Stem Web", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center; }

.section-header .inner {
  position: relative;
  display: inline-block; }

.section-header .inner:before,
.section-header .inner:after {
  content: "";
  position: absolute;
  top: 12px;
  height: 2px;
  width: 200%;
  background: #1b2f3f; }

.section-header .inner:before {
  right: 100%;
  margin-right: 11px; }

.section-header .inner:after {
  left: 100%;
  margin-left: 11px; }

@media screen and (min-width: 640px) {
  .section-header .inner:before {
    margin-right: 70px; }

  .section-header .inner:after {
    margin-left: 70px; } }
@media screen and (min-width: 1000px) {
  .section-header {
    position: relative;
    text-align: left; }

  .section-header .inner:before {
    content: normal; }

  .section-header .inner:after {
    width: 1000%;
    margin-left: 30px; }

  .section-header .outer {
    overflow: hidden;
    margin-right: 60px; }

  .section-header:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #1b2f3f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
.section-aside-header {
  display: none; }

.section-aside-header {
  position: absolute;
  left: -10px;
  top: 0;
  width: 100px;
  height: 100%; }

.section-aside-header .inner {
  position: absolute;
  top: 0;
  right: 20px;
  font-family: "Stem Web", sans-serif;
  text-transform: uppercase;
  color: #f3f5f6;
  font-size: 60px;
  letter-spacing: 0.9em;
  margin-top: -0.7em;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

@media screen and (min-width: 1000px) {
  .section-aside-header {
    display: block; } }
.view-split {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.view-split.text-split-hidden {
  visibility: hidden; }

.view-split.text-split-visible {
  opacity: 1;
  visibility: visible; }

/*.text {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.text {
		margin-bottom: 120px;
	}
}*/
.text .slider-outer {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 40px; }

.text .slider {
  position: relative;
  width: 120%;
  margin-left: -10%;
  overflow: hidden;
  padding-left: 2px;
  padding-right: 2px;
  left: -4px; }

.text .slider-controls .next {
  right: -28px; }

.text .slider .inner {
  display: block;
  margin-left: 2px;
  margin-right: 2px; }

.text .slider img {
  display: block;
  width: 100%;
  margin: 0;
  padding-bottom: 0; }

.swipe-wrap {
  overflow: hidden; }

.swipe-wrap .slide {
  width: 100%;
  float: left;
  position: relative; }

.text .slider-controls {
  position: absolute;
  top: 0;
  bottom: 35px;
  z-index: 2; }

.text .slider-controls-left {
  left: 0; }

.text .slider-controls-right {
  right: 0; }

.text .slider-controls .prev,
.text .slider-controls .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  border: 1px solid #1b2f3f;
  background: #ffffff;
  cursor: pointer; }

.text .slider-controls .prev {
  left: -28px; }

.text .slider-controls .slider-arrow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 2px; }

.text .slider-controls .slider-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1b2f3f; }

.text .slider-controls .slider-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.text .slider-controls .next .slider-arrow:after {
  right: -2px;
  top: -3px;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #1b2f3f; }

.text .slider-controls .prev .slider-arrow:after {
  left: -2px;
  top: -3px;
  border-width: 4px 6.9px 4px 0;
  border-color: transparent #1b2f3f transparent transparent; }

.text .slider-controls .next,
.text .slider-controls .prev {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

.text .slider-controls .next:hover,
.text .slider-controls .prev:hover {
  background: #1b2f3f; }

.text .slider-controls .slider-arrow:before {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

.text .slider-controls .next:hover .slider-arrow:before,
.text .slider-controls .prev:hover .slider-arrow:before {
  background: #ffffff; }

.text .slider-controls .prev:hover .slider-arrow:after {
  border-color: transparent #ffffff transparent transparent; }

.text .slider-controls .next:hover .slider-arrow:after {
  border-color: transparent transparent transparent #ffffff; }

.text .slider-controls-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  text-align: center; }

.text .slider-controls-bottom .item {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.text .slider-controls-bottom .item .sc-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border: 1px solid #1b2f3f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.text .slider-controls-bottom .item .sc-inner:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #1b2f3f;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.text .slider-controls-bottom .item .sc-inner:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #1b2f3f;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.text .slider-controls-bottom .item:hover .sc-inner:after {
  opacity: 1; }

.text .slider-controls-bottom .item.active .sc-inner:before {
  opacity: 1; }

@media screen and (min-width: 640px) {
  .text .slider {
    width: 100%;
    margin-left: 0; } }
.text .slider-outer {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.text .slider-outer.slider-initialized {
  opacity: 1; }

article video,
article .iframe-wrapper {
  display: block;
  margin-left: -11%;
  width: 122%;
  margin-bottom: 30px;
  background: #1b2f3f; }
article video {
  aspect-ratio: 16 / 9;
height: auto; }

@media screen and (min-width: 640px) {
  article video,
  article .iframe-wrapper {
    display: block;
    width: 100%;
    margin-left: 0; } }
article .video-nfo {
  margin-top: -17px;
  font-family: "Heuristica", sans-serif;
  font-style: italic;
  color: #8d979f;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.075em;
  margin-bottom: 30px; }

.social-share .item {
  display: inline-block;
  /*	display: block;*/
  position: relative;
  height: 32px;
  padding-left: 60px;
  padding-right: 33px;
  border: 1px solid #dee2e4; }

.social-share .item:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 9px;
  width: 16px;
  height: 14px;
  background: url(../images/x1/like.jpg); }

.social-share .ico {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 54px;
  height: 34px; }

.social-share .item.tw .ico {
  background: url(../images/x1/share-tw.jpg); }

.social-share .item.fb .ico {
  background: url(../images/x1/share-fb.jpg); }

.social-share .item.vk .ico {
  background: url(../images/x1/share-vk.jpg); }

.social-share .item.tg .ico {
  background: url(../images/x1/share-tg.jpg); }

.social-share .item-outer {
  margin-bottom: 27px; }

.social-share .num {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #a7acb0;
  font-weight: 900;
  line-height: 32px; }

@media screen and (min-width: 640px) {
  .social-items {
    text-align: justify; }

  .social-items:after {
    content: "";
    display: inline-block;
    width: 100%; }

  .social-share .item-outer {
    display: inline-block; } }
@media screen and (min-width: 1000px) {
  .social-items {
    text-align: left; }

  .social-items:after {
    content: none; }

  .social-share .item-outer {
    margin-right: 50px; } }
.grey .wrapper, .grey-not-found .wrapper {
  overflow: hidden;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px); }

.subscribe-section {
  margin-top: 34px;
  padding-bottom: 40px;
  margin-left: 10%;
  margin-right: 10%; }

.subscribe-section .social {
  text-align: center; }

.section-mid-header {
  position: relative;
  font-family: "Stem Web", sans-serif;
  font-size: 33px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 10px;
  z-index: 1; }

.section-subheader {
  position: relative;
  font-family: "Heuristica", serif;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #a4a9ad;
  font-size: 16px;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 25px;
  line-height: 2;
  z-index: 2; }

.section-subheader:after {
  content: "";
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  margin: auto;
  background: #1b2f3f; }

@media screen and (min-width: 1000px) {
  .section-mid-header {
    font-size: 56px;
    margin-bottom: 5px; }

  .section-subheader {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 50px;
    margin-bottom: 55px; } }
.subscribe-block {
  position: relative;
  border-left: 1px solid #b9c0c5;
  border-bottom: 1px solid #b9c0c5;
  border-right: 1px solid #b9c0c5;
  width: 87.5%;
  margin: 0 auto; }

.subscribe-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  margin-right: 220px;
  height: 1px;
  background: #b9c0c5; }

.subscribe-block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  margin-left: 220px;
  height: 1px;
  background: #b9c0c5; }

.subscribe-block .subscribe-header {
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  text-align: center;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  color: #8d979f;
  text-transform: uppercase;
  letter-spacing: 0.075em; }

.subscribe-block .subscribe-items {
  height: 315px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px; }

.subscribe-block .subscribe-items .inner {
  position: relative;
  height: 100%; }

.subscribe-block .subscribe-items .item {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  overflow: hidden; }

.subscribe-block .subscribe-items .item .item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.subscribe-block .subscribe-items .item.tw .item-bg {
  background: #5eaade; }

.subscribe-block .subscribe-items .item.fb .item-bg {
  background: #3c5a99; }

.subscribe-block .subscribe-items .item.vk .item-bg {
  background: #4d75a4; }

.subscribe-block .subscribe-items .item.tg .item-bg {
  background: #0088cc; }

.subscribe-block .subscribe-items .item .item-bg:before,
.subscribe-block .subscribe-items .item:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.subscribe-block .subscribe-items .item .item-bg:before {
  background: url(../images/x1/social-white.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .subscribe-block .subscribe-items .item .item-bg:before {
    background: url(../images/x2/social-white.png) !important;
    background-size: cover !important; } }

.subscribe-block .subscribe-items .item:before {
  background: url(../images/x1/social-dark.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .subscribe-block .subscribe-items .item:before {
    background: url(../images/x2/social-dark.png) !important;
    background-size: cover !important; } }

.subscribe-block .subscribe-items .item.tw .item-bg:before,
.subscribe-block .subscribe-items .item.tw:before {
  background-position: 0 0 !important; }

.subscribe-block .subscribe-items .item.fb .item-bg:before,
.subscribe-block .subscribe-items .item.fb:before {
  background-position: -100% 0 !important; }

.subscribe-block .subscribe-items .item.vk .item-bg:before,
.subscribe-block .subscribe-items .item.vk:before {
  background-position: -200% 0 !important; }

.subscribe-block .subscribe-items .item.tg .item-bg:before,
.subscribe-block .subscribe-items .item.tg:before {
  background-position: -300% 0 !important; }

.subscribe-block .subscribe-items .item .item-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2; }

.subscribe-block .subscribe-items .item.fb .item-inner {
  width: 98%;
  height: 310px; }

.subscribe-block .subscribe-items .item.vk .item-inner {
  width: 98%;
  height: 310px; }

.subscribe-block .subscribe-items .item.tw .item-inner {
  width: 98%;
  height: 310px; }

.subscribe-block .subscribe-items .item.tg .item-inner {
  width: 98%;
  height: 310px; }

.subscribe-block .subscribe-items .item .item-bg {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.subscribe-block .subscribe-items .item .item-inner {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.subscribe-block .subscribe-items .item:hover .item-bg {
  opacity: 1; }

.subscribe-block .subscribe-items .item:hover .item-inner {
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
  opacity: 1; }

.comments-header {
  padding-bottom: 70px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em; }

.comments-header span {
  position: relative; }

.comments-header span:before,
.comments-header span:after {
  content: "";
  position: absolute;
  width: 300%;
  height: 2px;
  top: 8px;
  background: #1b2f3f; }

.comments-header span:before {
  margin-right: 20px;
  right: 100%; }

.comments-header span:after {
  margin-left: 20px;
  left: 100%; }

@media screen and (min-width: 640px) {
  .comments-header span:before {
    margin-right: 50px;
    right: 100%; }

  .comments-header span:after {
    margin-left: 50px;
    left: 100%; } }
.comments-inner {
  /*	height: 255px;*/ }

@media screen and (min-width: 1000px) {
  .comments-inner {
    /*height: 255px;*/
    margin-left: 17.5%;
    margin-right: 17.5%; } }
.alike .item {
  position: relative;
  min-height: 250px;
  width: 100%;
  background: #f3f5f6;
  cursor: pointer;
  color: #1b2f3f;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.alike .topic {
  position: absolute;
  left: -81px;
  bottom: 121px;
  width: 220px;
  font-family: "Stem Web", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.alike .topic span {
  position: relative;
  padding-left: 65px; }

.alike .topic span:before {
  content: "";
  left: 35px;
  top: 8px;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #1b2f3f; }

.alike .topic span:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #1b2f3f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.alike .item:hover .topic span:after,
.alike .item:hover .topic span:before {
  background: #fff; }

.hover .alike .item:hover {
  color: #ffffff; }

.alike .topic:before,
.alike .topic:after {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

.hover .alike .item:hover .topic:before,
.hover .alike .item:hover .topic:after {
  background: #ffffff; }

@media screen and (min-width: 640px) {
  .alike .topic {
    left: -63px; } }
@media screen and (min-width: 1000px) {
  .alike .topic {
    bottom: 137px; }

  .alike .item {
    width: 33.3%;
    height: 380px;
    float: left; } }
.alike .inner {
  position: relative;
  margin-left: 55px;
  margin-right: 30px;
  height: 100%; }

.alike .text {
  padding-top: 45px;
  padding-bottom: 60px; }

.alike .alike-header {
  font-family: "Stem Web", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.05em; }

.alike .alike-date {
  position: absolute;
  left: 55px;
  bottom: 23px;
  font-family: "Stem Web", sans-serif;
  font-size: 14px;
  color: #acb0b4;
  letter-spacing: 0.1em; }

.alike .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: auto 100%;
  background-size: contain;
  background-position: 50% 50%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px); }

.alike .inner {
  position: relative;
  z-index: 1; }

@media screen and (min-width: 640px) {
  .alike .inner {
    margin-left: 95px; }

  .alike .text {
    padding-top: 60px; }

  .alike .alike-header {
    font-size: 16px; }

  .alike .alike-date {
    left: 95px; } }
@media screen and (min-width: 1000px) {
  .alike .alike-date {
    bottom: 38px; } }
.hover .alike .item:hover .bg {
  opacity: 1; }

footer {
  font-size: 14px;
  color: #8d979f;
  padding-bottom: 15px; }

footer p {
  line-height: 1.8; }

footer .footer-l {
  padding-bottom: 22px; }

footer .footer-m {
  text-align: center;
  padding-bottom: 38px; }

footer .social .ico {
  margin: 0 6px; }

.lined {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: 900;
  padding-top: 9px;
  padding-bottom: 10px;
  border-top: 1px solid #8d979f;
  border-bottom: 1px solid #8d979f;
  margin-bottom: 15px;
  line-height: 1.6; }

@media screen and (min-width: 640px) {
  footer .shift-left,
  footer .shift-right {
    margin: 0; }

  footer .footer-l {
    padding-bottom: 30px; }

  footer .lined {
    display: block; }

  footer .footer-m {
    padding-bottom: 47px; } }
@media screen and (min-width: 1000px) {
  footer {
    padding-top: 78px; }

  footer .shift-left,
  footer .shift-right {
    margin: 0; }

  footer .footer-l {
    float: left;
    padding-top: 7px;
    width: 33%; }

  footer .footer-m {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 26%; }

  footer .lined {
    display: inline-block; }

  footer .footer-r {
    float: right;
    padding-top: 7px;
    width: 31.8%; }

  footer p {
    margin-bottom: 25px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  header .logo,
  .header-fake .logo {
    background: url(../images/x2/logo-320.png);
    background-size: 100%; }

  .social .ico-inner {
    background: url(../images/x2/social.png);
    background-size: 400%; }

  .social-share .item.tw .ico {
    background: url(../images/x2/share-tw.jpg);
    background-size: 100%; }

  .social-share .item.fb .ico {
    background: url(../images/x2/share-fb.jpg);
    background-size: 100%; }

  .social-share .item.vk .ico {
    background: url(../images/x2/share-vk.jpg);
    background-size: 100%; }

  .social-share .item.tg .ico {
    background: url(../images/x2/share-tg.jpg);
    background-size: 100%; }

  .social-share .item:after {
    background: url(../images/x2/like.jpg);
    background-size: 100%; }

  .subscribe-block .subscribe-items .item .item-bg:before {
    background: url(../images/x1/social-white.png);
    background-size: 300%; }

  .subscribe-block .subscribe-items .item:before {
    background: url(../images/x1/social-dark.png);
    background-size: 300%; } }
@media only screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1000px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 1000px) and (-o-min-device-pixel-ratio: 2), only screen and (min-width: 1000px) and (min-device-pixel-ratio: 2) {
  header .logo,
  .header-fake .logo {
    background: url(../images/x2/logo-1000.png);
    background-size: 100%; } }
.preview-list {
  position: relative;
  z-index: 5; }

a.hc_fotter_link.hc_footer_copy.e_hc_footer_copy:hover {
  text-decoration: none; }

a.hc_fotter_link.hc_footer_copy.e_hc_footer_copy:before {
  content: none; }

a.logo:before {
  content: none; }

#hypercomments_widget a:before {
  content: none; }

.container-main .inner,
.view-load-container > .top,
.view-load-container > .bottom {
  display: flex; }

.container-main .post,
.view-load-container > .bottom .post {
  flex-basis: 50%; }

.container-main .post:first-child,
.view-load-container .bottom .post:first-child {
  margin-right: 3%; }

.container-main .post .img,
.view-load-container .top .post .img,
.view-load-container .bottom .post .img {
  margin-left: 0;
  margin-right: 0;
  height: 130px; }

.post .img {
  will-change: box-shadow;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d; }

.post .img:hover {
  box-shadow: 4px 4px 15px 3px rgba(0, 0, 0, 0.2); }

.view-load-container .top .post {
  flex-basis: 31%; }

.view-load-container .top .post:not(:last-child) {
  margin-right: 3.5%; }

.grey-not-found .not-found {
  transition: opacity 0.3s ease 0s; }
.grey-not-found .not-found .not-found-top h5 {
  font-size: 20px;
  letter-spacing: 0.5em;
  line-height: 1.7;
  white-space: nowrap; }
@media screen and (min-width: 1200px) {
  .grey-not-found .not-found .not-found-top h5 {
    font-size: 34px; } }
.grey-not-found .not-found .not-found-mid p {
  padding-right: 0; }
.grey-not-found .not-found .not-found-bot {
  margin-top: 50px; }
.grey-not-found .not-found .not-found-bot .btn-wrap {
  text-align: center; }
.grey-not-found .not-found .not-found-bot .btn-wrap .btn-inner {
  padding-right: 30px;
  padding-left: 30px; }

@media screen and (min-width: 640px) {
  .not-found .not-found-bot .btn-wrap .btn-inner {
    padding-right: 40px;
    padding-left: 40px; } }
@media screen and (min-width: 1000px) {
  .grey-not-found {
    margin-bottom: 0; }
  .grey-not-found .not-found .not-found-top {
    padding-top: 40px; }
  .grey-not-found .not-found .not-found-bot {
    margin-top: 160px; }
  .grey-not-found .not-found .not-found-bot .btn-wrap .btn-inner {
    padding-right: 55px;
    padding-left: 55px; } }
.img-joke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
.img-joke .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s ease 0.3s; }

/*------------- artem --------------*/
.donate {
  /*background: #f3f5f6;*/
  /*padding-bottom: 100px;*/ }

.donate .trees {
  height: 110px;
  width: 100%;
  background: url(../images/trees.png) 50% 0 no-repeat;
  margin-bottom: 30px; }

.donate .easter {
  height: 118px;
  width: 100%;
  background: url(../images/easter.png) 50% 0 no-repeat;
  margin-bottom: 30px; }

.donate .subscribe-block {
  width: 90%;
  margin-bottom: 50px; }

.donate .subscribe-block:before {
  right: 34%; }

.donate .subscribe-block:after {
  left: 34%; }

.donate .subscribe-items {
  height: auto;
  padding: 30px 2%; }

.donate .subscribe-items .row {
  width: 100%; }

.donate .subscribe-items .row .text {
  color: #1b2f3f;
  letter-spacing: 0.013em;
  font-size: 20px;
  font-family: Georgia;
  line-height: 1.6;
  padding: 50px 0;
  width: 100%;
  text-align: center; }

.donate .subscribe-items .row .counter {
  text-align: center;
  margin: 0 auto;
  width: 402px; }

.donate .subscribe-items .row .total-cash {
  text-align: center;
  color: #8d979f;
  font-size: 20px;
  padding: 50px 0 20px 0;
  font-family: "Lato";
  font-weight: 900; }

.donate .subscribe-items .row .total-cash .num,
.donate .subscribe-items .row .total-cash .rub,
.donate .subscribe-items .row .total-cash .sep {
  display: inline-block;
  height: 16px; }

.donate .subscribe-items .row .total-cash .rub {
  width: 18px;
  height: 17px;
  background: url(../svg/rub.svg) 0 3px no-repeat; }

.donate .subscribe-items .row .photo {
  margin: 20px auto;
  width: 75%;
  height: 262px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /*background-size: cover;*/ }

@media screen and (min-width: 1120px) {
  .donate .subscribe-items .row {
    width: 50%;
    float: left; }

  .donate .subscribe-items .row .text {
    width: 85%;
    text-align: left; }

  .donate .subscribe-items .row .counter {
    text-align: left;
    margin: 0; } }
@media screen and (max-width: 640px) {
  .donate .subscribe-block:before {
    right: 15%; }

  .donate .subscribe-block:after {
    left: 15%; } }
@media screen and (min-width: 320px) {
  .article-banner {
    background: white;
    margin: auto;
    align-items: center;
    padding-top: 0;
    margin-bottom: 70px;
    min-width: 280px;
    min-height: 260px; }
  .article-banner__picture img {
    width: 100%;
    height: 100%; } }
@media screen and (min-width: 640px) {
  .article-banner {
    margin-right: 0;
    max-width: 869px;
    max-height: 338px;
    margin-bottom: 100px; }
  .article-banner__picture img {
    width: 100%;
    height: 100%; } }
@media screen and (min-width: 1000px) {
  .article-banner {
    margin-bottom: 70px;
    background: white;
    margin-left: 6%;
    align-items: center;
    margin-bottom: 128px;
    max-width: 994px;
    max-height: 410px;
    margin-right: 17.5%; }
  .article-banner__picture img {
    width: 100%;
    height: 100%; } }
.vacancy-banner {
  background: #fbf1f6; }
.vacancy-banner__image {
  width: 105%; }
.vacancy-banner__link {
  display: block;
  width: 87.5%;
  margin: 0 auto;
  line-height: 0; }
.vacancy-banner__link:not(.non-standart)::after {
  height: 0px; }
.vacancy-banner__link:not(.non-standart)::before {
  background: transparent; }

@media screen and (max-width: 768px) {
  .vacancy-banner__image {
    height: 120px;
    object-fit: cover;
    object-position: left;
    width: 120%; } }
@media screen and (max-width: 450px) {
  .vacancy-banner__image {
    width: 100%;
    height: 100%; } }
.menu-toggle {
  opacity: 0;
  transition: opacity 0.5s ease 0s; }

.shift-initialized.menu-toggle {
  opacity: 1;
  transition: opacity 0.5s ease 0s, transform 0.5s ease; }
