@charset "UTF-8";

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: local("☺"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");
  src: local("☺"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold/Roboto-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light/Lato-Light.eot");
  src: local("☺"), url("../fonts/Lato-Light/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light/Lato-Light.ttf") format("truetype"), url("../fonts/Lato-Light/Lato-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular/Lato-Regular.eot");
  src: local("☺"), url("../fonts/Lato-Regular/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular/Lato-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold/Lato-Bold.eot");
  src: local("☺"), url("../fonts/Lato-Bold/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold/Lato-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black/Lato-Black.eot");
  src: local("☺"), url("../fonts/Lato-Black/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black/Lato-Black.ttf") format("truetype"), url("../fonts/Lato-Black/Lato-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: "Alegreya";
  src: url("../fonts/Alegreya-Bold/Alegreya-Bold.eot");
  src: local("☺"), url("../fonts/Alegreya-Bold/Alegreya-Bold.woff") format("woff"), url("../fonts/Alegreya-Bold/Alegreya-Bold.ttf") format("truetype"), url("../fonts/Alegreya-Bold/Alegreya-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: "Alegreya";
  src: url("../fonts/Alegreya-ExtraBold/Alegreya-ExtraBold.eot");
  src: local("☺"), url("../fonts/Alegreya-ExtraBold/Alegreya-ExtraBold.woff") format("woff"), url("../fonts/Alegreya-ExtraBold/Alegreya-ExtraBold.ttf") format("truetype"), url("../fonts/Alegreya-ExtraBold/Alegreya-ExtraBold.svg") format("svg");
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: "Alegreya";
  src: url("../fonts/Alegreya-Medium/Alegreya-Medium.eot");
  src: local("☺"), url("../fonts/Alegreya-Medium/Alegreya-Medium.woff") format("woff"), url("../fonts/Alegreya-Medium/Alegreya-Medium.ttf") format("truetype"), url("../fonts/Alegreya-Medium/Alegreya-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: 0.02em
}

body {
  font-family: "Lato";
  background-color: #FFFFFF
}

input {
  outline: none
}

input::placeholder {
  font-family: "Lato";
  font-weight: 300;
  color: #7B7B7B
}

header {
	 position: fixed;
    background: #fff;
    z-index: 1000;height:140px;width:100%;
    min-width: 300px;
}

header .header_burger {
  display: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  z-index: 102
}

header .header_burger span,
header .header_burger span:after,
header .header_burger span:before {
  background-color: #4F4F4F;
  display: block;
  width: 20px;
  height: 2px;
  transition: all 0.2s ease
}

header .header_burger span:after,
header .header_burger span:before {
  content: ""
}

header .header_burger span:before {
  margin-top: -6px
}

header .header_burger span:after {
  margin-top: 10px
}

header .header_burger:active,
header .header_burger:hover {
  background-color: #eeeeee
}

header .header_burger.active span:before {
  margin-top: 0px;
  transform: rotate(45deg)
}

header .header_burger.active span:after {
  margin-top: -2px;
  transform: rotate(-45deg)
}

header .header_burger.active span {
  height: 0
}

header .header_menu {
  background-color: #F9F9F9;
  padding-top: 80px;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 100;
  position: fixed;
  overflow: auto;
  text-align: center;
  transition: all 0.5s ease
}

header .header_menu li {
  font-size: 1.6rem;
  margin-top: 10px;
  list-style-type: none
}

header .header_menu li :hover {
  font-weight: bold;
  text-shadow: 0px 0px 1px black
}

header .header_menu li a {
  display: block;
  color: #4F4F4F;
  width: 100%;
  text-decoration: none
}

header .header_menu li svg {
  display: none
}

header .header_menu .menu_bottom {
  margin: auto auto 20px auto
}

header .header_menu .menu_bottom div {
  display: flex;
  justify-content: space-around;
  margin: 20px
}

header > :before {
  content: "";
  display: none;
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 102
}

header [class^=col] {
  padding: 0
}

header [class^=col] {
  padding: 0
}

header input[type='submit'] {
  display: none;
}

header input[type='text'] {
  background-image: url("../img/search.png");
  background-repeat: no-repeat;
  background-position: 35px 15px;
  background-color: #EAEAEA;
  border: 2px solid #EAEAEA;
  border-radius: 25px;
  outline: none;
  font-family: "Lato";
  font-size: 16px;
  line-height: 19px;
  margin-top: 65px;
  padding: 16px 16px 16px 80px;
  height: 50px;
  width: 485px
}

header input #search-clear {
  display: none
}

aside {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 15px
}

aside nav {
  border: 1px solid #DBDBDB;
  border-radius: 15px;
  color: #333333;
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
  line-height: 122.69%;
  list-style-type: none;
  padding: 0 35px;
  width: 100%
}

aside nav li {
  border-bottom: 1px solid #D6D6D6;
  padding-top: 30px;
  padding-bottom: 30px
}

aside nav > li:last-child {
  border-bottom: none;
  font-size: 16px;
  font-weight: normal
}

aside ul {
  margin: 0
}

aside ul li {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none
}

aside li a {
  color: #333333;
}

aside svg {
  margin-left: 15px;
  margin-bottom: 2px
}

.contact-block__block-icons {
  padding-right: 85px
}

.contact-block__block-icons div {
  display: flex;
  justify-content: space-between
}

.contact-block__RSS-icons {
  display: flex;
  align-items: center;
  color: #828282;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  line-height: 122.69%
}

.contact-block__RSS-icons img {
  margin-right: 4px
}

article {
  flex: 0 0 66.6666%;
  max-width: 66.6666%
}

article h1 {
  color: #333333;
  font-family: "Alegreya";
  font-weight: bold;
  font-size: 36px;
  line-height: 49px
}

article h1.col {
  margin-bottom: 40px
}

article .col {
  margin-bottom: 30px
}

article .item {
  background-color: #F9F9F9;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding-bottom: 30px;
  position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1)
}

article .item .img-preview {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  height: 200px;
  position: relative
}

article .item .img-preview img {
  height: 200px
}

article .item .img-preview .img-bg {
  background: linear-gradient(180deg, rgba(249, 249, 249, 0) 33.21%, #F9F9F9 92.75%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  z-index: 1
}

article .item .item-info {
  font-family: "Alegreya";
  margin-top: -50px;
  padding: 0 25px 0px 21px
}

article .item .item-info h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 15px;
  position: relative;
  z-index: 2
}

article .item .item-info p {
  font-family: "Lato";
  font-size: 18px;
  line-height: 122.69%;
  color: #4F4F4F;
  position: relative;
  z-index: 2
}

article .item .item-info span {
  font-weight: bold;
  /*position:absolute;*/
  color: #000;
}

article .item .item-info .date {
  color: #828282;
  font-variant: oldstyle-nums;
  left: 20px
}

article .item .item-info .autor {
  color: #333333;
  font-weight: 500;
  right: 35px
}

article .advertising {
  background-color: #C4C4C4;
  border-radius: 20px;
  color: #000000;
  font-family: "Roboto";
  font-size: 75px;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  width: 100%
}

article .download_more {
  display: flex;
  justify-content: center;
  background: #3F0100;
  border-radius: 100px;
  color: white;
  cursor: pointer;
  font-family: "Lato";
  font-weight: bold;
  font-size: 18px;
  margin: 80px auto 95px auto;
  padding: 15px;
  text-align: center;
  width: 280px
}

article .download_more img {
  margin-left: 25px;
  margin-top: 2px;
  height: 22px;
  width: 22px
}

.article aside {
  flex: 0 0 11.6666%;
  max-width: 11.6666%;
  margin-top: 50px
}

.article aside nav {
  border: none;
  padding: 0;
  width: 100px;
  position: fixed;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.1)
}

.article aside nav li {
  border-color: #BDBDBD;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 25px
}

.article article {
  flex: 0 0 100%;
  max-width: 100%;
  color: #4F4F4F;
	overflow:hidden;
}

.article article h1 {
  text-align: center
}

.article article h2 {
  color: #333333;
  font-family: "Alegreya";
  font-weight: bold;
  font-size: 20px;
  line-height: 153.69%;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 35px
}

.article article h3 {
  font-family: Lato;
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 35px
}

.article article img {
  /*width:100%;margin:0 auto 35px auto*/
}

.article article p {
  color: #4F4F4F;
  font-family: "Lato";
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  padding-bottom: 35px
}

.article article .path {
  color: #828282;
  font-size: 16px
}

.article article .path img {
  width: auto;
  margin: 10px
}

.article article .hashtags {
  display: flex;
  margin-top: 35px;
  margin-bottom: 80px
}
.article article .hashtags ul{
	display:flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: 100%;
    max-width: 100%;
}

.article article .hashtags li {
  background-color: #353535;
  -mz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 10px 35px;
  display:inline-block;
	margin:0 15px;
	margin-bottom:15px;
  }
  
.article article .hashtags li {
  font-family: "Lato";
  font-size: 16px;
font-weight: bold;} 
.article article .hashtags li a{color: white;}
.article article .social_network {
  display: flex;
  color: #4F4F4F;
  margin-bottom: 60px
}

.article article .social_network img {
  height: 50px;
  width: auto;
  margin: 0 20px 0 0
}

.article article .social_network img[alt=people] {
  height: 35px
}

.article article .social_network .like {
  border-right: 2px solid #E0E0E0;
  padding-right: 56px
}

.article article .social_network .repost {
  padding-left: 56px
}

.article article .social_network span {
  font-family: "Lato";
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  position: relative;
  top: 10px
}

.article article .comments {
  font-family: "Alegreya";
  width: 585px
}

.article article .comments h2 {
  color: #333333;
  font-weight: bold;
  font-size: 28px;
  margin: 10px 0
}

.article article .comments h2 span {
  color: #828282;
  font-weight: 800;
  line-height: 160%;
  font-variant: oldstyle-nums;
  margin-left: 28px
}

.article article .comments img {
  width: auto;
  height: auto;
  margin: 0 35px 0 0
}

.article article .comments > div {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 70px;
  padding-top: 25px
}

.article article .comments > div:last-child {
  border-bottom: none
}

.article article .comments .send_comment {
  display: flex;
  align-items: center;
  position: relative
}

.article article .comments .send_comment input {
  display: inline-block;
  border: 1px solid #E0E0E0;
  border-radius: 25px;
  padding: 8px 45px;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  color: #828282
}

.article article .comments .send_comment .sign-in_to-comment {
  color: #4F4F4F;
  font-family: "Lato";
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  position: absolute;
  right: 0;
  bottom: 45px
}

.article article .comments .send_comment .sign-in_to-comment a {
  color: 2F80ED
}

.article article .comments .comment .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Alegreya";
  font-size: 20px;
  font-weight: bold;
  line-height: 160%
}

.article article .comments .comment .user-name {
  color: #333333
}

.article article .comments .comment .publish-date {
  color: #828282;
  font-variant: oldstyle-nums
}

.article article .comments .text {
  font-family: Lato;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #4F4F4F
}

#different-page article .download_more {
  background-color: #F2C94C;
  color: black
}

#advertising-page .article-text .path {
  margin-bottom: 40px
}

#advertising-page .article-text img {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

#advertising-page .article-text ul {
  margin-bottom: 80px
}

#advertising-page .article-text ul li,
#advertising-page .article-text ul p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 35px
}

#advertising-page .article-text ul li {
  font-family: "Lato";
  font-weight: normal;
  font-size: 18px;
  list-style-type: none
}

#advertising-page .article-text ul li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 7.5px;
  background-color: #3F0100;
  margin-right: 10px
}

#advertising-page .article-text .part-2 p {
  padding: 0
}

#main-page2 aside {
  flex: 0 0 25%;
  max-width: 25%
}

#main-page2 aside nav {
  padding: 0px 30px
}

#main-page2 article {
  flex: 0 0 75%;
  max-width: 75%
}

#main-page2 article .img-preview img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

#main-page2 article .item-info {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

#main-page2 article .item-info .autor {
  right: 10px
}

#main-page2 article .label {
  color: #828282;
  font-family: "Lato";
  font-weight: bold;
  font-size: 18px;
  top: 200px;
  z-index: 2
}

#main-page2 article .col-xl-8 .item {
  height: auto
}

#main-page2 article .col-xl-8 .item .img-preview {
  height: 320px
}

#main-page2 article .col-xl-8 .item-info {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 80px
}

#main-page2 article .col-xl-8 .item-info .label {
  top: 300px
}

#main-page2 article .col-xl-8 .item-info .autor {
  right: 30px
}

#main-page2 article .col-xl-8 .item-info .date {
  left: 30px
}

#main-page2 article .advertising {
  width: 750px;
  margin-left: auto;
  margin-right: auto
}

#main-page2 article .download_more {
  background-color: #F2C94C;
  color: black
}

#main-page2 .contact-block__block-icons {
  padding-right: 0
}

#main-page2 h1 {
  padding-left: 11%
}

@media (max-width:1199px) {
  header input {
    margin-left: 20px
  }

  .contact-block__block-icons {
    padding-right: 45px
  }

  #main-page2 aside {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
  }

  #main-page2 article {
    flex: 0 0 66.6666%;
    max-width: 66.6666%
  }

  #main-page2 article .col-xl-8 .item {
    height: 100%
  }

  #main-page2 article .col-xl-8 .item .img-preview {
    height: 270px
  }

  #main-page2 article .col-xl-8 .item-info {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px
  }

  #main-page2 article .col-xl-8 .item-info .label {
    top: 200px
  }

  #main-page2 article .col-xl-8 .item-info .autor {
    right: 10px
  }

  #main-page2 article .col-xl-8 .item-info .date {
    left: 20px
  }

  #main-page2 article .img-preview img {
    height: 100%;
    width: 100%;
    object-fit: inherit
  }

  #main-page2 article .last-elem .item-info {
    padding: 0 35px 40px 35px
  }

  #main-page2 article .last-elem .date {
    left: 35px
  }

  #main-page2 article .last-elem .autor {
    right: 35px
  }

  #main-page2 article .advertising {
    width: 100%
  }

  #main-page2 h1 {
    padding-left: 0;
    text-align: center
  }
}

@media (max-width:991px) {
  #logo {
    width: 250px
  }

  header input[type='text'] {
    padding: 10px 10px 10px 60px;
    background-position: 25px 10px;
    font-size: 14px;
    margin-left: -30px;
    margin-top: 45px;
    height: auto;
    width: 385px;
  }

  aside {
    padding-right: 15px
  }

  aside nav {
    font-size: 16px;
    padding: 0 35px
  }

  aside nav li {
    padding-top: 25px;
    padding-bottom: 25px
  }

  aside nav > li:last-child {
    font-size: 14px
  }

  aside ul li {
    padding-top: 8px;
    padding-bottom: 8px
  }

  aside svg {
    margin-left: 10px;
    margin-bottom: 2px
  }

  .contact-block__block-icons {
    padding-right: 20px
  }

  .contact-block__block-icons img {
    width: 20px
  }

  .contact-block__RSS-icons {
    font-size: 16px
  }

  article h1 {
    font-size: 30px
  }

  article h1.col {
    margin-bottom: 30px
  }

  article .item {
    padding-bottom: 40px
  }

  article .item .img-preview img {
    width: 100%
  }

  article .advertising {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 20px
  }

  article .download_more {
    font-size: 16px;
    margin: 60px auto 75px auto;
    padding: 12px;
    width: 250px
  }

  article .download_more img {
    margin-left: 20px
  }

  .article aside nav {
    width: 80px
  }

  .article aside nav li {
    padding: 35px 20px
  }

  .article aside nav img {
    width: 45px
  }

  .article article .col {
    margin-bottom: 20px
  }

  .article article h2 {
    margin-top: 12px;
    margin-bottom: 30px
  }

  .article article h3 {
    margin-bottom: 30px
  }

  .article article img {
    margin: 0 auto 30px auto
  }

  .article article p {
    font-size: 18px;
    padding-bottom: 25px
  }

  .article article .hashtags {
    margin-top: 30px;
    margin-bottom: 60px
  }

  .article article .hashtags span {
    font-size: 14px;
    margin-right: 20px;
    padding: 8px 20px
  }

  .article article .social_network {
    margin-bottom: 50px
  }

  .article article .social_network img {
    height: 35px;
    margin: 0 12px 0 0
  }

  .article article .social_network img[alt=people] {
    height: 25px
  }

  .article article .social_network .like {
    padding-right: 26px
  }

  .article article .social_network .repost {
    padding-left: 26px
  }

  .article article .social_network span {
    font-size: 14px;
    position: relative;
    top: 2px
  }

  .article article .comments {
    width: 500px
  }

  .article article .comments h2 {
    font-size: 24px;
    margin: 8px 0
  }

  .article article .comments h2 span {
    margin-left: 15px
  }

  .article article .comments .send_comment input {
    font-size: 16px
  }

  #main-page2 aside {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
  }

  #main-page2 article {
    flex: 0 0 66.6666%;
    max-width: 66.6666%
  }

  #main-page2 article .item .item-info {
    padding-left: 35px;
    padding-right: 35px
  }

  #main-page2 article .item .item-info .autor {
    right: 35px
  }

  #main-page2 article .item .item-info .date {
    left: 35px
  }

  #main-page2 article .col-xl-8 .item {
    height: 100%
  }

  #main-page2 article .col-xl-8 .item .img-preview {
    height: 270px
  }

  #main-page2 article .col-xl-8 .item-info {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px
  }

  #main-page2 article .col-xl-8 .item-info .label {
    top: 200px
  }

  #main-page2 article .col-xl-8 .item-info .autor {
    right: 35px
  }

  #main-page2 article .col-xl-8 .item-info .date {
    left: 35px
  }

  #main-page2 article .img-preview img {
    height: 100%;
    width: 100%;
    object-fit: inherit
  }

  #main-page2 article .last-elem .item-info {
    padding: 0 35px 40px 35px
  }

  #main-page2 article .last-elem .date {
    left: 35px
  }

  #main-page2 article .last-elem .autor {
    right: 35px
  }
}

@media (max-width:767px) {
  #logo {
    height: 50px;
    width: auto;
    margin: 0px 5px 5px 10px;
    position: relative;
    z-index: 102
  }

  body.lock {
    overflow: hidden
  }

  header {
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0;
    height: 60px;
    z-index: 102
  }

  header .header_burger {
    display: flex
  }

  header > :before {
    background-color: #f1f1f1;
    display: block
  }

  header .header_menu.active {
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: space-between
  }

  header input[type='text'] {
    padding: 8px 8px 8px 50px;
    background-position: 20px 10px;
    background-size: 15px;
    font-size: 14px;
    margin-top: 12px;
    width: 300px;
    position: relative;
    z-index: 102;
  }

  aside {
    display: none;
  }

  aside nav {
    font-size: 18px;
    padding: 0 35px
  }

  aside nav li {
    padding-top: 30px;
    padding-bottom: 30px
  }

  aside nav > li:last-child {
    font-size: 14px
  }

  aside ul li {
    padding-top: 10px;
    padding-bottom: 10px
  }

  aside svg {
    margin-left: 15px;
    margin-bottom: 2px
  }

  .contact-block__block-icons {
    padding-right: 85px
  }

  .contact-block__block-icons img {
    width: 25px
  }

  .contact-block__RSS-icons {
    font-size: 18px
  }

  article {
    margin-top: 100px
  }

  article .item .img-preview {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    height: 270px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start
  }

  article .item .img-preview img {
    object-fit: cover;
    height: 270px;
    width: 100%
  }

  article .advertising {
    font-size: 55px
  }

  article .download_more {
    margin: 40px auto 65px auto
  }

  #different-page {
    max-width: 100%
  }

  #different-page article {
    max-width: 100%;
    padding: 0
  }

  .article aside {
    display: none
  }

  .article article {
    flex: 0 0 100%;
    max-width: 100%
  }

  .article article .col {
    margin-bottom: 15px
  }

  .article article h2 {
    margin-top: 10px;
    margin-bottom: 25px
  }

  .article article h3 {
    margin-bottom: 20px
  }

  .article article img {
    margin: 0 auto 25px auto
  }

  .article article p {
    padding-bottom: 20px
  }

  .article article .hashtags {
    margin-top: 25px;
    margin-bottom: 50px
  }

  .article article .hashtags span {
    font-size: 12px;
    margin-right: 15px;
    padding: 7px 15px
  }

  .article article .social_network {
    margin-bottom: 50px
  }

  .article article .social_network img {
    height: 45px;
    margin: 0 20px 0 0
  }

  .article article .social_network img[alt=people] {
    height: 35px
  }

  .article article .social_network .like {
    position: relative;
    padding-right: 26px
  }

  .article article .social_network .repost {
    position: relative;
    padding-left: 26px
  }

  .article article .social_network span {
    font-size: 14px;
    position: absolute;
    top: 50px;
    right: 8px
  }

  #advertising-page .article-text .path {
    margin-bottom: 30px
  }

  #advertising-page .article-text img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }

  #main-page2 aside {
    flex: 0 0 66.6666%;
    max-width: 66.6666%
  }

  #main-page2 article {
    flex: 0 0 100%;
    max-width: 100%
  }

  #main-page2 article .col-xl-8 .item {
    height: 100%
  }

  #main-page2 article .col-xl-8 .item .img-preview {
    height: 270px
  }

  #main-page2 article .col-xl-8 .item-info {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px
  }

  #main-page2 article .col-xl-8 .item-info .label {
    top: 200px
  }

  #main-page2 article .col-xl-8 .item-info .autor {
    right: 10px
  }

  #main-page2 article .col-xl-8 .item-info .date {
    left: 20px
  }

  #main-page2 article .advertising {
    width: 100%
  }

  #main-page2 h1 {
    padding-left: 0;
    text-align: center
  }
}

@media (max-width:575px) {
  header form {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
  }

  header form label {
    width: 100%;
  }

  header input[type='text'] {
    padding: 5px 5px 5px 30px;
    background-position: 15px 10px;
    background-size: 10px;
    font-size: 10px;
    margin-top: 15px;
    height: auto;
    width: 110%;
  }

  header .header_burger {
    margin-right: 8px;
    margin-left: 8px;
  }

  header .header_menu.active {
    padding-top: 65px;
  }

  aside {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
    margin: 0 auto 50px auto;
    padding-right: 0
  }

  aside nav {
    font-size: 16px;
    padding: 0 30px
  }

  aside nav li {
    padding-top: 25px;
    padding-bottom: 25px
  }

  aside nav > li:last-child {
    font-size: 12px
  }

  aside ul li {
    padding-top: 6px;
    padding-bottom: 6px
  }

  aside svg {
    margin-left: 12px;
    margin-bottom: 2px
  }

  .contact-block__block-icons {
    padding-right: 40px
  }

  .contact-block__block-icons img {
    width: 20px
  }

  .contact-block__RSS-icons {
    font-size: 16px
  }

  article h1 {
    font-size: 24px
  }

  article h1.col {
    margin-bottom: 20px
  }

  article .item {
    padding-bottom: 30px
  }

  article .item .img-preview {
    height: auto
  }

  article .item .img-preview img {
    height: auto
  }

  article .item .item-info h2 {
    font-size: 18px
  }

  article .item .item-info p {
    font-size: 14px
  }

  article .item .item-info .date {
    font-size: 12px
  }

  article .item .item-info .autor {
    font-size: 12px
  }

  article .advertising {
    font-size: 48px
  }

  article .download_more {
    font-size: 16px;
    margin: 30px auto 55px auto;
    padding: 12px;
    width: 250px
  }

  article .download_more img {
    margin-left: 20px
  }

  .article article h1 {
    font-size: 22px
  }

  .article article h2 {
    font-size: 18px;
    margin-bottom: 20px
  }

  .article article p {
    font-size: 16px
  }

  .article article .path {
    font-size: 14px
  }

  .article article .hashtags {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 45px
  }

  .article article .hashtags span {
    font-size: 12px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 8px 20px
  }

  .article article .social_network {
    margin-bottom: 40px
  }

  .article article .social_network img {
    height: 45px;
    width: auto;
    margin: 0 15px 0 0
  }

  .article article .social_network img[alt=people] {
    margin-right: 0;
    height: 35px
  }

  .article article .social_network .like {
    padding-right: 26px
  }

  .article article .social_network .repost {
    padding-left: 26px
  }

  .article article .social_network span {
    font-size: 14px;
    top: 50px;
    right: 8px
  }

  .article article .comments {
    width: 100%
  }

  .article article .comments img {
    width: auto;
    height: auto;
    margin: 0 35px 0 0
  }

  .article article .comments .send_comment input {
    padding: 8px 40px;
    font-size: 16px
  }

  .article article .comments .send_comment .sign-in_to-comment {
    font-size: 14px;
    bottom: 40px
  }

  #advertising-page .article-text .path {
    margin-left: 10px;
    margin-bottom: 20px
  }

  #advertising-page .article-text img {
    width: 100%
  }

  #advertising-page .article-text ul {
    margin-bottom: 80px
  }

  #advertising-page .article-text ul li,
  #advertising-page .article-text ul p {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px
  }

  #advertising-page .article-text ul li {
    font-size: 16px
  }

  #advertising-page .article-text ul li:before {
    width: 9px;
    height: 9px;
    border-radius: 7.5px;
    margin-right: 10px
  }
}

@media (max-width:451px) {
  header {
    height: 50px;
  }

  header > :before {
    height: 50px;
  }

  header #logo {
    margin-top: 2px;
    height: 40px;
  }

  header input[type='text'] {
    padding: 6px 4px 5px 30px;
    margin-top: 8px;
    margin-left: -20px;
    height: auto;
    width: 115%;
  }

  header .header_burger {
    margin: 8px 5px;
    width: 35px;
    height: 35px;

  }

  article {
    margin-top: 80px
  }

  .article article .social_network {
    flex-wrap: wrap
  }

  .article article .social_network .like {
    border-right: none;
    width: 300px;
    margin-bottom: 20px
  }

  .article article .social_network .repost {
    padding: 0;
    width: 300px
  }

  .article article .social_network img {
    height: 40px;
    margin-right: 5px
  }

  .article article .social_network span {
    top: 12px
  }

  .article article .comments img {
    width: 50px;
    margin-right: 14px
  }

  .article article .comments .send_comment input {
    padding: 6px 20px
  }

  .article article .comments .send_comment .sign-in_to-comment {
    font-size: 12px;
    bottom: 40px
  }
}

article .item .img-preview .img-bg {
  background: linear-gradient(180deg, rgba(249, 249, 249, 0) 33.21%, transparent 98.75%);
}

article .item .item-info h2 {
  margin-top: 0;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  font-size: 14px;
}

#main-page2 article .label {
  /*top:180px;color:white;*/
  color: #000;
  margin-top: 30px;
  font-size: 20px;
  display: block;
}

article .item .item-info span.description {
  display: block;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0;
}

.col-xl-in-home:nth-child(5n+4) .label,
.col-xl-in-home:nth-child(5n+5) .label {
  font-size: 22px !important;
}

@media (min-width:1200px) {

  .col-xl-in-home:nth-child(5n+4),
  .col-xl-in-home:nth-child(5n+5) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-in-home:hover {
    text-decoration: none;
  }
}

.rotate img {
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}
