/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/Montserrat-Latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/Montserrat.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
  font-style: normal;
  background-color: #f4f4f4;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  height: auto !important;
}

figure {
  margin: 0;
}

.container {
  width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.container--wide {
  padding: 0 20px;
}

.text-tiny {
  font-size: 13px;
}

.text-small {
  font-size: 15px;
}

.text-big {
  font-size: 19px;
}

.text-huge {
  font-size: 21px;
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    min-width: 320px;
    padding: 0 16px;
  }
}

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.background {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 95;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}

.button {
  display: inline-block;
  background: transparent;
  border: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", "Arial", sans-serif;
}

@media (max-width: 767px) {
  .button {
    font-size: 12px;
    line-height: 15px;
  }
}

.button--close {
  background-image: url("../img/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  transition: opacity 0.7s;
  will-change: opacity;
}

.button--close:hover,
.button--close:focus {
  opacity: 1;
  transition: opacity 0.7s;
}

.button--close:active {
  opacity: 0.6;
  transition: opacity 0.7s;
}

.button--burger {
  width: 50px;
  height: 50px;
  background-image: url("../img/icon-burger.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 5px 5px 0;
}

@media (max-width: 767px) {
  .button--burger {
    width: 40px;
    height: 43px;
    background-image: url("../img/icon-burger-mobile.svg");
  }
}

.button--burger:hover,
.button--burger:focus {
  opacity: 0.6;
}

.button--burger:active {
  opacity: 1;
}

.button--inner {
  display: block;
  margin: 20px auto;
  color: #2c3d52;
  border: 1px solid #2c3d52;
  background: rgba(44, 61, 82, 0.05);
  border-radius: 5px;
  padding: 10px 50px;
  transition: background 0.5s;
}

.button--inner:hover,
.button--inner:focus {
  background: #2c3d52;
  color: #fff;
  transition: background 0.5s;
}

.button--inner:active {
  background: #4a586a;
  border-color: #4a586a;
}

.button--is-bg {
  margin: 40px auto;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .button--is-bg {
    margin: 24px auto 24px auto;
  }
}

@media (max-width: 767px) {
  .button--is-bg {
    margin: 30px auto 30px auto;
  }
}

.button--is-bg,
.button--dark {
  display: block;
  color: #f4f4f4;
  border: 1px solid #2c3d52;
  background: #2c3d52;
  border-radius: 5px;
  padding: 10px 76px;
  transition: background 0.5s;
}

@media (max-width: 1024px) {

  .button--is-bg,
  .button--dark {
    padding: 11px 50px;
  }
}

@media (max-width: 767px) {

  .button--is-bg,
  .button--dark {
    padding: 13px 72px;
    font-size: 14px;
    line-height: 17px;
  }
}

.button--is-bg:hover,
.button--is-bg:focus,
.button--dark:hover,
.button--dark:focus {
  background: #f4f4f4;
  color: #2c3d52;
  transition: background 0.5s;
}

.button--is-bg:active,
.button--dark:active {
  background: #4a586a;
  border-color: #4a586a;
  color: #fff;
}

.button--pale {
  display: inline-block;
  color: rgba(44, 61, 82, 0.45);
  border: 1px solid rgba(44, 61, 82, 0.45);
  background: transparent;
  border-radius: 5px;
  padding: 10px 50px;
  transition: background 0.5s;
}

.button--pale:hover,
.button--pale:focus {
  background: #fff;
  color: #2c3d52;
  transition: background 0.5s;
}

.button--pale:active {
  background: #4a586a;
  border-color: #4a586a;
  color: #fff;
}

.button--banner {
  display: block;
  width: 22px;
  height: 22px;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #272727;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 16px;
}

.button--banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../img/icon-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s;
}

.button--banner:hover,
.button--banner:focus {
  opacity: 0.8;
}

.button--banner:active {
  opacity: 1;
}

.button--banner-close::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url("../img/icon-arrow-white.svg");
  transform: rotate(180deg);
  transition: transform 0.5s;
}

.button--fixbanner-close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -28px;
  right: 0;
  background-color: rgba(196, 196, 196, 0.5);
  border: none;
  cursor: pointer;
  outline: none;
}

.button--fixbanner-close::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../img/icon-close-banner.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}

.button--dark-close {
  background-image: url("../img/icon-close-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  transition: opacity 0.7s;
}

.button--dark-close:hover,
.button--dark-close:focus {
  opacity: 1;
  transition: opacity 0.7s;
}

.button--dark-close:active {
  opacity: 0.6;
  transition: opacity 0.7s;
}

.button--link {
  display: inline-block;
}

.button--arrow svg {
  fill: #2c3d52;
  transition: transform 0.5s;
}

.button--arrow:hover svg,
.button--arrow:focus svg,
.button--arrow:active svg {
  fill: #fff;
}

.button--arrow--rotate svg {
  transform: rotate(180deg);
  transition: transform 0.5s;
}

@media (max-width: 1024px) {
  .button--banner {
    display: none;
  }
}

@media (max-width: 767px) {
  .button--smile {
    margin-left: auto;
  }
}

.link {
  text-decoration: none;
  outline: none;
}

.title {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
}

.title--dark {
  margin: 0;
  line-height: 45px;
  font-size: 16px;
  text-transform: uppercase;
  color: #2C3D52;
}

.title--red {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #FE4349;
}

.title--grey {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 23px;
  line-height: 1.2;
  color: #8A8A8A;
}

@media (max-width: 1024px) {
  .title {
    font-size: 21px;
    line-height: 27px;
  }
}

@media (max-width: 767px) {

  .title,
  .title--grey {
    font-size: 22px;
    line-height: 32px;
  }
}

.field-wrapper {
  position: relative;
}

.burger-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 335px;
  height: 100vh;
  flex-basis: 100%;
  overflow-y: scroll;
  z-index: 100;
}

.burger-panel .button--dark-close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.burger-panel__wrapper-top {
  flex-shrink: 0;
}

.burger-panel__wrapper-bottom {
  margin-top: 30px;
  padding: 0 20px;
}

.burger-panel .logo {
  padding: 47px 23px;
  background: #f4f4f4;
}

.burger-panel__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.burger-panel__item--gap {
  padding-bottom: 40px;
  background: #f4f4f4;
}

.burger-panel__link {
  display: block;
  padding: 12px 23px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #2C3D52;
}

.burger-panel__link svg {
  fill: #2C3D52;
  margin-right: 15px;
}

.burger-panel__link:hover,
.burger-panel__link:focus {
  color: #7E8793;
  background: #F4F4F4;
  transition: background 0.4s;
}

.burger-panel__link:active {
  color: #2C3D52;
}

.burger-panel__link--grey {
  background: #f4f4f4;
}

.burger-panel__link--grey:hover,
.burger-panel__link--grey:focus {
  color: #f4f4f4;
  background: #2C3D52;
  transition: background 0.4s;
}

.burger-panel__link--grey:hover svg,
.burger-panel__link--grey:focus svg {
  fill: #f4f4f4;
}

.burger-panel__link--grey:active {
  color: #7E8793;
  transition: background 0.4s;
}

.burger-panel__link--grey:active svg {
  fill: #7E8793;
}

.burger-panel__link--active {
  color: #7E8793;
}

.burger-panel__link--active:hover,
.burger-panel__link--active:focus,
.burger-panel__link--active:active {
  color: #7E8793;
  background: none;
}

.burger-panel--inner {
  padding-top: 43px;
}

@media (max-width: 1024px) {
  .burger-panel__wrapper-bottom {
    padding-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .burger-panel {
    width: 100%;
    height: 100vh;
  }

  .burger-panel__wrapper-bottom {
    padding-bottom: 200px;
  }
}

.attention {
  min-width: 1280px;
  background-color: #2C3D52;
  color: #fff;
}

.attention .container {
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.attention__label {
  line-height: 1;
  display: block;
  height: 40px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  background: #fe4349;
  text-transform: uppercase;
  text-align: center;
}

.attention__label--sign {
  display: none;
}

.attention__news {
  padding: 0;
  font-size: 16px;
  margin-left: 25px;
  margin-right: auto;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .attention {
    min-width: 100%;
    font-size: 14px;
  }

  .attention__label {
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 13px;
  }

  .attention__news {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .attention .container {
    padding: 0;
  }

  .attention__label {
    display: none;
  }

  .attention__label--sign {
    display: block;
    font-size: 20px;
    font-weight: bold;
  }

  .attention__news {
    white-space: normal;
    font-size: 10px;
  }

  .attention .button--close {
    margin-right: 10px;
  }
}

.widjets {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 30.88%;
}

@media (max-width: 1024px) {
  .widjets {
    width: 41.37%;
  }
}

.weather {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .weather {
    display: none;
  }
}

.weather__text {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: grey;
}

.weather__degr {
  display: block;
  font-size: 19px;
  line-height: 23px;
  padding-right: 30px;
  background-image: url("../img/icon-weather-rain.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
}

.currency {
  display: flex;
  font-size: 14px;
}

.currency__text {
  margin-right: 12px;
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 767px) {
  .currency__text {
    display: none;
  }
}

.currency__dollar {
  color: #2CB393;
  margin-right: 16px;
  padding-right: 10px;
  padding-left: 20px;
  background-image: url("../img/icon-arrow-green.svg");
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}

@media (max-width: 767px) {
  .currency__dollar {
    padding-left: 0;
    padding-top: 16px;
    margin-right: 11px;
    margin-left: 18px;
    background-position: right bottom;
    font-size: 12px;
    line-height: 15px;
  }
}

.currency__dollar::after,
.currency__euro::after {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  border: 1px solid #48484C;
  border-radius: 100%;
}

@media (max-width: 767px) {

  .currency__dollar::after,
  .currency__euro::after {
    right: 0;
    top: 0;
    margin: 0 10px;
  }
}

.currency__dollar::after {
  background-image: url("../img/icon-dollar.svg");
  background-position: 4px;
}

.currency__euro::after {
  background-image: url("../img/icon-euro.svg");
  background-position: 3px 3px;
}

.currency__euro {
  color: #FE4349;
  padding-right: 10px;
  background-image: url("../img/icon-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .currency__euro {
    padding-left: 0;
    padding-top: 16px;
    background-position: right bottom;
    font-size: 12px;
    line-height: 15px;
  }
}

.main-header {
  min-width: 1280px;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(166, 172, 182, 0.25);
  border-bottom: 1px solid #D8D8D8;
}

@media (max-width: 767px) {
  .main-header {
    padding: 0;
  }
}

.main-header .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.main-header__left {
  display: flex;
  align-items: center;
}

.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .main-header {
    min-width: 100%;
  }
}

.enter {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.enter__link {
  padding: 0 7px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #2c3d52;
  transition: color 0.7s;
}

.enter__link:first-child {
  border-right: 1px solid #2c3d52;
}

.enter__link:hover {
  color: #2C3D52;
  transition: color 0.7s;
}

.enter__link:active {
  color: #6A7582;
  transition: color 0.7s;
}

@media (max-width: 767px) {
  .enter__link {
    display: none;
  }

  .enter__link:first-child {
    display: block;
    border-right: 1px solid #2c3d52;
    font-size: 0;
    width: 50px;
    background-image: url("../img/icon-profile.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
}

.logo__link {
  display: block;
}

@media (max-width: 1024px) {
  .logo--header {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .logo--header {
    max-width: 120px;
  }
}

.search__link {
  display: block;
  padding: 10px 0 15px 10px;
  width: 30px;
  height: 22px;
  background-image: url("../img/icon-search.svg");
  background-repeat: no-repeat;
  background-position: right center;
  transition: opacity 0.7s;
}

.search__link:hover,
.search__link:focus {
  opacity: 0.5;
  transition: opacity 0.7s;
}

.search__link:active {
  opacity: 0.8;
  transition: opacity 0.7s;
}

@media (max-width: 767px) {
  .search__link {
    background-size: 14px;
  }
}

.top-container {
  min-width: 1280px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 17px;
}

.top-container__actual-rubrics {
  width: 89.6%;
  position: relative;
}

@media (max-width: 1024px) {
  .top-container__actual-rubrics::before {
    content: "";
    width: 70px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.7) 43%, #e7e9eb 85%, #e7e9eb 100%);
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .top-container__actual-rubrics {
    width: 100%;
  }
}

.top-container__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-right: 15px;
  overflow: hidden;
}

.top-container__social {
  background-color: rgba(44, 61, 82, 0.06);
}

@media (max-width: 1024px) {
  .top-container {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .top-container {
    margin-bottom: 7px;
  }

  .top-container .container {
    padding-right: 0;
  }

  .top-container__social {
    display: none;
  }
}

.actual-rubrics__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.actual-rubrics__item {
  flex-shrink: 0;
}

.actual-rubrics__link {
  display: block;
  padding: 12.8px 15px;
  text-decoration: none;
  color: rgba(44, 61, 82, 0.7);
  font-weight: bold;
  transition: color 0.7s;
  white-space: nowrap;
}

.actual-rubrics__link:first-child {
  padding-left: 0;
}

.actual-rubrics__link:hover,
.actual-rubrics__link:focus {
  color: #FE4349;
  transition: color 0.7s;
}

.actual-rubrics__link:active {
  color: #FE4349;
  transition: color 0.7s;
}

@media (max-width: 1024px) {
  .actual-rubrics {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }

  .actual-rubrics__item:last-child .actual-rubrics__link {
    margin-right: 33px;
  }
}

@media (max-width: 767px) {
  .actual-rubrics {
    width: 100%;
  }

  .actual-rubrics::before {
    width: 35px;
  }
}

.social__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.social__link {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}

.social__link::before {
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
}

.social__link--vk::before {
  background-image: url("../img/icon-social-vk.svg");
}

.social__link--fb::before {
  background-image: url("../img/icon-social-fb.svg");
}

.social__link--odnk::before {
  background-image: url("../img/icon-social-odnk.svg");
}

.social__link--inst::before {
  background-image: url("../img/icon-social-inst.svg");
}

.social__link--tw::before {
  background-image: url("../img/icon-social-tw.svg");
}

.social__link--tg::before {
  background-image: url("../img/icon-social-tg.svg");
}

.social__link--dzen::before {
  background-image: url("../img/icon-social-dzen.svg");
}

.social__link--max::before {
  background-image: url("../img/icon-social-max.svg");
}

.social__link:hover::before,
.social__link:focus::before {
  opacity: 1;
  transition: opacity 0.5s;
}

.social__link:active::before {
  opacity: 0.8;
  transition: opacity 0.5s;
}

.tag {
  display: inline-block;
  padding: 5px 16px;
  text-decoration: none;
  color: #000;
  border: 1px solid #c1c5cc;
}

.tag--white {
  color: #fff;
  border-color: #fff;
}

.tag--blue {
  color: #2F5787;
  border-color: #2F5787;
}

.tag:hover,
.tag:focus {
  opacity: 0.8;
}

.tag:active {
  opacity: 1;
}

.stamp {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}

.stamp__left {
  display: flex;
  align-items: center;
}

.stamp__item {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  padding: 0 9px 0 22px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #2c3d52;
  white-space: nowrap;
}

.stamp__item--time {
  background-image: url("../img/icon-clock.svg");
}

.stamp__item--time--grey {
  background-image: url("../img/icon-clock-grey.svg");
}

.stamp__item--views {
  padding-left: 29px;
  padding-right: 15px;
  background-image: url("../img/icon-view.svg");
}

.stamp__item--views--grey {
  background-image: url("../img/icon-view-grey.svg");
}

.stamp__item--comments {
  background-image: url("../img/icon-comments.svg");
}

.stamp__item--comments--grey {
  background-image: url("../img/icon-comments-grey.svg");
}

.stamp__item--reading {
  padding: 0;
}

.stamp__item--bookmarks--grey {
  background-image: url("../img/icon-star.svg");
}

.stamp__item--bookmarks--red {
  background-image: url("../img/icon-star-red.svg");
}

@media (max-width: 1024px) {
  .stamp {
    flex-wrap: wrap-reverse;
  }

  .stamp__right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .stamp__item--bookmarks {
    display: none;
  }
}

.third-card-slider {
  width: 25%;
}

@media (max-width: 1024px) {
  .third-card-slider {
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .third-card-slider {
    width: 100%;
  }
}

.article--profile {
  width: 32%;
  margin-right: 17px;
}

.article--profile:nth-child(3n) {
  margin-right: 0;
}

.article--read {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .article--profile {
    display: none;
  }
}

@media (max-width: 767px) {
  .article--profile {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

.news-feed {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: sticky;
  top: 75px;
}

@media (max-width: 1024px) {
  .news-feed {
    padding: 20px;
  }
}

.news-feed__item {
  margin-bottom: 25px;
}

.news-feed__item:nth-last-child(2) {
  margin-bottom: 30px;
}

.news-feed__time {
  display: block;
  color: #2c3d52;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 4px;
}

.news-feed__title {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: color 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 63px;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  outline: none;
}

.news-feed__more {
  color: #2C3D52;
  text-decoration: none;
  transition: color 0.7s;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.news-feed__more:hover,
.news-feed__more:focus,
.news-feed__more:active {
  outline: none;
  color: rgba(44, 61, 82, 0.65);
  transition: color 0.7s;
}

.news-feed__main-title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .news-feed__main-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .news-feed__main-title {
    display: none;
  }
}

.news-feed--article {
  width: 100%;
}

.news-feed__item .link:hover .news-feed__title,
.news-feed__item .link:focus .news-feed__title {
  color: #aeaeae;
  transition: color 0.5s;
  outline: none;
}

@media (max-width: 767px) {
  .news-feed {
    order: -1;
    width: 100%;
    margin-top: 0;
  }
}

.banner__link {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.banner__link img {
  display: block;
  width: 100%;
}

.banner--feed .container {
  padding: 0;
}

.banner--feed .banner__link {
  width: calc(100% - 331px);
}

@media (max-width: 1024px) {
  .banner--feed .banner__link {
    width: calc(100% - 30px);
    height: 92px;
  }
}

.news__flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -8px;
}

.news__flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main-footer {
  padding: 45px 0 40px;
  border-top: 2px solid #E5E5E5;
  background-color: #f4f4f4;
  position: relative;
  z-index: 11;
}

.main-footer__flex-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.main-footer__center {
  width: 60.72%;
  margin: 0 28px 0 59px;
}

@media (max-width: 1024px) {
  .main-footer__center {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .main-footer__center {
    padding-left: 0;
  }
}

.main-footer__right {
  width: 9.04%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .main-footer__right {
    justify-content: space-between;
  }
}

.main-footer__metric {
  height: 50px;
  align-items: center;
  display: flex;
}

.main-footer__metric .main-footer__age {
  display: none;
}

.main-footer .logo {
  opacity: 0.6;
}

.main-footer__copyright {
  margin-bottom: 35px;
}

.main-footer__copyright p {
  margin: 0;
  text-align: justify;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 15px;
  color: #555555;
}

@media (max-width: 1024px) {
  .main-footer__copyright p {
    margin-bottom: 20px;
  }
}

.main-footer .red {
  color: #B30000;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .main-footer .red {
    display: block;
    margin-bottom: 20px;
  }
}

.main-footer .red:not(:last-child)::after {
  content: " | ";
  color: #000000;
}

.main-footer .social {
  margin-top: -15px;
}

.main-footer .social__link {
  background-color: transparent;
}

.main-footer .social__link::before {
  opacity: 1;
}

.main-footer .social__link--vk::before {
  background-size: 23px;
}

.main-footer .social__link--tg::before {
  background-size: 19px;
}

.main-footer__age {
  width: 50px;
  height: 50px;
  color: rgb(44, 61, 82);
  font-size: 20px;
  border: 1px solid rgb(44, 61, 82);
  border-radius: 50%;
  text-align: center;
  padding-top: 16px;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .main-footer__age {
    margin-top: 0;
  }
}

.main-footer .social__link:hover::before,
.main-footer .social__link:focus::before {
  opacity: 0.5;
  transition: opacity 0.5s;
}

.main-footer .social__link:active::before {
  opacity: 0.8;
  transition: opacity 0.5s;
}

@media (max-width: 1024px) {
  .main-footer {
    padding-top: 35px;
    padding-bottom: 16px;
  }

  .main-footer__flex-wrapper {
    flex-wrap: wrap;
  }

  .main-footer__left {
    width: 28%;
  }

  .main-footer__center {
    margin: 35px 0 0 0;
    width: 100%;
    order: 2;
  }

  .main-footer__right .main-footer__age {
    display: none;
  }

  .main-footer .red:not(:last-child)::after {
    display: none;
  }

  .main-footer__copyright {
    margin-bottom: 40px;
  }

  .main-footer__metric {
    margin-left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .main-footer__metric .main-footer__age {
    display: block;
  }

  .main-footer .social {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .main-footer {
    padding-top: 17px;
  }

  .main-footer__left {
    width: 100%;
    order: 3;
    margin: 0;
  }

  .main-footer__left .logo__link {
    margin: 0 auto;
    max-width: 160px;
  }

  .main-footer__copyright {
    margin-bottom: 0;
  }

  .main-footer__right {
    width: 100%;
  }

  .main-footer__right .social {
    margin: 0 auto;
  }

  .main-footer__metric {
    position: absolute !important;
    bottom: 0;
    left: 16px;
    right: 16px;
    width: auto;
  }

  .main-footer__flex-wrapper {
    padding-bottom: 56px;
  }

  .main-footer__center {
    margin-top: 18px;
  }
}

.rubric .slick-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  height: 160px;
  z-index: 3;
  cursor: pointer;
}

.rubric .slick-prev:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 15px;
  height: 20px;
  background-image: url("../img/icon-arrow-left-slider.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.rubric .slick-next {
  top: 50%;
  right: 10px;
  width: 15px;
  height: 160px;
  z-index: 3;
  cursor: pointer;
}

.rubric .slick-next:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 15px;
  height: 20px;
  background-image: url("../img/icon-arrow-right-slider.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.rubric .slick-prev {
  left: 20px;
}

.rubric .slick-next {
  right: 20px;
}

@media (max-width: 767px) {

  .rubric .slick-next,
  .rubric .slick-prev {
    display: none !important;
  }
}

.rubric--inner .slick-prev {
  left: 5px;
}

.rubric--inner .slick-next {
  right: 5px;
}

.review .slick-prev {
  left: -30px;
  filter: brightness(50%);
}

.review .slick-next {
  right: -30px;
  filter: brightness(50%);
}

.slick-dots {
  bottom: 10px;
}

.slick-dots li button:before {
  content: "";
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  content: "";
  background: #fff;
  opacity: 1;
}

.photorep-slider .slick-prev,
.photorep-slider .slick-next {
  background-color: rgba(0, 0, 0, 0.3);
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.photorep-slider .slick-prev:before {
  left: 8px;
}

.photorep-slider .slick-next:before {
  right: 8px;
}

@media (max-width: 1024px) {
  .rubric .slick-prev::before {
    width: 9px;
    height: 15px;
  }

  .rubric .slick-next::before {
    width: 9px;
    height: 15px;
  }
}

@media (max-width: 768px) {
  .review .slick-prev {
    left: 7px;
  }

  .review .slick-next {
    right: 7px;
  }
}

.headhesive {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  opacity: 0;
}

.headhesive--stick {
  transform: translateY(0);
  z-index: 55;
  opacity: 1;
  transition: opacity 0.3s;
}

.fancybox-content {
  background: transparent !important;
}

.fancybox-slide--html .fancybox-close-small {
  color: #fff !important;
}

.modal.fancybox-content {
  padding: 0 !important;
}

.modal .fancybox-close-small {
  color: #000 !important;
}

@media (max-width: 767px) {
  .modal.fancybox-content {
    padding: 0 10px !important;
  }
}

.drp-calendar th {
  font-weight: normal;
}

.table-condensed thead tr:nth-child(2) {
  background-color: #2C3D52;
  color: #fff;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  border-radius: 0;
}

.daterangepicker td.in-range {
  background-color: rgba(151, 151, 151, 0.3);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #979797;
}

.daterangepicker.show-calendar {
  max-width: 540px;
}

.daterangepicker.show-calendar .ranges {
  width: 100%;
}

.daterangepicker.show-calendar .ranges ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.daterangepicker .ranges li {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #9B9B9B;
}

.daterangepicker .ranges li.active {
  background-color: #eee;
  color: #000000;
}

.daterangepicker .ranges li.active:hover {
  background-color: #eee;
}

.daterangepicker.show-calendar .drp-calendar {
  width: 50%;
}

.daterangepicker.show-calendar .drp-buttons {
  width: 100%;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: none;
}

.daterangepicker .drp-selected {
  display: none;
}

.daterangepicker .cancelBtn {
  display: none;
}

.daterangepicker .drp-buttons .applyBtn {
  width: 100%;
  background-color: #2C3D52;
  color: #fff;
  border: none;
  padding: 10px;
  margin: 0;
  outline: none;
  transition: background 0.5s;
}

.daterangepicker .drp-buttons .applyBtn:hover,
.daterangepicker .drp-buttons .applyBtn:focus {
  border: 1px solid #2c3d52;
  background-color: transparent;
  color: #2c3d52;
  transition: background 0.5s;
}

.daterangepicker .drp-buttons .applyBtn:active {
  background: #4a586a;
  border-color: #4a586a;
  color: #fff;
}

@media (max-width: 767px) {
  .daterangepicker.show-calendar {
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  .daterangepicker.show-calendar .ranges ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: none;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .daterangepicker .drp-calendar {
    max-width: none;
    width: 270px;
  }

  .daterangepicker.openscenter:after,
  .daterangepicker.openscenter:before {
    display: none;
  }
}

.hide {
  display: none !important;
}

.visually-hide {
  visibility: hidden;
}

.emojionearea.focused {
  box-shadow: none;
  border: 1px solid #2c3d52;
}

.vk-widget {
  padding-top: 20px;
}

.grecaptcha-badge {
  display: none !important;
}

.main-content-wrapper .main-greed {
  background-color: #f5f5f5;
}

.search-block {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.search-block .container {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
}

.search-block__content {
  width: 100%;
  padding: 10%;
}

.search-block__wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: flex-end;
}

.search-block__input {
  margin-bottom: 0;
  font: inherit;
  width: calc(100% - 40px);
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
}

.search-block__button {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 10px 0 15px 10px;
  width: 40px;
  height: 40px;
  outline: none;
  cursor: pointer;
  position: relative;
}

.search-block__button::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../img/icon-search-white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  transition: opacity 0.7s;
  position: absolute;
  top: 0;
  right: 0;
}

.search-block__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 40px 0;
}

.search-block__item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.search-block__item a {
  text-decoration: none;
  color: #fff;
}

.search-block__item--time {
  text-align: center;
}

.search-block__text {
  line-height: 22px;
  font-size: 16px;
  margin-right: 35%;
}

.search-block__main-time {
  margin: 0 auto;
  line-height: 18px;
  font-size: 13px;
  text-transform: uppercase;
  color: #AEAEAE;
}

.search-block__time {
  color: #AEAEAE;
}

.search-block__button:hover::before,
.search-block__button:focus::before {
  opacity: 0.5;
}

.search-block__button:active::before {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .search-block__content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .search-block__text {
    margin-right: 0;
  }
}

.modal {
  display: none;
  width: 710px;
  max-width: 710px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #2C3D52;
}

.modal__title {
  font-weight: bold;
  font-size: 14px;
  color: #2C3D52;
  text-transform: uppercase;
}

.modal__wrapper {
  padding: 40px 120px;
}

.modal__password-btn {
  position: absolute;
  bottom: 19px;
  right: 1px;
  width: 40px;
  height: 37px;
  border: 0;
  background: url("../img/icon-eye-off.svg") no-repeat center;
  cursor: pointer;
  outline: 0;
}

.modal__password-btn-open {
  background: url("../img/icon-eye-on.svg") no-repeat center;
}

.modal--button {
  margin: 20px auto;
}

.modal--card {
  font-size: 17px;
  line-height: 1.2;
  text-align: left;
  color: #000;
}

.modal__top {
  display: flex;
  align-items: center;
  padding: 20px 50px;
  border-bottom: 1px solid rgba(44, 61, 82, 0.2);
}

.modal__image-wrapper {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin-right: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.modal__head {
  font-size: 19px;
  line-height: 1.2;
  font-weight: bold;
  color: #2C3D52;
}

.modal__likes {
  position: static;
  display: block;
  margin: 20px 50px;
}

.modal__bottom {
  border-top: 1px solid rgba(44, 61, 82, 0.2);
}

.modal__align-left {
  margin: 20px 0;
  text-align: left;
}

.modal .file-wrapper {
  margin: 0;
}

.modal-enter {
  min-height: 455px;
}

.modal-enter__form {
  min-height: 455px;
  display: flex;
  flex-direction: column;
}

.modal-enter__registration {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-enter__buttons {
  border-bottom: 1px solid rgba(44, 61, 82, 0.2);
  padding: 10px;
  padding-bottom: 0;
}

.modal-enter__button {
  font-size: 14px;
  color: #2C3D52;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 70px;
  margin-bottom: -1px;
}

.modal-enter__button--active {
  border-bottom: 2px solid #2C3D52;
}

.modal-enter__link-wrapper {
  text-align: right;
  margin: 10px 0 30px;
}

.modal-enter__link {
  display: inline-block;
  color: #2C3D52;
  text-decoration: none;
}

.modal-enter__link:hover,
.modal-enter__link:focus {
  opacity: 0.7;
}

.modal-enter__link:active {
  opacity: 0.9;
}

.modal-enter__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  padding-bottom: 10px;
}

.modal-enter .social__link {
  width: 50px;
  height: 50px;
  background-color: transparent;
}

.modal-enter .social__link--vk::before {
  background-size: 40px;
}

.modal-enter .social__link--fb::before {
  background-size: 15px;
}

.modal-enter .social__link--odnk::before {
  background-size: 20px;
}

.modal-enter .social__link--tw::before {
  background-size: 40px;
}

.modal-enter .social__link--inst::before {
  background-size: 30px;
}

.modal-enter .button--dark {
  width: calc(100% - 240px);
  margin-bottom: 70px;
}

.modal-forget-password__wrapper {
  padding: 0 120px;
  padding-top: 40px;
}

.modal-forget-password .modal__title {
  border-bottom: 1px solid rgba(44, 61, 82, 0.2);
  padding: 20px;
}

@media (max-width: 1024px) {
  .modal--card {
    font-size: 15px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .modal {
    max-width: 95vw;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal__top {
    padding: 20px 15px;
  }

  .modal__head {
    font-size: 13px;
  }

  .modal__image-wrapper {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .modal--card {
    font-size: 13px;
    line-height: 1.2;
  }

  .modal__likes {
    margin: 15px 0px;
  }

  .modal__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal .progect-textarea--message {
    height: 120px;
  }

  .modal .g-recaptcha {
    transform: scale(0.8) translateX(-30px);
  }

  .modal-enter__button {
    padding: 10px 15px;
  }

  .modal-enter__social {
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal-enter__social p {
    width: 100%;
  }

  .modal-enter .button--dark {
    width: calc(100% - 30px);
  }
}

.login {
  padding: 0 120px;
}

.login span {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .login {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.registration {
  padding: 0 120px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.registration p {
  line-height: 27px;
}

@media (max-width: 767px) {
  .registration {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.progect-input {
  font: inherit;
  width: 100%;
  margin-bottom: 15px;
  padding: 13px 15px;
  border: 1px solid #9aa2ac;
  font-size: 14px;
  color: #9aa2ac;
  background-color: #fff;
  cursor: pointer;
  transition: border 0.5s;
  outline: none;
}

.progect-input::-moz-placeholder {
  color: #9aa2ac;
}

.progect-input::placeholder {
  color: #9aa2ac;
}

.progect-input:hover {
  border: 1px solid #2C3D52;
}

.progect-input:focus,
.progect-input:active {
  border: 1px solid rgba(44, 61, 82, 0.8);
}

.progect-check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

input[type=checkbox]:checked+.checkbox-label::after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 1px solid rgba(86, 100, 117, 0.6);
  border-bottom: 1px solid rgba(86, 100, 117, 0.6);
  transform: rotate(-45deg);
  position: absolute;
  left: 4px;
  top: 8px;
}

.checkbox-label {
  font-size: 12px;
  line-height: 19px;
  color: #838293;
  padding-left: 32px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox-label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid rgba(86, 100, 117, 0.6);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 4px;
}

.form {
  padding: 12px 32px;
  background: #fff;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
}

.form__for-flex {
  display: flex;
  position: relative;
}

.form__for-flex::before {
  content: "";
  width: 1px;
  background: #E2E2E2;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}

.form__left-column {
  width: calc(50% - 32px);
  flex-grow: 1;
  padding-right: 32px;
}

.form__right-column {
  width: calc(50% - 32px);
  flex-grow: 1;
  padding-left: 32px;
}

.form__right-column--flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form__right-column--flex .profile-form--dark {
  margin-top: auto;
  margin-bottom: 20px;
}

.form__link {
  font-weight: 500;
  color: #2C3D52;
}

.form__link:hover {
  text-decoration: none;
}

.form--dark {
  padding-top: 16px;
  padding-bottom: 16px;
}

.form--forum {
  border: none;
}

@media (max-width: 1024px) {
  .form__for-flex {
    flex-direction: column;
  }

  .form__for-flex::before {
    position: static;
    width: 1px;
    height: 1px;
    background: transparent;
  }

  .form__left-column {
    width: 100%;
    padding-right: 0;
  }

  .form__right-column {
    width: 100%;
    padding-left: 0;
  }

  .form--dark {
    width: 100%;
  }
}

.card {
  padding: 0 20px 0 20px;
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 20px;
  border-radius: 8px;
}

.card:not(:first-child) {
  margin-top: 20px;
}

.card__item {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0 20px 0;
  transition: 0.5s;
}

.card__item:hover,
.card__item:focus {
  opacity: 0.7;
}

.card__item:active {
  opacity: 0.85;
}

.card__item:last-of-type {
  border-bottom: none;
}

.card__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.card__image-wrapper {
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 131px;
}

.card__rubric {
  color: #FE4349;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.5s;
  margin-bottom: 20px;
  display: inline-block;
}

.card__rubric:hover,
.card__rubric:focus {
  opacity: 0.7;
}

.card__rubric:active {
  opacity: 0.85;
}

.card__bookmark {
  display: block;
  padding-left: 20px;
  color: #FE4349;
  font-size: 12px;
  background-image: url("../img/icon-star.svg");
  background-repeat: no-repeat;
  background-position: center left;
  text-decoration: none;
}

.card__title {
  margin: 0 0 5px 0;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.card__text {
  color: rgba(44, 61, 82, 0.8);
  font-size: 15px;
  line-height: 1.2;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 18px;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.card__hashteg {
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.card__time {
  margin-right: 15px;
}

.card--read {
  opacity: 0.7;
}

.card--read .card__bookmark {
  background-image: url("../img/icon-star-red.svg");
}

.card .hashteg {
  height: 16px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .card {
    padding: 5px 15px 25px 15px;
  }

  .card__item {
    padding: 16px 0;
  }

  .card--profile {
    padding-left: 0;
  }

  .card__image-wrapper {
    width: 136px;
    height: 100px;
    margin-right: 16px;
  }

  .card__title {
    font-size: 15px;
    line-height: 18px;
    max-height: 70px;
    -webkit-line-clamp: 3;
  }

  .card__text {
    display: none;
  }

  .card__rubric {
    font-size: 12px;
  }

  .card--newsfeed {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .card {
    padding-bottom: 14px;
    padding-top: 7px;
  }

  .card__item {
    border-bottom: none;
    padding: 8px 0;
  }

  .card__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .card__content {
    display: flex;
    flex-direction: column;
  }

  .card__hashteg {
    display: none;
  }

  .card__image-wrapper {
    width: 100px;
  }

  .card--profile {
    padding-right: 0;
  }
}

.notifycation {
  position: sticky;
  max-width: 1250px;
  right: 0;
  left: 0;
  top: 0px;
  height: 0;
  z-index: 1000;
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  align-items: start;
  margin-top: 0px;
  margin: 0 auto;
}

.notifycation__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  border-radius: 0 0 8px 8px;
  background-color: rgba(227, 227, 227, 0.95);
  margin: 0 auto;
  min-width: 100%;
  padding: 20px;
  position: relative;
  pointer-events: none;
}

.notifycation__info {
  color: #000;
  flex-grow: 1;
  font-size: 18px;
  line-height: 22px;
}

.notifycation__info-title {
  font-weight: 600;
  font-size: 18px;
}

.notifycation__info-text {
  margin: 0;
  padding: 0;
}

.notifycation__button {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 10px 30px;
}

.notifycation.active {
  opacity: 1;
}

.notifycation.active .notifycation__wrap {
  pointer-events: all;
}

.notifycation.add-gap {
  top: 50px;
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {

  .notifycation__info-title,
  .notifycation__info-text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .notifycation.add-gap {
    top: 43px;
    transition: all 0.4s;
  }

  .notifycation__wrap {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {

  .notifycation__info-title,
  .notifycation__info-text {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 500px) {
  .notifycation__wrap {
    padding: 5px;
    margin-left: 0;
  }

  .notifycation__info-title,
  .notifycation__info-text {
    font-size: 12px;
    line-height: 14px;
  }

  .notifycation__button {
    margin-left: 10px;
  }
}

@media screen and (max-width: 370px) {
  .notifycation__wrap {
    flex-direction: column;
  }

  .notifycation__button {
    margin-top: 5px;
    margin-left: 0px;
    font-size: 13px;
  }
}

.users-photo {
  position: relative;
  display: inline-block;
  width: 103px;
  height: 109px;
  margin: 8px 16px 8px 0;
}

.img-thumbnail {
  width: 103px;
  height: 109px;
  -o-object-fit: cover;
  object-fit: cover;
}

.delete-photo {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
}

.delete-photo::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #6B7786;
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 5px);
  transform: rotate(45deg);
}

.delete-photo::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #6B7786;
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 5px);
  transform: rotate(-45deg);
}

.delete-photo:hover,
.delete-photo:focus {
  opacity: 0.7;
}

.closed {
  display: none;
}

.opened {
  display: block;
}

.opened-flex {
  display: flex;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 767px) {
  .no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
  }
}

@keyframes toRight {
  0% {
    margin-left: -335px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes toLeft {
  0% {
    left: 0;
  }

  100% {
    left: -335px;
  }
}

.menu-city {
  display: none;
  background-color: rgba(105, 107, 109, 0.9019607843);
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.menu-city__wrap {
  max-width: 1000px;
  background: #fff;
  z-index: 10;
  padding: 29px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  overflow: hidden;
  border-radius: 10px;
}

.menu-city__btn-close {
  z-index: 10000;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
}

.menu-city__title {
  margin-left: 24px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 10px 5px 0;
  height: 30px;
}

.menu-city__list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  text-decoration: none;
  margin-top: 15px;
  padding-left: 0;
}

.menu-city__item {
  width: 150px;
  margin-left: 24px;
  margin-top: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.menu-city__item>a {
  display: block;
  text-decoration: none;
  color: rgb(13, 74, 241);
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.menu-city__btn-close a::before {
  content: "";
  position: absolute;
  background-image: url("../img/icon-close-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  right: 5px;
  width: 40px;
  height: 40px;
}

@media (max-width: 450px) {
  .menu-city__title {
    font-size: 18px;
  }
}

.menu-city .fancybox-button {
  display: none;
}

.button-city {
  position: relative;
  cursor: pointer;
}

.button-city a {
  text-decoration: none;
  color: #2c3d52;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s;
}

.button-city a:hover {
  transition: all 0.2s;
  color: #818c99;
}

.button-city a:before {
  content: "";
  position: absolute;
  background-image: url("../img/icon-geo-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  width: 40px;
  height: 40px;
  z-index: 10;
  left: -40px;
  top: -13px;
}

@media (max-width: 1024px) {
  .button-city a {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .button-city {
    margin-left: 30px;
    width: 100px;
  }

  .button-city a {
    font-size: 13px;
  }

  .button-city a:before {
    left: -40px;
    top: -5px;
    background-size: 35px;
  }
}

@media (max-width: 767px) {
  .button-city {
    margin-left: 45px;
  }

  .button-city a {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .button-city {
    margin-left: 40px;
    margin-right: 0px;
  }
}

@media (max-width: 500px) {
  .button-city {
    margin-left: 20px;
    margin-right: 10px;
    width: 0;
  }

  .button-city a span {
    display: none;
  }

  .button-city a:before {
    left: -12px;
    top: -20px;
  }
}