/*
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body,
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
input[type="text"],
input[type="submit"],
input[type="reset"] {
  border: none;
  outline: none;
}
input[type="submit"] {
  padding: 0;
}
textarea {
  resize: none;
  outline: none;
}

.wrapper-large {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

*/

.article_news_inner_tags {padding-left:0px;}

.article_content .paginate {
  padding:20px 0;
  font-size:20px;
}

.article_content h1 {
  font-size: 40px;
  text-align:center;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 20px;
}

.article_content .paginate a{
  margin-right:40px;
}

.article_content .paginate b{
  margin-right:40px;
}


.article_title {
  margin-bottom: 45px;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.article_title_text {
  padding-left: 20px;
  font-size: 26px;
  text-transform: uppercase;
  color: #333;
}
.article_title_breadcrumbs {
  margin: 5px 15px 0 0;
  text-align: right;
}
.article_title_breadcrumbs li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.article_title_breadcrumbs li a {
  color: #000;
  font-size: 16px;
}
.article_title_breadcrumbs li:after {
  content: '/';
  position: absolute;
  top: 2px;
  right: -5px;
  color: #cecccc;
  font-size: 16px;
}
.article_title_breadcrumbs li:last-child:after {
  content: none;
}

.article_sidebar-fix {
  position: fixed;
  z-index: 100;
  top: 60px;
  max-width: 300px;
}

.article_sidebar_top {
  margin-bottom: 25px;
}
.article_tags_item {
  display: inline-block;
  padding-right: 15px;
}
.article_tags_item:last-child {
  padding-right: 0;
}
.article_tags_link {
  font-size: 25px;
  color: #b9b9b9;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article_tags_link:hover {
  color: #121212;
}
.article_sidebar_advertising {
  display: inline-block;
  padding: 32px;
  background: #ffdf00;
}
.article_news {
  position: relative;
  margin-bottom: 35px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.article_news:hover {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.article_news_img {
  -webkit-border-radius: 5px 5px 0;
  border-radius: 5px 5px 0;
  overflow: hidden;
}
.article_news_inner {
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.article_news_date {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #121212;
}
.article_news_title {
  font-size: 46px;
  line-height: 46px;
  font-weight: 600;
  color: #121212;
}
@media (max-width: 767px) {
 .article_news_title {
    font-size: 32px;
  } 
}
.article_news_inner_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.article_news_inner_bottom .article_tags_link {
  font-size: 14px;
  color: #121212;
}
.article_news_select {
  padding: 65px 20px 20px 20px;
  background: url("/assets/images/news-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.article_news_select .article_tags_link {
  color: #fff;
}
.article_news_select_inner_link {
  width: 65%;
  margin: 0 auto;
}
.article_news_select_inner_link a {
  margin-bottom: 20px;
}
.article_news_select_inner_text {
  width: 80%;
  margin: 40px auto 0;
  text-align: center;
}
.article_news_select_title {
  padding: 15px 0 45px 0;
  font-weight: 600;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}
.article_news_select_subtitle {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.article_news_bordered {
  padding: 20px;
  border: 5px solid #000;
}
.article_news_bordered .article_tags_link {
  color: #000;
  font-size: 14px;
}
.article_news_link {
  display: block;
  width: 100%;
  height: 100%;
}
.article_news_select_wrap .article_news_link:hover{
  color: rgba(255, 255, 255, 0.5);
}
.article_news_select,
.article_news_inner,
.article_news_bordered {
  padding-bottom: 60px;
}
.article_news_select_wrap .article_tags_link {
  color: #fff;
}
.news_block .article_news_inner_bottom {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.news_block_content p {
  padding:20px 0;
}

.news_block_content a {
  text-decoration: underline;
  font-weight: 900;
}

.news_block_content h2, .news_block_content h3, .news_block_content h4 {
 color:#000;
}

.news_block_content h2 {
  font-size:40px;
  font-weight: 600;
}

.news_block_content h3 {
  font-size:34px;
  font-weight: 600;
}

.news_block_content h4 {
  font-size:22px;
  font-weight: 600;
}

.news_block_content ul li {
  padding-bottom: 20px;
}


.news_block_date {
  font-size:14px;
  color:#c0c0c0;
}

.news_popular {
  padding: 40px 0;
  background: #ffdf00;
}
.news_awards {
  padding: 40px 0 120px;
  background: #191818;
}
.news_popular_item {
  position: relative;
}
.news_popular_link {
  display: block;
  height: 200px;
  overflow: hidden;
}
.news_popular_item_bottom {
  padding-top: 10px;
}
.news_popular_bottom_link {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
}
.news_popular_bottom_link:hover {
  color: #141414;
}
.news_popular_bottom_text {
  font-size: 20px;
  font-weight: 800;
  color: #151515;
}
.news_popular_bottom_text:hover {
  color: #151515;
}
.news_title {
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
  color: #181818;
}
.news_awards .news_title {
  color: #fff;
}
.news_block {
  padding-bottom: 45px;
  font-size:18px;
}
.news_block .article_news_inner_bottom {
  margin-bottom: 15px;
}
.news_block_img {
  margin: 30px 0;
}
.news_block_top_text {
  font-weight: 600;
  line-height: 30px;
}
.news_block_bottom_text p {
  padding-bottom: 30px;
}
.news_block_bottom_title {
  padding-bottom: 10px !important;
  font-weight: 600;
}
.slick-arrow {
  height: 188px !important;
  width: 67px !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #474646 !important;
  z-index: 9;
}
.slick-arrow:before {
  content: '' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 61px;
  background: url("../img/arrow-next.png") no-repeat;
}
.slick-arrow.slick-prev {
  left: -80px;
}
.slick-arrow.slick-prev:before {
  background: url("../img/arrow-prev.png") no-repeat;
}
.slick-arrow.slick-next {
  right: -80px;
}
.article_news_share a {
  margin-left: 5px;
  color: #000;
}
.article_news_share a:first-child {
  margin-left: 0;
}
.article_news_share a:first-child svg:hover,
.article_news_share a:first-child svg:focus {
  fill: #000;
}
.article_news_select_wrap .article_news_share a {
  color: #fff;
}
.article_news_select_wrap .article_news_share a:first-child svg:hover,
.article_news_select_wrap .article_news_share a:first-child svg:focus {
  fill: #fff;
}

.magazine-title {
  color: #b9b9b9;
}
@media screen and (max-width: 1730px) {
  .wrapper-large {
    padding: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .news_popular_item {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .article_title_breadcrumbs {
    text-align: left;
  }
  .wrapper-large {
    padding: 0 60px;
  }
  .slick-arrow {
    height: 75px !important;
    width: 40px !important;
  }
  .slick-slide {
    padding: 0 !important;
  }
  .slick .article_news_select_title {
    font-size: 18px;
    line-height: 1.4;
  }
  .slick .article_news_select {
    padding: 20px 10px 60px 10px !important;
  }
  .slick .article_news_select_inner_link,
  .slick .article_news_select_inner_text {
    width: 100%;
  }
  .slick .article_news_select_inner_text {
    margin-top: 10px;
  }
  .news_awards {
    padding: 20px 0;
  }
  .slick-arrow.slick-prev {
    left: -42px;
  }
  .slick-arrow.slick-next {
    right: -42px;
  }
  .article_news_inner_bottom {
    left: 10px;
    right: 10px;
  }
  .article_news_inner_bottom .article_tags_item {
    padding-right: 10px;
  }
  .article_title_text {
    padding-left: 0;
  }
}