*,
*:after,
*:before {
  box-sizing: border-box;
}
/* normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.h1 {
  font-weight: 500;
  font-family: inherit;
}
.h2 {
  font-weight: 500;
  font-family: inherit;
}
.h3 {
  font-weight: 500;
  font-family: inherit;
}
.h4 {
  font-weight: 500;
  font-family: inherit;
}
.h5 {
  font-weight: 500;
  font-family: inherit;
}
.h6 {
  font-weight: 500;
  font-family: inherit;
}
.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
img {
  border: 0;
}
.grid {
  position: relative;
  float: left;
}
.grid--full {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  float: none;
}
.grid--full::before,
.grid--full::after {
  content: '';
  display: table;
}
.grid--full::after {
  clear: both;
}
.grid--2-10 {
  width: 20%;
}
.grid--8-10 {
  width: 80%;
}
.grid--5-10 {
  width: 50%;
}
.grid--3-10 {
  width: 30%;
}
.grid--7-10 {
  width: 70%;
}
@media (max-width: 640px) {
  .grid {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .grid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.is--hidden {
  display: none;
}
.is--overflow_hidden {
  overflow: hidden;
}
@media (min-width: 641px) {
  .is--devices {
    display: none;
  }
}
@media (max-width: 640px) {
  .is--desktop {
    display: none;
  }
}
.hr {
  clear: both;
  border-bottom: 0;
  border-top: 1px dashed #999;
}
.authors {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.authors__item {
  display: inline-block;
  margin-right: 4.5rem;
  margin-bottom: 2rem;
}
.authors__value {
  font-size: 1.4rem;
}
.authors__title {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .content__section {
    padding-left: 5rem;
  }
}
@media (max-width: 640px) {
  .content__section {
    padding-right: 2rem;
  }
}
.content__description {
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  .content__description {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
.content__title {
  color: #333;
  font-size: 4.8rem;
  line-height: 1.2;
  font-family: 'ProximaNova-Bold', serif;
  font-weight: 600;
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .content__title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 640px) {
  .content__title {
    margin-bottom: 2rem;
  }
}
.content__wrapper {
  max-width: 39rem;
  width: 100%;
}
.content__subtitle {
  margin: 0;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 5rem;
  word-break: break-word;
}
@media (max-width: 640px) {
  .content__subtitle {
    font-size: 3.6rem;
    margin-bottom: 0;
  }
}
.content__subtitle--main {
  color: #333;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: 'ProximaNova-Bold', seri;
  font-weight: 600;
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .content__subtitle--main {
    font-size: 2rem;
  }
}
.content__letter {
  font-size: 18rem;
  text-transform: uppercase;
  line-height: 1;
  margin: 3.5rem 0 0 0;
  font-family: 'ProximaNova-Bold', serif;
}
@media (max-width: 640px) {
  .content__letter {
    font-size: 12rem;
  }
}
.date-block {
  clear: both;
  overflow: hidden;
  margin: 5rem 0;
}
@media (max-width: 640px) {
  .date-block {
    margin-left: -7rem;
    margin-right: -3rem;
  }
}
.date-block__date {
  padding-left: 16rem;
  position: relative;
  font-size: 2.1rem;
  margin-top: 2rem;
}
@media (max-width: 640px) {
  .date-block__date {
    padding-left: 6.5rem;
    margin-bottom: 2rem;
  }
}
.date-block__date:before {
  content: '';
  background-color: #000;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 15rem;
  width: 100%;
}
@media (max-width: 640px) {
  .date-block__date:before {
    content: none;
  }
}
.date-block__about {
  background-color: #fff;
  padding: 2rem 2rem 2.5rem 20rem;
  font-size: 1.4rem;
  font-family: 'ProximaNova-Regular', serif;
  background-image: url("../img/line.png");
  background-repeat: no-repeat;
  background-position: 7rem 2.5rem;
}
@media (max-width: 768px) {
  .date-block__about {
    padding-left: 14rem;
  }
}
@media (max-width: 640px) {
  .date-block__about {
    padding-left: 7rem;
    padding-top: 6rem;
  }
}
.definition {
  margin: 5rem 0;
  border: 1px solid #000;
  padding: 3rem 10rem 3rem;
  position: relative;
  clear: both;
}
@media (max-width: 640px) {
  .definition {
    padding: 0 2.5rem 2.5rem;
    border-top: none;
  }
}
.definition__title {
  position: relative;
  font-size: 4.8rem;
  line-height: normal;
  padding: 0 2rem;
}
@media (max-width: 480px) {
  .definition__title {
    word-wrap: break-word;
    max-width: 200px;
    display: block;
  }
}
@media (max-width: 640px) {
  .definition__title {
    font-size: 3rem;
    padding: 0;
    margin-bottom: 1.5rem;
  }
}
.definition__title:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -9px;
  width: 10px;
  height: 18px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 640px) {
  .definition__title:before {
    content: none;
  }
}
.definition__author {
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-family: 'ProximaNova-Regular', serif;
  display: inline-block;
}
.definition__author:hover {
  color: #000;
}
.definition__author--site {
  position: absolute;
  background-color: #f9f9f9;
  bottom: -10px;
  padding: 0 2rem;
  left: 8rem;
}
.definition__text {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 2.1rem;
}
@media (max-width: 640px) {
  .definition__text {
    font-size: 1.6rem;
  }
}
.footer {
  background-color: #313e4b;
  color: #fff;
}
.footer .grid {
  padding: 4rem 0 4.5rem;
}
@media (max-width: 640px) {
  .footer .grid {
    padding: 4rem 4rem 4.5rem;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  color: rgba(255,255,255,0.3);
  margin-top: 3rem;
}
.footer__menu {
  font-size: 1.8rem;
}
.footer__link {
  color: #fff;
  text-decoration: none;
  margin-right: 6rem;
  text-transform: uppercase;
}
.footer__link:hover {
  color: #e06d50;
}
@media (max-width: 640px) {
  .footer__link {
    margin-right: 0;
    margin-bottom: 1rem;
    display: block;
  }
}
.footer__logo {
  position: absolute;
  display: block;
  right: 1rem;
  margin-bottom: 2rem;
  top: 4rem;
  text-indent: -9999px;
  width: 54px;
  height: 54px;
  background: url("../img/footer__logo.png") no-repeat 0 0;
}
.footer__logo:hover {
  background-image: url("../img/footer__logo--hover.png");
}
@media (max-width: 640px) {
  .footer__logo {
    position: static;
  }
}
.infoblock {
  clear: both;
  overflow: hidden;
  margin: 5rem 0;
}
@media (max-width: 640px) {
  .infoblock {
    margin: 3rem 0;
  }
}
.infoblock__media {
  width: 300px;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .infoblock__media {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
}
.infoblock__media:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 66.66%;
}
.infoblock__media-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.infoblock__media-wrap img {
  width: 100%;
}
.infoblock__video-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  line-height: 4.5rem;
  background-color: #000;
  color: #fff;
  padding-left: 5rem;
  text-decoration: none;
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 22px;
  font-family: 'ProximaNova-Bold', serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.infoblock__video-link:hover {
  background-color: #999;
}
.infoblock__content {
  float: left;
  width: calc(100% - 300px);
  padding-left: 6rem;
}
@media (max-width: 640px) {
  .infoblock__content {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
.infoblock__title {
  font-size: 4.8rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
  text-decoration: none;
  float: right;
  display: block;
  width: calc(100% - 300px);
  padding-left: 6rem;
}
@media (max-width: 640px) {
  .infoblock__title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.infoblock__text {
  font-family: 'ProximaNova-Regular', serif;
  font-size: 1.6rem;
}
.infoblock__text p {
  margin-top: 0;
}
.infoblock__meta {
  text-transform: uppercase;
  font-family: 'ProximaNova-Regular', serif;
}
.infoblock__meta-link {
  color: #999;
  text-decoration: none;
  margin-right: 1rem;
  font-size: 1.4rem;
}
.infoblock__meta-link:after {
  content: '•';
  padding-left: 1rem;
}
.infoblock__meta-link:last-child:after {
  content: none;
}
.infoblock__meta-link:hover {
  color: #000;
}
.infoblock__meta-link:hover:after {
  color: #999;
}
.infoblock__img-description {
  position: absolute;
  bottom: 0;
  display: none;
}
.infoblock--right .infoblock__content {
  padding-left: 0;
  padding-right: 2rem;
  width: calc(100% - 300px);
}
@media (max-width: 640px) {
  .infoblock--right .infoblock__content {
    width: 100%;
  }
}
.infoblock--right .infoblock__media {
  width: 300px;
}
@media (max-width: 640px) {
  .infoblock--right .infoblock__media {
    width: 100%;
    margin-top: 2rem;
  }
}
.line {
  position: relative;
  overflow: hidden;
}
.line__name {
  font-size: 1.2rem;
  color: #333;
  float: left;
  height: 30px;
  text-transform: uppercase;
  line-height: 30px;
  font-family: 'ProximaNova-Bold', serif;
  padding-right: 1.5rem;
}
.line__name:after {
  content: '';
  background: #000;
  height: 1px;
  position: absolute;
  top: 50%;
  width: calc(100% - 300px);
  margin-left: 1rem;
}
@media (max-width: 640px) {
  .line__name:after {
    content: none;
  }
}
.line__name:before {
  content: '';
  position: absolute;
  background: url("../img/line.png") no-repeat center center;
  width: 27px;
  height: 17px;
  right: 140px;
  top: 50%;
  margin-top: -8px;
}
@media (max-width: 640px) {
  .line__name:before {
    content: none;
  }
}
.line__social {
  float: right;
  height: 30px;
}
.line__social-link {
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  margin-left: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.line__social-link:hover {
  background-color: #999;
}
.line__social-link--vk {
  background-image: url("../img/vk.png");
}
.line__social-link--fb {
  background-image: url("../img/fb.png");
}
.line__social-link--tw {
  background-image: url("../img/tw.png");
}
.logo--left,
.logo--right {
  position: absolute;
  top: 2rem;
}
@media (max-width: 640px) {
  .logo {
    position: static;
    margin-top: 3rem;
    display: block;
  }
}
.logo--left {
  left: 0;
}
.logo--right {
  right: 0;
}
.logo__img {
  max-width: 150px;
}
.m-menu__form {
  border-top: 1px solid rgba(0,0,0,0.08);
  background-color: #fff;
  position: absolute;
  width: 100%;
}
.m-menu__search-form {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .m-menu__search-form {
    display: none;
  }
}
.m-menu__search-form.is_show {
  display: block;
}
.m-menu__search-form--l {
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .m-menu__search-form--l {
    display: none;
  }
}
.m-menu__search-form--l .m-menu__input {
  border-color: transparent;
}
.m-menu__search-form--l .m-menu__search-btn {
  right: 4rem;
  top: 2.5rem;
}
.m-menu__input {
  width: 90%;
  padding: 1rem;
  border: 1px solid #ccc;
}
.m-menu__search-btn {
  position: absolute;
  right: 0;
  top: 0.5rem;
  cursor: pointer;
}
.media {
  width: 100%;
  margin: 4rem 0 0;
  padding: 0;
}
.media__frame {
  border: 0;
  height: 37rem;
  max-width: 65rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .media__frame {
    max-height: 45rem;
    min-height: 30rem;
    height: 100%;
  }
}
.media__video {
  height: 47rem;
  position: relative;
  margin: 0 -1rem;
  background-color: #03c;
  text-align: center;
  padding-top: 5rem;
  background-image: url("../img/media__video.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .media__video {
    height: 100%;
    max-height: 35rem;
    min-height: 18.5rem;
    padding: 0;
    background-image: none;
  }
}
.media__video:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("//postnauka.ru/resource/special/medical-diagnosis/img/postnauka.png") no-repeat center;
  line-height: 47rem;
  width: 185px;
  height: 30px;
  margin-top: -15px;
  margin-left: -92.5px;
}
.media__more {
  background-color: #fff;
  border: 1px solid #03c;
  text-decoration: none;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: $font--press;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #03c;
  display: inline-block;
  padding: 0.5rem 1rem;
}
.media__more:hover,
.media__more:focus {
  background-color: #03c;
  color: #fff;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal__bg {
  background-color: #666;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
.modal__wrap {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  max-width: 91rem;
  width: 100%;
  margin: 10rem auto 0;
}
.modal__header {
  padding: 2.5rem 2.5rem 2rem;
}
.modal__title {
  font-size: 3rem;
  font-family: 'ProximaNova-Bold', serif;
  margin: 0;
}
.modal__title--center {
  text-align: center;
}
.modal__subtitle {
  font-weight: normal;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.modal__content {
  padding: 0 2.5rem 2.5rem;
}
.modal__fond {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
}
@media (max-width: 640px) {
  .modal__fond {
    position: static;
  }
}
.modal__close {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  background-image: url("../img/modal__close.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  border: 0;
  background-color: transparent;
}
.navigation {
  position: fixed;
  list-style: none;
  top: 8rem;
  left: 0;
  width: 5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation.is--top {
  top: 2rem;
}
.navigation.is--show_bottom {
  top: auto;
  bottom: 20rem;
}
.navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation__item {
  text-align: center;
  height: 22px;
  line-height: 22px;
  position: relative;
}
.navigation__item:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0.7rem;
  height: calc(100% - 1px);
  background: #c8c8c8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation__item.active:before,
.navigation__item:hover:before {
  width: 100%;
  background-color: #000;
}
.navigation__item.active + .navigation__item:before,
.navigation__item:hover + .navigation__item:before {
  width: 40px;
  background-color: #2c2c2c;
}
.navigation__item.active + .navigation__item .navigation__link,
.navigation__item:hover + .navigation__item .navigation__link {
  color: #fff;
}
.navigation__item.active + .navigation__item + .navigation__item:before,
.navigation__item:hover + .navigation__item + .navigation__item:before {
  width: 32px;
  background-color: #595959;
}
.navigation__item.active + .navigation__item + .navigation__item .navigation__link,
.navigation__item:hover + .navigation__item + .navigation__item .navigation__link {
  color: #fff;
}
.navigation__item.active + .navigation__item + .navigation__item + .navigation__item:before,
.navigation__item:hover + .navigation__item + .navigation__item + .navigation__item:before {
  width: 18px;
  background-color: #939393;
}
.navigation__item.preactive--1:before {
  width: 40px;
  background-color: #2c2c2c;
}
.navigation__item.preactive--1 .navigation__link {
  color: #fff;
}
.navigation__item.preactive--2:before {
  width: 32px;
  background-color: #595959;
}
.navigation__item.preactive--2 .navigation__link {
  color: #fff;
}
.navigation__item.preactive--3:before {
  width: 18px;
  background-color: #939393;
}
.navigation__item.is--disabled:before {
  width: 0.7rem !important;
  background: #c8c8c8 !important;
}
.navigation__item.is--disabled .navigation__link {
  color: #999 !important;
}
.navigation__link {
  text-decoration: none;
  font-size: 1.2rem;
  color: #000;
  display: block;
  position: relative;
  font-family: 'ProximaNova-Bold', serif;
  text-transform: uppercase;
}
.active .navigation__link,
.navigation__link:hover {
  color: #fff;
}
.m-menu {
  width: 100%;
  max-width: 1200px;
  max-height: 50px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  z-index: 100100;
}
.m-menu__left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  z-index: 10;
}
.m-menu__links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.m-menu__links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  font: 16px "Roboto", Helvetica, Arial, sans-serif;
  color: #333;
  top: -100%;
  opacity: 1;
  z-index: 10;
}
.m-menu__right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  z-index: 10;
}
.m-menu__background {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 9;
}
.m-menu::after,
.m-sec-level::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0));
  background-image: linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0));
  z-index: 100400;
  pointer-events: none;
}
.m-menu__logo {
  font-size: 0;
  margin-right: 8px;
}
.m-menu__login,
.m-menu__logo {
  line-height: 18px;
  text-decoration: none;
  max-height: 50px;
}
.m-menu__logo img {
  width: 50px;
  height: 50px;
}
.m-menu__links__search {
  display: none;
}
.m-menu__links__search {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.m-menu__links__link {
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  max-height: 50px;
  padding: 16px;
  color: #333;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.m-menu__links__link:hover {
  background-color: #fdefeb;
}
.m-menu__hamburger {
  display: none;
}
.m-menu__hamburger {
  display: block;
  padding: 14px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
nav .btn__search {
  padding: 6px;
  background-color: transparent;
  border: 0;
}
.m-menu__search {
  display: none;
  padding: 16px !important;
  color: #2d3e4c;
  -ms-flex-item-align: end;
  align-self: flex-end;
  white-space: nowrap;
}
.m-menu__login.disabled {
  cursor: default;
}
.m-menu__login {
  font-size: 14px;
  padding: 16px;
  color: #ccc;
  border-left: 1px solid #e6e6e6;
  -ms-flex-item-align: end;
  align-self: flex-end;
  white-space: nowrap;
}
.m-menu__login,
.m-menu__logo {
  line-height: 18px;
  text-decoration: none;
  max-height: 50px;
}
.m-menu__login img {
  position: relative;
  top: 1px;
  margin-right: 6px;
}
nav {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 100500;
}
.is_fixed {
  position: fixed;
}
.m-menu__search .btn__search__symbol {
  left: -6px;
  pointer-events: none;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
nav .btn__search__symbol {
  display: block;
  border: 2px solid #2d3e4c;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  -webkit-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
}
nav .btn__search__symbol::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 8px;
  background-color: #2d3e4c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -3px;
  right: -6px;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.m-menu__search .btn__search__symbol {
  pointer-events: none;
}
.m-menu__search {
  color: #2d3e4c;
  white-space: nowrap;
}
.m-menu__hamburger {
  display: block;
  padding: 14px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 769px) {
  .m-menu__hamburger {
    display: none;
  }
}
.m-menu__hamburger > div:not(:last-of-type) {
  margin-bottom: 6px;
}
.m-menu__hamburger > div {
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: #2d3e4c;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
@media (min-width: 992px) {
  .m-menu__search {
    display: block;
  }
}
@media (max-width: 768px) {
  .m-menu__links {
    display: block;
    position: fixed;
    -ms-flex-pack: none;
    -webkit-box-pack: none;
    justify-content: none;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    padding: 24px;
    overflow-y: auto;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .m-menu__links.in {
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .m-menu__links__link:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6;
  }
  .m-menu__links__link {
    display: block;
    font-size: 18px;
    padding: 16px 0;
  }
}
.m-menu__hamburger.in > div:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(8px);
  -ms-transform: rotate(45deg) translateY(5px) translateX(8px);
  transform: rotate(45deg) translateY(5px) translateX(8px);
}
.m-menu__hamburger > div:not(:last-of-type) {
  margin-bottom: 6px;
}
.m-menu__hamburger.in > div:nth-child(2) {
  width: 1px;
  opacity: 0;
}
.m-menu__hamburger.in > div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(8px);
  -ms-transform: rotate(-45deg) translateY(-5px) translateX(8px);
  transform: rotate(-45deg) translateY(-5px) translateX(8px);
}
nav .btn__search {
  padding: 6px;
  background-color: transparent;
  border: 0;
}
nav .btn__search__symbol {
  display: block;
  border: 2px solid #2d3e4c;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  -webkit-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
}
nav .btn__close__symbol {
  display: block;
  background-color: #2d3e4c;
  width: 28px;
  height: 2px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
nav .btn__close__symbol::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 28px;
  top: 0;
  left: 0;
  background-color: #333;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
nav .btn__close {
  padding: 6px;
  background-color: transparent;
  border: 0;
}
.ua {
  font-size: 62.5%;
}
.page {
  font-size: 1.6rem;
  font-family: 'PT Serif', serif;
  line-height: 1.4;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: rgba(244,244,244,0.5);
  position: relative;
}
@media (max-width: 767px) {
  .is_hidden-xs {
    display: none;
  }
}
.quote {
  margin: 5rem 0;
}
.grid--8-10 .quote {
  margin-top: 6.5rem;
}
.quote__title {
  padding-left: 10rem;
  font-size: 4.8rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .quote__title {
    font-size: 3.6rem;
    padding-left: 2rem;
  }
}
.quote__content {
  background-color: #fff;
  padding: 3.5rem 12rem 3.5rem 10rem;
  position: relative;
}
@media (max-width: 640px) {
  .quote__content {
    padding: 11rem 1rem 3rem 2rem;
  }
}
.quote__content:after {
  content: '”';
  color: #000;
  position: absolute;
  right: 3.5rem;
  top: 1rem;
  font-size: 18rem;
  font-family: 'ProximaNova-Bold', serif;
  line-height: 1;
}
@media (max-width: 640px) {
  .quote__content:after {
    right: inherit;
    left: 2rem;
    top: 0;
  }
}
.quote__text {
  font-size: 2.1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 640px) {
  .quote__text {
    font-size: 1.6rem;
  }
}
.quote__meta {
  text-transform: uppercase;
  font-family: 'ProximaNova-Regular', serif;
}
.quote__meta-link {
  color: #999;
  text-decoration: none;
  margin-right: 1rem;
  font-size: 1.4rem;
}
.quote__meta-link:after {
  content: '•';
  padding-left: 1rem;
}
.quote__meta-link:last-child:after {
  content: none;
}
.quote__meta-link:hover {
  color: #000;
}
.quote__meta-link:hover:after {
  color: #999;
}
.slider {
  position: relative;
  height: 56rem;
  margin: 5rem 0;
}
@media (max-width: 640px) {
  .slider + .definition {
    margin-top: 13rem;
  }
}
@media (max-width: 640px) {
  .slider {
    height: 100%;
    margin-bottom: 10rem;
  }
}
.slider__media {
  text-align: right;
}
@media (max-width: 640px) {
  .slider__media {
    position: relative;
  }
}
@media (max-width: 640px) {
  .slider__media img {
    width: 100%;
  }
}
.slider__info {
  background-color: rgba(249,249,249,0.8);
  position: absolute;
  left: 0;
  top: 0;
  max-width: 40rem;
  width: 100%;
  padding: 0 8rem 4rem 0;
}
@media (max-width: 640px) {
  .slider__info {
    position: static;
    padding: 0;
  }
}
.slider__letter {
  font-size: 18rem;
  text-transform: uppercase;
  line-height: 1;
  margin: -3rem 0 -1rem 0;
  font-family: 'ProximaNova-Bold', serif;
}
@media (max-width: 640px) {
  .slider__letter {
    font-size: 12rem;
    margin-top: -2rem;
  }
}
.slider__title {
  margin: 1rem 0 3rem;
  font-size: 4.8rem;
  line-height: 1;
}
@media (max-width: 640px) {
  .slider__title {
    font-size: 3.6rem;
  }
}
.slider__hr {
  max-width: 14rem;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 2rem 0;
}
.slider__text {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-family: 'ProximaNova-Regular', serif;
}
.slider__nav-btn {
  left: 0;
  bottom: 3rem;
  margin: 0;
  top: inherit;
  background-image: url("../img/slider__btn.png");
  background-color: #000;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  background-position: center center;
  background-size: auto;
}
@media (max-width: 640px) {
  .slider__nav-btn {
    bottom: -4.5rem;
  }
}
.slider__nav-btn.swiper-button-disabled {
  opacity: 1;
}
.slider__nav-btn--next {
  left: 4.7rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider__navigation {
  position: static;
  text-align: left;
  font-family: 'ProximaNova-Regular', serif;
  font-size: 3rem;
}
@media (max-width: 640px) {
  .slider__navigation {
    text-align: right;
    position: absolute;
    bottom: 0;
  }
}
.slider__navigation--devices {
  position: absolute;
  bottom: -4.5rem;
  width: 10rem;
  right: 0;
  left: inherit;
}
.slider .swiper-slide {
  background-color: #f9f9f9;
}
.slider__media-description {
  margin-left: 20.2rem;
  text-align: left;
  font-size: 1.4rem;
  font-family: 'ProximaNova-Regular', serif;
  color: #ccc;
}
@media (max-width: 1024px) {
  .slider__media-description {
    margin-left: 15.8rem;
  }
}
@media (max-width: 768px) {
  .slider__media-description {
    margin-left: 0;
  }
}

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