body {
	font-family: Lora, Arial, Helvetica, sans-serif;
}
a {
  transition-duration: 0.5s;
  text-decoration: none;
}

form a, p a, td a{
    color: #000000!important;
}
a div:hover,
a:hover div,
a:hover {
	color: #E3003A !important;
  transition-duration: 0.5s;
}
a:hover sup {
  transition-duration: 0.5s;
  color: #E3003A;
  text-shadow: #E3003A 0 0 1px, #E3003A 0 0 1px, #E3003A 0 0 1px;
}
.category-white_quote {
  color: #BAB5B5;
  text-decoration: none;
}
.category-white_quote sup{
  color: white;
  font-family: Roboto;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: black 0 0 1px, black 0 0 1px, black 0 0 1px;
}
.category-dark_quote {
  color: #BAB5B5;
  text-decoration: none;
}
.category-dark_quote sup{
  color: #1D1D1B;
  font-family: Roboto;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: #BAB5B5 0 0 1px, #BAB5B5 0 0 1px, #BAB5B5 0 0 1px;
}

/* ===== HEADER ===== */
.header {
	background-color: #1D1D1B;
}
.header-logo {
	height: 75px;
	width: 300px;
}
.header-search {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition-duration: 1s;
}
.header-search:hover {
  transition-duration: 1s;
  background-color: #E3003A;
  border-radius: 50%;
}
.header-search_input {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 5px;
  background-color: #1D1D1B;
  width: 350px;
}
.header-search_input input {
  background-color: white;
  color: black;
  border: 2px solid grey;
  height: 44px;
  width: 250px;
  text-align: center;
}
.header-search_input span,
.header-search_input i{
  margin-right: 5px;
  transition-duration: 1s;
  font-size: 24px;
  color: white;
  font-weight: 200;
}
.header-search_input i:hover {
  transition-duration: 1s;
  color: #E3003A;
}
.header-menu-search {
  position: relative;
}
.header-menu-search input {
  background-color: transparent;
  border: 2px solid grey;
  width: 100%;
  text-align: center;
  color:  white;
  line-height: 40px;
  transition-duration: 1s;
}
.header-search_input input:focus,
.header-menu-search input:focus{
  transition-duration: 1s;
  border: 2px solid #E3003A;
}
.header-menu-search i {
  position: absolute;
  right: 10px;
  top: 10px;
  color:  grey;
  font-size: 24px;
}

.header-lang {
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	margin-left: 50px;
}
.header-menu_button{
	margin-left: 40px;
  cursor: pointer;
}
.header-menu {
  position: relative;
}

#header-menu_button-close{
    display: none;
    font-size: 48px;
    color: #ffffff;
    margin-left: 40px;
    cursor: pointer;
}

.header-menu_button-close i {
  font-size: 48px;
}
.header-menu-inner {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1D1D1B;
  z-index: 10;
}
.header-menu-inner a {
  color: white;
  text-decoration: none;
  font-size: 24px;
}


/* ===== CONTENT ===== */

.main-author_tape-item {
	color: black;
	display: flex;
	flex-wrap: nowrap;
  padding: 0;
  text-decoration: none;
}
.main-author_tape-photo {
	background-image: url(../img/main-author_tape-photo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 97px;
	min-width: 78px;
	margin-right: 10px;
	position: relative;
}
.main-author_tape-logo {
	bottom: 0;
	left: 0;
	position: absolute;
}
.main-author_tape-preview {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}
.main-author_tape-preview sup {
	color: #E3003A;
	font-family: Roboto;
	font-size: 85px;
	font-style: italic;
	top: 5px;
	vertical-align: bottom;
}
.main-author_tape-name {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	text-align: center;
}

.main-events{
	padding-top: 40px;
}
.main-events-section_title {
	color: #F3F3F3;
	font-size: 48px;
	font-weight: bold;
	line-height: 62px;
	text-transform: uppercase;
}
.main-events-title {
  color: #1D1D1B;
  display: block;
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.main-events-title sup {
	color: #E3003A;
	font-family: Roboto;
	font-size: 144px;
	font-style: italic;
	top: -10px;
	vertical-align: bottom;
}
.main-events-img {
	/* background-position: center; */
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	height: 296px;
  width: 397 !important;
  position: relative;
}
.main-events-img-logo {
  bottom: -10px;
  left: 10px;
  position: absolute;
}
.main-events-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
}
.main-articles-category,
.main-events-news-item-category,
.main-events-category a {
	color: #BAB5B5;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
  letter-spacing: 0.15em;
}
.main-theme_articles-category sup,
.main-articles-category sup,
.main-events-news-item sup,
.main-events-category sup {
	color: white;
	font-family: Roboto;
	font-size: 72px;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: black 0 0 1px, black 0 0 1px, black 0 0 1px;
	top: 5px;
	vertical-align: bottom;
}
.main-theme_articles-category sup {
  top: 7px;
}
.main-articles-category sup,
.main-events-news-item sup{
	padding-left: 0;
}
.main-events-news-bunner{
	background-color: #E3003A;
	border-radius: 4px;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
.main-events-news-item-time {
	color: #BAB5B5;
	text-align: right;
}
.main-events-news-item{
	padding-top: 25px;
}
.main-events-news-item-text {
  color: #000000;
  cursor: pointer;
  font-size: 18px;
  line-height: 23px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
}
.main-events-news-link {
  color: #E3003A;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 65px;
  text-align: center;
}
.main-events-news-link:hover {
  text-decoration: underline;
}
.main-articles {
  border-top: 1px solid #E5E5E5;
  padding-top: 28px;
}
.main-articles-img-wrapper {
  display: flex;
  /* width: 290px; */
}
.main-articles-img {
  /* background-image: url(../img/main-articles-img.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 206px;
  margin: auto;
  width: 280px;
  position: relative;
}
.main-articles-logo {
  bottom:-7px;
  left: 11px;
  position: absolute;
}
.main-articles-content {
  text-decoration: none;
}
.main-articles-title {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
.main-articles-title-width {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
.main-articles-content-inner{
  display: flex;
  width: 280px;
}
.main-articles-author{
  margin: auto;
  min-width: 80px;
  max-width: 90px;
  cursor: pointer;
}
.main-articles-author-name {
  color: #000000;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
}
.main-articles-text {
  padding: 0;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  margin: auto;
}

.main-top_news {
  background-color: #1D1D1B;
  position: relative;
}
.main-top_news-bunner {
  color: rgba(243, 243, 243, 0.2);
  font-family: 'Lora';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  height: 100%;
  line-height: 46px;
  margin-left: -27px;
  position: absolute;
  text-align: center;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 800px){
  .main-top_news-bunner {
    display: none;
  }
}
.main-top_news-item a {
  color: #1D1D1B;
  text-decoration: none;
}
.main-top_news-item-title {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
.main-top_news-item sup{
  color: #1D1D1B;
  display: block;
  padding: 0;
  text-align: center;
  font-family: Roboto;
  font-size: 96px;
  font-style: italic;
  text-shadow: #FFFFFF 0 0 1px, #FFFFFF 0 0 1px, #FFFFFF 0 0 1px;
  top: 40px;
}
.main-top_news-item-counter {
  color: #1D1D1B;
  font-size: 64px;
  font-weight: 700;
  line-height: 50px;
  text-shadow: #FFFFFF 0 0 1px, #FFFFFF 0 0 1px, #FFFFFF 0 0 1px;
}
.main-top_news-item-text {
  color: #FFFCFC;
  font-size: 14px;
  line-height: 18px;
}
.main-theme_articles {
  padding-top: 31px;
}
.main-theme_articles a {
  text-decoration: none;
}
.main-theme_articles-img-wrapper{
  display: flex;
}
.main-theme_articles-img {
  background-image: url(../img/main-theme_articles-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 206px;
  width: 277px;
  margin: auto;
  position: relative;
}
.main-theme_articles-logo {
  bottom:-7px;
  left: 11px;
  position: absolute;
}
.main-theme_articles-category {
  color: #BAB5B5;
  font-family: 'Lora';
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 15px;
  padding-top: 23px;
  text-transform: uppercase;
}

.main-theme_articles-text {
  color: #1D1D1B;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
.main-theme_articles-text-time{
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #BAB5B5;
  margin-top: -2em;
  padding-left: 30px;
  padding-bottom: 50px;
}

.main-group_news {
  background-color: #1D1D1B;
}
.main-group_news-category {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.15em;
  padding-top: 1em;
  text-transform: uppercase;
}
.main-group_news-category a {
  color: #BAB5B5;
  text-decoration: none;
}
.main-group_news-category sup {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 72px;
  top: 35px;
}
.main-group_news-title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 61px;
  text-align: center;
  padding-top: 21px;
}
.main-group_news-title a {
  text-decoration: none;
  color: #FFFFFF;
}
.main-group_news-item-img {
  background-image: url(../img/main-group_news-item-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}
.main-group_news-item-text {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #000;
  padding: 25px;
}
.content.main-group_news .main-group_news-item-text {
  color: #fff;
}
.main-group_news-item a {
  text-decoration: none;
}
.main-group_news-item-time {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #BAB5B5;
  padding-bottom: 35px;
  padding-left: 50px;
}
.main-group_news-item-text_dark {
  color: #000000;
}
.main-group_news-item-img_light {
  background-image: url(../img/main-group_news-item-img_2.png);
}


/*===== FOOTER =====*/

.footer-dark {
  background-color: #1D1D1B;
}
.footer-dark-item {
  display: flex;
  padding: 12px;
  min-height: 40px;
  text-align: right;
}
.bottom-menu-item{
  display: flex;
}
.footer-dark-item a {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  text-decoration: none;
  margin: auto;
}
.footer-dark-item-inner {
  margin: auto;
  width: 100%;
}
.footer-item {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  padding-top: 45px;
}
.footer-links a {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 25px;
  color: #1D1D1B;
  text-decoration: none;
}
.footer-age {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 80px;
  color: #E5E5E5;
}
.mobile {
  display: block;
    max-width: 768px;
    margin: 0 auto;
}

.desktop{
    display: none;
}

@media screen and (max-width: 768px){
  .mobile {
    display: flex;
  }
  .desktop {
    display: none;
  }
}

/*===== POST =====*/

.post-content-img {
  background-color: #1D1D1B;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('../img/post-content-img.png');
  /* height: 465px; */
  position: relative;
}
.post-content-img .detail {
  max-height: 465px;
  max-width: 100%;
  opacity: 0;
}
@media screen and (max-width: 540px){
  .post-content-img {
    height: 250px;
  }
  .post-content-img .detail {
    max-height: 250px;
  }
}
.post-content-title {
  background-color: #1D1D1B;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  height: 465px
}
.post-content-logo {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
.post-content-title p {
  color: #FFFFFF;
}
.post-content-category {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #BAB5B5;
  text-transform: uppercase;
}
.post-content-category sup {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 72px;
  top: 35px;
}
.post-content-preview {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.post-content-text {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.post-content-text img {
  max-width: 100%;
}
.post-content-author-name {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.post-content-theme_link {
  color: #E3003A;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.post-content-theme_link:hover {
  text-decoration: underline;
}
.category-title sup {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 96px;
  line-height: 0;
  color: #FFFFFF;
  top: 30px;
}
.category-title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.1em;
  color: #000000;
  text-transform: uppercase;
}
.category-opinions-title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1em;
  color: #000000;
}
.category-opinions-title sup {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 72px;
  line-height: 0;
  color: #FFFFFF;
  top: 24px;
}
.category-opinions-item {
  padding-top: 20px;
  display: flex;
}
.category-opinions-text {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 0;
  padding-left: 10px;
}
.category-opinions-author {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.category-main_new {
  background: #1D1D1B;
}
.category-main_new-title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #FFFFFF;
}
.category-main_new-title sup {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 0;
  color: #E3003A;
  top: 45px;
}
.category-main_new-text {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #FFFCFC;
}