@font-face {
  font-family: 'PTSerifRegular';
  src: url('../fonts/PTF55F_W.eot');
  src:
    url('../fonts/PTF55F_W.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTF55F_W.woff') format('woff'),
    url('../fonts/PTF55F_W.ttf') format('truetype'),
    url('../fonts/PTF55F_W.svg#PTSerif-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_DINPro-CondBlack';
  src: url('../fonts/DINPro-CondBlack.eot');
  src: local('☺'),
  url('../fonts/DINPro-CondBlack.woff') format('woff'),
  url('../fonts/DINPro-CondBlack.ttf') format('truetype'),
  url('../fonts/DINPro-CondBlack.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_DINPro-CondMedium';
  src: url('../fonts/DINPro-CondMedium.eot');
  src: local('☺'),
  url('../fonts/DINPro-CondMedium.woff') format('woff'),
  url('../fonts/DINPro-CondMedium.ttf') format('truetype'),
  url('../fonts/DINPro-CondMedium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'),
  local('Oswald-Light'),
  url('../fonts/Oswald-Light.woff') format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'),
  local('Oswald-Regular'),
  url('../fonts/Oswald-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'),
  local('Oswald-Bold'),
  url('../fonts/Oswald-Bold.woff') format('woff');
}

html {
  background-color: #555;
}

body {
  background-color: #fff;
  color: #000;
  font-family: Conv_DINPro, sans-serif;
  max-width: 100em;
  margin: 0 auto;
  min-width: 20em;
  padding-bottom: 3em;
}

/*Links*/
a:link,
a:visited {
  /*color: #fff;*/
}

/*Lists*/
dl, menu, ol, ul {
  margin: 0;
  padding: 0;
}

/*Images & Pictures & Sprites*/
a img,
img {
  vertical-align: top;
}

.pic img {
  max-width: 100%;
}

.i_scroll_bottom,
.i_quantity,
.i_social {
  background: url("../img/sprite.svg") no-repeat scroll -18px -125px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 20px;
  width: 20px;
}

.i_scroll_bottom {
  background-position: -18px -202px;
  cursor: pointer;
  height: 14px;
  width: 22px;
}

.i_scroll_bottom.hidden {
  display: none;
}

.first_frame .i_scroll_bottom.fixed {
  position: fixed;
  z-index: 3;
}

.i_social:hover {
  background-position: -18px -146px;
}

.i_social.tw {
  background-position: -54px -125px;
}

.i_social.tw:hover {
  background-position: -54px -146px;
}

.i_social.g_plus {
  background-position: -90px -125px;
}

.i_social.g_plus:hover {
  background-position: -90px -146px;
}

.i_quantity {
  background-position: -155px -125px;
  color: #fff;
  font-family: Conv_DINPro, sans-serif;
  font-size: 90%;
  padding-left: 12px;
  width: 30px;
}

.visibility.low {
  opacity: .2;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.visibility.high {
  opacity: 1;
}

figure+figure,
figure+p {
  margin-top: 3em;
}

.two_pics figure+figure {
  margin-top: auto;
}

figure figcaption {
  margin-top: .7em;
  width: 80%;
}

figure figcaption {
  width: 80%;
}

#img36 {
  margin: 3em 0;
}

#img1,
#img2,
#img18,
#img19 {
  width: 50%;
}

#img1,
#img2,
#img18,
#img19 {
  width: 49%;
  margin-right: 1%;
}

#img2,
#img19 {
  margin-left: 1%;
  margin-right: auto;
}

#img47 {
  width: 100%;
}

#img48 {
  width: 100%;
}

.two_pics {
  overflow: hidden;
}

.two_pics figure {
  float: left;
}

.content+figure,
figure+figure,
p+figure,
p+.two_pics {
  margin-top: 6em;
}

.wrapper_body {
  position: relative;
}

.article_text>.content {
  margin: 0 20%;
  padding-top: 1em;
}

.years_life {
color: #fff;
left: 0;
line-height: 1;
margin: auto 11em;
position: absolute;
right: 0;
text-align: center;
top: 88%;
z-index: 1;
}

@media all and (min-width:864px) {
  .years_life {
    margin: 0;
    color: #FFFFFF;
    left: 50%;
    line-height: 1;
    margin-bottom: auto;
    margin-left: -45%;
    margin-top: auto;
    position: absolute;
    text-align: center;
    top: 88%;
    width: 90%;
    z-index: 1;
  }
}

.years_life.prevent_move {
  top: 88% !important;
}

.years_life.mobile {
  top: 70%;
}

.logo_big_panel .years_life {
  margin-top: auto;
  position: fixed;
  top: 1.2em;
}

.second_frame .years_life {
  bottom: auto;
  margin-top: -1.3125em;
  top: 50%;
}

.years_life.fixed {
  margin-top: auto;
  position: fixed;
  top: 1.2em !important;
  z-index: 2;
}

.years_life .wrapper {
  display: inline-block;
  overflow: hidden;
  min-width: 13.875em;
}

.years_life .wrapper.prevent_graw {
  width: auto !important;
}

.years_life .date {
  font-family: PTSerifRegular, sans-serif;
  font-size: 250%;
}

.years_life .death {
  float: right;
  width: auto;
}

.years_life .birth {
  float: left;
  width: auto;
}

.years_life .bar {
  background-color: #fff;
  display: block;
  height: 4px;
  margin: 1.2em 6em 0;
  /*max-width: 816px;*/
  /*min-width: 30px;*/
  width: auto;
}

/*Timeline*/
.time_line {
}

.time_line .bar {
  background-color: #bbb;
  height: 7px;
}

.time_line .bar .progress {
  background-color: #f00;
  float: left;
  height: 100%;
  width: 0;
}

blockquote,
.b_cite {
  position: relative;
  text-align: center;
}

blockquote:before,
.b_cite:before {
  background: transparent url("../img/quote.png") no-repeat 0 0 scroll;
  content: "";
  height: 38px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -3em;
  width: 51px;
}

blockquote:before {
  top: -1em;
}

.one_columns {
  margin: 8em -7em;
}

.one_columns cite {
  color: #000;
  font-family: Conv_DINPro-CondMedium, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 1.4;
}

.two_columns {
  margin-top: 8em;
}

.one_columns + .two_columns {
  margin-top: 10em;
}

h3 + .two_columns {
  margin-top: 3em;
}

.two_columns:before,
.two_columns:after {
  content: "";
  display: table;
  font-size: 0;
}

.two_columns:after {
  clear: both;
}

.two_columns>*:first-child {
  float: right;
  margin-left: 3%;
  width: 47%;
}

.two_columns>*:nth-child(2) {
  float: left;
  margin-right: 3%;
  width: 47%;
}

.invert>*:nth-child(2) {
  margin-left: -16%;
  width: 63%
}

#fixedPanel {
  height: 7.375em;
  height: auto;
  left: auto;
  max-width: 100em;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

.logo_big_panel {
  left: auto;
  max-width: 100em;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.logo_big_panel.fixed {
  position: fixed;
}

.logo_big_panel .b_social {
  float: right;
  height: 20px;
  margin-right: 1em;
  margin-top: 1em;
  width: 154px;
}

.logo_big_panel .logo {
  background: transparent url("../img/sprite.svg") no-repeat scroll -18px -23px;
  float: left;
  height: 51px;
  margin-left: 1em;
  margin-top: 1em;
  width: 51px;
}

.top_panel .b_social {
  float: right;
  height: 20px;
  width: 154px;
}

.nav .b_social {
  display: none;
}

.b_social .i_social {
  cursor: pointer;
}

.b_social .i_social,
.b_social .i_quantity {
  float: left;
  margin-right: 2px;
}

.b_social .i_social.g_plus {
  float: right;
  margin-right: auto;
}

.wrapper_panels.desktop {
  height: 63px;
  position: relative;
  -moz-transition-property: height;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.wrapper_panels.show_dropdown_menu {
  height: 7.375em;
}

.top_panel {
  background-color: #000;
  color: #fff;
  height: 2.5em;
  max-width: 98em;
  min-width: 18em;
  padding: 1em 1em 0;
  position: relative;
  z-index: 1;
}

.top_panel .logo {
  background: transparent url("../img/sprite.svg") no-repeat scroll -144px -41px;
  float: left;
  height: 22px;
  line-height: normal;
  overflow: hidden;
  width: 123px;
}

.top_panel .menu_toggle {
  background-color: #fff;
  cursor: pointer;
  float: right;
  height: 1.375em;
  margin-left: 1em;
  position: relative;
  width: 1.375em;
}

.top_panel .menu_toggle:before,
.top_panel .menu_toggle:after {
  background-color: #000;
  content: "";
  display: block;
  height: .3125em;
  left: 0;
  right: 0;
  position: absolute;
  top: 20%;
}

.top_panel .menu_toggle:after {
  bottom: 20%;
  top: auto;
}

.top_panel .menu_toggle.mobile {
  /*display: none;*/
}

.top_panel .bar {
  background-color: #fff;
  height: 2px;
  overflow: hidden;
  margin: 1.6em 0 0;
  width: 100%;
}

.top_panel .bar .progress {
  background-color: #D90000;
  float: left;
  height: 100%;
  width: 0;
}

.nav {
  background-color: #444;
  bottom: 7px;
  position: absolute;
  width: 100%;
  z-index: auto;
}

.nav .progress_nav {
  /*background-color: #D90000;*/
  /*position: absolute;*/
  /*height: 100%;*/
  /*width: auto;*/
  display: none;
}

nav {
  position: relative;
  z-index: auto;
}

nav ul {
  display: table;
  width: 100%;
}

nav li {
  display: table-cell;
  text-align: center;
}

nav ul a {
  display: block;
  font-family: Conv_DINPro-CondMedium, sans-serif;
  font-size: 137.5%;
  line-height: 2.5em;
  text-align: center;
  text-transform: uppercase;
  word-spacing: .1em;
}

nav a,
nav a:link,
nav a:visited {
  color: #fff;
  text-decoration: none;
}

nav a:link:hover,
nav a:visited:hover {
  color: #dadada;
}

.first_frame,
.second_frame {
  max-width: 1600px;
  position: relative;
}

.first_frame .figcaption {
  color: #fff;
  bottom: auto;
  font-family: conv_dinpro-condblack, sans-serif;
  font-size: 7.5em;
  line-height: 0.9;
  margin-top: -.9em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 63%;
  width: 100%;
}

.first_frame .figcaption.mobile {
  top: 50%;
}

.first_frame .pic,
.second_frame .pic {
  background: transparent url("../img/0.jpg") no-repeat center top scroll;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.first_frame .pic.fixed {
  position: fixed;
  top: 0;
  z-index: 0;
}

.first_frame .i_scroll_bottom,
.second_frame .i_scroll_bottom {
  margin-left: -11px;
  left: 50%;
  position: absolute;
  top: 95%;
}

.first_frame .i_scroll_bottom.mobile {
  top: 90%;
}

.articles {
  position: relative;
  z-index: auto;
}

.slider {
  margin-top: 3em;
}

#slider-1 .owl-theme .owl-controls {
  top: 360px;
}

#slider-2 .owl-theme .owl-controls {}

#slider-3 .owl-theme .owl-controls {}

#slider-4 .owl-theme .owl-controls {}

#slider-5 .owl-theme .owl-controls {}
#slider-6 .owl-theme .owl-controls {}
#slider-7 .owl-theme .owl-controls {}

cite {
  color: #f00;
}

.two_columns cite {
  color: #000;
  font-family: 'Conv_DINPro-CondMedium', sans-serif;
  font-size: 2.63em;
  font-style: normal;
  line-height: 1.2;
}

.small-cite cite {
  font-size: 26px;
  line-height: 1.5;
}

.small-cite p+p {
  margin-top: 2em;
}

#WeAreAll cite {
  font-size: 33px;
  line-height: 1.5;
}

#WeAreAll,
#coreNewThinking {
  float: left;
  margin-left: -16%;
  margin-right: 3%;
  width: 63%;
}

#FromMiddle,
#legendaryReykjavik {
  float: right;
  margin-left: 3%;
  margin-right: 0;
  margin-top: 1.8em;
  width: 47%;
}

#coreNewThinking {}

#legendaryReykjavik {}

#theOnlyWhat>*:nth-child(2) {
  margin-left: -14%;
  width: 61%
}

blockquote {
  font-family: Conv_DINPro-CondMedium, sans-serif;
  font-size: 5em;
  line-height: 1.2;
  margin: 2.5em -2em;
  margin-bottom: 0;
  text-align: center;
}

blockquote:nth-last-child(2),
blockquote:last-child {
  font-size: 4em;
}

blockquote .g_sign {
  font-size: 40%;
}

figure figcaption,
article p,
article h3 {
  font-family: PTSerifRegular, serif;
}

article p {
  font-family: PTSerifRegular, serif;
  font-size: 118.75%;
  line-height: 1.6;
  margin: 1.2em 0;
  margin-bottom: 0;
}

article h2 {
  font-family: Conv_DINPro-CondBlack, sans-serif;
  font-size: 7.5em;
  line-height: 1;
  margin-bottom: .5em;
  margin-top: 2em;
  text-align: center;
  text-transform: uppercase;
}

figcaption {
  color: #888;
  font-size: 1em;
}

/*Video*/
.content-video {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.content-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

p + .content-video {
  margin-top: 1.2em;
}

/*Slider*/
.owl-carousel {
  padding-top: 3.5em;
}

.owl-carousel .pic {
  margin-top: 3em;
}

.owl-theme .owl-controls {
  height: 0;
  left: auto;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-theme .owl-controls .owl-buttons {
  display: inline-block;
  height: 1px;
  width: 95%;
}

.owl-theme .owl-controls .owl-buttons div {
  background: url("../img/sprite.svg") no-repeat scroll -98px -216px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  float: left;
  font-size: 100%;
  height: 37px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 24px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  -moz-transition-property: left;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  left: -3px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  background-position: -127px -216px;
  float: right;
  right: 0;
  left: auto;
  -moz-transition-property: right;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.slide-wrapper {
  background-color: #e4e4e4;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  right: -3px;
}

/*Margins for chapter headers*/
a[id^='chapter']+.content {
  /*margin-top: 10.5em;*/
}

/*Unordered styles*/
#wrapperImg30 {
  margin-bottom: 5em;
  position: relative;
}

#wrapperImg30 figcaption {
  width: 100%;
}

#MilitaryAnalysts {
  margin-top:0;
}

#MilitaryAnalysts +.b_cite {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 47%;
}

#AnyDisarmament {
  font-size: 45px;
}

#communistPartyPara {
  margin-top:12.5em;
}

#ForThosePara {
  margin-top: 12.5em;
}

#ForThosePara .b_cite {
  width: 45%;
}

#ForThosePara cite {
  font-size: 26px;
}

#ForThosePara .b_cite:first-child {
  margin-left: 5%;
}

#ForThosePara .b_cite:nth-child(2) {
  margin-right: 5%;
}

#wordRevolutionPara {
  margin-top: 0;
}

#wordRevolutionBlock {
  margin-left: auto;
  width: 50%;
}

#GorbachyovReportBlock {
  margin-right: auto;
  width: 46%;
}

#img43 {
  margin-bottom: 3em;
}

#giveItsDue {
  margin-bottom: 2em;
}

#giveItsDue,
#evenNow {
  font-size: 2em;
  margin: 3.5em 0;
}

#giveItsDue:before,
#evenNow:before {
  top: -2em;
}

#weHappy,
#seriousIllness {
  margin-bottom: 2em;
}

/*Media*/
/*1201 pix - 1300 pix*/
@media screen and (max-width: 1300px)
              and (min-width: 1201px) {
  nav ul a {
    font-size: 137.5%;
    line-height: 2.545454;
  }
}

/* > 1200*/
@media screen and (min-width: 1024px) {
  #img16 figcaption,
  #img17 figcaption,
  #img28 figcaption,
  #img36 figcaption,
  #img43 figcaption,
  #img46 figcaption,
  #img67 figcaption {
    margin-left: 20%;
    margin-right: 20%;
    width: auto;
  }
}

/*1200 pix*/
@media screen and (max-width: 1200px)
              and (min-width: 1025px) {
  .article_text > .content {
    margin-left: 16%;
    margin-right: 16%;
  }

  #img16 figcaption, #img17 figcaption, #img28 figcaption, #img36 figcaption, #img43 figcaption, #img46 figcaption {
    margin-left: 16%;
    margin-right: 16%;
    width: auto;
  }

  nav ul a {
    font-size: 112.5%;
    line-height: 3.111em;
  }
}

@media screen and (min-width:1025px) {
  .top_panel .menu_toggle {
    display: none;
  }

  .wrapper_panels.desktop:hover {
    height: 7.375em;
  }
}

/*1024 pix*/
@media screen and (max-width: 1024px)
              and (min-width: 769px) {
  .article_text > .content {
    margin: 0 2em;
  }

  #img16 figcaption, #img17 figcaption, #img28 figcaption, #img36 figcaption, #img43 figcaption, #img46 figcaption {
    margin-left: 2em;
    margin-right: 2em;
    width: auto;
  }

  nav ul a {
    font-size: 100%;
    line-height: 3.5em;
  }

  blockquote,
  .one_columns {
    margin-left: auto;
    margin-right: auto;
  }

  #WeAreAll,
  #coreNewThinking {
    margin-left: auto;
    margin-right: 1%;
    width: 49%;
  }

  #FromMiddle,
  #legendaryReykjavik {
    margin-left: 1%;
    margin-right: 0;
    width: 49%;
  }

  #theOnlyWhat > *:nth-child(2) {
    margin-left: auto;
    width: 47%;
  }

  .invert > *:nth-child(2) {
    margin-left: auto;
    width: 47%;
  }

  .mobile nav .passed a,
  .mobile nav .passed a:link,
  .mobile nav .passed a:visited {
    background-color: #d90000;
  }

  .slider {
    margin-left: auto;
    margin-right: auto;
    width: 46em;
  }
}

/* >768 */
@media screen and (min-width: 769px) {
  .first_frame .pic .invisible {
    visibility: hidden;
  }

  .first_frame.clone {
    left: auto;
    position: fixed;
    margin-top: auto;
    top: 0;
  }

  .first_frame.clone .figcaption,
  .first_frame.clone .years_life {
    display: none;
  }
}

/* >=768 */
@media screen and (min-width: 768px) {
  .desktop nav .passed a,
  .desktop nav .passed a:link,
  .desktop nav .passed a:visited {
    background-color: #d90000;
  }
}

/* <=768 pix*/
@media screen and (max-width: 864px) {
  figure figcaption {
    width: auto;
  }

  #img16 figcaption, #img17 figcaption, #img28 figcaption, #img36 figcaption, #img43 figcaption, #img46 figcaption {
    margin-left: 1em;
    margin-right: 1em;
    width: auto;
  }

  .article_text > .content {
    margin: 0 1em;
  }

  nav {
    padding: 1em 0;
  }

  .nav .progress_nav {
    display: none;
  }

  nav ul {
    display: block;
  }

  nav li {
    display: block;
  }

  nav ul a {
    font-size: 137.5%;
    line-height: 1.59em;
  }

  nav ul .active a {
    background-color: #d90000;
  }

  .time_line.remove {
    display: none;
  }

  .nav.show {
    display: block;
  }

  .nav .wrapper_b_social {
    border-top: 1px solid #fff;
    display: none;
    padding: 1.75em 0;
    text-align: center;
  }

  .nav .b_social {
    display: inline-block;
    width: 12.6875em;
  }

  .nav .b_social .i_social,
  .nav .b_social .i_quantity {
    float: none;
    display: inline-block;
    margin-right: auto;
    vertical-align: top;
  }

  .nav .b_social .b_social_item {
    overflow: hidden;
  }

  .nav .b_social .b_social_item.fb {
    float: left;
  }

  .nav .b_social .b_social_item.g_plus {
    float: right;
  }

  .wrapper_panels.show_dropdown_menu {
    height: 400px;
  }

  .two_pics figure+figure {
    margin-top: 6em;
  }

  #img1, #img2, #img18, #img19 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .one_columns {
    margin-left: auto;
    margin-right: auto;
  }

  .two_columns > *:first-child {
    float: right;
    margin-left: auto;
    width: 100%;
  }

  .two_columns > *:nth-child(2) {
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  blockquote {
    margin-left: auto;
    margin-right: auto;
  }

  .owl-theme .owl-controls {
    margin-top: auto;
    top: 43%;
  }

  #WeAreAll,
  #coreNewThinking {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #FromMiddle,
  #legendaryReykjavik {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #MilitaryAnalysts {
    margin-top: 1.2em;
  }

  #MilitaryAnalysts +.b_cite {
    bottom: auto;
    margin-top: 7em;
    position: relative;
    width: auto;
  }

  #ForThosePara .b_cite {
    width: auto;
  }

  #ForThosePara .b_cite:first-child {
    margin-left: auto;
  }

  #ForThosePara .b_cite:nth-child(2) {
    margin-right: auto;
    margin-top: 5em;
  }

  #wordRevolutionBlock {
    width: auto;
  }

  #GorbachyovReportBlock {
    margin-top: 6em;
    width: 100%;
  }
}

/* 481 pix - 767 pix*/
@media screen and (max-width: 768px)
              and (min-width: 481px) {
}

/*481 pix - 640 pix*/
@media screen and (max-width: 640px)
              and (min-width: 481px) {
  .first_frame .figcaption {
    font-size: 400%;
  }

  .years_life {
    margin: auto;
  }

  article h2 {
    font-size: 400%;
  }
}

/*Mobile: <= 480pix*/
@media screen and (max-width: 684px) {
  .top_panel .b_social {
    display: none;
  }

  .nav .wrapper_b_social {
    display: block;
  }

  .wrapper_panels.show_dropdown_menu {
    height: 30em;
  }
}

/*321 pix - 480 pix*/
@media screen and (max-width: 480px)
              and (min-width: 321px) {
  .first_frame .figcaption {
    font-size: 400%;
  }

  .years_life {
    margin: auto;
  }

  article h2 {
    font-size: 400%;
  }

  blockquote:nth-last-child(2),
  blockquote:last-child {
    font-size: 3em;
  }
}

/* <321 pix */
@media screen and (max-width: 320px) {
  .logo_big_panel .b_social {
    display: none;
  }

  .first_frame .figcaption {
    font-size: 400%;
  }

  .years_life {
    margin: auto;
  }

  article h2 {
    font-size: 400%;
  }

  blockquote:nth-last-child(2),
  blockquote:last-child {
    font-size: 2em;
  }

  blockquote:before {
    top: -1.5em;
  }

  .two_columns cite {
    font-size: 2.3em;
  }

  .owl-theme .owl-controls {
    height: 0;
    margin-top: auto;
    top: 7.5em;
  }

  figure figcaption {
    width: auto;
  }
}
