@font-face   {
      font-family: "TenorSansRegular";
      src: url("../fonts/TenorSansRegular/TenorSansRegular.eot");
      src: url("../fonts/TenorSansRegular/TenorSansRegular.eot?#iefix")format("embedded-opentype"),
      url("../fonts/TenorSansRegular/TenorSansRegular.woff") format("woff"),
      url("../fonts/TenorSansRegular/TenorSansRegular.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
  }
@font-face {
      font-family: "PlayfairDisplayRegular";
      src: url("../fonts/PlayfairDisplayRegular/PlayfairDisplayRegular.eot");
      src: url("../fonts/PlayfairDisplayRegular/PlayfairDisplayRegular.eot?#iefix")format("embedded-opentype"),
      url("../fonts/PlayfairDisplayRegular/PlayfairDisplayRegular.woff") format("woff"),
      url("../fonts/PlayfairDisplayRegular/PlayfairDisplayRegular.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
}

@font-face {
      font-family: "PlheaderayfairDisplayBold";
      src: url("../fonts/PlayfairDisplayBold/PlayfairDisplayBold.eot");
      src: url("../fonts/PlayfairDisplayBold/PlayfairDisplayBold.eot?#iefix")format("embedded-opentype"),
      url("../fonts/PlayfairDisplayBold/PlayfairDisplayBold.woff") format("woff"),
      url("../fonts/PlayfairDisplayBold/PlayfairDisplayBold.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
  }

  @font-face {
      font-family: "PlayfairDisplayItalic";
      src: url("../fonts/PlayfairDisplayItalic/PlayfairDisplayItalic.eot");
      src: url("../fonts/PlayfairDisplayItalic/PlayfairDisplayItalic.eot?#iefix")format("embedded-opentype"),
      url("../fonts/PlayfairDisplayItalic/PlayfairDisplayItalic.woff") format("woff"),
      url("../fonts/PlayfairDisplayItalic/PlayfairDisplayItalic.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
  }

 @font-face {
      font-family: "PlayfairDisplayBoldItalic";
      src: url("../fonts/PlayfairDisplayBoldItalic/PlayfairDisplayBoldItalic.eot");
      src: url("../fonts/PlayfairDisplayBoldItalic/PlayfairDisplayBoldItalic.eot?#iefix")format("embedded-opentype"),
      url("../fonts/PlayfairDisplayBoldItalic/PlayfairDisplayBoldItalic.woff") format("woff"),
      url("../fonts/PlayfairDisplayBoldItalic/PlayfairDisplayBoldItalic.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
  }
@charset "utf-8";

html, body{
  margin: 0 !important; 
	padding: 0 !important; 
	font-size:14px; 
	line-height:1.6em;
  height: 100%;
  position: relative;
}
main {
  min-height: 500px
}

#photo_gallery {
  padding: 50px 0 50px 0;
}
.content {
  max-width: 1200px;
  margin: auto;
  padding: 40px 0 40px 0;
}
table.table {
  border: 1px solid #FFFFFF;
  width: 330px;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
table.table td, table.table th {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}
table.table tbody td {
  font-size: 1.2em;
  color: #6E819D;
}
table.table tr:nth-child(even) {
  background: #E9E9E9;
}

table.table tfoot td {
  font-size: 17px;
}
/*цитаты*/
.blockquote {
    position: relative;
    padding: 16px 24px;
    margin: 16px 46px;    
    font-size: 16px;
    text-align: center;
}
.blockquote:before,
.blockquote:after {
    position: absolute;
    color: #8394AB;
    font-size: 100px;
    font-family: 'TenorSansRegular', sans-serif;    
    line-height: 100px;    
}
.blockquote:before {
    content: '\00ab';
    left: -30px;
    top: -10px;
}
.blockquote:after {
    content: '\00bb';
    right: -30px;
    bottom: -10px;
}
.blockquote cite {
    color: #8394AB;
    font-size: 15px;
    padding-top: 10px;
    display: block;
}
.clavulus {
	display: inline-block; 
	padding: 10px 20px; 
	text-transform: uppercase; 
	border: 1px solid;
	border-radius: 4px;
  font-size:0.8em;
  letter-spacing: 2px;
}
a.clavulus:hover, a.clavulus.inverse {
	font-style: #CDCDCD;
	background-color: #3C4859; 
	border-color: inherit;
}
.clavulus, .clavulus.inverse:hover {
	color:#FFFFFF; 
	background-color: #8394AB; 
	border-color:#8394AB;
}
.gallery {
  padding: 30px 0 30px 0;
}
.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
   }
   .rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
   }
.box {
    display: inline-block;
    border: 1px solid #8394AB;
    background: #FFF;
    font-size: 1.2em;
    color: #8394AB;
    padding: 30px;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
    line-height: normal;
    box-shadow: 3px 3px 0 0 rgba(233,233,233, 0.8);
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
.box:hover {
  background: #E9E9E9;
  color: #3C4859; 
  border-color: #3C4859;
  box-shadow: 4px 4px 0 0 rgba(205,205,205, 0.8);
}
.box1 {
    display: inline-block;
    border: 1px solid #CDCDCD;
    background: #FFF;
    font-size: 1.2em;
    color: #CDCDCD;
    padding: 10px;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
    line-height: normal;
    box-shadow: 3px 3px 0 0 rgba(233,233,233, 0.8);
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }

.box1:hover {
  color: #3C4859; 
  border-color: #3C4859;
  box-shadow: 4px 4px 0 0 rgba(205,205,205, 0.8);
}
.box2 {
    width: 400px;
    min-height: 185px;
    float: left;    
    margin: 1.2em 1.2em 1.2em 0;
    box-sizing: border-box;
    padding-top:2.2em;
    border-bottom: 1px solid #999;
    display: inline-block;
    border: 1px solid #8394AB;
    background: #F0F0F0;
    font-size: 1.618em;
    color: #8394AB;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
    line-height: normal;
    box-shadow: 4px 4px 0 0 rgba(205,205,205, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
.box2:hover {
  background: #E9E9E9;
  color: #3C4859; 
  border-color: #3C4859;
  box-shadow: 4px 4px 0 0 rgba(205,205,205, 0.8);
}
.box3 {
    width: 350px;
    box-sizing: border-box;
    min-height: 216px;
    overflow: hidden;
    display: inline-block;
    color: #7B7B7B;
    vertical-align: middle;
    background: #FFF;
    font-size: 1em;
    padding: 20px 0 30px 0;
    cursor: pointer;
    letter-spacing: 1.5px;
    text-align: left;
    line-height: 1.2em;
    margin: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
.box3:hover {
  color: #000000; 
  border-color: #3C4859;
}

a {
  outline:none; 
  text-decoration:none;
  color: inherit;
}

img { 
	max-width:100%; 
	height:auto; 
	margin:0; 
	padding:0; 
	border:none; 
	line-height:normal; 
	vertical-align:middle;
}

body, input, textarea, select {
	font-family: "TenorSansRegular", sans-serif;
}
h1, h2, h3, h4, h5, h6, .heading {
	font-family: "TenorSansRegular", sans-serif;
  font-weight: normal;
}
h1 {
	font-size: 2.074em;
  line-height: 1.2em;
  padding: 1em 1em 0 0;
  font-weight: normal;
}
h2 {
	font-size: 1.618em; 
  line-height: 1.3em;
  padding:  0.3em 0.3em 0.3em 0;
}
h3 {
	font-size: 1.2em;
  padding: 0.1em 0.1em 0.1em 0;
}
hr {
 margin: 0;
 width:100%;
 height: 1px;
 border: none;
 border-top: 2px solid #E9E9E9;
}
#list {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #3C4859
}
header {
  width: 100%;
  margin: auto;
  z-index: 5;
}
footer {
    background-color: #3C4859;
    color: #FFFFFF;
    bottom: 0
    z-index: 5;
  }

#blue {
  background-color: #8394AB;
  width: 100%;
  height: 15px;
}
.head {
  max-width: 1200px;
  margin: auto;
}
/*head=scrinium+dexter*/

/*Логотип*/
.scrinium {
    width: 35%; 
    margin:20px auto;
    vertical-align: middle; 
}
ul {
  list-style: none !important;
}
/*Меню*/
nav {
  margin: auto;
  max-width: 1200px;
}
nav ul {
	margin: 0;
  padding: 0;
	list-style: none;
}
#menu {
  display: -webkit-flex; /* Safari */
	display: flex;
  justify-content: space-between;
}

nav ul:after {
	content: "";
	display: table;
	clear: both;
}
nav a {
	text-decoration: none;
	display:block;
	transition: .3s linear;
}

.nav > li {
	position: relative;
}
 
.nav > li > a {
	padding: 20px 0 20px 20px;
	font-size: 1em;
	text-transform: uppercase;
	color: #3C4859;
	letter-spacing: 2px;
	text-align: justify;
}

a {
  text-decoration: none;
  position: relative;
}

.link:before {
  content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    margin-top: -1px;
    background-color: #CDCDCD;
    border-bottom: 1px solid #999999; 
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .link:hover:before {
    right: 0;
  }

ul#submenu li:hover {background: #CDCDCD}
#submenu {
	position: absolute;
	z-index: 5;
	min-width: 200px;
	background: #E9E9E9;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	visibility: hidden;
	opacity:0;
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
	transition: .3s linear; 
}
#submenu {
  padding: 0;
  margin: 0
  }
#submenu li {
	position: relative;
}
#submenu li a {
	color: #3C4859;
	padding: 10px 10px;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
}
.nav li:hover > #submenu {
	transform: rotateX(0deg);
	visibility: visible;
	opacity:  1;
}

/*Меню-min*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 3em;
  cursor: pointer; 
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1em;
    float: left; 
    text-decoration: none;
    }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 1em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #3C4859;
  padding: 0px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    font-family: "TenorSansRegular", sans-serif;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #CDCDCD;
      color: #fff; }
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
.slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #CDCDCD;
      color: #222; }
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

  /*Слайдер на главной*/

    .swiper-container {
        width: 100%;
        height: 100%;
        background: #000;
        -webkit-box-shadow: 3px 8px 10px -6px rgba(60,72,89,0.65);
-moz-box-shadow: 3px 8px 10px -6px rgba(60,72,89,0.65);
box-shadow: 3px 8px 10px -6px rgba(60,72,89,0.65);
    }
    .swiper-slide {
        font-size: 1em;
        color:#fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15% 0 0;
    }
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .swiper-slide .title {
        font-size: 64px;
        font-weight: 300;
    }
    .swiper-slide .subtitle {
        font-size: 21px;
    }
    .swiper-slide .text {
    	font-family: "TenorSansRegular", sans-serif;
        font-size: 1em;
        margin: 15px 15px 50px 20px;
        max-width: 400px;
        min-width: 70px;
        line-height: 1.3;
    }
span {
	font-weight: normal;
}
/*Контакты*/
.three {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    align-content: space-between; 
    width: 1200px;
    margin: auto;
}
.cover {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    align-content: space-between; 
    width: 1200px;
    margin: auto;
    padding: 40px 0 40px 0;
}
#third {
    width: 400px;
    box-sizing: border-box;
    min-height: 420px;
    margin: 20px 40px 60px 0;
    overflow: hidden;
    padding: 0 20px 0 20px;
}
/*Линия навигации*/
.line {
  background-color: #6e819d;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 20px 0 20px 0;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: justify;
  border-top: 1px solid;
  border-color: #999999;
}
.navigation {
  display:block; 
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  list-style:none;
  text-align: justify;
}

.home {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
  max-width: 1200px;
  margin: auto;
}
.home1 {
  display:inline-block; 
  float:left; 
  margin:0 auto; 
  text-align: justify;
  list-style:none;
  width:38%;
  padding: 2em 2em 2em 0;
   display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
  justify-content: space-around;
}
.home2 {
  display:inline-block; 
  text-align: justify; 
  margin:0 auto; 
  list-style:none;
  width:62%;
  padding: 2em 0 2em 0;
}

.one_third {
  display:inline-block; 
  float:left; 
  margin:0 0 0 3.06748466257669%; 
  list-style:none;
  width:30.28834355828221%;
  padding: 2em;
}
.foot {
  background-color: #3C4859;
  color: #FFFFFF;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
  max-width: 1200px;
  margin: auto;
}
.left  {
  display:inline-block; 
  float:left; 
  margin:0 auto; 
  text-align: justify;
  list-style:none;
  width:62%;
  padding: 2em 2em 2em 0;
}
.right {
	display:inline-block; 
	text-align: right; 
	margin:0 auto; 
	list-style:none;
	width:38%;
	padding: 2em 0 2em 0;
}
.copyright {
  width: 100%;
}
/*треть*/
.item {
  color: #FFFFFF;
  background-color: #3C4859;
  display:inline-block; 
  float:left; 
  margin:0 0 0 3.06748466257669%; 
  list-style:none;
  width:30.28834355828221%;
  padding: 2em;
}
article {
  display:block; 
  padding-bottom: 20px;
  max-width: 980px;
  margin: auto;
  list-style:none;
  background-color: #FFFFFF;
  color: #3C4859; 
  text-align: justify;
}
section {
  display:block; 
  width: 74.23312883435584%;
  margin-left: 12.8835%;
  list-style:none;
  background-color: #FFFFFF;
  color: #3C4859; 
}
/*Новостной блок из двух колонок*/

.tags {
  float:left;
  width:30%;
  height: 100%;
  margin:0; 
  list-style:none;
  margin-bottom:50px
}
.img-left {
	float:left;
  width:30%;
  height: 100%;ы
  margin:0; 
  margin-bottom:50px;
}

#tags {
  font-family: "PlayfairDisplayRegular";
  color: #6e819d;
  font-size: 1.2em;
  margin-bottom: 3em;
}

.section { 
  width:64%;
  margin-left: 31%;
  list-style:none;
  background-color: #FFFFFF;
  line-height: 1.618em;
  color: #3C4859;
  text-align: justify;
}
time {
  font-size: 0.9em;
  letter-spacing: 0.3em;
}
.time {
  padding-bottom: 2em;

}
/*video*/
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.slicknav_menu {
	display:none;
}


/*Media Queries*/
@ms-viewport { width: device-width; }

@media screen and (max-width:1920px) {
.section {
     padding-left: 20px;
     padding-right: 30px
  }
.news {
    max-width:978px;
  }
}

@media only screen and (max-width: 1400px) {
head, .content, .navigation, .foot, .home  {
    max-width: 980px;
    margin: auto;
  }
.nav, .three, .cover {
  max-width: 1000px;
  margin: auto;
}
.box2 {width: 300px;}
.box4 {width: 300px;}

#third {
    width: 320px;
    min-height: 355px;
    margin: 20px 30px 40px 0;
}
#third:nth-child(3n) {
    margin-right: 0;
  }
.box3:nth-child(3n) {
    margin-right: 0;
  }

@media screen and (max-width:1030px) {
	  article, .foot, .news, .home, .content {
    margin: 20px;
  }
  .navigation {
    margin: 0 20px 0 20px;
    padding: 0;
  }
  .three {  
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
  justify-content: space-between;
  margin: 0; 
  list-style:none;
  width:100%;
  padding: 0;
  }
  .cover {  
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
  justify-content: space-between;
  margin: 0; 
  list-style:none;
  width:100%;
  padding: 30px 0 0 0;
  }
  .home {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
}
.home1 {
  display:inline-block; 
  justify-content: space-between;
  margin:0; 
  list-style:none;
  width:100%;
  padding: 20px 0px 20px 0px;
  display: -webkit-flex; /* Safari */ 
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
.home2 {
  display:inline-block; 
  justify-content: space-between;
  float:left; 
  width: 100%;
  list-style:none;
  padding: 0;
}
.boxes1 {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
  align-items: flex-start;
}
.box2, .box4, #third {
  width: 32%;
  margin: 0.5%;
}
#third:nth-child(3n) {
    margin-right: 20px;
  }
.box3:nth-child(3n) {
    margin-right: 20px;
  }
}

@media screen and (max-width:897px) {
.js #menu {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;
  }
  .years {
    margin-left: 20px
  }
  #blue {
  background-color: #3C4859;
  width: 100%;
  height: 10px;
}
}

/*@media screen and (max-width:750px) {
	article, .pars
	{
		margin: 20px;
  }
}*/

@media screen and (max-width:650px){
  .line {
    padding: 10px 0 10px 0;
    letter-spacing: none
  }
  .home1 {
  display: block; 
  margin:auto; 
  list-style:none;
  width:100%;
  padding: 20px 0px 20px 0px;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
  align-items: center;
}
.cover {
  display: block; 
  margin:auto; 
  list-style:none;
  width:100%;
  padding: 25px 0 25px  0;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
  align-items: center;
}
.three {
  display: block; 
  margin: 0; 
  list-style:none;
  width:100%;
  padding: 0;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
  align-items: center;
}
.box2 {
    width: 300px;
    min-height: 185px;   
    margin: 1em;
    box-sizing: border-box;
    padding-top:2em;
    }
.box4 {
    width: 300px;
    min-height: 185px;   
    margin: 1em;
    box-sizing: border-box;
    padding-top:2em;
    }
#third {
    width: 100%; 
    margin: 20px;
    padding: 0 20px 0 20px;
    }
.box3 {
    margin: 20px;
    padding: 20px;
    }

  .foot {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
  align-items: flex-start;
}

	.left, .right {
	color: #FFFFFF;
	background-color: #3C4859;
	display:inline-block; 
	float:left; 
	margin:0; 
	list-style:none;
	width:90%;
	padding: 20px 20px 20px 0px;
}
.right {
  text-align: left;
}
.scrinium {
    width: 70%;
    position: relative;
    margin: auto;
}
.tags {
  display: none;
}
.section {
    display:block; 
    float:none; 
    width:auto; 
    margin:0 0 20px 0; 
    padding: 0;
}
#blue {
  display:none;
}
.img-left {
	float:left;
  width:100%;
  margin:0; 
  margin-bottom:50px;
  margin-top: 3em;
}
}
@media screen and (max-width:440px) {
  .box3 {
    width: 280px;
  }
}
