.author-img input[type=file] + label::after, .author-img input[type=file] + label::before, .post-body ul li::before, .slider-arrow::before, .form-checkbox input[type=checkbox]:checked + label::after, .form-checkbox input[type=checkbox] + label::before, body.hidden::before {
  content: "";
  position: absolute;
}

.author-img input[type=file] + label::after {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html, body {
  height: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

path, rect, circle {
  transition: all 0.35s ease;
}

body {
  font-size: 14px;
  line-height: 1.71;
  min-width: 320px;
  position: relative;
  font-family: "Montserrat", serif;
  color: #000;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  background: #e5eaf1;
}

::placeholder {
  color: #666;
  opacity: 1;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

address {
  font-style: normal;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

input, select, button, textarea {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

a {
  color: inherit;
  transition: all 0.35s ease;
  text-decoration: none;
  outline: none;
}

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

button {
  cursor: pointer;
  background: none;
}

select {
  appearance: none;
}
select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

body.hidden {
  overflow: hidden;
}
body.hidden::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

.logo img, .logo svg {
  display: block;
}

.header {
  padding: 18px 0;
  box-shadow: 0 4px 4px 0 rgba(195, 195, 195, 0.25);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .search {
  margin-left: auto;
  margin-right: 23px;
  flex-grow: 1;
  max-width: 620px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .search-input {
  margin-right: 7px;
  width: 0;
  margin-left: auto;
  transition: width 0.5s ease;
}
.header .search-input input {
  opacity: 0;
  visibility: hidden;
}

.theme-switcher {
  margin-left: 26px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.theme-switcher svg {
  transition: all 0.35s ease;
}
.theme-switcher svg:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transform-origin: center center;
  opacity: 0;
  visibility: hidden;
}
.theme-switcher:hover svg {
  opacity: 0;
  visibility: hidden;
}
.theme-switcher:hover svg:last-child {
  opacity: 1;
  visibility: visible;
}

.hamburger {
  display: none;
}

.menu {
  width: 220px;
  flex-shrink: 0;
  padding-top: 23px;
  padding-left: 8px;
}
.menu-close {
  display: none;
}
.menu-user {
  display: none;
}
.menu-theme {
  display: none;
}
.menu-box {
  margin-bottom: 17px;
}
.menu-box:last-child {
  margin-bottom: 0;
}
.menu-title {
  color: #d9004e;
  line-height: 1.29;
  font-weight: 500;
  margin-bottom: 20px;
}
.menu-top__list li {
  margin-bottom: 7px;
}
.menu-top__list li.active a {
  color: #000;
}
.menu-top__list li.active a path, .menu-top__list li.active a rect {
  fill: #d9004e;
}
.menu-top__list li:last-child {
  margin-bottom: 0;
}
.menu-top__list a {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.87;
}
.menu-top__list a span:last-child {
  max-width: 149px;
}
.menu-top__list a:hover {
  color: #000;
}
.menu-top__list a:hover path, .menu-top__list a:hover rect {
  fill: #d9004e;
}
.menu-top__list-icon {
  width: 26px;
  flex-shrink: 0;
}
.menu-top__list-icon svg {
  display: block;
}
.menu-top__list--bottom li {
  margin-bottom: 24px;
}

.search {
  position: relative;
  z-index: 1;
}
.search-button {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 15px;
}
.search-button svg {
  display: block;
}
.search-button:hover path {
  stroke: #4f77b7;
}
.search.open .search-input {
  width: calc(100% - 23px);
}
.search.open .search-input input {
  opacity: 1;
  visibility: visible;
}
.search-toggler {
  display: block;
  flex-shrink: 0;
}
.search-toggler svg {
  display: block;
}
.search-toggler:hover path {
  stroke: #4f77b7;
}
.search-input input {
  display: block;
  width: 100%;
  font-family: "Montserrat", serif;
  font-size: 14px;
  color: #000;
  transition: all 0.35s ease;
  -webkit-appearance: none;
  border-radius: 5px;
  padding: 8px 17px;
  background: #fff;
  border: 3px solid #d8e5f2;
}
.search-input input::placeholder {
  font-size: 14px;
  color: #000;
  font-family: "Montserrat", serif;
}
.search-input input:hover, .search-input input:focus {
  border-color: #b2cce5;
}

.logged {
  position: relative;
  z-index: 1;
  margin-left: 37px;
}
.logged:hover .logged-dropdown {
  opacity: 1;
  visibility: visible;
}
.logged-toggler {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.logged-toggler img {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border: 4px solid #D9004E;
  border-radius: 50%;
}
.logged-dropdown {
  position: absolute;
  z-index: 2;
  width: 180px;
  left: -24px;
  top: 100%;
  padding-top: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
.logged-list {
  box-shadow: 0 4px 10px 0 #d9e0e8;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 13px 12px 13px 17px;
}
.logged-list li {
  margin-bottom: 10px;
}
.logged-list li:last-child {
  margin-bottom: 0;
}
.logged-list a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  display: block;
  width: fit-content;
  color: #44596d;
}
.logged-list a:hover {
  color: #000;
}

.main {
  padding-top: 83px;
}

.footer {
  padding: 30px 0;
  background: #000;
  margin-top: auto;
}
.footer-logo {
  margin-bottom: 24px;
}
.footer-logo img, .footer-logo svg {
  display: block;
}
.footer-contacts__row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-contacts__icon svg, .footer-contacts__icon img {
  flex-shrink: 0;
}
.footer-contacts__text {
  font-size: 16px;
}
.footer-contacts__link {
  border-bottom: 1px solid transparent;
  color: #fff;
}
.footer-contacts__link:hover {
  border-bottom-color: #fff;
}
.footer-top__row {
  display: flex;
  margin: 0 -15px;
}
.footer-top__item {
  width: 25%;
  padding: 0 15px;
}
.footer-top__head {
  margin-bottom: 12px;
  color: #fff;
}
.footer-top__list li + li {
  margin-top: 8px;
}
.footer-top__list a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #fff;
}
.footer-top__list a:hover {
  border-bottom-color: #fff;
}

.copyright {
  font-size: 16px;
}

.form-label {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #44596d;
  margin-bottom: 1px;
}
.form-input, .form-textarea {
  display: block;
  width: 100%;
  font-family: "Montserrat", serif;
  font-size: 16px;
  color: #000;
  transition: all 0.35s ease;
  -webkit-appearance: none;
  border-radius: 8px;
  padding: 8.5px 15px;
  background: #fff;
  font-weight: 500;
  border: 1px solid #89a3bc;
  line-height: 1;
}
.form-input::placeholder, .form-textarea::placeholder {
  font-size: 16px;
  color: #44596d;
  font-weight: 500;
  font-family: "Montserrat", serif;
}
.form-input:hover, .form-input:focus, .form-textarea:hover, .form-textarea:focus {
  border-color: #000;
}
.form-input--edit, .form-textarea--edit {
  padding: 0;
  font-size: 20px;
  border: none;
  border-radius: 0;
}
.form-edit {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  color: #44596d;
  transition: all 0.35s ease;
  margin-top: 3px;
}
.form-edit:hover {
  color: #d9004e;
}
.form-textarea {
  min-height: 83px;
}
.form-item {
  margin-bottom: 22px;
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-checkbox input[type=checkbox] {
  display: none;
}
.form-checkbox input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 30px;
  font-size: 14px;
  color: #333;
}
.form-checkbox input[type=checkbox] + label::before {
  width: 16px;
  height: 16px;
  top: 1px;
  left: 0;
  border: 1px solid #333;
  border-radius: 2px;
}
.form-checkbox input[type=checkbox]:checked + label::after {
  width: 5px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  left: 6px;
  top: 4px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all 0.35s ease;
  font-size: 16px;
  font-family: "Montserrat", serif;
  text-align: center;
  border-radius: 5px;
}
.btn svg {
  flex-shrink: 0;
}
.btn:focus {
  box-shadow: none;
}
.btn-white.btn-white {
  font-size: 14px;
  color: #667389;
  font-weight: 500;
  border: 1px solid rgba(115, 147, 198, 0.52);
  padding: 3.5px 15px;
}

.btn-red {
  background: #d9004e;
  padding: 7.5px 14px;
  font-weight: 700;
  color: #fff;
}
.btn-red:hover {
  background: #b30041;
  color: #fff;
}
.btn-gray {
  border: 1px solid rgba(115, 147, 198, 0.5);
  color: #44596d;
  font-weight: 500;
  padding: 7px 7px;
  background: #eef3fb;
}
.btn-gray:hover {
  background: #e3e9f1;
  color: #44596d;
}
.btn-close {
  box-shadow: none !important;
  transition: all 0.35s ease;
}

.breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb-nav {
  margin-bottom: 10px;
  margin-top: 12px;
}
.breadcrumb-nav + .content {
  padding-top: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  float: none;
}
.breadcrumb li {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #7393c6;
}
.breadcrumb li + li {
  margin-left: 5px;
}
.breadcrumb li.active {
  color: #7393c6;
}
.breadcrumb li.active::before {
  color: #7393c6;
}
.breadcrumb li::before {
  content: "/";
  margin-right: 4px;
  color: #7393c6;
}
.breadcrumb li:first-child::before {
  display: none;
}
.breadcrumb a {
  font-weight: 500;
  font-size: 14px;
  color: #7393c6;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.socials li img, .socials li svg {
  display: block;
}

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-dots {
  margin: 0 58px;
}
.slider-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #54CAFC 0%, #2DAEE5 100%);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.slider-arrow::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(360deg, #54CAFC 0%, #2DAEE5 100%);
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: -1;
}
.slider-arrow:hover::before {
  opacity: 1;
  visibility: visible;
}

.popover {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 6px;
  background: #fff;
  max-width: 195px;
}
.popover-body {
  padding: 0;
}
.popover-arrow {
  display: none !important;
}
.popover-list li {
  margin-bottom: 4px;
}
.popover-list li:last-child {
  margin-bottom: 0;
}
.popover-list a {
  display: block;
  padding: 6px 10px;
  border-radius: 6px;
  user-select: none;
}
.popover-list a:hover {
  background: #F2F2F2;
  color: #000;
}
.popover-list .active a {
  font-weight: 600;
  background: #F2F2F2;
  color: #000;
}

.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal-dialog {
  width: 100%;
}
.modal-footer .btn {
  width: 100%;
  max-width: 115px;
}

.h1 {
  font-size: 20px;
  font-weight: 500;
}

.h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 17px;
}

.h3 {
  font-size: 24px;
}

.container {
  max-width: 1205px;
}

.sticky {
  position: sticky;
  top: 122px;
}

.content {
  padding-top: 39px;
  padding-bottom: 120px;
}
.content-nav {
  display: none;
}
.content-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.content-banner {
  width: 230px;
  flex-shrink: 0;
  margin-left: 14px;
}
.content-banner__link {
  display: block;
}
.content-banner__link img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.content-body {
  flex-grow: 1;
}
.content-title {
  padding: 14px 26px;
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.news {
  background: #fff;
  border-radius: 10px;
  padding: 14px 15px 12px;
  margin-bottom: 30px;
  position: relative;
}
.news:hover {
  z-index: 5;
}
.news:last-child {
  margin-bottom: 0;
}
.news-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  margin-bottom: 10px;
  display: block;
}
.news-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: initial;
}
.news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 13px;
}
.news-user {
  display: flex;
  align-items: center;
  gap: 9px;
}
.news-user__img {
  flex-shrink: 0;
}
.news-user__img img {
  border-radius: 50%;
  display: block;
  width: 38px;
  height: 38px;
  border: 2px solid #d9004e;
}
.news-user__author {
  font-size: 12px;
  line-height: 1.33;
  color: #7393c6;
}
.news-user__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000;
  display: inline-block;
}
.news-user__title:hover {
  color: #b30041;
}
.news-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.news-info__time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  color: #667389;
}
.news-info__time svg {
  flex-shrink: 0;
}
.news-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  display: inline-block;
  margin-bottom: 19px;
}
.news-title:hover {
  color: #283951;
}
.news-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #44596d;
  margin-bottom: 16px;
}
.news-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 19px;
}
.news-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.news-nav__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  color: #667389;
}
.news-nav__btn:hover .news-nav__btn-icon {
  background: #E5EAF1;
}
.news-nav__btn-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  transition: all 0.35s ease;
}
.news-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.12;
  color: #dd0050;
}
.news-link:hover {
  color: #b40041;
}
.news-footer {
  display: flex;
  align-items: center;
  position: relative;
}
.news-reaction {
  display: flex;
  align-items: center;
  gap: 25px;
}
.news-reaction__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  color: #44596d;
}
.news-reaction__item img, .news-reaction__item svg {
  flex-shrink: 0;
}

.add-rection {
  position: relative;
  z-index: 20;
}
.add-rection:hover .add-rection__toggler {
  background: #E5EAF1;
}
.add-rection__toggler {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition: all 0.35s ease;
}
.add-rection__toggler.active {
  background: #E5EAF1;
}
.add-rection__dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  padding: 14px;
}
.add-rection__dropdown-smile {
  width: calc(20% - 8px);
  cursor: pointer;
}
.add-rection__dropdown-smile img {
  display: block;
}

.post {
  background: #fff;
  border-radius: 10px;
  padding: 15px 16px 28px;
}
.post-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.12;
  color: #dd0050;
  display: inline-block;
  margin-bottom: 9px;
}
.post-body b, .post-body strong {
  font-weight: 700;
}
.post-body ol {
  margin: 0;
  margin-bottom: 12px;
  padding-left: 26px;
}
.post-body ol li {
  font-size: 18px;
  line-height: 1.67;
  color: #000;
  position: relative;
  list-style: decimal;
}
.post-body ol li::marker {
  color: #dd0050;
  font-weight: 700;
}
.post-body ul {
  margin-bottom: 18px;
}
.post-body ul li {
  font-size: 18px;
  line-height: 1.67;
  color: #000;
  position: relative;
  padding-left: 22px;
}
.post-body ul li::before {
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #ff126d;
}
.post-body h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #000;
  margin-bottom: 6px;
}
.post-body p {
  font-size: 18px;
  line-height: 1.67;
  color: #000;
  margin-bottom: 17px;
}
.post-body p img {
  margin-bottom: 0;
}
.post-body h2, .post-body h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
.post-body h2 {
  margin-bottom: 20px;
}
.post-body h3 {
  margin-bottom: 10px;
}
.post-body img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 21px;
}
.post-body table {
  width: 100%;
  margin-bottom: 24px;
}
.post-body table th, .post-body table td {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.87;
  text-align: left;
  padding: 3.5px 22px;
}
.post-body table tr:nth-child(odd) th, .post-body table tr:nth-child(odd) td {
  background: #e7eefa;
}
.post-body blockquote {
  margin: 0;
  border-left: 3px solid #b30041;
  padding-left: 14px;
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 19px;
}

.comment {
  margin-top: 40px;
}
.comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.comment-total {
  font-weight: 500;
  font-size: 20px;
  line-height: 0.9;
  color: #000;
}
.comment-nav {
  display: flex;
  gap: 6px;
}
.comment-nav__btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #44596d;
  font-family: "Montserrat", serif;
  border: 1px solid #c7d7f0;
  border-radius: 5px;
  padding: 1px 10px;
  background: #fff;
  transition: all 0.35s ease;
}
.comment-nav__btn.active {
  background: #edf1f8;
  border-color: #edf1f8;
}
.comment-nav__btn:hover {
  background: #edf1f8;
  border-color: #edf1f8;
}
.comment-form {
  position: relative;
}
.comment-form__close {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 8px;
  right: 8px;
}
.comment-form__close svg {
  display: block;
}
.comment-form textarea {
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.87;
  color: #44596d;
  display: block;
  width: 100%;
  min-height: 82px;
  border: 1px solid #89a3bc;
  border-radius: 8px;
  padding: 6px 13px;
  transition: all 0.35s ease;
}
.comment-form textarea::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.87;
  color: #44596d;
}
.comment-form textarea:hover, .comment-form textarea:focus {
  border-color: #688aaa;
}
.comment-form__file input {
  display: none;
}
.comment-form__file input + label {
  position: absolute;
  left: 10px;
  bottom: 5px;
  cursor: pointer;
}
.comment-form__file input + label svg {
  display: block;
}
.comment-send {
  margin-bottom: 38px;
}
.comment-item {
  display: flex;
  gap: 13px;
  margin-bottom: 30px;
}
.comment-item:last-child {
  margin-bottom: 0;
}
.comment-item .news-footer {
  margin-top: 10px;
  margin-bottom: 8px;
}
.comment-item__img {
  flex-shrink: 0;
}
.comment-item__img img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.comment-item__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin-bottom: 2px;
}
.comment-item__date {
  font-size: 12px;
  line-height: 1.33;
  color: #7393c6;
  margin-bottom: 4px;
}
.comment-item__answer {
  font-size: 14px;
  line-height: 1.71;
  color: #000;
  margin-bottom: 8px;
}
.comment-item__answer-prev {
  font-size: 14px;
  line-height: 1.71;
  color: #000;
  border-left: 1px solid #44596d;
  padding-left: 10px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.comment-item__nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.comment-item__nav-answer {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  color: #b30041;
  transition: all 0.35s ease;
  cursor: pointer;
}
.comment-item__nav-answer:hover {
  color: #b30041;
}
.comment-item__nav-open {
  cursor: pointer;
  transition: all 0.35s ease;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  color: #44596d;
}
.comment-item__nav-open:hover {
  color: #283951;
}
.comment-hidden {
  margin-top: 8px;
  border-left: 1px solid #c7d7f0;
  padding-left: 14px;
  padding-top: 8px;
  display: none;
}
.comment-hidden .comment-form {
  margin-bottom: 18px;
}

.table-wrap {
  overflow-x: auto;
}

#popover-content {
  display: none;
}

.settings {
  background: #fff;
  border-radius: 10px;
  padding: 21px 27px;
}
.settings-box {
  max-width: 484px;
}
.settings-box {
  margin-bottom: 28px;
}
.settings-box:last-child {
  margin-bottom: 0;
}

.draft-item {
  margin-bottom: 7px;
  background: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  padding-right: 15px;
  padding-bottom: 33px;
}
.draft-item:last-child {
  margin-bottom: 0;
}
.draft-item .news-user__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.draft-item .news-user__author {
  line-height: 1;
}
.draft-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 10px;
}
.draft-item__nav {
  display: flex;
  align-items: center;
  gap: 14px;
}
.draft-item__nav-btn svg {
  color: #7c8d9e;
  display: block;
  transition: all 0.35s ease;
}
.draft-item__nav-btn svg:hover {
  color: #000;
}
.draft-item__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.draft-item p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 540px;
}

.author {
  border-radius: 10px;
  background: #fff;
  padding: 21px 24px 8px 30px;
  margin-bottom: 10px;
}
.author-error {
  display: none;
  color: #d9004e;
  font-size: 12px;
  line-height: 1.25;
}
.author-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}
.author-header .h1 {
  margin: 0;
}
.author-row {
  display: flex;
  gap: 37px;
}
.author-img {
  flex-shrink: 0;
  width: 116px;
  height: 116px;
}
.author-img input[type=file] {
  display: none;
}
.author-img input[type=file] + label {
  display: block;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.author-img input[type=file] + label::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.author-img input[type=file] + label::after {
  width: 31px;
  height: 31px;
  background: url("../img/picture.svg") no-repeat center center;
  background-size: contain;
}
.author-img img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.author-content {
  padding-top: 5px;
}
.author-content .btn {
  padding: 8.5px 17px;
  font-size: 14px;
}
.author-content p {
  line-height: 1.43;
  margin-bottom: 21px;
  font-weight: 500;
}
.author-info {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.43;
  margin-bottom: 18px;
}
.author-info b {
  font-weight: 700;
}
.author-trigger {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 6px;
  margin-top: 6px;
}
.author-trigger svg {
  flex-shrink: 0;
  transition: all 0.35s ease;
}
.author-trigger.active svg {
  transform: rotate(180deg);
}

.blogger {
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px 24px;
  margin-bottom: 10px;
}
.blogger .search {
  margin-bottom: 17px;
}
.blogger-box {
  margin-bottom: 44px;
}
.blogger-box:last-child {
  margin-bottom: 0;
}
.blogger-box .read-more {
  cursor: pointer;
  transition: all 0.35s ease;
  color: #b30041;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 14px;
}
.blogger-box .read-more:hover {
  color: #80002e;
}
.blogger-box .h1 {
  margin-bottom: 18px;
}
.blogger-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 15px;
}
.blogger-item:last-child {
  margin-bottom: 0;
}
.blogger-item__num {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.blogger-item__num span {
  border: 1px solid #d9004e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #b30041;
  width: 100%;
  height: 100%;
}
.blogger-item__content {
  margin-right: auto;
}
.blogger-item__img {
  margin-right: 3px;
  width: 47px;
  height: 47px;
  background: rgba(179, 0, 65, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.blogger-item__img img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.blogger-item__img--theme img {
  width: auto;
  height: auto;
  max-width: 20px;
  border-radius: 0;
}
.blogger-item__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.blogger-item__name:hover {
  color: #d9004e;
}
.blogger-item__subs {
  font-size: 13px;
  line-height: 1.5;
  color: #7393c6;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  /**/
  .content-banner {
    display: none;
  }
  .header .search {
    max-width: 51%;
  }
  .post-body p {
    font-size: 16px;
  }
  .post-body ol li {
    font-size: 16px;
  }
  .post-body ul li {
    font-size: 16px;
  }
  .post-body ul li::before {
    top: 7px;
  }
  .post-body blockquote {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  /**/
  .menu {
    width: 180px;
    padding-top: 0;
    padding-left: 0;
  }
  .menu-top__list a {
    gap: 10px;
  }
  .header .search {
    margin-right: 12px;
    max-width: 43%;
  }
  .logged-dropdown {
    left: -60px;
  }
  .logged, .theme-switcher {
    margin-left: 10px;
  }
  .hamburger {
    display: inline-block;
  }
  .main-nav {
    position: absolute;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #f2f2f2;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    padding: 30px 30px;
    z-index: 100;
  }
  .main-nav.open {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  /**/
  .main {
    padding-top: 46px;
  }
  .container {
    padding: 0 15px;
  }
  .theme-switcher {
    display: none;
  }
  .logged-toggler svg {
    display: none;
  }
  .logged-toggler img {
    width: 47px;
    height: 47px;
  }
  .logged-dropdown {
    display: none;
  }
  .header {
    padding: 5px 0;
  }
  .header-nav {
    gap: 0;
  }
  .header .logo {
    margin-right: auto;
  }
  .header .logo img {
    width: 102px;
  }
  .header .btn-red {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 12px;
    margin-left: 10px;
  }
  .header-row .btn-gray {
    padding: 0;
    border: none;
    border-radius: 50%;
  }
  .header-row .btn-gray svg {
    border-radius: 50%;
  }
  .header-row .btn-gray span {
    display: none;
  }
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 272px;
    z-index: 200;
    background: #fff;
    height: 100%;
    padding-top: 9px;
    padding-left: 20px;
    padding-bottom: 40px;
    overflow-y: auto;
    transition: transform 0.5s ease;
    transform: translateX(-100%);
  }
  .menu.open {
    transform: translateX(0);
  }
  .menu-close {
    display: block;
    position: absolute;
    right: 11px;
    top: 4px;
    z-index: 10;
  }
  .menu-title {
    margin-bottom: 16px;
  }
  .menu-top__list li {
    margin-bottom: 13px;
  }
  .menu-top__list a {
    padding-left: 1px;
  }
  .menu-user {
    display: block;
  }
  .menu-user__list {
    margin-bottom: 10px;
  }
  .menu-user__list li {
    margin-bottom: 4px;
  }
  .menu-user__list li:last-child {
    margin-bottom: 0;
  }
  .menu-user__list a {
    font-weight: 500;
    font-size: 16px;
  }
  .menu-user__img {
    gap: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
  }
  .menu-user__img span {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    max-width: 70px;
  }
  .menu-user__img img {
    flex-shrink: 0;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 4px solid #d9004e;
  }
  .menu-theme {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 31px;
  }
  .menu-theme span {
    max-width: 140px;
  }
  .menu-theme svg {
    flex-shrink: 0;
  }
  .menu-box:first-child {
    display: none;
  }
  .header .search {
    margin-right: 15px;
    margin-left: auto;
    position: static;
  }
  .header .search-toggler {
    border-radius: 50%;
    border: 1px solid rgba(115, 147, 198, 0.5);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef3fb;
  }
  .header .search-toggler svg {
    width: 15px;
    height: 16px;
  }
  .header .search-input {
    width: 100% !important;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 50;
    margin: 0;
    padding: 8px;
    pointer-events: none;
  }
  .header .search.open .search-input {
    background: #fff;
    pointer-events: initial;
    box-shadow: 0 4px 4px 0 rgba(195, 195, 195, 0.25);
  }
  .add-rection__dropdown {
    top: 100%;
    left: auto;
    right: -60px;
  }
  .settings {
    padding: 20px 16px;
  }
  .content {
    padding-top: 7px;
    padding-bottom: 60px;
  }
  .content-title {
    padding: 14px 16px;
  }
  .content-row {
    gap: 0;
    display: block;
  }
  .content-nav {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-bottom: 6px;
  }
  .content-nav__list {
    display: flex;
    gap: 8px;
    flex-grow: 1;
  }
  .content-nav__list-icon {
    min-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-nav__list li {
    flex-grow: 1;
  }
  .content-nav__list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 11px;
    border-radius: 8px;
    background: #fff;
    color: #44596d;
    flex-grow: 1;
    padding-top: 3px;
    padding-bottom: 5px;
    line-height: 1;
  }
  .hamburger {
    border-radius: 8px;
    width: 38px;
    height: 38px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news {
    padding: 8px 5px 12px;
    margin-bottom: 15px;
  }
  .news .btn-white.btn-white {
    font-size: 12px;
    padding: 2px 4px;
  }
  .news-img {
    margin-bottom: 17px;
  }
  .news-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-info {
    margin-bottom: 13px;
  }
  .news-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }
  .news-content p {
    line-height: 1.29;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
  }
  .post-body p {
    font-size: 14px;
  }
  .post-body ol li {
    font-size: 14px;
  }
  .post-body ul li {
    font-size: 14px;
  }
  .post-body ul li::before {
    top: 6px;
  }
  .post-body blockquote {
    font-size: 14px;
  }
  .post-body table td, .post-body table th {
    font-size: 14px;
    line-height: 1.25;
    padding: 5px 12px;
  }
  .comment {
    margin-top: 40px;
  }
  .comment-nav__btn {
    font-size: 14px;
  }
  .comment-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .comment-form textarea {
    min-height: 120px;
    font-size: 14px;
  }
  .comment-form textarea::placeholder {
    font-size: 14px;
  }
  .comment-item {
    gap: 6px;
  }
  .comment-item__answer {
    line-height: 1.4;
  }
  .comment-item .comment-item {
    flex-direction: column;
  }
  .comment-hidden {
    padding-left: 8px;
  }
  .draft-item {
    padding: 16px;
  }
  .draft-item__title {
    font-size: 18px;
  }
  .author {
    padding: 24px 16px 16px;
  }
  .author-row {
    flex-direction: column;
    gap: 16px;
  }
  .blogger-item {
    flex-wrap: wrap;
  }
  .blogger-item .btn {
    width: 100%;
    margin-top: 8px;
  }
}