[type="search"],
[type="search"] {
  outline-offset: -2px;
}

.content-note::after,
.content-note:not(".not-content")::after,
.post-page .post-page-item .post-page-content-tags .tags::after,
.post-page .post-page-item .post-page-header .post-page-tools::after,
.post-page .post-page-item .post-page-header .tags::after {
  clear: both;
}

.myh4,
.rub-ramka a {
  text-transform: uppercase;
}

.rub-ramka {
  background: rgba(3, 224, 0, 0.04);
  padding: 6px 13px !important;
  border-radius: 2px;
  border: 4px double rgba(21, 160, 37, 0.32);
  font-family: open sans, arial;
  line-height: 28px;
  font-size: 16px;
  max-width: 86%;
  margin: 0 auto;
  font-weight: 400;
  color: #4a4a4a;
}

.myh4 {
  padding: 6px 4px 4px 5px;
  width: 100%;
  display: table;
  border: 1px dotted #e2e2e2;
  border-right: none;
  color: #3a753a;
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 23px;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: -3px;
  font-weight: 600;
  background-color: #f5fef5;
  background-image: -webkit-repeating-linear-gradient(
    0deg,
    #bfe6bf 0,
    #f5fef5 100%
  );
  background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
  background-image: -ms-repeating-linear-gradient(
    0deg,
    #bfe6bf 0,
    rgba(3, 224, 0, 0.04) 100%
  );
}

.rub-ramka a {
  color: #ce5353;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px dashed;
  text-shadow: 0 0 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 1px;
}

.contentBox p,
body {
  margin: 0;
}

@media screen and (max-width: 1020px) {
  .rub-ramka {
    max-width: 95%;
  }
}

b {
  font-weight: bolder;
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools-footer
  .social-share_column-xs {
  flex-flow: row wrap;
}

html {
  overflow-y: initial !important;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: initial !important;
}

.link {
  color: #3968a3;
  text-decoration: underline;
  cursor: pointer;
}

.link:hover {
  color: #a21e2b;
}

a,
a:focus,
a:hover {
  color: #3968a3;
  text-decoration: none;
}

article,
footer,
header,
nav {
  display: block;
}

.hidden,
.visible-sm,
.visible-xs {
  display: none !important;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  font: inherit;
  margin: 0;
  overflow: visible;
}

button {
  text-transform: none;
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

body {
  height: 100%;
  color: #2e2e2e;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  padding-top: 60px;
  background-color: #fff;
}

.content-wrapper {
  height: 100%;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus,
a:hover {
  outline: 0;
}

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

@-ms-viewport {
  width: device-width;
}

@media (max-width: 659px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 660px) and (max-width: 979px) {
  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 659px) {
  .hidden-xs {
    display: none !important;
  }
}

body::before {
  content: "xs";
  display: none;
}

@media (min-width: 660px) {
  body::before {
    content: "sm";
  }
}

@media (min-width: 980px) {
  body::before {
    content: "md";
  }
}

@media (min-width: 1300px) {
  body::before {
    content: "lg";
  }
}

@media (min-width: 1440px) {
  body::before {
    content: "xlg";
  }
}

@media (min-width: 1920px) {
  body::before {
    content: "xxlg";
  }
}

.spinner-inner {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 20px auto;
}

.spinner-inner .spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 660px) {
  .spinner-inner {
    width: 40px;
    height: 40px;
    margin: 35px auto;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-height: 60px;
  z-index: 1000;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  cursor: default;
  will-change: top;
  background-color: #021859;
  background-image: linear-gradient(#021859 60px, #03258b 60px);
}

.navbar .navbar-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 60px;
}

.navbar .navbar-inner .navbar-toggle {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 21px 20px 20px;
  background: 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.navbar .navbar-inner .navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
}

.navbar .navbar-inner .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar .navbar-inner .navbar-title {
  position: relative;
  height: 60px;
  margin-left: -4px;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar .navbar-inner .navbar-title__hashtag {
  position: absolute;
  top: 0;
  left: 0;
}

.navbar .navbar-inner .navbar-title__bg {
  display: none;
}

.navbar .navbar-inner .gradient-navbar {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 200px;
  height: 60px;
  background: linear-gradient(to right, rgba(2, 24, 89, 0), #021859 100px)
    no-repeat;
}

.navbar .navbar-inner .navbar-menu {
  display: none;
}

.navbar .navbar-inner .navbar-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 60px;
  margin-left: auto;
  z-index: 2000;
}

.navbar .navbar-inner .button-text {
  display: none;
}

.navbar .navbar-inner .button {
  position: relative;
  display: block;
  width: 40px;
  height: 60px;
  padding: 0;
  border: 0;
  outline: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.navbar .navbar-inner .button:hover {
  opacity: 1;
}

.navbar .navbar-inner .button.button-user {
  background-image: url(../images/8a6d3724a6c1738844d9cac339b56312ca485a21.svg);
  background-size: 20px 20px;
}

.navbar .navbar-inner .button.button-search {
  margin-right: 10px;
  background-image: url(../images/bfe9b8349f10f3713631886b60c92dff12ae66eb.svg);
  background-size: 20px 20px;
}

@media (min-width: 660px) {
  .navbar .navbar-inner .gradient-navbar {
    width: 330px;
    background: linear-gradient(to right, rgba(2, 24, 89, 0), #021859 230px)
      no-repeat;
  }

  .navbar .navbar-inner .navbar-toggle {
    padding-right: 11px;
  }

  .navbar .navbar-inner .navbar-title {
    font-size: 28px;
    margin-right: 15px;
  }

  .navbar .navbar-inner .navbar-title__hashtag {
    position: relative;
  }

  .navbar .navbar-inner .navbar-title__bg {
    position: absolute;
    top: 50%;
    display: block;
    left: -10px;
    right: -10px;
    height: 0;
    border-radius: 2px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: height 0.15s ease-out, opacity 0.15s ease-out;
    transition: height 0.15s ease-out, opacity 0.15s ease-out;
    z-index: -1;
    background-color: #03258b;
  }

  .navbar .navbar-inner .navbar-title:hover .navbar-title__bg {
    height: 36px;
    opacity: 1;
  }

  .navbar .navbar-inner .button-text {
    padding: 0 25px;
    margin: 11px 5px;
    border: 0;
    border-radius: 2px;
    outline: 0;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background-color: #03258b;
  }

  .navbar .navbar-inner .button-text:hover {
    background-color: #042ca4;
  }

  .navbar .navbar-inner .button-text.button-text-mylife {
    display: block;
    margin-right: 10px;
  }
}

@media (min-width: 980px) {
  .navbar {
    padding: 0 10px 0 23px;
    -webkit-transition: max-height 0.3s ease-out, top 0.2s;
    transition: max-height 0.3s ease-out, top 0.2s;
  }

  .navbar .navbar-inner .navbar-toggle {
    display: none;
  }

  .navbar .navbar-inner .navbar-rss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-right: 10px;
    opacity: 0.4;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }

  .navbar .navbar-inner .navbar-rss:hover {
    opacity: 0.7;
  }

  .navbar .navbar-inner .navbar-rss svg {
    vertical-align: text-bottom;
  }

  .navbar .navbar-inner .button-text.button-text-stream {
    display: block;
    padding-left: 50px;
    background-image: url(../images/e119edb7fa614bf1cc1960f8ef82b26378d68f07.svg);
    background-size: 20px 14px;
    background-repeat: no-repeat;
    background-position: 20px center;
  }

  .navbar .navbar-inner .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 10px;
    padding: 0;
    max-height: 60px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
  }

  .navbar .navbar-inner .navbar-menu a {
    display: block;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
    transition: color 0.15s ease-out, background-color 0.15s ease-out;
  }

  .navbar .navbar-inner .navbar-menu a::after {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }

  .navbar .navbar-inner .navbar-menu:hover a {
    color: rgba(255, 255, 255, 0.7);
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item a:hover,
  .navbar .navbar-inner .navbar-menu .navbar-menu-item.dropdown a:hover {
    color: #fff;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item {
    list-style-type: none;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item.dropdown {
    display: none;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item.dropdown a::after {
    content: "";
    width: 11px;
    height: 60px;
    margin-left: 6px;
    display: inline-block;
    float: right;
    background-size: 11px 7px;
    background-image: url(../images/12385914aee80ce06635cfb72f5de5fc5c94bd41.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item.dropdown a:hover::after {
    opacity: 1;
  }

  .navbar .navbar-inner .button-text-mylife {
    position: relative;
    z-index: 3000;
  }
}

@media (min-width: 1440px) {
  .navbar .navbar-inner {
    width: 1400px;
    margin: 0 auto;
  }
}

.search-container {
  position: absolute;
  right: 0;
  width: 100%;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  z-index: 2005;
  background-color: #03258b;
}

.search-container form .search-container-field {
  width: calc(100% - 70px);
  height: 35px;
  margin: 12px 10px;
  padding: 10px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 400;
  outline: 0;
  color: #fff;
  border: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
}

.search-container form .search-container-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  font-size: 40px;
  font-weight: 300;
  line-height: 15px;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 980px) {
  .search-container {
    width: calc(100% - 107px);
  }
}

@media (min-width: 1440px) {
  .search-container {
    width: 1304px;
  }
}

.title-bar {
  position: fixed;
  top: 10px;
  z-index: 995;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 11px 0 rgba(0, 19, 45, 0.21);
  box-shadow: 0 1px 11px 0 rgba(0, 19, 45, 0.21);
  overflow: hidden;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  will-change: top;
}

.title-bar .social-share {
  position: relative;
  z-index: 995;
  margin: 2px auto 0;
}

.title-bar__container {
  height: inherit;
  margin: auto;
}

.title-bar__header {
  position: absolute;
  margin: 0 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}

@media (min-width: 660px) {
  .title-bar__container {
    position: relative;
    width: 100%;
    margin-left: 0;
  }

  .title-bar .social-share {
    position: absolute;
    right: 18px;
    background: #fff;
  }

  .title-bar .social-share__icons {
    margin-left: auto;
    margin-right: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .title-bar .social-share::before {
    content: "";
    position: absolute;
    left: -100px;
    z-index: 995;
    width: 100px;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(#fff)
      )
      no-repeat;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
      no-repeat;
  }
}

@media (min-width: 1440px) {
  .title-bar__container {
    width: 1440px;
    margin: 0 auto;
  }

  .title-bar .social-share {
    right: 15px;
  }
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-share_column-xs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-share__counter {
  position: relative;
  min-width: 100px;
  margin-right: 15px;
  padding-right: 40px;
  text-align: center;
  font-size: 38px;
  line-height: 33px;
  color: #3968a3;
}

.social-share__counter::before {
  content: "репосты";
  display: block;
  width: 60px;
  text-transform: uppercase;
  line-height: 10px;
  font-size: 11px;
  text-align: center;
}

.social-share__counter::after {
  content: url(../images/0d4a5d7b14f59ee237d7f72eed160bc38f17e08f.svg);
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  font-size: 50px;
  font-weight: 300;
  overflow: hidden;
}

.content-note,
.content-note:not(".not-content") {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.social-share__counter-xs {
  font-size: 12px;
  color: #3968a3;
}

.social-share__counter-xs::before {
  content: "репосты";
  display: inline-block;
  margin-right: 4px;
  text-transform: uppercase;
  line-height: 10px;
  font-size: 11px;
  text-align: center;
}

.social-share__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-share__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  height: 40px;
  margin-right: 7px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.15s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: background-color 0.15s ease-out, -webkit-transform 0.3s ease-out;
  transition: background-color 0.15s ease-out, transform 0.3s ease-out;
  transition: background-color 0.15s ease-out, transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}

.social-share__icon:hover {
  color: #fff;
}

.social-share__icon:last-child {
  margin-right: 0;
}

.social-share__icon svg {
  pointer-events: none;
}

.social-share__icon_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  margin-bottom: 3px;
  margin-top: 3px;
  border-radius: 1px;
  background-position: center;
}

.content-note:not(".not-content") p,
.post-page__columns-right {
  width: 100%;
}

.social-share__icon_vk {
  background-color: #5d7294;
}

.social-share__icon_vk:hover {
  background-color: #697fa1;
}

.social-share__icon_tw {
  background-color: #76aaeb;
}

.social-share__icon_tw:hover {
  background-color: #8cb8ee;
}

.social-share__icon_fb {
  background-color: #475995;
}

.social-share__icon_fb:hover {
  background-color: #4f63a6;
}

.social-share__icon_gp,
.social-share__icon_mail,
.social-share__icon_viber,
.social-share__icon_whatsapp {
  display: none;
}

.social-share__icon_viber {
  background-color: #665cac;
}

.social-share__icon_viber:hover {
  background-color: #766db5;
}

.social-share__icon_telegram {
  background-color: #35a6de;
}

.social-share__icon_telegram:hover {
  background-color: #4bb0e2;
}

.social-share__icon_whatsapp {
  background-color: #67c15e;
}

.social-share__icon_whatsapp:hover {
  background-color: #78c870;
}

@media (min-width: 660px) {
  .social-share {
    -webkit-transition: -webkit-flex-basis 0.3s ease-out;
    transition: -webkit-flex-basis 0.3s ease-out;
    transition: flex-basis 0.3s ease-out;
    transition: flex-basis 0.3s ease-out, -webkit-flex-basis 0.3s ease-out,
      -ms-flex-preferred-size 0.3s ease-out;
  }

  .social-share_column-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 980px) {
  .social-share__icon_gp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #d53f35;
  }

  .social-share__icon_gp:hover {
    background-color: #d9534a;
  }

  .social-share__icon_mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #134785;
  }

  .social-share__icon_mail:hover {
    background-color: #16539b;
  }
}

.content-note::after,
.content-note::before,
.content-note:not(".not-content")::after,
.content-note:not(".not-content")::before {
  display: table;
  content: " ";
}

.content-note:not(".not-content") h2 {
  margin: 40px 0 30px;
  font-size: 25px;
  font-weight: 500;
}

.content-note:not(".not-content") p img {
  margin: 0;
}

.content-note:not(".not-content") a {
  border-bottom: 1px rgba(57, 104, 163, 0.4) solid;
  color: #3968a3;
  text-decoration: none;
  -webkit-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}

.content-note:not(".not-content") a:visited,
.dark-red .content-note:not(".not-content") a:visited {
  color: #ba0505;
  border-color: rgba(186, 5, 5, 0.7);
}

.red .content-note:not(".not-content") a:visited {
  color: #f44336;
  border-color: rgba(244, 67, 54, 0.7);
}

.deep-orange .content-note:not(".not-content") a:visited {
  color: #ff5722;
  border-color: rgba(255, 87, 34, 0.7);
}

.light-green .content-note:not(".not-content") a:visited {
  color: #689f38;
  border-color: rgba(104, 159, 56, 0.7);
}

.green .content-note:not(".not-content") a:visited {
  color: #1b5e20;
  border-color: rgba(27, 94, 32, 0.7);
}

.teal .content-note:not(".not-content") a:visited {
  color: #009688;
  border-color: rgba(0, 150, 136, 0.7);
}

.blue .content-note:not(".not-content") a:visited {
  color: #2196f3;
  border-color: rgba(33, 150, 243, 0.7);
}

.indigo .content-note:not(".not-content") a:visited {
  color: #3f51b5;
  border-color: rgba(63, 81, 181, 0.7);
}

.content-note:not(".not-content") a:visited {
  color: #021859;
  border-color: rgba(2, 24, 89, 0.7);
}

.purple .content-note:not(".not-content") a:visited {
  color: #9c27b0;
  border-color: rgba(156, 39, 176, 0.7);
}

.dark-purple .content-note:not(".not-content") a:visited {
  color: #651482;
  border-color: rgba(101, 20, 130, 0.7);
}

.pink .content-note:not(".not-content") a:visited {
  color: #e91e63;
  border-color: rgba(233, 30, 99, 0.7);
}

.brown .content-note:not(".not-content") a:visited {
  color: #4e342e;
  border-color: rgba(78, 52, 46, 0.7);
}

.grey .content-note:not(".not-content") a:visited {
  color: #757575;
  border-color: rgba(117, 117, 117, 0.7);
}

.dark-grey .content-note:not(".not-content") a:visited {
  color: #272727;
  border-color: rgba(39, 39, 39, 0.7);
}

.cod-gray .content-note:not(".not-content") a:visited {
  color: #101010;
  border-color: rgba(16, 16, 16, 0.7);
}

.hex .content-note:not(".not-content") a:visited {
  color: #429871;
  border-color: rgba(66, 152, 113, 0.7);
}

.pink-riw .content-note:not(".not-content") a:visited {
  color: #bc1963;
  border-color: rgba(188, 25, 99, 0.7);
}

.content-note:not(".not-content") a:focus,
.content-note:not(".not-content") a:hover {
  border-color: #3968a3;
  color: #3968a3;
  text-decoration: none;
}

.post-page__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-page__columns-left {
  display: none;
}

.post-page .post-page-item {
  margin-top: 30px;
  padding: 0 15px 20px;
}

.post-page .post-page-item .post-page-header {
  margin-bottom: 30px;
}

.post-page .post-page-item .post-page-header .tags {
  padding: 0;
  margin: -3px 0 0;
  height: 23px;
  overflow: hidden;
}

.post-page .post-page-item .post-page-header .tags::after,
.post-page .post-page-item .post-page-header .tags::before {
  content: " ";
  display: table;
}

.post-page .post-page-item .post-page-header .tags .tags-item {
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 23px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  list-style-type: none;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background-color: #021859;
}

.post-page .post-page-item .post-page-header .tags .tags-item:nth-child(n + 4) {
  display: none;
}

.post-page .post-page-item .post-page-header .tags .tags-item:hover {
  background-color: #031f72;
}

.post-page .post-page-item .post-page-header .tags .tags-item a {
  display: block;
  height: 100%;
  padding: 0 5px;
  color: inherit;
}

.post-page .post-page-item .post-page-header h1 {
  margin: 7px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #151515;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.post-page .post-page-item .post-page-header .post-page-tools {
  margin: 5px 0 20px;
}

.post-page .post-page-item .post-page-header .post-page-tools::after,
.post-page .post-page-item .post-page-header .post-page-tools::before {
  content: " ";
  display: table;
}

.post-page .post-page-item .post-page-header .post-page-tools time {
  float: left;
  margin: 3px 30px 3px 0;
  font-size: 15px;
  color: #8899a7;
}

.post-page .post-page-item .post-page-header .post-page-tools__labels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
}

.post-page .post-page-item .post-page-header .post-page-tools .author {
  float: left;
}

.post-page .post-page-item .post-page-header .post-page-tools .author::after {
  content: "/";
  display: block;
  float: right;
  margin: 0 13px;
  color: #8899a7;
}

.post-page .post-page-item .post-page-header .post-page-tools .author__name {
  margin: 3px 0;
  font-size: 15px;
  color: #8899a7;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools
  .author__name:hover {
  border-bottom: 1px solid rgba(136, 153, 167, 0.5);
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools
  .post-page-tools-icons {
  float: left;
  margin: 3px 0;
  font-size: 15px;
  line-height: 22px;
  color: #8899a7;
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools
  .post-page-tools-icons
  .post-page-tools-icons-views {
  float: left;
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools
  .post-page-tools-icons
  .post-page-tools-icons-views::before {
  content: url(../images/9c4383656cef555fbaf252850e5db11c0c6bb15a.svg);
  width: 20px;
  margin-right: 10px;
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools
  .post-page-tools-icons
  .post-page-tools-icons-comments {
  float: left;
  margin-left: 20px;
  cursor: pointer;
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools
  .post-page-tools-icons
  .post-page-tools-icons-comments::before {
  content: url(../images/3e2370d3c9fc60f4a32eba9bb60cfcd772a4aff0.svg);
  position: relative;
  top: 3px;
  width: 20px;
  margin-right: 10px;
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools-footer
  .social-share_column-xs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools-footer
  .social-share
  .social-share__counter {
  position: relative;
  left: -3px;
  bottom: -3px;
  min-width: 60px;
  padding-right: 0;
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools-footer
  .social-share
  .social-share__counter::after {
  content: "";
}

.post-page
  .post-page-item
  .post-page-header
  .post-page-tools-footer
  .social-share__counter-xs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.post-page .post-page-item .post-page-subtitle {
  font-size: 18px;
  line-height: 26px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.post-page .post-page-item .post-page-content-tags .tags {
  padding: 0;
  margin: 0 0 10px;
}

.post-page .post-page-item .post-page-content-tags .tags::after,
.post-page .post-page-item .post-page-content-tags .tags::before {
  content: " ";
  display: table;
}

.post-page .post-page-item .post-page-content-tags .tags .tags-item {
  /* float: left; */
  margin: 0 10px 10px 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 32px;
  text-transform: uppercase;
  color: #3968a3;
  background-color: #f5f7fa;
  list-style-type: none;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.post-page
  .post-page-item
  .post-page-content-tags
  .tags
  .tags-item:first-child {
  margin-left: 0;
}

.post-page .post-page-item .post-page-content-tags .tags .tags-item:hover {
  background-color: #e2e7ec;
}

.post-page .post-page-item .post-page-content-tags .tags .tags-item a {
  display: block;
  padding: 0 10px;
  color: inherit;
}

@media (min-width: 660px) {
  .post-page .post-page-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-page .post-page-item .post-page-header h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .post-page
    .post-page-item
    .post-page-header
    .post-page-tools
    .post-page-tools-icons {
    float: right;
  }

  .post-page .post-page-item .post-page-header .post-page-tools-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .post-page
    .post-page-item
    .post-page-header
    .post-page-tools-footer
    .social-share
    .social-share__counter {
    min-width: 100px;
    padding-right: 40px;
  }

  .post-page
    .post-page-item
    .post-page-header
    .post-page-tools-footer
    .social-share
    .social-share__counter::after {
    content: url(../images/0d4a5d7b14f59ee237d7f72eed160bc38f17e08f.svg);
  }
}

@media (min-width: 980px) {
  .post-page .post-page-item .post-page-header h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .post-page .post-page-item .post-page-header .tags {
    height: auto;
  }

  .post-page
    .post-page-item
    .post-page-header
    .tags
    .tags-item:nth-child(n + 4) {
    display: block;
  }

  .post-page
    .post-page-item
    .post-page-header
    .post-page-tools-footer
    .social-share {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
  }

  .post-page
    .post-page-item
    .post-page-header
    .post-page-tools-footer
    .social-share
    .social-share__icons {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: auto;
  }

  .post-page .post-page-item .post-page-subtitle {
    font-size: 21px;
    line-height: 29px;
  }

  .post-page .post-page-item .post-page-content-tags {
    display: none;
  }

  .post-page .post-page-item .post-page-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .post-page .post-page-item .post-page-content .post-page-content-main {
    max-width: calc(100% - 300px);
    max-width: 100%;
    padding-right: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .post-page
    .post-page-item
    .post-page-content
    .post-page-content-main
    .comments {
    padding: 0;
  }

  .post-page .post-page-item .post-page-content__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
}

@media (min-width: 1300px) {
  .post-page__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .post-page__columns-left {
    position: relative;
    display: block;
    width: 212px;
  }

  .post-page__columns-right {
    width: calc(100% - 258px);
    margin-left: 46px;
  }

  .post-page .post-page-item .post-page-header .tags {
    display: none;
  }

  .tags.tags_left {
    padding: 0 0 35px;
    margin: 15px 0 0;
    border-bottom: 1px solid #e2e7ec;
    overflow: hidden;
  }

  .tags.tags_left::after,
  .tags.tags_left::before {
    content: " ";
    display: table;
  }

  .tags.tags_left::after {
    clear: both;
  }

  .tags.tags_left .tags-item {
    float: left;
    height: 23px;
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    list-style-type: none;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background-color: #021859;
  }

  .tags.tags_left .tags-item:hover {
    background-color: #031f72;
  }

  .tags.tags_left .tags-item a {
    display: block;
    height: 100%;
    padding: 0 5px;
    color: inherit;
  }
}

@media (min-width: 1440px) {
  .post-page .post-page-item {
    margin-left: auto;
    margin-right: auto;
    width: 1260px;
  }
}

</style > <style > .pb_p_logo {
  position: absolute;
  display: block;
  width: 30px;
  margin: auto;
  top: 0;
  left: 0;
}

</style > <style > .pb_feed_loading {
  height: 320px;
  overflow: hidden;
}

</style > <link rel="prefetch" href="#" > <style type="text/css" > .fb_hidden {
  position: absolute;
  top: -1e4px;
  z-index: 10001;
}

@media print {
  *,
  ::after,
  ::before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]::after {
    content: "";
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }
}

.comments .comments-choose__btn-name::after,
.comments .comments-flex__answer::after,
.comments .comments-list__item_chosen::after {
  content: "";
  background-repeat: no-repeat;
}

.read-next {
  margin: 20px 0;
}

.read-next__container {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.read-next__container_visible {
  opacity: 1;
}

.read-next__title {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
}

.read-next-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e2e7ec;
}

.read-next-item:nth-child(n + 2) .read-next-item__labels_top {
  display: none;
}

.read-next-item:last-child {
  border-bottom: 0;
}

.read-next-item__labels {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.read-next-item__title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #2e2e2e;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.read-next-item__title:hover {
  color: #021859;
}

.comments {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 0;
  background: #fff;
}

.comments-btn-block {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
}

.comments__btn-up {
  position: absolute;
  top: 65vh;
  display: block;
  width: 50px;
  height: 50px;
  padding: 16px;
  margin-bottom: 160px;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 2px 12px 0 rgba(71, 75, 105, 0.15);
  box-shadow: 0 2px 12px 0 rgba(71, 75, 105, 0.15);
  z-index: 890;
}

.comments__btn-up svg {
  position: relative;
  top: -4px;
}

.comments__count {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.comments .comment-bubble {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.comments .comments-choose__btn,
.comments .comments-toggle {
  text-align: center;
  -webkit-transition: background-color 0.15s ease-out;
  outline: 0;
  cursor: pointer;
}

.comments .comments-btns {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comments .comments-choose {
  top: 40px;
  z-index: 895;
  width: 40%;
  background-color: #f5f7fa;
  border: 1px solid #e2e7ec;
  border-radius: 2px;
}

.comments .comments-choose__btn {
  height: 38px;
  line-height: 19px;
  width: 100%;
  border: 0;
  border-radius: 2px;
  background-color: #f5f7fa;
  transition: background-color 0.15s ease-out;
}

.comments .comments-choose__btn:hover {
  background-color: #e2e7ec;
}

.comments .comments-choose__btn-name {
  font-size: 12px;
}

.comments .comments-choose__btn-name::after {
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-left: 5px;
  background-image: url(../images/f3024a0e57ec34cd77b48546a0531850c58a08cd.svg);
  background-position: 50%;
}

.comments .comments-toggle {
  width: 55%;
  z-index: 890;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #8899a7;
  transition: background-color 0.15s ease-out;
  background-color: #f5f7fa;
  border-radius: 2px;
}

.comments .comments-list__item:hover,
.comments .comments-toggle:hover {
  background-color: #e2e7ec;
}

.comments .comments-list {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #8899a7;
  font-size: 12px;
  text-align: left;
  z-index: 890;
}

.comments .comments-list__border {
  width: 75%;
  height: 1px;
  margin: 0 auto;
  background-color: #e2e7ec;
}

.comments .comments-list__item {
  padding: 10px 0 6px calc(50% - 43px);
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.comments .comments-list__item:last-child {
  padding-bottom: 10px;
}

.comments .comments-list__item_chosen::after {
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-left: 5px;
  background-image: url(../images/108f29d027c80bb7324e2d98366ad740602d5d96.svg);
  background-position: center;
}

.comments .comments-chat {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

.comments .comments-user {
  height: 40px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -2px;
}

.comments .comments-avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 2px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 50%;
  background-color: #f5f7fa;
}

.comments .comments-avatar_form,
.comments .comments-avatar_grey {
  margin-left: 0;
  margin-right: 8px;
}

.comments .comments-avatar_unauthorized {
  background-image: url(../images/92ce419d306134ddb2b2b207dcf1862d5a7070db.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
}

.comments .comments-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.comments .comments-message_grey {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.comments .comments-field {
  position: relative;
  width: 88%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 15px;
  border: 1px solid #e2e7ec;
  border-radius: 12px;
}

.comments .comments-field__txt {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.42857;
}

.comments .comments-field__txt p {
  margin: 0;
}

.comments .comments-field__image {
  text-align: left;
  margin-top: 5px;
}

.comments .comments-field__image-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comments .comments-field__image-load .spinner-inner {
  display: block;
}

.comments .comments-field_grey {
  background-color: #f5f7fa;
  border-color: #f5f7fa;
}

.comments .comments-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
  opacity: 0.9;
  color: #8899a7;
  cursor: pointer;
}

.comments .comments-like:hover {
  color: #3968a3;
}

.comments .comments-like__count {
  padding-left: 5px;
}

.comments .comments-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.comments .comments-flex__name {
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.comments .comments-flex__date {
  font-size: 12px;
  font-weight: 400;
  color: #8899a7;
  text-align: right;
  opacity: 0.6;
}

.comments .comments-flex__answer {
  border-bottom: 1px transparent solid;
  font-size: 12px;
  font-weight: 400;
  color: #8899a7;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}

.comments .comments-flex__answer::after {
  display: inline-block;
  height: 8px;
  width: 16px;
  margin-left: 5px;
  background-image: url(../images/001273bf6ab0e4b31f2982548c7caab159327b07.svg);
  background-position: 50%;
}

.comments .comments-flex__answer:hover {
  border-color: #e2e7ec;
}

.comments .comments-form {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid transparent;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}

.post-page-content p img,
img {
  max-width: 100%;
}

.comments .comments-form__unauthorized {
  padding: 15px;
  font-size: 14px;
  color: #8899a7;
  text-align: center;
  background: #f5f7fa;
  border-radius: 12px;
  cursor: pointer;
}

.comments .comments-form_unauthorized {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding: 0;
}

.comments-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comments-form-header_unauthorized,
.comments-toggle-md {
  display: none;
}

@media (min-width: 980px) {
  .comments:not(.comments_forever-small) .comments-btns,
  .comments:not(.comments_forever-small) .comments-form-header {
    display: none;
  }

  .comments:not(.comments_forever-small) {
    margin: 0 auto;
  }

  .comments:not(.comments_forever-small) .comments-user {
    height: 60px;
    position: relative;
    top: -2px;
  }

  .comments:not(.comments_forever-small) .comments-toggle {
    width: 100%;
    font-size: 14px;
  }

  .comments:not(.comments_forever-small) .comments-toggle-md {
    position: relative;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }

  .comments:not(.comments_forever-small) .comments-flex_top {
    margin-top: 30px;
  }

  .comments:not(.comments_forever-small) .comments-choose {
    position: absolute;
    right: 0;
    top: 30px;
    width: 115px;
    margin: 0;
  }

  .comments:not(.comments_forever-small) .comments-choose__btn {
    height: 30px;
    line-height: 15px;
  }

  .comments:not(.comments_forever-small) .comments-field__txt {
    font-size: 16px;
  }

  .comments:not(.comments_forever-small) .comments-avatar {
    height: 50px;
    width: 50px;
    margin-right: 2px;
    margin-top: 2px;
    margin-left: 15px;
    line-height: 50px;
    font-size: 16px;
  }

  .comments:not(.comments_forever-small) .comments-avatar_grey {
    margin: 0 15px 0 0;
  }

  .comments:not(.comments_forever-small) .comments-avatar_form {
    position: absolute;
    margin: 0;
  }

  .comments:not(.comments_forever-small) .comments-avatar_unauthorized {
    background-image: url(../images/92ce419d306134ddb2b2b207dcf1862d5a7070db.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .comments:not(.comments_forever-small) .comments-form {
    position: relative;
  }

  .comments:not(.comments_forever-small) .comments-form__unauthorized {
    width: calc(100% - 135px);
    margin-left: 65px;
  }

  .comments:not(.comments_forever-small) .comments-flex {
    line-height: 22px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .comments:not(.comments_forever-small) .comments-flex__answer,
  .comments:not(.comments_forever-small) .comments-flex__date {
    font-size: 14px;
  }

  .comments:not(.comments_forever-small) .comments-toggle-md {
    display: block;
  }
}

.notification-message-list-container {
  position: fixed;
  z-index: 1000;
  width: 100%;
  display: none;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 33px 0 rgba(21, 33, 50, 0.2);
  box-shadow: 0 9px 33px 0 rgba(21, 33, 50, 0.2);
}

@media (min-width: 660px) {
  .notification-message-list-container {
    top: 65px;
    right: 15px;
    z-index: 1000;
    margin: 0;
    width: auto;
  }
}

@media (min-width: 1440px) {
  .notification-message-list-container {
    right: calc((100% - 1370px) / 2);
  }
}

.post-page-content-main a {
  text-decoration: underline;
}

.post-page-content-main a:hover {
  color: #a21e2b;
}

.tags.my {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto !important;
}
