.c-post-stats,
.c-social-list {
  padding-left: 0;
  list-style: outside none none;
}

.red {
  color: red;
}

@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 27px;
  }

  .h2,
  h2 {
    font-size: 22px;
  }
}

.dropdown {
  fill: #000;
}

.nav > li > a {
  color: #000;
}

@media (max-width: 1023px) {
  .nav {
    font-size: 12px;
  }
}

.text-hide {
  position: absolute;
  margin: 0;
}

body {
  margin-left: auto;
  margin-right: auto;
}

a,
button {
  transition: all 0.3s ease 0;
  outline: 0 !important;
}

*::-moz-selection {
  background-color: #c6f3fe;
}

.h1,
.h2,
h1,
h2 {
  margin-top: 33px;
  margin-bottom: 22px;
}

@media (min-width: 1280px) {
  .h1,
  .h2,
  h1,
  h2 {
    margin-top: 44px;
    margin-bottom: 33px;
  }
}

p,
ul {
  margin-bottom: 22px;
}

.c-main {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}

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

@media (max-width: 1023px) {
  .c-main .c-bar .c-social-list {
    padding: 0 10px;
  }
}

.c-switcher-box {
  display: none;
}

.c-entry-inverse .c-social-list .i-svg {
  fill: #fff;
}

.c-social-list {
  text-align: center;
}

.c-social-list > li {
  display: inline-block;
}

.c-social-list > li > a {
  display: block;
  text-decoration: none;
}

.c-social-list > li > a .i-svg {
  transition: fill 0.3s ease 0;
}

.c-social-list > li > a:active .i-fb,
.c-social-list > li > a:focus .i-fb,
.c-social-list > li > a:hover .i-fb {
  fill: #49629a !important;
}

.c-social-list > li > a:active .i-tw,
.c-social-list > li > a:focus .i-tw,
.c-social-list > li > a:hover .i-tw {
  fill: #03a9f4 !important;
}

.c-social-list > li > a:active .i-vb,
.c-social-list > li > a:focus .i-vb,
.c-social-list > li > a:hover .i-vb {
  fill: #665cac !important;
}

.c-social-list > li > a:active .i-tlg,
.c-social-list > li > a:focus .i-tlg,
.c-social-list > li > a:hover .i-tlg {
  fill: #4a90e2 !important;
}

.c-social-list > li > a:active .i-msgr,
.c-social-list > li > a:focus .i-msgr,
.c-social-list > li > a:hover .i-msgr {
  fill: #0084ff !important;
}

.c-main .c-bar .c-social-list {
  background: #000 none repeat scroll 0 0;
}

@media (max-width: 1279px) {
  .c-main .c-bar .c-social-list {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    white-space: nowrap;
    transition: opacity 0.3s ease 0;
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 1280px) {
  .c-main .c-bar .c-social-list {
    display: flex;
    align-items: center;
  }
}

.i-svg {
  vertical-align: middle;
}

.i-tlg {
  fill-rule: evenodd;
}

.o-jumbotron {
  padding: 10px 40px;
  background-color: #000;
  overflow: hidden;
  font-size: 14px;
}

.o-jumbotron .o-jumbotron {
  margin-bottom: 0;
}

.o-jumbotron p {
  margin-bottom: 11px;
}

@media (max-width: 1279px) {
  .o-jumbotron {
    padding-top: 7px;
  }

  .c-main .o-jumbotron {
    margin-right: 0;
  }
}

.c-entry {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.c-entry-inverse {
  color: #fff;
}

.c-post-img-wrap img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

a.c-post-img-wrap {
  position: relative;
}

a.c-post-img-wrap::before {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s ease 0;
}

.c-entry:focus a.c-post-img-wrap::before,
.c-entry:hover a.c-post-img-wrap::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.has-pseudo-bg::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
}

.has-pseudo-bg::after,
a.has-pseudo-bg::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.c-post-meta {
  background-color: #fff;
}

.c-entry-lg .c-post-meta {
  /* position: absolute; */
  padding: 10px 0 26px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1023px) {
  .c-entry-lg .c-post-meta {
    padding: 8px 0 20px;
  }
}

.o-jumbotron.c-entry-lg .c-post-meta {
  left: 0;
  right: 0;
  pointer-events: none;
  padding-left: 54px;
  padding-right: 54px;
}

.o-jumbotron.c-entry-lg .c-post-meta .c-bar,
.o-jumbotron.c-entry-lg .c-post-meta .c-post-title {
  pointer-events: all;
}

.c-entry-inverse .c-post-meta {
  background-color: transparent;
}

.c-entry-lg .c-post-meta {
  padding-bottom: 10px !important;
}

@media (max-width: 1365px) {
  .o-jumbotron.c-entry-lg .c-post-meta {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c-post-title {
  font-size: 16px;
  font-weight: 700;
}

.c-post-title.u-uppercase {
  letter-spacing: 1px;
}

.c-post-meta .c-post-title,
.o-jumbotron .c-post-title {
  margin: 0;
}

.c-post-title,
.c-post-title > * {
  color: inherit;
}

.c-post-title > * {
  pointer-events: all;
}

.c-post-title a {
  display: block;
  max-width: 100%;
  text-decoration: none;
}

.c-post-title a:focus,
.c-post-title a:hover {
  color: inherit;
}

.c-entry-inverse .c-post-title {
  font-weight: 300;
}

.c-entry-lg .c-post-title {
  font-size: 28px;

  font-weight: 900;
}

@media (max-width: 1023px) {
  .c-post-title {
    font-size: 12px;
  }

  .c-entry-lg .c-post-title {
    font-size: 21px;
  }
}

@media (min-width: 1366px) {
  .c-post-title {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .c-post-title {
    font-size: 22px;
  }
}

.c-post-tag {
  display: inline-block;
  font-size: 12px;
}

.c-post-tag:not(:last-child) {
  margin-right: 8px;
}

.c-bar .c-post-tag {
  padding-top: 1px;
}

.c-entry-lg .c-bar .c-post-tag {
  padding-top: 0;
}

@media (min-width: 1280px) {
  .c-bar .c-post-tag {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .c-post-tag {
    font-size: 10px;
  }

  .c-post-tag:not(:last-child) {
    margin-right: 6px;
  }

  .c-entry-lg .c-post-tag {
    font-size: 12px;
  }
}

.c-post-tag {
  color: #666;
  font-weight: 700;
}

a.c-post-tag:focus,
a.c-post-tag:hover {
  color: #000;
}

.c-entry-inverse .c-post-tag {
  color: #aaa;
  font-weight: 300;
}

.c-entry-inverse a.c-post-tag:focus,
.c-entry-inverse a.c-post-tag:hover {
  color: #666;
}

a.c-post-tag {
  text-decoration: none;
}

.c-post-stats {
  display: block;
  color: #666;
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
}

.c-entry-lg .c-post-stats {
  font-size: 12px;
}

.c-post-stats > li {
  display: inline-block;
}

.c-post-stats > li:not(:last-child) {
  margin-right: 8px;
}

.c-post-stats > li:empty {
  display: none;
}

.c-post-info .c-post-stats {
  margin-bottom: 0;
}

.c-bar .c-post-stats {
  display: inline-block;
}

@media (max-width: 1023px) {
  .c-main .c-entry-lg .c-post-stats,
  .c-post-stats {
    font-size: 10px;
  }

  .c-post-stats > li:not(:last-child) {
    margin-right: 6px;
  }
}

.c-entry-inverse .c-post-stats {
  color: #aaa;
}

.c-bar {
  padding-top: 5px !important;
  padding-bottom: 5px !important;

  fill: #666;
}

.c-bar p {
  margin-bottom: 0;
}

.c-bar a {
  color: inherit;
  text-decoration: none;
}

.c-bar a:active,
.c-bar a:hover {
  color: #333;
  fill: #333;
}

.c-bar svg {
  transition: all 0 ease 0;
}

.c-entry .c-bar {
  font-size: 14px;
}

.c-bar-right {
  float: right;
  margin-right: -10px;
}

.c-bar-unit {
  position: relative;
  float: left;
  padding: 5px 10px;
}

.c-bar-unit ul {
  margin-bottom: 0;
}

.c-bar-left .c-bar-unit:not(:last-child) {
  border-right: 1px solid rgba(170, 170, 170, 0.5);
}

.c-bar-right .c-bar-unit:not(:first-child) {
  border-left: 1px solid rgba(170, 170, 170, 0.5);
}

@media (max-width: 1023px) {
  .c-main .c-bar {
    font-size: 11px;
  }

  .c-entry .c-bar {
    font-size: 12px;
  }
}

.c-bar-unit .c-social-list {
  font-size: 12px;
}

.c-bar-unit .c-social-list a {
  color: #666;
  padding-top: 3px;
}

.c-entry-inverse .c-bar-unit .c-social-list a {
  color: #aaa;
}

.c-social-list li {
  margin-right: -3px;
}

.c-social-list li:nth-child(1) a {
  margin-right: 8px;
}

.c-social-list li:nth-child(2) a {
  margin-right: 6px;
}

.c-social-list li:nth-child(3) a,
.c-social-list li:nth-child(4) a {
  margin-right: 4px;
}

.c-bar-unit .c-social-list li:last-child {
  margin-right: -10px;
}

.c-bar-unit .c-social-list li:last-child a {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .c-bar-unit .c-social-list {
    font-size: 10px;
  }

  .c-bar-unit .c-social-list a {
    padding: 5px 0 1px;
  }

  .c-entry-lg .c-bar-unit .c-social-list {
    font-size: 12px;
  }

  .c-entry-lg .c-bar-unit .c-social-list a {
    padding: 0;
  }

  .c-entry-lg .c-bar-unit .c-social-list.c-switcher-box {
    margin-top: 3px;
  }

  .c-social-list li {
    margin-right: 5px;
  }
}

.c-social-list a {
  padding-left: 10px;
  padding-right: 10px;
}

.c-social-list .i-svg {
  width: 15px;
  height: 15px;
  margin-top: -2px;
}

.c-social-list .i-tw {
  width: 17px;
  height: 17px;
}

.c-social-list .i-vb {
  width: 15px;
  height: 17px;
  margin-top: -2px;
}

.c-social-list .i-tlg {
  width: 17px;
  height: 17px;
  margin-top: -4px;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-pa-0 {
  padding: 0 !important;
}

.u-pos-r {
  position: relative;
}

.c-entry-inverse .u-text-lady,
.u-text-lady {
  color: #f65757;
}

a.u-text-lady:focus,
a.u-text-lady:hover {
  color: #bf2219 !important;
}

.product {
  margin: 40px 0;
}

.submit {
  margin-top: 10px;
  height: 50px;
  width: 300px;
  background-color: #b22222;
  color: #fff !important;
  font-size: 30px;
  padding-top: 5px;
  text-decoration: none;
  border-radius: 3px;
}

body {
  font-family: sans-serif;
  color: #444;

  min-width: 320px;
}

.order_form {
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  font-family: sans-serif;
}

input {
  outline: 0;
}

.order_form {
  font-family: sans-serif;
  margin: 0;
  padding: 0 20px;
  border-radius: 5px;
}

input {
  outline: 0;
}

@media (min-width: 759px) and (max-width: 1024px) {
  .c-entry-lg .c-post-title {
    font-size: 19px;
  }

  .o-jumbotron {
    font-size: 11px;
    padding: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .c-entry-lg .c-post-title {
    font-size: 19px;
  }
}

@media (max-width: 759px) {
  html,
  body {
    width: 100%;
    padding: 0;
  }

  .product {
    width: 100%;
  }

  .o-jumbotron {
    font-size: 11px;
    padding: 0;
  }

  .h1,
  h1 {
    font-size: 20px;
  }

  .c-post-title {
    font-size: 17px;
  }

  a.c-post-img-wrap::before {
    display: none;
  }

  .product {
    width: 100%;
  }

  .o-jumbotron.c-entry-lg .c-post-meta {
    padding-left: 20px;
  }

  .p-name.c-post-title.u-uppercase.js-si-title {
    font-size: 14px;
  }

  .c-bar-right {
    display: none;
  }

  .c-entry-lg .c-post-title {
    font-size: 19px;
  }

  .c-main .o-jumbotron {
    max-width: 114%;
    margin-left: 0;
  }
}

html {
  font-family: sans-serif;
}

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

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

b {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;
}

img {
  border: 0;
  vertical-align: middle;
}

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

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type='button'],
input[type='submit'] {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

html {
  font-size: 10px;
}

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 18px;

  color: #000;
  background-color: #fff;
}

button,
input {
  font-family: sans-serif;
  font-size: inherit;
}

a {
  background-color: transparent;
  color: #09f;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #09f;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.h1,
.h2,
h1,
h2 {
  font-family: sans-serif;
  font-weight: 700;

  color: inherit;
}

.h1,
.h2,
h1,
h2 {
  margin-top: 22px;
  margin-bottom: 11px;
}

.h1,
h1 {
  font-size: 30px;
}

.h2,
h2 {
  font-size: 30px;
}

p {
  margin: 0 0 11px;
}

ul {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul {
  margin-bottom: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.dropdown {
  position: relative;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: outside none none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 9px 12px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pull-left {
  float: left !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

body {
  margin: 0;
}

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

a {
  background-color: transparent;
}

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

b {
  font-weight: inherit;
}

b {
  font-weight: bolder;
}

img {
  border-style: none;
}

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

* {
  box-sizing: border-box;
}

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

body {
  height: 100%;
  color: #2e2e2e;
  background-color: #f2f2f2;
  text-rendering: optimizelegibility;
  min-width: 320px;
  padding-top: 60px;
}

body.body-white-back {
  background-color: #fff;
}

.content-wrapper {
  height: 100%;
}

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

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

img {
  vertical-align: middle;
}

*::-moz-selection {
  background: #b3d4fc none repeat scroll 0 0;
  text-shadow: none;
}

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

.dark-blue .navbar {
  background-color: #021859;
  background-image: linear-gradient(#021859 60px, #03258b 60px);
}

.navbar .navbar-inner {
  position: relative;
  display: flex;
  height: 100%;
}

.navbar .navbar-inner .navbar-toggle {
  position: relative;
  flex: 0 0 auto;
  padding: 21px 20px 20px;
  background: transparent none repeat scroll 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;
  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: transparent linear-gradient(to right, rgba(186, 5, 5, 0), #ba0505 100px) no-repeat
    scroll 0 0;
}

.dark-blue .navbar .navbar-inner .gradient-navbar {
  background: transparent linear-gradient(to right, rgba(2, 24, 89, 0), #021859 100px) no-repeat
    scroll 0 0;
}

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

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

.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;
  transition: opacity 0.15s ease-out 0;
}

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

.navbar .navbar-inner .button.button-user {
  background-size: 20px 20px;
}

.navbar .navbar-inner .button.button-search {
  margin-right: 10px;
  background-size: 20px 20px;
}

.social-share {
  display: flex;
}

.social-share_column-xs {
  flex-direction: column;
}

.social-share__icons {
  display: flex;
}

.social-share__icon {
  flex: 0 0 auto;
  display: block;
  height: 40px;
  margin-right: 7px;
  font-size: 14px;

  color: #fff;
  cursor: pointer;
  background-repeat: no-repeat;
  transition: background-color 0.15s ease-out 0, transform 0.3s ease-out 0,
    -webkit-transform 0.3s ease-out 0;
}

.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: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-bottom: 3px;
  margin-top: 3px;
  border-radius: 1px;
  background-position: center center;
}

.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 {
  display: none;
}

.social-share__icon_whatsapp,
.social-share__icon_viber {
  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;
}

.post-page__columns {
  display: flex;
}

.post-page__columns-right {
  width: 100%;
}

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

.post-page .post-page-item .post-page-header h1 {
  margin: 7px 0;
  font-weight: 400;
  font-size: 24px;

  color: #151515;
  word-wrap: break-word;
}

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

.comments {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  background: #fff none repeat scroll 0 0;
}

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

@media (max-width: 767px) {
  .comments__count {
    margin-bottom: 5px;
  }
}

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

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

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

.comments .comments-avatar {
  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;

  border-radius: 50%;
  background-color: #f5f7fa;
}

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

.comments .comments-message {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 10px;
}

.comments .comments-message_grey {
  flex-direction: row;
}

.comments .comments-field {
  position: relative;
  width: 88%;
  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;
}

.comments .comments-field__txt p {
  margin: 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .comments .comments-field__txt p {
    font-size: 17px;
  }
}

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

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

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

.comments .comments-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

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

img {
  max-width: 100%;
}

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

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

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

html {
  overflow-y: initial !important;
}

body {
  position: initial !important;
}

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

.link:hover {
  color: #a21e2b;
}

html {
  font-family: sans-serif;

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  appearance: button;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body.body-white-back {
  background-color: #fff;
}

.content-wrapper {
  height: 100%;
}

input,
button {
  font-family: sans-serif;
  font-size: inherit;
}

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

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

img {
  vertical-align: middle;
}

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

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

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

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

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

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

@media (min-width: 660px) and (max-width: 979px) {
  .hidden-sm {
    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';
  }
}

.navbar {
  background-color: #ba0505;
  background-image: linear-gradient(#ba0505 60px, #ec0606 60px);
  /* 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;
}

.dark-blue .navbar {
  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%;
}

.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;
  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;
  text-decoration: none;
}

.navbar .navbar-inner .navbar-title__hashtag {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.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(186, 5, 5, 0), #ba0505 100px) no-repeat;
}

.dark-blue .navbar .navbar-inner .gradient-navbar {
  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 {
  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(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTMuNSAxMi40QzE1IDEwLjggMTYgOC40IDE2IDZjMC0zLjMtMi43LTYtNi02UzQgMi43IDQgNmMwIDIuNCAxIDQuOCAyLjUgNi40LTIuMi40LTQuMyAxLjMtNi41IDIuNnY0YzMuMy43IDYuNyAxIDEwIDFzNi43LS4zIDEwLTF2LTRjLTIuMi0xLjMtNC4zLTIuMi02LjUtMi42ek02IDZjMC0yLjIgMS44LTQgNC00czQgMS44IDQgNGMwIDMtMiA2LTQgNlM2IDkgNiA2em0xMiAxMS4zYy0yLjcuNC01LjQuNy04IC43LTIuNyAwLTUuMy0uMi04LS43di0xLjJjMi43LTEuNCA1LjQtMi4yIDgtMi4yIDIuNiAwIDUuMy43IDggMi4ydjEuMnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=);
  background-size: 20px 20px;
}

.navbar .navbar-inner .button.button-search {
  margin-right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTkuOTMzIDE4LjNsLTUuMy01LjNjMS0xLjMgMS43LTMgMS43LTQuOCAwLTQuMy0zLjUtNy45LTcuOS03LjlzLTcuOSAzLjUtNy45IDcuOSAzLjUgNy45IDcuOSA3LjljMS44IDAgMy41LS42IDQuOC0xLjdsNS4zIDUuMyAxLjQtMS40ek04LjQzMyAxNGMtMy4zIDAtNS45LTIuNi01LjktNS44IDAtMy4zIDIuNi01LjkgNS45LTUuOSAzLjIgMCA1LjkgMi42IDUuOSA1LjktLjEgMy4yLTIuNyA1LjgtNS45IDUuOHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=);
  background-size: 20px 20px;
}

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

  .dark-blue .navbar .navbar-inner .gradient-navbar {
    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;
    margin-left: 30px;
    line-height: 60px;
  }

  .navbar .navbar-inner .navbar-title__hashtag {
    position: relative;
    top: 0;
    transform: none;
  }

  .navbar .navbar-inner .navbar-title__bg {
    position: absolute;
    top: 50%;
    display: block;
    left: -10px;
    right: -10px;
    height: 0;
    border-radius: 2px;
    background-color: #ec0606;
    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;
  }

  .dark-blue .navbar .navbar-inner .navbar-title__bg {
    background-color: #03258b;
  }

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

@media (min-width: 980px) {
  .navbar {
    -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 .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;
    line-height: 60px;
    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 {
    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 a:hover {
    color: #fff;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-item.dropdown {
    display: list-item;
    order: 4;
  }

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

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

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

.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__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;

  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;
}

.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 {
  display: none;
}

.social-share__icon_whatsapp,
.social-share__icon_viber {
  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;
  }
}

.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;
}

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

.post-page__columns-right {
  width: 100%;
}

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

.post-page .post-page-item .post-page-header h1 {
  margin: 7px 0;
  font-weight: 400;
  font-size: 24px;

  color: #151515;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.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;
}

@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;
  }

  .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;
  }
}

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

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

  .is-desktop
    .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-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%;
    -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;
  }
}

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

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

.comments {
  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: 0;
  background: #fff;
}

.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-chat {
  width: 100%;
  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;

  border-radius: 50%;
  background-color: #f5f7fa;
}

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

.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: 80%;
  -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;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: break-word;
}

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

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

.comments .comments-like {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #4b87b8;
  user-select: none;
  cursor: pointer;
}

.comments-like.active {
  color: green;
}

.comments-like.active path {
  fill: green;
}

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

.comments .comments-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: center;
  width: 100%;
}

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

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

@media (min-width: 980px) {
  .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-field__txt {
    font-size: 18px;
    text-align: justify;
  }

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

    font-size: 16px;
  }

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

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

img {
  max-width: 100%;
}

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

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

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

body {
  font-family: sans-serif;
}

.contentBox p {
  margin: 0 0 15px;
  text-align: justify;
  font-size: 20px;
}

.contentBox ul {
  margin: 0 0 15px;
  padding-left: 20px;
  font-size: 20px;
}

.contentBox h1,
.contentBox .h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 27px;
  text-align: justify;
}

@media (max-width: 979px) {
  .contentBox h1,
  .contentBox .h1 {
    text-align: left;
  }

  .contentBox p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .contentBox h1,
  .contentBox .h1 {
    font-size: 22px;
  }

  .contentBox p,
  .contentBox ul {
    font-size: 17px;
  }
}

.font {
  font-family: sans-serif;
}

.darkred {
  color: darkred;
}

.hr {
  border: #c00 1px solid;
}

.contentBox h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #0079f2;
}

.button {
  height: 50px;
  width: 86%;
  border-radius: 3px;
  border: rgba(0, 0, 0, 0.3) 0 solid;
  box-sizing: border-box;
  padding: 10px;
  background: #f14e4d;
  color: #fff;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 17px;
  transition: background 0.4s;
  cursor: pointer;
}

.button:hover {
  background: #e72828;
}

.comments-avatar {
  max-width: 48px;
  max-height: 48px;
}

input {
  width: 100%;
}

a,
input,
button {
  font: inherit;
  color: inherit;

  text-transform: inherit;
  text-shadow: inherit;
  border: 0;
  background: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.btn3 {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #81a223;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#81a223), to(#2f751b));
  background-image: -webkit-linear-gradient(top, #81a223, #2f751b);
  background-image: -moz-linear-gradient(top, #81a223, #2f751b);
  background-image: -ms-linear-gradient(top, #81a223, #2f751b);
  background-image: -o-linear-gradient(top, #81a223, #2f751b);
  background-image: linear-gradient(to bottom, #81a223, #2f751b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#81a223, endColorstr=#2F751B);
  border: 1px solid #5f781a;
  -webkit-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

a.btn3--width {
  width: 300px;
  margin: 30px auto 0;
  background-image: none;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn3--width:hover {
  color: #fff;
  background-color: red;
}

p.wheel__title {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  padding-top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  p.wheel__title {
    font-size: 22px;
  }
}

.accent2 {
  color: #ef3c51;
}

.wheel__title {
  margin-bottom: 0.8em;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 800px) {
  .wheel__title {
    font-size: 1em;
  }
}

.footer {
  color: #fff;
  text-align: center;
}

.footer p {
  padding: 0;
  margin: 0;
}

.content-image {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .content-image {
    margin-top: 25px;
  }
}

.top-margin {
  margin-top: 25px;
}

@media (max-width: 514px) {
  .contentBox h1 {
    font-size: 22px;
    margin: 0;
  }
}

#order_form {
  background: #cff6ea;
  padding: 20px;
  max-width: 670px;
  font-family: sans-serif;
  margin: 20px;

  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

#order_form div {
  background: 0 0 !important;
}

#order_form h2 {
  margin: 0 0 10px;
  padding: 0;

  border: 0;
}

#order_form label {
  width: auto;
  display: block;
  /* padding: 5px 0; */
  font-weight: 700;
  font-size: 16px;
  display: none;
}

#order_form .order_form_pole {
  padding: 10px 0 0;
  margin: 0 0 10px;
  text-align: center;
}

#order_form input {
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
  background: #fff;
  outline: none !important;
}

p.additional {
  font-size: 14px;
  text-align: center;
  padding-top: 0;
  margin-bottom: 0;
}

.text1 {
  font-size: 16px;
}

.text2 {
  margin: 15px 0;
  border: 2px solid #0299ff;
  padding: 10px;
}

.button_wrapper {
  margin-bottom: 20px;
}

#order_form button,
.btn3--width {
  display: block;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: crimson;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
}

.order_form_pole {
  margin-bottom: 20px;
}

#order_form button:hover {
  background-color: red;
}

#order_form button:active {
  position: relative;
  top: 1px;
}

@media (max-width: 480px) {
  #order_form label {
    font-size: 14px;
  }

  #order_form button {
    font-size: 16px;
  }

  #order_form {
    padding: 10px 15px;
  }
}

@media (max-width: 459px) {
  #footer img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  #order_form input {
    font-size: 17px;
  }
}

#order_form_place img {
  max-width: 200px;
  display: block;
  margin: 20px auto;
}

form .count {
  display: block;
  margin-bottom: 10px;
  color: blue;
  font-size: 14px;
}

.timelimit {
  margin-bottom: 20px;
}

.timelimit b {
  display: inline-block;

  padding-left: 5px;
  color: red;
  vertical-align: middle;
  background-position-y: 5px;
}

.avatar-img {
  border-radius: 24px;
}

.order_block {
  text-align: center !important;
}

html {
  min-width: 320px;
}

a {
  text-decoration: none;
}

html,
body,
div,
span,
h1,
h2,
p,
a,
img,
b,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: none repeat scroll 0 0 transparent;
}

img {
  max-width: 100%;
}

a {
  color: #466cc7;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

input,
button {
  font-family: inherit;
}

header {
  position: relative;
  width: 100%;
  display: flex;
  background-position: center center;
  background-size: 100% 100%;
}

.content {
  background: none repeat scroll 0 0 #fff;
  border-radius: 10px;
  margin: 5px 0 15px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 10px #e6e6e6;
}

.text {
  width: 100%;
  font-size: 17px;

  padding: 0 15px 0 0;
}

@media (min-width: 992px) {
  .text {
    text-align: justify;
  }
}

.content h1 {
  font-size: 28px;
  margin: 0 0 25px;
  text-align: left;
}

.content h1 span {
  color: red;
}

.content h2 {
  font-size: 1.7em;
  margin: 15px 0;
}

.content p {
  margin: 0 0 20px;
  font-weight: 400;
}

.content ul {
  margin-left: 30px;
  list-style: inside none circle;
}

.content ul li {
  margin: 0 0 15px;
  text-align: left;
}

#comments h1 {
  color: #c00;
  margin: 0 0 5px;
}

@media (max-width: 999px) {
  .content h1 {
    width: auto;
  }
}

@media (max-width: 900px) {
  .text {
    width: auto;
    float: none;
    padding: 0;
  }
}

@media (max-width: 999px) {
  .content h1 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .content h2 {
    font-size: 1.2em;
  }
}

@media (max-width: 479px) {
  .content h1 {
    width: auto;
    font-size: 22px;
  }

  .text p {
    text-align: left;
  }

  .content ul {
    margin-left: 10px;
  }
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  outline: medium;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #333;
  line-height: 1.35;
}

header {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: blue;
  text-decoration: underline;
  font-weight: 700 !important;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.js-comments-count img {
  margin: 0 !important;
  vertical-align: top;
}

img {
  width: auto;
  height: auto;
  margin: 0 0 10px;
  max-width: 100%;
}

.live {
  display: block;
  margin: 10px 0;
}

p {
  font-size: 17px;
}

input[value='ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾'] {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: 0;
  border: 0;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}

input[value='ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾']:hover {
  background: #b00 !important;
  transition: background 0.3s;
}

input[value='ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾']:active {
  transform: translateY(2px);
  box-shadow: none !important;
}

.order_block {
  text-align: center !important;
}

@media all and (max-width: 520px) {
}

button {
  cursor: pointer;
}

.img-prod {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 0 auto 15px;
  margin-top: 20px;
}

input::-ms-clear {
  display: none;
}

.input-group {
  width: 100%;
  max-width: 300px;
  margin: auto;
}

@media (max-width: 767px) {
  .img-prod {
    max-width: 220px;
  }
}

@media (max-width: 600px) {
  .img-prod {
    max-width: 200px;
  }
}

.inL_973444 {
  max-width: 500px;
}

.form__price-wrapper {
  width: 100%;
  max-width: 320px;
  margin: 10px auto 0;
  justify-content: space-around;
  display: flex;
}

.price .x_price_previous {
  display: inline-block;
  position: relative;
}
.price .x_price_current {
  font-size: 28px;
}
.price .x_price_previous {
  font-size: 25px;
}

.price .x_price_current,
.price .x_price_previous {
  padding-bottom: 0 !important;
}

.price .x_price_previous:after,
.price .x_price_previous:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: red;
}

.price .x_price_previous:before {
  transform: translateY(-50%) rotate(15deg);
}

.price .x_price_previous:after {
  transform: translateY(-50%) rotate(-15deg);
}

.price p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.3;
  text-align: center !important;
}

@media (max-width: 479px) {
  .contentBox h1,
  .contentBox .h1 {
    font-size: 19px;
  }

  .contentBox p,
  .contentBox ul {
    font-size: 16px;
  }

  .img-prod {
    width: 170px;
  }

  #order_form h2 {
    font-size: 23px;
  }

  .text2,
  .comments .comments-field__txt p {
    font-size: 16px;
  }
}

.social-share__icon_tw {
  fill: white;
}
.social-share__icon_tw > svg {
  width: 20px;
}

.social-link-tw {
  display: flex !important;
  align-items: center;
  gap: 2px;
}

.social-link-tw > svg {
  fill: white;
  width: 15px;
}

.copy {
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .wrapper-form {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .wrapper-form > picture {
    flex-shrink: 0;
  }
}

.wrapper-comment-image {
  flex-shrink: 0;
}

a.social-link-tw:hover > svg {
  fill: #3968a3;
}
