@charset "UTF-8";
@font-face {
  font-family: "Sf Regular";
  src: url("../fonts/SF-UI-Display-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Sf Light";
  src: url("../fonts/SF-UI-Display-Light.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Sf Medium";
  src: url("../fonts/SF-UI-Display-Medium.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Sf Bold";
  src: url("../fonts/SF-UI-Display-Bold.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Sf Semi";
  src: url("../fonts/SF-UI-Display-Semibold.otf");
  font-style: normal;
  font-weight: normal;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Sf Regular", sans-serif;
  font-size: 16px;
  justify-content: space-between;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

a, input, button, textarea, select {
  text-decoration: none;
}

a:focus, a:hover, input:focus, input:hover, button:focus, button:hover, textarea:focus, textarea:hover, select:focus, select:hover {
  outline: none;
}

* {
  box-sizing: border-box;
}

.fb-share-button {
  transform: translateY(-4px);
}

.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: no-wrap;
}

.social__item {
  margin: 0 40px 0 0;
  color: black;
  transition: all 300ms;
}

.social__item:hover {
  color: #c69c6d;
}

.link {
  text-decoration: none;
  font-size: 13px;
}

.link_grey {
  color: #b7b7b7;
}

.search__input {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  width: 95px;
}

.search__button {
  color: #858585;
  background: none;
  border: none;
  font-size: 13px;
  margin-left: -5px;
  cursor: pointer;
}

.newsFeed {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: no-wrap;
}

.newsFeed__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: no-wrap;
  margin-top: -1px;
  padding: 10px 4px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 13px;
}

.newsFeed__time {
  color: #555555;
}

.newsFeed__content {
  width: 78%;
  color: #636363;
  text-decoration: none;
  transition: all 300ms;
}

.newsFeed__content:hover {
  color: #c69c6d;
}

.triple {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: no-wrap;
}

.triple_wide {
  width: 94%;
  margin: 0 auto;
}

.triple__double {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: no-wrap;
  width: 40%;
}

.triple__element {
  position: relative;
  overflow: hidden;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.triple__element_big {
  width: 59%;
  height: 500px;
}

.triple__element_small {
  width: 100%;
  height: 245px;
}

.triple__element:hover .triple__pic {
  transform: scale(1.02);
}

.triple__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
  z-index: -1;
  position: relative;
}

.triple__headline, .triple__date {
  position: absolute;
  color: white;
  left: 20px;
}

.triple__headline {
  bottom: 45px;
  font-size: 30px;
  font-family: "Sf Bold";
}

.triple__headline_small {
  font-size: 20px;
}

.triple__date {
  bottom: 20px;
  font-size: 13px;
}

.triple__date_dark {
  color: rgba(255, 255, 255, 0.8);
}

.mainFeed {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: no-wrap;
  width: 100%;
}

.mainFeed__headline {
  margin: 33px 0 30px 5px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Sf Semi";
}

.mainFeed__headline_margin {
  margin-left: 35px;
}

.mainFeed_detail {
  width: 100% !important;
}

.mainFeed__breadcrumbs {
  font-size: 14px;
  margin: 20px 0 20px 38px;
}

.breadcrumbs {
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumbs__link {
  color: rgba(0, 0, 0, 0.6);
}

.breadcrumbs__link_bold {
  font-family: "Sf Medium";
}

.feedBody {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: no-wrap;
  width: 100%;
}

.feedBody__main {
  width: 63.5%;
}

.feedBody_center {
  justify-content: center;
  width: 100%;
}

.feedBody__share {
  margin: 30px 0;
}

.feedBody__content {
  color: black;
  line-height: 1.6;
  font-family: "Sf Light";
}

.feedBody__item {
  width: 100%;
  display: block;
}

.feedBody__item:not(:first-child) {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #e7e7e7;
}

.feedBody__item:hover .feedBody__headline {
  color: #c69c6d;
}

.feedBody__item_custom {
  padding: 10px;
  margin-top: 0;
  border-bottom: 1px solid #dcdcdc;
}

.feedBody__item_custom:first-child {
  border-top: 1px solid #dcdcdc;
}

.feedBody__item--time {
  font-size: 12px;
  color: #999;
}

.feedBody__item--link {
  display: block;
  margin: 5px 0;
  font-weight: bold;
  color: #000;
}

.feedBody__item--link:visited {
  color: #896492;
}

.feedBody__footer {
  font-size: 14px;
}

.feedBody__item--active {
  color: #b52926;
}

.feedBody__item--count {
  font-weight: bold;
}

.poll__interview {
  background-color: #ecf1f5;
  padding: 20px;
}

.poll__interview.close {
  display: none;
}

.poll__chapter {
  font-weight: bold;
  text-transform: uppercase;
}

.poll__chapter--link {
  color: #b52926;
}

.poll__interview--title {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  padding: 13px 0 6px;
}

.poll__radio {
  margin: 10px 0;
}

.poll__radio label {
  cursor: pointer;
  font-size: 17px;
}

.poll__interview--button {
  margin-top: 10px;
  background: #000;
  color: #fff;
  border-color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
}

.poll__interview--image {
  margin: 15px 0;
}

.poll__interview--image img {
  width: 100%;
  height: 100%;
}

.poll__line {
  height: 30px;
  background: #fff;
  position: relative;
  margin-top: 5px;
}

.poll__line--value {
  height: 30px;
  background: #b52926;
}

.poll--value {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0;
  line-height: 30px;
}

.poll__footer {
  margin-top: 15px;
  font-size: 15px;
}

.feedBody__pic {
  width: 100%;
}

.feedBody__pic_small {
  float: left;
  width: 49%;
  margin: 0 20px 20px 0;
}

.feedBody__headline {
  font-size: 30px;
  font-family: "Sf Bold";
  margin-top: 20px;
  transition: all 300ms;
  color: black;
}

.feedBody__headline_small {
  font-size: 22px;
  margin: 0 0 10px 0;
}

.feedBody__text {
  color: #8e8e8e;
  font-family: "Sf Light";
  margin-top: 20px;
}

.feedBody__text_small {
  margin-top: 0;
}

.feedBody__date {
  margin-top: 20px;
  color: black;
  font-size: 12px;
}

.feedBody__date_dark {
  color: rgba(0, 0, 0, 0.6);
  margin-left: 2px;
}

.feedBody__categories {
  width: calc(36.5% - 10px);
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e7e7e7;
}

.categories_thick {
  width: 30%;
}

.categories__category:not(:first-child) {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #e7e7e7;
}

.categories__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: no-wrap;
  width: 100%;
  background-color: #272727;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}

.categories__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: no-wrap;
}

.categories__arrow {
  margin: 0 10px;
  font-family: "Sf Medium";
}

.categories__headline {
  text-transform: uppercase;
  font-family: "Sf Semi";
}

.categories__headline_black {
  color: black;
  margin: 0 0 10px 10px;
}

.categories__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  position: relative;
}

.categories__slide {
  position: relative;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.categories__text {
  position: absolute;
  left: 10px;
  bottom: 20px;
  color: white;
  font-family: "Sf Medium";
}

.categories__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

.smallItem {
  width: 45%;
  color: black;
  font-size: 13px;
  margin: 10px 0;
  position: relative;
}

.smallItem_video::after {
  content: '▶';
  position: absolute;
  top: calc(25% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e0e4df;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 1px 2px;
  box-sizing: border-box;
}

.smallItem:hover .smallItem__text {
  color: #c69c6d;
}

.smallItem__pic {
  width: 100%;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.smallItem__text {
  margin: 10px 0;
  transition: all 300ms;
  font-family: "Sf Medium";
}

.smallItem__time {
  color: #787878;
}

.twitter {
  width: 100%;
}

.more-link {
  width: 100%;
  height: 40px;
  color: #c69c6d;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 20px 0 0;
  position: relative;
  font-family: "Sf Light";
  transition: all 300ms;
}

.more-link::after {
  content: '>';
  color: #dbc0a2;
  position: absolute;
  right: 10px;
  top: 9px;
}

.more-link:hover {
  border-color: #c69c6d;
}

.pagination {
  margin: 40px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: no-wrap;
}

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: no-wrap;
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  margin: 0 5px;
  color: #c69c6d;
  transition: all 300ms;
}

.pagination__item_more {
  border: none;
  color: black;
}

.pagination__item.active {
  border-color: #c69c6d;
}

.pagination__item:hover {
  border-color: #c69c6d;
}

.types {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: no-wrap;
}

.types__item {
  margin: 0 30px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.types__item.active {
  font-family: "Sf Medium";
  color: black;
}

.burger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: no-wrap;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 5%;
  cursor: pointer;
  z-index: 1001;
  display: none;
}

.burger__line {
  width: 100%;
  height: 2px;
  background-color: black;
  opacity: 1;
  transition: all 500ms;
}

.burger.active .burger__line:first-child {
  transform: rotate(45deg) translate(3px, -5px);
}

.burger.active .burger__line:nth-child(2) {
  opacity: 0;
}

.burger.active .burger__line:last-child {
  transform: rotate(-45deg) translate(18px, -10px);
}

.reporter {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: no-wrap;
  width: 100%;
  max-width: 1260px;
  margin: 50px auto 0;
  padding: 0 5%;
}

.reporter__form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: no-wrap;
  width: 50%;
}

.reporter__form > * {
  margin-bottom: 20px;
}

.reporter__help {
  width: 45%;
  margin-left: 5%;
}

.reporter__input, .reporter__textarea, .reporter__button, .reporter__file {
  width: 100%;
}

.reporter__input, .reporter__textarea {
  border: 1px solid #383838;
  padding: 10px 15px;
}

.reporter__textarea {
  height: 100px;
  resize: none;
}

.reporter__button {
  border: 1px solid #dcdcdc;
  color: #c69c6d;
  background-color: transparent;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.reporter__file::-webkit-file-upload-button {
  padding: 5px 20px;
  cursor: pointer;
}

.reporter__headline {
  color: #383838;
  font-family: "Sf Semi";
  font-size: 20px;
}

.reporter__text {
  font-size: 14px;
  color: rgba(56, 56, 56, 0.9);
}

.reporter__text_bold {
  font-family: "Sf Medium";
  margin-right: 5px;
}

.reporter__text_margin {
  margin-bottom: 10px;
}

.reporter__sub {
  margin-bottom: 20px;
}

.about {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1260px;
  margin: 50px auto 0;
  padding: 0 5%;
}

.about__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.about__block {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 45%;
  margin-bottom: 35px;
}

.about__image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-right: 10px;
}

.about__info {
  width: 70%;
}

.about__headline {
  font-size: 18px;
  font-family: "Sf Semi";
  margin-bottom: 10px;
}

.about__headline:nth-child(3) {
  margin-top: 20px;
}

.about__text {
  font-family: "Sf Light";
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.9);
}

.about__name {
  font-family: "Sf Semi";
  margin-bottom: 5px;
  font-size: 16px;
}

.about__position {
  color: #878787;
  margin-bottom: 5px;
  font-size: 15px;
}

.about__position::before {
  content: '-';
  margin-right: 5px;
}

@media screen and (max-width: 1280px) {
  .types__item {
    margin: 0 30px 5px 0;
  }
}

@media screen and (max-width: 1024px) {
  .feedBody__headline {
    font-size: 22px;
  }
  .feedBody__text {
    font-size: 14px;
  }
  .social__item {
    margin: 0 30px 30px;
  }
  .search__input {
    width: 200px;
    height: 30px;
  }
  .search__button {
    height: 30px;
  }
  .burger {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .newsFeed {
    border: none;
  }
  .newsFeed__item {
    width: 100%;
  }
  .newsFeed.mobile {
    order: 2;
  }
  .triple {
    flex-direction: column;
  }
  .triple__element_big {
    width: 100%;
    margin-bottom: 10px;
  }
  .triple__element_small {
    width: 49%;
  }
}

@media screen and (max-width: 768px) and (max-width: 600px) {
  .triple__element_small {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .triple__double {
    flex-direction: row;
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 600px) {
  .triple__double {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .feedBody {
    flex-direction: column;
  }
  .feedBody > * {
    width: 100%;
  }
  .feedBody__categories {
    padding: 0;
    border: none;
    max-width: 370px;
    margin: 20px auto 0;
  }
  .mainFeed__breadcrumbs {
    margin: 0 0 20px;
  }
  .reporter {
    flex-direction: column;
    align-items: center;
  }
  .reporter__form {
    width: 100%;
    margin-bottom: 20px;
  }
  .reporter__help {
    width: 100%;
  }
  .categories.mobile {
    order: 3;
  }
}

.okadvertisement {
  display: flex;
  overflow: hidden;
}

.okadvertisement_top {
  width: 728px;
  height: 90px;
  margin: 20px auto 0;
}

.okadvertisement_side {
  width: 100%;
  min-height: 100px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: no-wrap;
  width: 95%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 24px 0 18px;
}

.header__social {
  margin-top: 25px;
  width: 300px;
}

.header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: no-wrap;
  margin-top: 20px;
}

.header__link {
  margin-right: 42px;
}

.header__logo {
  width: 150px;
}

@media screen and (max-width: 520px) {
	.social__item {
		margin: 0 20px 20px;
	}

	.social__item:first-child {
		margin-left: -20px;
	}
}

@media screen and (max-width: 1024px) {
  .header {
    justify-content: center;
  }
  .header .header__social {
    display: none;
  }
  .header__social {
    width: auto;
  }
  .header__right {
    display: none;
  }
  .header__search {
    display: flex;
    justify-content: center;
  }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: no-wrap;
  width: 100%;
  background-color: #ecf1f5;
}

.nav__container {
  max-width: 1125px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: no-wrap;
}

.nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: no-wrap;
  text-transform: uppercase;
  font-family: "Sf Semi";
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  color: black;
  width: 10%;
  height: 42px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transition: all 300ms;
}

.nav__item.active {
  background-color: white;
  border-top: 3px solid #c69c6d;
}

.nav__item:hover {
  color: #c69c6d;
}

@media screen and (max-width: 1024px) {
  .nav {
    position: fixed;
    top: -100vh;
    height: 100vh;
    right: 0;
    left: 0;
    z-index: 1000;
    flex-direction: column;
    background-color: white;
    overflow-y: auto;
    justify-content: flex-start;
  }
  .nav__container {
    display: block;
  }
  .nav__item {
    width: 60%;
    height: 40px;
    margin: 0 auto;
  }
  .nav__item.active {
    border-top: 3px solid transparent;
    border-bottom: 3px solid #c69c6d;
  }
}

.slider__nav-item {
  cursor: pointer;
}

.slider__slide {
  display: none;
}

.slider__slide.active {
  display: block;
}

.slider__nav-item {
  user-select: none;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: no-wrap;
  width: 100%;
  max-width: 1280px;
  margin: 150px auto 0;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: no-wrap;
  width: 100%;
}

.footer__column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: no-wrap;
  width: 33.33333%;
  height: 280px;
}

.footer__column:not(:nth-child(2)) {
  border-top: 1px solid black;
}

.footer__vl {
  height: 80px;
  width: 1px;
  background-color: black;
  margin-top: 50px;
}

.footer__link {
  color: black;
  text-transform: uppercase;
  margin: 5px 0;
  transition: all 300ms;
}

.footer__link:last-child {
  margin-bottom: 30px;
}

.footer__link:hover {
  color: #c69c6d;
}

.footer__social {
  margin: 0 -45px 20px 0;
  font-size: 20px;
}

.footer__headline {
  font-family: "Sf Semi";
  text-transform: uppercase;
  margin: 50px 0;
}

.footer__input {
  padding: 15px;
  width: 250px;
  border: 1px solid black;
  margin-right: -5px;
}

.footer__submit {
  padding: 15px;
  background-color: white;
  border: 1px solid black;
  cursor: pointer;
  text-transform: uppercase;
}

.footer__copy {
  margin-top: 90px;
  color: #cbcbcb;
  font-size: 14px;
}

.footer__ps {
  color: #cbcbcb;
  font-size: 14px;
  text-align: center;
  margin: 20px 0 30px;
}

.news {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: no-wrap;
  width: 100%;
  max-width: 1260px;
  margin: 10px auto 0;
}

.news__feed {
  width: 26%;
  padding-right: 10px;
  border-right: 1px solid #e7e7e7;
}

.news__main {
  width: calc(74% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.news__head {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .news {
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .news {
    flex-direction: column;
  }
  .news > * {
    width: 100%;
    align-items: center;
  }
  .news__feed {
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .news__main {
    margin: 0;
  }
}

.report {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: no-wrap;
  width: 100%;
  max-width: 1280px;
  margin: 85px auto 0;
  border-top: 1px solid #dcdcdc;
  padding-top: 40px;
}

.report__column {
  width: 14.28571%;
  padding: 0 20px;
}

.report__headline {
  font-family: "Sf Bold";
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.report__item:hover .report__text {
  color: #c69c6d;
}

.report__text {
  font-size: 13px;
  margin-bottom: 10px;
  color: black;
  transition: all 300ms;
}

.report__time {
  color: #787878;
  font-size: 13px;
  margin-bottom: 20px;
}

@media screen and (max-width: 380px) {
	.footer__input {
		width: 215px;
	}
}

@media screen and (max-width: 1024px) {
  .report {
    flex-wrap: wrap;
  }
  .report__column {
    margin-bottom: 20px;
    width: 33.33333%;
  }
}

@media screen and (max-width: 768px) {
  .report__column {
    width: 50%;
  }
}

@media screen and (max-width: 768px) and (max-width: 450px) {
  .report__column {
    width: 100%;
  }
}

.popular {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: no-wrap;
  width: 100%;
  max-width: 1280px;
  margin: 85px auto 0;
}

.popular__gl {
  border-top: 1px solid #dcdcdc;
  margin: 90px 0 0;
  padding-top: 40px;
}

.popular__headline {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Sf Medium";
}

.popular__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.popular__items_column {
  width: 100%;
  flex-direction: column;
}

.popular__item {
  width: 45%;
  overflow: hidden;
  margin-bottom: 20px;
  color: black;
}

.popular__item_wide {
  width: 100%;
}

.popular__pic {
  width: 120px;
  height: 80px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
}

.popular__text {
  height: 60px;
  transition: all 300ms;
}

.popular__text:hover {
  color: #c69c6d;
}

.popular__date {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .popular__text {
    font-size: 14px;
    height: auto;
    margin-bottom: 5px;
  }
}

.search {
  width: 100%;
  max-width: 1100px;
  margin: 35px auto;
}

.search__container {
  width: 60%;
}

.search__headline {
  text-transform: uppercase;
  font-family: "Sf Medium";
  margin-bottom: 10px;
}

.search__number {
  font-size: 12px;
  margin-bottom: 40px;
}

.search__input_big {
  padding: 15px;
  width: 80%;
  border: 1px solid black;
  margin-right: -5px;
}

.search__submit {
  padding: 15px;
  background-color: white;
  border: 1px solid black;
  cursor: pointer;
  width: 20%;
  text-transform: uppercase;
}

.search__types {
  margin: 15px 0 30px;
}

.search__result {
  padding: 30px 0;
  margin-bottom: -1px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.search__result-headline {
  color: black;
  transition: all 300ms;
  font-family: "Sf Medium";
  margin-bottom: 10px;
  font-size: 18px;
}

.search__result-headline:hover {
  color: #c69c6d;
}

.search__content {
  margin: 20px 0;
  color: #646464;
  font-family: "Sf Light";
  line-height: 1.5;
}

.search__date {
  font-size: 12px;
}

.search__date_dark {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1280px) {
  .search {
    padding: 0 5%;
  }
  .search__container {
    width: 100%;
  }
  .search__types {
    flex-wrap: wrap;
  }
  .search__input_big {
    width: 60%;
  }
  .search__submit {
    width: 40%;
  }
}

.videos {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.videos__item {
  width: 47%;
  color: black;
  margin-bottom: 20px;
  position: relative;
}

.videos__item:hover .videos__headline {
  color: #c69c6d;
}

.videos__button::after {
  content: '▶';
  position: absolute;
  top: calc(28% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0e4df;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 1px 2px;
  box-sizing: border-box;
}

.videos__pic {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.videos__headline {
  font-family: "Sf Medium";
  font-size: 18px;
  margin: 10px 0;
  transition: all 300ms;
}

.videos__desc {
  color: #8e8e8e;
  font-family: "Sf Light";
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
}

.videos__date {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .videos {
    width: 100%;
    justify-content: center;
  }
  .videos__item {
    width: 100%;
  }
}
.okadv {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.okadv__block {
  width: calc(100% - 1450px);
  height: auto;
  overflow: hidden;
}
.okadv__block:first-child{
    text-align: right;
}

.main__interview {
  padding: 15px 40px 20px;
  background-color: #fff;
  border: 2px solid  #c69c6d;
  margin-bottom: 10px;
  width: 100%;
}

.interview__wrap {
  display: flex;
}

.interview__column--left {
  width: 70%;
  padding-right: 20px;
}

.interview__column--right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__interview--link {
  color: #c69c6d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.29px;
  position: relative;
  text-transform: uppercase;
  padding-right: 15px;
}

.main__interview--link::after {
  content: '>';
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 18px;
}

.main__interview--text {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.33px;
  padding-left: 15px;
  border-left: 2px solid #c69c6d;
  margin: 15px 0;
}

.main__interview--footer {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.27px;
}

.main__interview--value {
  color: #c69c6d;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.39px;
}

.main__interview--button {
  display: block;
  height: 60px;
  border-radius: 30px;
  background-color: #c69c6d;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  cursor: pointer;
  width: 247px;
  line-height: 60px;
  text-align: center;
  transition: all .2s;
}

.main__interview--button:hover {
  background-color: #d4a26a;
}


@media screen and (max-width: 1024px){
  .main__interview {
    padding: 15px 20px 20px;
  }
  .interview__wrap {
    flex-direction: column;
  }
  .interview__column--left {
    width: 100%;
    padding-right: 0;
  }
  .interview__column--right {
    margin: 15px 0 0;
  }
  .main__interview--button {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
  }
}

.interview__box {
  width: 100%;
  padding: 30px 38px 40px;
  background-color: #fff;
  border: 2px solid  #c69c6d;
}

.interview__box--title {
  color: #c69c6d;
  font-size: 30px;
  font-weight: 700;
}

.interview__box .main__interview--button {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.interview__box .main__interview--text {
  margin: 35px 0;
}

@media screen and (max-width: 1024px) {
  .interview__box {
    padding: 20px 25px 20px;
  }
  .interview__box--title {
    font-size: 21px;
  }
  .interview__box .main__interview--text {
    margin: 25px 0;
  }
}
@media screen and (max-width:768px){
    .okadvertisement_top{
width: 100%;
    }
    .okadvertisement_top img{
        width: 100%;
    }
}