html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #222;
  font-family: Helvetica, Arial, Roboto, sans-serif;
  font-weight: 300;
}

br {
  display: none;
}

a {
  text-decoration: none;
  color:  #222;
}

p {
  line-height: 1.5;
  font-size: 1.1em;
}

.is-mobile {
  display: none;
}

.width {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.width-2 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.flex {
  display: flex;
  align-items: flex-start;
}

#arrow.active {
  position: fixed;
  right: 0;
  top: 0px;
  width: 55px;
  height: 100%;
  cursor: pointer;
  user-select: none;
  background: rgba(0, 0, 0, .1);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: .5s ease;
  z-index: 10;
}

#arrow.active span {
  padding-bottom: 10px;
  color: black;
  text-shadow: 1px 1px white;
  font-size: .8em;
}

#arrow.active:hover {
  background: rgba(0, 0, 0, .2);
}

main {
  min-height: calc(100vh - 404.36px);
}

header {
  background: white;
}

header .one,
header .two {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
}

header .one {
  margin-bottom: 0px;
}

.icon-menu-mobile {
  display: none;
}

.logo {
  text-decoration: none;
  color: #222;
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  transition: .4s ease;
}

.slogan {
  font-size: .4em;
}

.logo b {
  transition: .4s ease;
  color: #DF3600;
}

.logo:hover b {
  color: black;
}

header .one nav {
  font-weight: 700;
}

header .one nav ul {
  display: flex;
  position: relative;
}


header .one nav ul li {
  margin-bottom: 0;
}

header .one nav ul li ul {
  display: none;
  position: absolute;
  top: 56px;
  background: white;
  box-shadow: 0 0 5px rgba(0,0,0, .2);
  /*border-top: 4px solid #ccc;*/
  z-index: 1002;
}

header .one nav ul li ul li {
  border-bottom: 1px solid rgba(0,0,0, .2);
  text-decoration: underline;
}

header .one nav ul li ul li:hover a {
  text-decoration: underline;
}

header .one nav ul li:hover ul {
  display: block;
}

header .one nav a,
header .one nav span {
  position: relative;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #222;
  cursor: pointer;
}

header .one nav ul li:not(.submenu) > span {
  padding: 0;
}

header .one nav ul li.submenu > a:before,
header .one nav ul li.submenu > a:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 1px;
  background: black;
  right: 5px;
}

header .one nav ul li.submenu > a:before {
  transform: rotate(45deg);
  top: calc(50% - 2px);
}

header .one nav ul li.submenu > a:after {
  transform: rotate(-45deg);
  top: calc(50% + 0px);
}

header .one nav ul li.submenu:hover > a:before {
  top: 50%;
  right: 7px;
}

header .one nav ul li.submenu:hover > a:after {
  top: 50%;
  right: 4px;
}

header .one nav a:hover  {
  text-decoration: underline;
}





header .search {
  margin: -8px 0 0 -10px;
  transform: scale(1.1);
  height: 9px;
  position: relative;
  z-index: 20;
}

header .search input[type="search"] {
  background: rgba(255, 255, 255, 1) url(/i/social-search.svg) 7px 5px no-repeat;
  text-indent: 1em;
  display: inline-block;
  border: 0 none;
  width: 0px;
  height: 26px;
  border-radius: 15px;
  outline: none;
  padding: 0 13px;
  cursor: pointer;
  -webkit-appearance: none;
  color: black;
  vertical-align: baseline;
  position: absolute;
  z-index: 20;
  transition: .5s ease-in-out;
}

header .search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

header .search input[type="search"]:hover {
  filter: invert(1);
}

header .search input[type="search"]:focus {
  filter: invert(1);
  cursor: text;
  width: 200px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header .search {
    margin-left: -16px;
    transform: scale(1);
  }
  header .search input[type="search"] {
    margin-top: 3px;
  }
}

header .social {
  position: relative;
  z-index: 1;
}

header .social a {
  margin: 0 5px;
  position: relative;
  z-index: 1;
}

header .social a img {
  /* transform: scale(1.2); */
  transition: .1s ease-in-out;
}
header .social a:hover img {
  transform: scale(1.4);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header .social a img {
    transform: scale(1);
  }
  header .social a:hover img {
    transform: scale(1.2);
  }
}

  

.progress-bar {
  left: 0;
  top: 0;
  height: 4px;
  width: 0%;
  background: #DF3600;
  position: relative;
}

.bg-progress-bar {
  width: 100%;
  height: 4px;
  background: #ccc;
  position: sticky;
  top: 0;
  z-index: 1001;
}

.big-block-article {
  display: flex;
  justify-content: center;
  margin: 30px 0 60px 0;
}

.big-block-article .img {
  position: relative;
  z-index: 2;
  max-width: 700px;
  width: 50%;
  overflow: hidden;
  min-width: 700px;
  max-height: 400px;
  text-align: right;
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
}

.big-block-article .img img {
  width: 100%; height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.big-block-article .txt {
  position: relative;
  z-index: 1;
  margin: 30px 0 -30px -30px;
  padding: 30px 30px 30px 60px;
  border: 1px solid #DF3600;
}

.big-block-article .txt .category {
  text-transform: uppercase;
  color: #DF3600;
  font-weight: 400;
  font-size: .9em;
}

.big-block-article .txt .title {
  margin: 10px 0;
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: 300;
}

.big-block-article .txt .author {
  margin: 30px 0 0 0;
  font-weight: 300;
  font-size: .8em;
}

.big-block-article .txt .author span {
  position: relative;
  margin-right: 15px;
}

.big-block-article .txt .author span:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #DF3600;
  position: absolute;
  top: 7px;
  right: -10px;
}

.big-block-article .txt .author span:last-child:after {
  background: white;
}


.latest-news {
  margin: 30px 0 30px 65px;
  border-top: 2px solid #BEFFFF;
  border-left: 2px solid #BEFFFF;
  border-bottom: 2px solid #BEFFFF;
  padding: 30px 0 20px 50px;
  position: relative;
}

.latest-news > .title {
  font-size: 2em;
  position: absolute;
  margin: -50px 0 30px -20px;
  background: white;
  display: block;
  width: 100%;
  padding-left: 20px;
  font-weight: 300;
}

.latest-news article {
  display: flex;
  margin: 20px 0;
}

.latest-news article .img {
  max-width: 150px;
  margin-right: 20px;
}

.latest-news article .img img {
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
  width: 100%;
  height: auto;
}

.latest-news article .txt .category {
  text-transform: uppercase;
  color: #DF3600;
  font-size: .7em;
}

.latest-news article .txt .title {
  font-size: 1.1em;
  margin: 0 0 2px 0;
  color: black;
  font-weight: 500;
  line-height: 1.2;
}

.latest-news article .txt .author {
  font-weight: 300;
  font-size: .8em;
}

.latest-news article .txt .author span {
  position: relative;
  margin-right: 15px;
}

.latest-news article .txt .author span:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #DF3600;
  position: absolute;
  top: 7px;
  right: -10px;
}

.latest-news article .txt .author span:last-child:after {
  background: white;
}

.latest-news a.more {
  position: absolute;
  bottom: -10px;
  right: 0;
  background: white;
  display: block;
  padding-left: 20px;
  font-size: 1.2em;
  font-weight: 30;
  text-decoration: underline;
}

.top-authors {
  margin: 20px 30px;
  padding: 30px 0 30px 60px;
  position: relative;
}

.top-authors:after,
.top-authors:before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #0065FF;
}

.top-authors:after {
  width: 1px;
  height: 30px;
}

.top-authors .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0 0 10px 0;
}

.top-authors p {
  text-align: center;
  font-size: .8em;
}

.top-authors ul {
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-right: 50px;
  justify-content: center;
}

.top-authors ul li {
  max-width: 250px;
  width: 50%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
}

.top-authors li p {
  line-height: 1.2;
  margin:  12px 0;
}


.top-authors ul li a:hover img {
  opacity: .8;
}

.top-authors ul li a:hover {
  text-decoration: underline;
}

.top-authors ul li img {
  border-radius: 50px;
}

.top-authors ul li .name {
  font-weight: 700;
  font-size: .9em;
  margin-top: 5px;
}

.top-authors ul li a.link-last-article {
  font-size: .8em;
  font-style: italic;
  text-decoration: underline;
}

.top-authors ul li a.link-last-article:hover {
  text-decoration: none;
}

.top-authors ul:after,
.top-authors ul:before {
  content: '';
  bottom: 0;
  right: 0;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #0065FF;
}

.top-authors ul:after {
  width: 1px;
  height: 30px;
}

.subscribe {
  background: #F3F3F6;
  padding: 30px;
  margin: 0 30px;
  text-align: center;
}

.subscribe .title {
  font-size: 3em;
  font-weight: 400;
  position: relative;
  margin-top: -60px;
  padding-bottom: 10px;
}

.subscribe p {
  text-align: center;
  font-size: .9em;
}

.subscribe img {
  margin: 10px 0;
}

.subscribe form {
  display: block;
  margin: 10px 0 15px 0;
}

.subscribe form input[type="text"] {
  width: 250px;
  padding: 10px 10px 7.5px 10px;
  border: 1px solid #DF3600;
  font-size: 1em;
  font-weight: 300;
}

.subscribe form input[type="submit"] {
  padding: 11px 20px 8px 20px;
  border: 1px solid #DF3600;
  font-size: .9em;
  font-weight: 300;
  background: #DF3600;
  color: white;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  right: 6px;
  cursor: pointer;
}
.subscribe form .bg-submit {
  display: inline-block;
  border: 1px solid #DF3600;
  position: relative;
  top: 4px;
  right: -6px;
}

.subscribe form input[type="submit"]:hover {
  background: #ff5000;
}

.subscribe form input[type="submit"]:active {
  top: 0;
  right: 0;
  background: #ff5000;
}

.future {
  margin: 30px 0;
  user-select: none;
}

.future > .title {
  font-size: 2.5em;
  font-weight: 400;
  margin-bottom: 10px;
}

.future .main-carousel {
  margin: 30px 50px;
  position: relative;
}

.future .main-carousel article {
  display: flex;
/*  max-width: 270px;*/
  width: 360px;
  margin-right: 20px;
}

.future .main-carousel article .img {
  width: 150px;
}

.future .main-carousel article .img img {
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
}

.future .main-carousel article .txt {
  width: 220px;
  margin-left: 15px;
}

.future .main-carousel article .txt .date {
  font-weight: 300;
  font-size: .8em;
  color: #DF3600;
}

.future .main-carousel article .txt .title {
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.1em;
}

.future .main-carousel .flickity-button {
  position: absolute;
}

.future .main-carousel .flickity-prev-next-button.next {
  right: -50px;
}

.future .main-carousel .flickity-prev-next-button.previous {
  left: -50px;
}

.block-1 {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}

.block-1 > .title {
  position: relative;
  bottom: -21px;
  left: 0;
  display: inline-block;
  font-weight: 400;
  font-size: 2.5em;
  background: white;
  padding: 0 30px;
  z-index: 2;
}

.block-1 .bg-block-1 {
  padding: 0 15%;
  height: 40px;
  border-top: 1px solid #DF3600;
  border-left: 1px solid #DF3600;
  border-right: 1px solid #DF3600;
  position: relative;
}

.block-1 .bg-block-1 p {
  margin-top: 40px;
}

.block-1 .h-listing-block-1 {
  margin-top: 70px;
  display: flex;
}

.block-1 .h-listing-block-1 .item {
  width: calc(25% - 20px);
  display: block;
  margin: 0 10px;
}

.block-1 .h-listing-block-1 .item:first-child {
  margin-left: 0;
}

.block-1 .h-listing-block-1 .item:last-child {
  margin-right: 0;
}

.block-1 .h-listing-block-1 article {
  width: 100%;
  overflow: hidden;
  max-width: 280px;
}

.block-1 .h-listing-block-1 article img {
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
  width: 100%; height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  height: 85px;
}

.link-all-version {
  display: flex;
  align-items: center;
  color: white;
  background: rgba(0,0,0, .3);
  padding: 0 10px;
  transition: 0.2s ease;
}
.link-all-version:hover {
  background: rgba(0,0,0, .4);
}

.block-1 .h-listing-block-1 article .category {
  font-weight: 400;
  font-size: .9em;
  color: #DF3600;
  text-align: left;
  margin: 10px 0;
}

.block-1 .h-listing-block-1 article .title {
/*  text-align: left;*/
  font-size: 1.1em;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.block-1 .h-listing-block-1 .item:hover article .title {
  text-decoration: underline;
}

.block-1 .h-listing-block-1 article .author {
/*  text-align: left;*/
  font-size: .8em;
}

.block-1 .h-listing-block-1 article .author span {
  position: relative;
  margin-right: 15px;
}

.block-1 .h-listing-block-1 article .author span:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #DF3600;
  position: absolute;
  top: 7px;
  right: -10px;
}

.block-1 .h-listing-block-1 article .author span:last-child:after {
  background: white;
}

.listing-block-2 {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}

.listing-block-2 .item {
  width: calc(50% - 25px);
  margin: 20px 0;
}

.listing-block-2 .item:nth-child(2n) {
  margin-left: 25px;
}

.listing-block-2 .item:nth-child(2n-1) {
  margin-right: 25px;
}

.listing-block-2 .item:nth-child(2) {
  width: 100%;
  margin: 0 0 30px 0;
}

.listing-block-2 article .img {
  border: 1px solid #DF3600;
  position: relative;
  margin-left: 10px;
}

.listing-block-2 .item:first-child article .img img {
  position: relative;
  top: -15px;
  left: -20px;
  width: 100%;
  height: auto;
}

.listing-block-2 .item article .img img {
  position: relative;
  top: -5px;
  left: -10px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
}

.listing-block-2 article .txt .category {
  font-weight: 400;
  font-size: .9em;
  color: #DF3600;
  text-align: left;
  margin: 10px 0;
}

.listing-block-2 article .txt .title {
  text-align: left;
  font-size: 1.1em;
  font-weight: 500;
  margin: 0 0 10px 0;
  overflow: hidden;
  line-height: 1.2;
}

.listing-block-2 article:hover .txt .title {
  text-decoration: underline;
}

.listing-block-2 article .txt .author {
  text-align: left;
  font-size: .8em;
  font-weight: 300;
}

.listing-block-2 article .txt .author span {
  position: relative;
  margin-right: 15px;
}

.listing-block-2 article .txt .author span:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #DF3600;
  position: absolute;
  top: 7px;
  right: -10px;
}

.listing-block-2 article .txt .author span:last-child:after {
  background: white;
}


footer {
  background: black;
  min-height: 284px;
  color: white;
  padding: 30px 0 10px 0;
  margin-top: 60px;
  font-size: 1.2em;
}

footer .flex {
  justify-content: space-between;
}

footer a {
  color: white;
}

footer a:hover {
  text-decoration: underline;
}


footer a.logo {
  color: white;
}

footer a.logo .slogan {
  font-size: .35em;
}

footer a.logo:hover {
  color: white;
  text-decoration: none;
}

footer a.logo:hover b {
  color: #888;
}


footer .follow {
  margin: 15px 0;
  font-size: .8em;
  display: flex;
  align-items: center;
}

footer .follow a {
  margin-left: 10px;
  display: inline-block;
  transition: .2s ease;
}

footer .follow a.ok {
  margin-left: 15px;
}

footer .follow a:hover {
  text-decoration: none;
  opacity: .8;
}

footer .follow span {
  padding-right: 25px;
  color: rgba(255,255,255, .6);
}

footer .subscribe {
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: .8em;
}

footer .subscribe p {
  text-align: left;
  font-size: 1em;
}

footer .subscribe form input[type="text"] {
  width: 350px;
  border: 1px solid white;
  background: black;
  color: white;
  outline: none;
}

footer input::placeholder {
  color: #bbb;
}

footer .subscribe form input[type="submit"] {
  border: 1px solid white;
  background: white;
  color: black;
}
footer .subscribe form .bg-submit {
  border: 1px solid white;
}

footer .subscribe form input[type="submit"]:hover {
  background: white;
}

footer .subscribe form input[type="submit"]:active {
  background: white;
}

footer .two .footer-nav a {
  font-weight: 400;
  font-size: 1em;
  display: block;
  padding: 10px;
}

footer .three a,
footer .four a {
  font-size: .8em;
  font-weight: 300;
  display: block;
  padding: 14px;
  font-weight: 400;
  font-size: 1em;
}

footer .site-info {
  margin-top: 30px;
  text-align: center;
  font-size: .7em;
}


.er404 {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.er404 h1 {
  font-size: 20em;
}

.er404 .txt {
  margin-left: 60px;
}

.er404 .txt p:first-child{
  font-size: 4em;
}