@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/open-sans-v27-latin-ext-regular.woff2') format('woff2'), url('../fonts/open-sans-v27-latin-ext-regular.woff') format('woff');
  font-display: swap
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/open-sans-v27-latin-ext-700.woff2') format('woff2'), url('../fonts/open-sans-v27-latin-ext-700.woff') format('woff');
  font-display: swap
}

body,
html,
textarea {
  font-family: 'Open Sans' !important
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

article,
aside,
header,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

h1,
h2 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

b,
strong {
  font-weight: bolder
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

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

svg {
  overflow: hidden;
  vertical-align: middle
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button {
  text-transform: none
}

[type=button],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  overflow: auto;
  resize: vertical
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

output {
  display: inline-block
}

.h1,
.h2,
h1,
h2 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col,
.col-12,
.col-lg-8,
.col-lg-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media (min-width:992px) {
  .col-lg-8 {
    max-width: 1010px
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

.bg-white {
  background-color: #fff !important
}

.d-none {
  display: none !important
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media (min-width:992px) {
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

@media (min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
}

.w-100 {
  width: 100% !important
}

.mw-100 {
  max-width: 100% !important
}

.m-0 {
  margin: 0 !important
}

.my-3 {
  margin-top: 1rem !important
}

.mr-3 {
  margin-right: 1rem !important
}

.my-3 {
  margin-bottom: 1rem !important
}

.ml-3 {
  margin-left: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pr-2 {
  padding-right: .5rem !important
}

.pl-2 {
  padding-left: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pl-4 {
  padding-left: 1.5rem !important
}

@media (min-width:992px) {
  .ml-lg-3 {
    margin-left: 1rem !important
  }
}

@media (min-width:1200px) {
  .ml-xl-auto {
    margin-left: auto !important
  }
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  img {
    page-break-inside: avoid
  }

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

  h2 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }
}

/*!
* BootstrapVue Custom CSS (https://bootstrap-vue.org)
*/
.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5)
}

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: .6
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto
}

.b-sidebar>.b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto
}

.badge {
  text-decoration: none
}

.badge-outline-light {
  background-color: #fff;
  border: 1px solid #e7e7e9;
  color: #4d4d4d;
  display: inline-block;
  font-weight: 400;
  font-size: .875rem;
  padding: .5rem .75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 13rem
}

.btn {
  font-weight: 400;
  text-decoration-line: none
}

.btn:focus {
  outline: auto
}

.btn:hover {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1)
}

.btn-light {
  background: #fff;
  border: 0;
  color: #4d4d4d;
  font-size: .875rem;
  padding: .5rem 1rem;
  text-decoration: none
}

.btn-light:hover {
  background: #fff
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999
}

a.skip-main:active,
a.skip-main:focus {
  color: #fff;
  background-color: #1a1a1a;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: .5rem;
  border-radius: 1rem;
  border: 4px solid #ffae00;
  text-align: center;
  font-size: 1.2rem;
  z-index: 999
}

.nav-link {
  position: relative
}

.nav-link:hover {
  text-decoration: none
}

.breadcrumb {
  background-color: #fff;
  margin-top: -.95rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0
}

.breadcrumb .breadcrumb-item {
  font-size: .875rem
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb a {
  color: #4d4d4d
}

.breadcrumb .breadcrumb-item.active:hover,
.breadcrumb a:hover {
  color: #4d4d4d
}

.text-page {
  overflow: hidden
}

body {
  background-color: #ededed;
  color: #1a1a1a;
  font-family: 'Open Sans' !important;
  font-size: 16px;
  line-height: 1.5
}

@media(min-width:768px) {
  main {
    min-height: 30rem
  }
}

h1,
h2 {
  font-weight: 300;
  line-height: 1.375;
  margin-bottom: 1rem
}

h1 {
  font-size: 2.125rem;
  font-weight: 600;
  line-height: normal
}

h2 {
  font-size: 1.875rem
}

h2 span {
  font-weight: 600
}

p,
ul {
  margin-bottom: 1rem
}

img {
  max-width: 100%
}

a {
  color: #1a1a1a;
  text-decoration: underline
}

.btn:focus {
  outline: auto
}

@media(-webkit-min-device-pixel-ratio:0) {
  .btn:focus {
    outline: -webkit-focus-ring-color auto 5px
  }
}

main#default {
  margin-top: 70px
}

.pt-large {
  padding-top: 4rem
}

[class^=icon-] {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-ic-tag::before {
  content: ""
}

.b-sidebar-backdrop.bg-black {
  background-color: #000;
  opacity: .7
}

#sidebar {
  width: 16rem;
  max-height: 100vh;
  transition: .3s ease-in-out
}

.container-fluid:not(.show) #sidebar,
.container-fluid:not(.show) .b-sidebar-backdrop {
  transform: translateY(3.5rem);
  transition: .3s ease-in-out
}

.lead {
  font-size: 1.5rem;
  line-height: 2.06rem
}

header .col {
  margin-bottom: 2.75rem
}

header .col :last-child {
  margin-bottom: 0
}

.text-page {
  background: #fff;
  margin-top: -3rem;
  position: relative
}

.text-page::after {
  border-top: 145px solid #fff;
  border-left: 60px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  z-index: 1
}

.text-page h1 {
  margin-bottom: .5rem
}

.text-page p.lead {
  color: #4d4d4d;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: .5rem
}

.text-page article {
  font-size: 1.125rem;
  line-height: 1.56
}

.text-page .authored-section {
  text-align: center
}

.text-page .authored-section .col {
  margin-left: auto;
  margin-right: auto;
  text-align: left
}

.text-page .authored-section .col-lg-9 {
  flex: 0 0 100%;
  max-width: 100%
}

.text-page .authored-section section p {
  margin-bottom: 2rem
}

.text-page .authored-section section+.btn {
  margin-top: 0
}

.context-label {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #4d4d4d;
  line-height: initial;
  margin-bottom: 20px
}

.b-toaster-bottom-left-dynamic {
  position: fixed;
  left: 20px;
  bottom: var(--bottom);
  transition: .3s ease-in-out
}

.btn[data-v-56e57d4c]::before,
[class^=icon-][data-v-56e57d4c] {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-info[data-v-56e57d4c]::before {
  content: ""
}

.icon-ic-tag[data-v-56e57d4c]::before {
  content: ""
}

.container-fluid[data-v-56e57d4c] {
  background: #fff;
  height: 3.5rem;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 1030;
  padding: 0;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .08)
}

.navbar-brand[data-v-56e57d4c] {
  min-width: 11.0625rem;
  flex: 0 0 auto
}

.navbar-brand .logo[data-v-56e57d4c] {
  min-width: 9.5625rem;
  transition: .3s ease-in-out
}

.navbar-brand .logo img[data-v-56e57d4c] {
  margin: auto 0
}

.navbar.sidebar-nav .logo[data-v-56e57d4c] {
  min-width: auto
}

.navbar.sidebar-nav .navbar-nav[data-v-56e57d4c] {
  flex-direction: column;
  width: 100%
}

.btn[data-v-56e57d4c] {
  align-items: center;
  background: 0 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #1a1a1a;
  display: flex;
  font-size: 1rem;
  height: 1.5rem;
  justify-content: center;
  padding: 0;
  width: 1.5rem
}

.btn[data-v-56e57d4c]::before {
  display: inline-block;
  font-size: 1.1rem
}

.red {
  color: red;
  font-weight: 700
}

.lead,
h1 {
  text-align: center
}

.img__note {
  display: block;
  text-align: center !important;
  font-size: 14px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  padding: 10px;
  background: #f0e9e9
}

.story p:not(.story-day) {
  text-align: left !important;
  margin-bottom: 0 !important
}

.story {
  margin-bottom: 70px;
  position: relative
}

.story::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #d6c8c8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px
}

.story-item {
  max-width: 70%;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px 7px rgba(193, 187, 187, .302);
  border-radius: 10px;
  margin-bottom: 20px
}

.story-item.first {
  margin-bottom: 35px
}

.story-day {
  font-weight: 700;
  color: #0a72cc;
  margin-bottom: 15px !important
}

.story-day.first {
  margin-bottom: 0 !important
}

.story-content.first {
  display: flex;
  align-items: center
}

.story__desc {
  font-size: 16px
}

.story__desc.first {
  margin-right: 15px
}

.story__virus {
  width: 100%;
  max-width: 200px
}

.story-comment {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 410px;
  background: #e6e6e4;
  box-shadow: 0 0 7px 5px rgba(141, 128, 128, .302);
  border-radius: 10px;
  padding: 10px;
  margin-left: auto;
  margin-bottom: 25px;
  position: relative
}

.story-comment::before {
  content: '';
  width: 20px;
  height: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #e6e6e4 transparent;
  position: absolute;
  top: -20px;
  left: 15px
}

.composition {
  margin-bottom: 32px;
  padding: 10px;
  border: 1px solid #9b180f;
  background-color: #f9f8f3
}

.composition.last {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center
}

.story-comment.product {
  justify-content: center
}

.story__desc.comment {
  font-size: 13px;
  margin-right: 15px
}

.story__img {
  width: 230%;
  max-width: 200px
}

.bold {
  font-weight: 700 !important
}

.btn.search[data-v-56e57d4c]::before {
  transition: .3s ease-in-out
}

.magnifier {
  width: 18px;
  height: 18px
}

.btn.close[data-v-56e57d4c] {
  opacity: 1
}

.btn.close[data-v-56e57d4c]::before {
  content: "";
  transition: .3s ease-in-out;
  font-weight: 400;
  font-size: 1.5rem
}

.btn.close[data-v-56e57d4c]:hover::before,
.btn.search[data-v-56e57d4c]:hover::before {
  color: #0a72cc
}

.navbar-toggle[data-v-56e57d4c] {
  display: flex;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  box-shadow: none
}

.navbar-toggle span[data-v-56e57d4c] {
  width: 1.125rem;
  background: #1a1a1a;
  height: 2px;
  margin-bottom: 3px;
  transition: .3s ease-in-out
}

.navbar-toggle span[data-v-56e57d4c]:last-of-type {
  margin-bottom: 0
}

.navbar-toggle:hover span[data-v-56e57d4c] {
  background: #0a72cc
}

@media(min-width:768px) {
  .logo[data-v-56e57d4c] {
    margin: 0 auto 0 0;
    padding-left: 1.5rem
  }
}

@media(min-width:992px) {
  .navbar[data-v-56e57d4c] {
    position: relative;
    display: flex;
    height: auto;
    left: initial;
    top: initial;
    width: auto;
    padding: 0
  }

  .navbar .navbar-nav[data-v-56e57d4c] {
    padding-top: 0;
    flex-direction: row;
    width: 100%
  }

  .container-fluid[data-v-56e57d4c] {
    transition: .3s ease-in-out
  }
}

@media(min-width:1200px) {
  .navbar-brand .logo[data-v-56e57d4c] {
    min-width: 18.75rem
  }
}

@media(min-width:768px) {
  .filters-toggle[data-v-56e57d4c] {
    display: none
  }
}

.nav-item .nav-link .nav-link-icon[data-v-70f6298b]::before,
[class^=icon-][data-v-70f6298b] {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-info[data-v-70f6298b]::before {
  content: ""
}

.icon-ic-tag[data-v-70f6298b]::before {
  content: ""
}

.nav-item[data-v-70f6298b] {
  margin-right: 1rem
}

.nav-item[data-v-70f6298b]:nth-last-child(2) {
  margin-right: 0
}

.nav-item .nav-link[data-v-70f6298b] {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center
}

.nav-item .nav-link[data-v-70f6298b]:hover {
  color: #0a72cc
}

.nav-item .nav-link .nav-link-icon[data-v-70f6298b] {
  display: inline-block;
  font-size: 1rem;
  z-index: 1;
  margin-right: .75rem
}

.nav-item .nav-link .nav-link-icon[data-v-70f6298b]::before {
  content: "";
  color: #1a1a1a;
  transition: .3s ease-in-out;
  font-size: 1.5rem
}

.nav-item .nav-link .nav-link-icon.icon-home[data-v-70f6298b]::before {
  content: ""
}

.nav-item .nav-link .nav-link-icon.icon-collections[data-v-70f6298b]::before {
  content: ""
}

.nav-item .nav-link .nav-link-icon.icon-school[data-v-70f6298b]::before {
  content: ""
}

.nav-item .nav-link .nav-link-icon.icon-info[data-v-70f6298b]::before {
  content: ""
}

.nav-item .nav-link .nav-link-icon.icon-help[data-v-70f6298b]::before {
  content: ""
}

.nav-item .nav-link .nav-link-icon.icon-login[data-v-70f6298b]::before {
  content: ""
}

.nav-item .nav-link .nav-link-icon.icon-stories[data-v-70f6298b]::before {
  content: ""
}

.nav-item.sidebar-nav-item[data-v-70f6298b] {
  width: 100%;
  margin: 0 0 .25rem;
  position: relative;
  margin-right: 0
}

.nav-item.sidebar-nav-item[data-v-70f6298b]:nth-last-child(2) {
  margin-right: 0
}

.nav-item.sidebar-nav-item[data-v-70f6298b]:first-of-type,
.nav-item.sidebar-nav-item[data-v-70f6298b]:last-of-type {
  display: block
}

.nav-item.sidebar-nav-item .nav-link[data-v-70f6298b] {
  text-transform: capitalize;
  font-weight: 400;
  border-radius: .25rem;
  transition: .3s ease-in-out;
  font-size: 1rem
}

.nav-item.sidebar-nav-item .nav-link[data-v-70f6298b]:hover {
  color: #fff;
  background: #0a72cc
}

.nav-item.sidebar-nav-item .nav-link[data-v-70f6298b]:hover::after,
.nav-item.sidebar-nav-item .nav-link[data-v-70f6298b]:hover::before {
  display: none
}

.nav-item.sidebar-nav-item .nav-link:hover .nav-link-icon[data-v-70f6298b]::before {
  color: #fff
}

.nav-item.sidebar-nav-item .nav-link span[data-v-70f6298b] {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis
}

@media(min-width:992px) {
  .nav-item[data-v-70f6298b]:not(.sidebar-nav-item) {
    width: auto;
    margin: auto
  }

  .nav-item:not(.sidebar-nav-item) .nav-link[data-v-70f6298b] {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600
  }

  .nav-item:not(.sidebar-nav-item) .nav-link span[data-v-70f6298b] {
    position: relative
  }

  .nav-item:not(.sidebar-nav-item) .nav-link .nav-link-icon[data-v-70f6298b] {
    display: none
  }
}

[class^=icon-][data-v-c08b1cb2] {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-info[data-v-c08b1cb2]::before {
  content: ""
}

.icon-ic-tag[data-v-c08b1cb2]::before {
  content: ""
}

@media(min-width:992px) {
  .btn.filters-toggle[data-v-c08b1cb2] {
    display: none
  }
}

.btn.filters-toggle[data-v-c08b1cb2]::before {
  content: "";
  font-size: 1.5rem;
  transition: .3s ease-in-out
}

.btn.filters-toggle[data-v-c08b1cb2]:hover::before {
  color: #0a72cc
}

[data-v-8bf884d2] img {
  max-width: 100%
}

.icon-ic-tag[data-v-029d32bc] {
  color: #4d4d4d;
  display: inline-block;
  font-size: 1.5rem;
  padding-top: .25rem
}

.badge[data-v-029d32bc] {
  margin: 0 .25rem .5rem
}

.mod-red {
  color: red
}

.form {
  border: 2px solid #dbdbdb;
  background: #f7f7f7;
  box-shadow: 0 0 12px #c5c5c5;
  border-radius: 10px;
  padding: 15px;
  margin: 0 auto 20px
}

.form__image {
  width: 250px;
  margin: 0 auto 15px;
  position: relative
}

.red-border__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  top: -20px;
  right: 0
}

.red-border__text::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-bottom: 2px solid red;
  top: -14px;
  right: -14px;
  -webkit-animation: load 2s linear infinite;
  animation: load 2s linear infinite
}

.form__title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px
}

.form__price {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  text-align: center
}

.form__price-title {
  margin-bottom: 5px
}

.form__price-lines {
  position: relative
}

.form__price-lines::after {
  content: '';
  position: absolute;
  border-top: 1px solid red;
  width: 100%;
  top: 50%;
  left: 0;
  transform: rotate(-12deg)
}

.form__price-lines::before {
  content: '';
  position: absolute;
  border-top: 1px solid red;
  width: 100%;
  top: 50%;
  left: 0;
  transform: rotate(12deg)
}

.form__price-value {
  font-size: 22px
}

.form__price-value.mod-red {
  font-weight: 700
}

.form__input {
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  padding: 10px 10px 10px 20px;
  outline: 0;
  font-size: 16px
}

.form__btn {
  font-size: 25px;
  color: #fff;
  background: red;
  border: 2px solid red;
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 40px;
  width: 100%;
  transition: all .3s ease-in-out;
  animation: btnScale 1.2s linear infinite
}

.form__btn:hover {
  background: 0 0;
  color: red
}

.form__inner {
  max-width: 300px;
  margin: 0 auto
}

.warn {
  border: 1px solid #9b1b10;
  background: #f5e9e9;
  padding: 10px
}

@media screen and (min-width:768px) {
  .form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    max-width: 650px;
    margin: 0 auto 32px
  }

  .form__image {
    margin: 0
  }

  .form__inner {
    margin: 0
  }
}

@keyframes load {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes btnScale {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }

  20% {
    transform: scale(1)
  }

  80% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}

a {
  text-decoration: none;
  color: #101010
}

* {
  box-sizing: border-box
}

.component {
  position: relative;
  overflow: hidden;
  padding: 20px
}

.component a {
  text-decoration: none
}

.list {
  border-bottom: 1px solid #e8e8e8
}

.component--type-recirculation {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0
}

@media (min-width:1020px) {
  .component {
    padding: 40px 0
  }

  .component.list:not(.list-stack) {
    margin: auto;
    max-width: 1020px;
    overflow: visible
  }
}

@media (min-width:1360px) {
  .component.list:not(.list-stack) {
    max-width: 1320px
  }
}

@media (min-width:1020px) {
  .list:not([class*=with-background]) {
    border-bottom: none
  }
}

@media (min-width:768px) {
  .component.component--type-recirculation.list {
    margin: 0 0
  }
}

@media (min-width:1020px) {
  .component.component--type-recirculation.list {
    border-bottom: 1px solid #e8e8e8
  }
}

picture {
  flex-shrink: 0
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

* {
  -webkit-tap-highlight-color: transparent
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

:active,
:focus,
:hover,
:visited {
  outline: 0 !important
}

::-moz-focus-inner {
  border: 0;
  outline: 0
}

button::-moz-focus-inner {
  border: none
}

:not(#fake) {
  outline: 0
}

input:invalid {
  box-shadow: none
}

.create-comment__image-1.show {
  display: block
}

.create-comment__image-wrapper {
  display: flex;
  align-items: center
}

.create-comment__image-1 {
  display: none
}

button {
  cursor: pointer
}

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

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

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

input {
  line-height: normal
}

input {
  border: 1.5px solid;
  border-color: #e8e8e1;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: 2px 4px 4px rgba(3, 3, 3, .05);
  transition: .3s
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important
  }
}

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

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

button,
input {
  overflow: visible
}

button {
  text-transform: none
}

body,
html {
  overflow-x: hidden
}

button {
  -webkit-appearance: button
}

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

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

.prod {
  max-width: 100%
}

img {
  max-width: 100%
}

.prod {
  display: block;
  max-width: 300px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px
}

* {
  box-sizing: border-box
}

button {
  overflow: visible;
  width: auto
}

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

body:focus,
html:focus {
  outline: 0
}

input:focus {
  outline-offset: -2px
}

strong {
  font-weight: 700
}

.SimpleBlock-module_center__2rjif {
  margin-bottom: 40px
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important
  }
}

button {
  -webkit-appearance: button
}

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

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

input[type=text] {
  height: 36px;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

input:hover,
input[type=text]:focus {
  background-color: rgba(0, 0, 0, .03)
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

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

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

input:hover,
input[type=text]:focus {
  background-color: rgba(0, 0, 0, .03)
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important;
    margin: 30px auto
  }
}

input {
  border: 1px solid rgba(0, 0, 0, .1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px 0 5px 10px !important;
  line-height: 23px;
  border-radius: 2px;
  transition: background .3s, border .3s;
  max-width: 100%;
  background-color: transparent
}

@media (max-width:767px) {
  input:not([type=submit]) {
    font-size: 16px !important
  }

  .SimpleBlock-module_center__2rjif {
    margin-bottom: 20px
  }

  .form {
    padding-top: 50px;
  }
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important;
    margin: 30px auto
  }
}

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

@media (max-width:767px) {
  .SimpleBlock-module_center__2rjif {
    margin-bottom: 20px
  }
}

.SimpleBlock-module_center__2rjif {
  margin-bottom: 25px
}

input {
  border: 1px solid #8d8d8d !important;
  max-width: 100%;
  padding: 14px 10px;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: .3s
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important
  }
}

button {
  -webkit-appearance: button
}

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

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

input:hover,
input[type=text]:focus {
  background-color: rgba(0, 0, 0, .03)
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

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

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

input:hover,
input[type=text]:focus {
  background-color: rgba(0, 0, 0, .03)
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

.SimpleBlock-module_center__2rjif {
  margin: 0 auto 25px auto
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important;
    margin: 0 auto 25px auto
  }
}

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

@media (max-width:767px) {
  input:not([type=submit]) {
    font-size: 16px !important
  }

  .SimpleBlock-module_center__2rjif {
    margin-bottom: 20px
  }
}

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

button {
  border: none;
  background: 0 0;
  cursor: pointer;
  border-radius: 0
}

.comment-text {
  display: flex;
  flex-direction: column
}

input:-webkit-autofill {
  background-color: transparent !important
}

.comment-text {
  width: 100%
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important
}

button::-moz-focus-inner {
  border: none
}

input:invalid {
  box-shadow: none
}

.link__prod {
  color: #0252bb;
  font-weight: 700;
  text-decoration: underline
}

.link__prod:hover {
  text-decoration: none
}

.name {
  margin-bottom: 20px
}

.comm-h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0
}

button {
  overflow: visible;
  width: auto
}

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

body:focus,
html:focus {
  outline: 0
}

input:focus {
  outline-offset: -2px
}

strong {
  font-weight: 700
}

a {
  text-decoration: none
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important
}

.SimpleBlock-module_center__2rjif {
  margin-bottom: 40px
}

input:active,
input:focus,
input:hover {
  box-shadow: none
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important
  }
}

button {
  -webkit-appearance: button
}

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

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

input {
  border: 1px solid rgba(0, 0, 0, .1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px;
  line-height: 23px;
  border-radius: 2px;
  transition: background .3s, border .3s;
  max-width: 100%;
  background-color: transparent
}

input:hover,
input[type=text]:focus {
  background-color: rgba(0, 0, 0, .03)
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

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

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

input:hover,
input[type=text]:focus {
  background-color: rgba(0, 0, 0, .03)
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important;
    margin: 30px auto
  }
}

input {
  border: 1px solid rgba(0, 0, 0, .1);
  color: #2c2f34;
  font-size: 13px;
  outline: 0;
  padding: 5px 0 5px 10px !important;
  line-height: 23px;
  border-radius: 2px;
  transition: background .3s, border .3s;
  max-width: 100%;
  background-color: transparent
}

@media (max-width:767px) {
  input:not([type=submit]) {
    font-size: 16px !important
  }

  .SimpleBlock-module_center__2rjif {
    margin-bottom: 20px
  }
}

.comment-text p {
  padding-left: 20px;
  margin: 0;
  font-size: 18px
}

.ava {
  display: inline-block
}

.comment-content {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .425)
}

.ava img {
  padding: 0 5px 0 0;
  box-sizing: inherit;
  width: 55px
}

.date {
  padding-left: 4px
}

.name-date {
  display: inline-block;
  vertical-align: top;
  margin-top: 0
}

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

.name p {
  font-size: 16px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0
}

.date span {
  font-size: 14px;
  color: #5f5f5f;
  display: block
}

.comment-answer {
  margin-left: 60px
}

.comment-text p {
  padding-left: 60px;
  margin: 0;
  margin-top: -10px
}

a:focus {
  outline: 0
}

.create-comment__image-1.show {
  display: block
}

.create-comment__image-wrapper {
  display: flex;
  align-items: center
}

.open-add-comment:hover {
  background: #818181
}

.open-add-comment.show {
  display: block
}

.comment-create__form.show {
  display: flex
}

.open-add-comment:hover {
  background: #818181
}

.comment-create__wrapper {
  display: none
}

.open-add-comment.show {
  display: block
}

.comment-create__wrapper {
  display: block
}

.create-comment__image-1.show {
  display: block
}

.comment-create__wrapper.show {
  display: block
}

.create-comment__image-1.show {
  display: block
}

.create-comment__image-1 {
  display: none
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important;
    margin: 30px auto
  }
}

.comment-text p {
  line-height: 1.3
}

.comment__city {
  margin-bottom: 0
}

.name__user {
  margin-bottom: 5px
}

@media (max-width:1199px) {
  .comment-text p {
    font-size: 17px
  }
}

@media screen and (min-width:768px) {

  .comment-text p,
  .text-page .authored-section section p {
    text-align: justify
  }
}

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

@media (max-width:767px) {
  .SimpleBlock-module_center__2rjif {
    margin-bottom: 20px
  }
}

.SimpleBlock-module_center__2rjif {
  margin-bottom: 40px
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important
  }
}

button {
  -webkit-appearance: button
}

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

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

input[type=text]:focus {
  outline: 0
}

input:hover,
input[type=text]:focus {
  background-color: rgba(0, 0, 0, .03)
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

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

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

input:hover,
input[type=text]:focus {
  background-color: rgba(0, 0, 0, .03)
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

.comment-text p {
  padding-left: 20px;
  margin: 0;
  font-size: 18px
}

.ava {
  display: inline-block
}

.comment-content {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .425)
}

.ava img {
  padding: 0 5px 0 0;
  box-sizing: inherit;
  width: 55px
}

.date {
  padding-left: 4px
}

.name-date {
  display: inline-block;
  vertical-align: top;
  margin-top: 0
}

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

.name p {
  font-size: 16px;
  padding-left: 0;
  margin-top: 0
}

.date span {
  font-size: 14px;
  color: #5f5f5f;
  display: block
}

.comment-text p {
  padding-left: 60px;
  margin: 0;
  margin-top: -10px
}

@media only screen and (min-width:1024px) {
  .SimpleBlock-module_center__2rjif {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important;
    margin: 0 auto 30px auto
  }
}

.comment-text p {
  line-height: 1.3
}

.comment__city {
  margin-bottom: 0
}

.name__user {
  margin-bottom: 5px
}

.comment-create__btn {
  border: none
}

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

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.comment-create__form {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px
}

.create-comment__image-wrapper {
  display: flex;
  align-items: center
}

.create-comment__image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer
}

.create-comment__image img.create-comment__image-1 {
  border-radius: 50%;
  width: 40px;
  height: 40px
}

.create-comment__image img.create-comment__image-2 {
  width: 24px;
  height: 24px
}

.create-comment__image-text {
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline
}

.comment-create__text {
  resize: none;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #838383;
  resize: none;
  overflow: auto;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px
}

.comment-create__text:focus {
  background-color: rgba(0, 0, 0, .03)
}

textarea:focus {
  outline: 1px #838383
}

.comment-create__city,
.comment-create__name {
  border-radius: 5px;
  border: 1px solid #838383;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 47% !important;
  border-radius: 5px !important;
  border: 1px solid #838383 !important;
  font-size: 16px !important
}

.comment__info-image-wrapper {
  margin-bottom: 10px;
  text-align: center
}

.comment-create__btn {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #0252bb;
  border-radius: 10px
}

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

  .comment-create__city,
  .comment-create__name {
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #838383 !important
  }
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.comment-create__form {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 20px auto
}

.create-comment__image-wrapper {
  display: flex;
  align-items: center
}

.create-comment__image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer
}

.create-comment__image-2 {
  display: none
}

.create-comment__image-2.show {
  display: block
}

.create-comment__image img.create-comment__image-1 {
  border-radius: 50%;
  width: 40px;
  height: 40px
}

.create-comment__image img.create-comment__image-2 {
  width: 24px;
  height: 24px
}

.create-comment__image-text {
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline
}

.create-comment__image-wrapper {
  display: flex;
  align-items: center
}

.comment-create__text {
  resize: none;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #838383;
  resize: none;
  overflow: auto;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px
}

.comment-create__text:focus {
  background-color: rgba(0, 0, 0, .03)
}

.comment-create__city,
.comment-create__name {
  border-radius: 5px;
  border: 1px solid #838383;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 48% !important;
  border-radius: 5px !important;
  border: 1px solid #838383 !important
}

.comment-create__btn {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #0252bb;
  border-radius: 10px
}

.comment_moderate {
  font-size: 18px;
  text-align: center;
  display: none;
  padding-bottom: 20px
}

.comment_moderate.show {
  display: block
}

@media (max-width:767px) {
  input:not([type=submit]) {
    font-size: 16px !important
  }

  .comment-create__form {
    margin: 20px auto !important
  }

  .SimpleBlock-module_center__2rjif {
    margin-bottom: 20px
  }

  .comment-create__form {
    max-width: 450px
  }

  .prod {
    max-width: 300px !important
  }
}

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

  .comment-create__city,
  .comment-create__name {
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #838383 !important
  }

  .comment-create__form {
    max-width: 300px !important
  }

  .comment-create__btn {
    margin: 0 auto
  }

  .comment__info-image-wrapper {
    margin: 0 auto 10px 0
  }
}

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

@media screen and (max-width:1023px) {
  .comment-create__btn {
    margin: 0 auto
  }
}

.open-add-comment {
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: #919191;
  padding: .7em 1.5em;
  outline: 0;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: .5s;
  display: none;
  margin: 20px auto 20px 0
}

.open-add-comment:hover {
  background: #818181
}

.open-add-comment.show {
  display: block
}

.comment-text p {
  font-size: 18px
}

@media screen and (max-width:479px) {
  .just-wrap {
    flex-direction: column
  }

  .comment__city {
    margin-bottom: 0 !important
  }

  .name__user {
    margin-bottom: 0 !important
  }

  .comment-text p {
    font-size: 16px
  }

  .comment-answer {
    margin-left: 20px
  }

  .comment-text p {
    font-size: 16px
  }
}

footer {
  background: #ededed;
  padding: 15px 0;
  text-align: center
}

.copyright {
  text-align: center
}

.last__btn {
  display: block;
  font-size: 21px;
  color: #fff;
  background: red;
  border: 2px solid red;
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 40px;
  line-height: 1.2;
  width: 100%;
  transition: all .3s ease-in-out;
  animation: btnScale 1.2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center
}

.last__btn:hover {
  background: #cc1616;
  color: #fff
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important
}

button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none
}

button:focus {
  outline: 0
}

@media (max-width:767px) {
  input:not([type=submit]) {
    font-size: 16px !important
  }
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

.comment-create__form.show {
  display: flex
}

.open-add-comment:hover {
  background: #818181
}

.comment-create__wrapper {
  display: none
}

.open-add-comment.show {
  display: block
}

.comment-create__wrapper {
  display: block
}

.create-comment__image-1.show {
  display: block
}

.comment-create__wrapper {
  display: block
}

.create-comment__image-1.show {
  display: block
}

.comment-create__btn {
  border: none
}

.comment-create__btn:hover {
  background: #1666cf
}

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

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.comment-create__wrapper {
  display: none
}

.comment-create__form {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px
}

.comment-create__form.show {
  display: flex
}

.create-comment__image-1.show {
  display: block
}

.create-comment__image-wrapper {
  display: flex;
  align-items: center
}

.create-comment__image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer
}

.create-comment__image img.create-comment__image-1 {
  border-radius: 50%;
  width: 40px;
  height: 40px
}

.create-comment__image img.create-comment__image-2 {
  width: 24px;
  height: 24px
}

.create-comment__image-1,
.create-comment__image-2 {
  display: none
}

.create-comment__image-1.show {
  display: block
}

.create-comment__image-text {
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline
}

.comment-create__btn {
  border: none;
  outline: 0;
  cursor: pointer
}

.comment-create__text {
  resize: none;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #838383;
  resize: none;
  overflow: auto;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px
}

.comment-create__text:focus {
  background-color: rgba(0, 0, 0, .03)
}

textarea:focus {
  outline: 1px #838383
}

.comment-create__age,
.comment-create__city,
.comment-create__name {
  border-radius: 5px;
  border: 1px solid #838383;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 47% !important;
  border-radius: 5px !important;
  border: 1px solid #838383 !important;
  font-size: 16px !important
}

.component {
  padding-left: 15px;
  padding-right: 15px
}

.comment__info-image-wrapper {
  margin-bottom: 0;
  text-align: center
}

.comment-create__btn {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #0252bb;
  border-radius: 10px
}

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

  .comment-create__age,
  .comment-create__city,
  .comment-create__name {
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #838383 !important
  }
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.comment-create__form {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 40px auto
}

.create-comment__image-wrapper {
  display: flex;
  align-items: center
}

.create-comment__image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer
}

.create-comment__image img.create-comment__image-1 {
  border-radius: 50%;
  width: 40px;
  height: 40px
}

.create-comment__image img.create-comment__image-2 {
  width: 24px;
  height: 24px
}

.create-comment__image-1,
.create-comment__image-2 {
  display: none
}

.create-comment__image-1.show {
  display: block
}

.create-comment__image-text {
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline
}

.comment-create__text {
  resize: none;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #838383;
  resize: none;
  overflow: auto;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px
}

.comment-create__text:focus {
  background-color: rgba(0, 0, 0, .03)
}

.comment-create__age,
.comment-create__city,
.comment-create__name {
  border-radius: 5px;
  border: 1px solid #838383;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 160px !important;
  border-radius: 5px !important;
  border: 1px solid #838383 !important;
  margin-right: 10px
}

.comment-create__city {
  margin-right: 0
}

.comment-create__btn {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #0252bb;
  border-radius: 10px
}

.mr0 {
  margin-right: 0 !important
}

@media screen and (max-width:1023px) {
  .story-item {
    max-width: 100%
  }

  .story-comment {
    max-width: 350px
  }
}

@media (max-width:767px) {
  input:not([type=submit]) {
    font-size: 16px !important
  }

  .comment-create__form {
    margin: 20px auto !important
  }

  .comment-create__form {
    max-width: 510px
  }

  h1 {
    font-size: 28px;
    line-height: 1.2
  }

  .story-content {
    display: flex;
    flex-direction: column
  }

  .story-day.first {
    margin-bottom: 15px !important
  }

  .story__desc.first {
    margin-right: 0
  }

  .story__desc {
    margin-bottom: 15px !important
  }

  .story__virus {
    margin-top: 15px
  }
}

@media screen and (max-width:570px) {
  .comment-create__form {
    max-width: 490px
  }

  .comment-create__age,
  .comment-create__city,
  .comment-create__name {
    width: 31% !important
  }
}

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

  .comment-create__age,
  .comment-create__city,
  .comment-create__name {
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #838383 !important
  }

  .comment-create__form {
    max-width: 300px !important
  }

  .comment-create__btn {
    margin: 0 auto
  }

  .comment__info-image-wrapper {
    margin: 0 auto 10px auto
  }

  .comment-create__city {
    margin-left: 0;
    margin-right: 0
  }
}

.just-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap
}

@media screen and (max-width:479px) {
  .just-wrap {
    flex-direction: column
  }
}

@media screen and (max-width:1023px) {
  .comment-create__btn {
    margin: 0 auto
  }
}

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

input {
  background-color: #fff;
  padding: 0 15px;
  border: 2px solid #e4e4e4;
  height: 36px;
  width: 100%;
  margin-bottom: 10px
}

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

.mb15 {
  margin-bottom: 15px !important
}

@media screen and (max-width:479px) {
  .prod {
    max-width: 220px !important
  }

  .breadcrumb {
    display: none
  }

  h1 {
    font-size: 24px;
    line-height: 1.2
  }

  .story-comment {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .story__desc.comment {
    margin-right: 0
  }

  .mt {
    margin-top: 15px
  }

  .story__img {
    max-width: 200px
  }

  .story-comment {
    width: 100%;
    max-width: 100%
  }

  .story-comment::before {
    left: 50%;
    transform: translateX(-50%)
  }
}

.link__prod {
  text-decoration: underline !important
}

.link__prod:hover {
  text-decoration: none !important
}

.logo {
  font-size: 33px;
  text-decoration: none !important
}

.logo:hover {
  text-decoration: none !important;
  color: #101010
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .logo-ie {
    width: 100%;
    height: 40px
  }

  .magnifier {
    width: 22px;
    height: 22px
  }
}

.mb0 {
  margin-bottom: 0 !important
}

.prod__story {
  width: 100%;
  max-width: 150px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .story__img {
    width: 500px;
    max-width: 500px
  }

  .prod__story {
    max-width: 150px
  }

  .story__virus {
    max-width: 700px
  }
}

.comment-create__age,
.comment-create__city,
.comment-create__name,
input,
textarea {
  font-size: 14px !important
}