@charset "UTF-8";
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .container, .container-sm {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  order: -1
}
.order-last {
  order: 13
}
.order-0 {
  order: 0
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
.order-3 {
  order: 3
}
.order-4 {
  order: 4
}
.order-5 {
  order: 5
}
.order-6 {
  order: 6
}
.order-7 {
  order: 7
}
.order-8 {
  order: 8
}
.order-9 {
  order: 9
}
.order-10 {
  order: 10
}
.order-11 {
  order: 11
}
.order-12 {
  order: 12
}
.offset-1 {
  margin-left: 8.33333333%
}
.offset-2 {
  margin-left: 16.66666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.33333333%
}
.offset-5 {
  margin-left: 41.66666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.33333333%
}
.offset-8 {
  margin-left: 66.66666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.33333333%
}
.offset-11 {
  margin-left: 91.66666667%
}
@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    order: -1
  }
  .order-sm-last {
    order: 13
  }
  .order-sm-0 {
    order: 0
  }
  .order-sm-1 {
    order: 1
  }
  .order-sm-2 {
    order: 2
  }
  .order-sm-3 {
    order: 3
  }
  .order-sm-4 {
    order: 4
  }
  .order-sm-5 {
    order: 5
  }
  .order-sm-6 {
    order: 6
  }
  .order-sm-7 {
    order: 7
  }
  .order-sm-8 {
    order: 8
  }
  .order-sm-9 {
    order: 9
  }
  .order-sm-10 {
    order: 10
  }
  .order-sm-11 {
    order: 11
  }
  .order-sm-12 {
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333333%
  }
  .offset-sm-2 {
    margin-left: 16.66666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333333%
  }
  .offset-sm-5 {
    margin-left: 41.66666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333333%
  }
  .offset-sm-8 {
    margin-left: 66.66666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333333%
  }
  .offset-sm-11 {
    margin-left: 91.66666667%
  }
}
@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    order: -1
  }
  .order-md-last {
    order: 13
  }
  .order-md-0 {
    order: 0
  }
  .order-md-1 {
    order: 1
  }
  .order-md-2 {
    order: 2
  }
  .order-md-3 {
    order: 3
  }
  .order-md-4 {
    order: 4
  }
  .order-md-5 {
    order: 5
  }
  .order-md-6 {
    order: 6
  }
  .order-md-7 {
    order: 7
  }
  .order-md-8 {
    order: 8
  }
  .order-md-9 {
    order: 9
  }
  .order-md-10 {
    order: 10
  }
  .order-md-11 {
    order: 11
  }
  .order-md-12 {
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333333%
  }
  .offset-md-2 {
    margin-left: 16.66666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333333%
  }
  .offset-md-5 {
    margin-left: 41.66666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333333%
  }
  .offset-md-8 {
    margin-left: 66.66666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333333%
  }
  .offset-md-11 {
    margin-left: 91.66666667%
  }
}
@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    order: -1
  }
  .order-lg-last {
    order: 13
  }
  .order-lg-0 {
    order: 0
  }
  .order-lg-1 {
    order: 1
  }
  .order-lg-2 {
    order: 2
  }
  .order-lg-3 {
    order: 3
  }
  .order-lg-4 {
    order: 4
  }
  .order-lg-5 {
    order: 5
  }
  .order-lg-6 {
    order: 6
  }
  .order-lg-7 {
    order: 7
  }
  .order-lg-8 {
    order: 8
  }
  .order-lg-9 {
    order: 9
  }
  .order-lg-10 {
    order: 10
  }
  .order-lg-11 {
    order: 11
  }
  .order-lg-12 {
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333333%
  }
  .offset-lg-2 {
    margin-left: 16.66666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333333%
  }
  .offset-lg-5 {
    margin-left: 41.66666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333333%
  }
  .offset-lg-8 {
    margin-left: 66.66666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333333%
  }
  .offset-lg-11 {
    margin-left: 91.66666667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    order: -1
  }
  .order-xl-last {
    order: 13
  }
  .order-xl-0 {
    order: 0
  }
  .order-xl-1 {
    order: 1
  }
  .order-xl-2 {
    order: 2
  }
  .order-xl-3 {
    order: 3
  }
  .order-xl-4 {
    order: 4
  }
  .order-xl-5 {
    order: 5
  }
  .order-xl-6 {
    order: 6
  }
  .order-xl-7 {
    order: 7
  }
  .order-xl-8 {
    order: 8
  }
  .order-xl-9 {
    order: 9
  }
  .order-xl-10 {
    order: 10
  }
  .order-xl-11 {
    order: 11
  }
  .order-xl-12 {
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333333%
  }
  .offset-xl-2 {
    margin-left: 16.66666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333333%
  }
  .offset-xl-5 {
    margin-left: 41.66666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333333%
  }
  .offset-xl-8 {
    margin-left: 66.66666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333333%
  }
  .offset-xl-11 {
    margin-left: 91.66666667%
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem 1.5rem;
  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, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled, .btn:disabled {
  opacity: .65
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}
.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}
.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}
.btn-light.focus, .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, .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, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}
.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline
}
.btn-link.focus, .btn-link:focus {
  text-decoration: underline
}
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}
.btn-lg {
  padding: .5rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
.btn-sm {
  padding: .25rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: .5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}
.card-title {
  margin-bottom: .75rem
}
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}
.card-text:last-child {
  margin-bottom: 0
}
.card-link:hover {
  text-decoration: none
}
.card-link + .card-link {
  margin-left: 1.25rem
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px)
}
.card-img, .card-img-bottom, .card-img-top {
  flex-shrink: 0;
  width: 100%
}
.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck .card {
  margin-bottom: 15px
}
@media (min-width:576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}
.card-group > .card {
  margin-bottom: 15px
}
@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}
.card-columns .card {
  margin-bottom: .75rem
}
@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }
  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}
.accordion {
  overflow-anchor: none
}
.accordion > .card {
  overflow: hidden
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}
.alert-heading {
  color: inherit
}
.alert-link {
  font-weight: 700
}
.alert-dismissible {
  padding-right: 4rem
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}
.alert-primary hr {
  border-top-color: #9fcdff
}
.alert-primary .alert-link {
  color: #002752
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}
.alert-secondary hr {
  border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
  color: #202326
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}
.alert-success hr {
  border-top-color: #b1dfbb
}
.alert-success .alert-link {
  color: #0b2e13
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}
.alert-info hr {
  border-top-color: #abdde5
}
.alert-info .alert-link {
  color: #062c33
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}
.alert-warning hr {
  border-top-color: #ffe8a1
}
.alert-warning .alert-link {
  color: #533f03
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}
.alert-danger hr {
  border-top-color: #f1b0b7
}
.alert-danger .alert-link {
  color: #491217
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}
.alert-light hr {
  border-top-color: #ececf6
}
.alert-light .alert-link {
  color: #686868
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}
.alert-dark hr {
  border-top-color: #b9bbbe
}
.alert-dark .alert-link {
  color: #040505
}
.media {
  display: flex;
  align-items: flex-start
}
.media-body {
  flex: 1
}
:root {
  --vk-font-size-xs: 11px;
  --vk-color-link-text: #c00;
  --vk-color-link-text-hover: #c00;
  --vk-color-text-body: #333;
  --vk-color-text-light: #666;
  --vk-color-border-hr: #e5e5e5;
  --vk-color-border-image: #e5e5e5;
  --vk-line-height-low: 1.5em
}
.vk_posts .vk_post-col-5 {
  width: 41.67%
}
.vk_posts .vk_post-col-7 {
  width: 58.33%
}
.vk_posts .vk_post-col-xs-2 {
  width: calc(16.66% - 30px)
}
.vk_posts .vk_post-col-xs-3 {
  width: calc(25% - 30px)
}
.vk_posts .vk_post-col-xs-4 {
  width: calc(33.3% - 30px)
}
.vk_posts .vk_post-col-xs-6 {
  width: calc(50% - 30px)
}
.vk_posts .vk_post-col-xs-12 {
  width: calc(100% - 30px)
}
@media (min-width:576px) {
  .vk_posts .vk_post-col-sm-2 {
    width: calc(16.66% - 30px)
  }
  .vk_posts .vk_post-col-sm-3 {
    width: calc(25% - 30px)
  }
  .vk_posts .vk_post-col-sm-4 {
    width: calc(33.3% - 30px)
  }
  .vk_posts .vk_post-col-sm-6 {
    width: calc(50% - 30px)
  }
  .vk_posts .vk_post-col-sm-12 {
    width: calc(100% - 30px)
  }
}
@media (min-width:768px) {
  .vk_posts .vk_post-col-md-2 {
    width: calc(16.66% - 30px)
  }
  .vk_posts .vk_post-col-md-3 {
    width: calc(25% - 30px)
  }
  .vk_posts .vk_post-col-md-4 {
    width: calc(33.3% - 30px)
  }
  .vk_posts .vk_post-col-md-6 {
    width: calc(50% - 30px)
  }
  .vk_posts .vk_post-col-md-12 {
    width: calc(100% - 30px)
  }
}
@media (min-width:992px) {
  .vk_posts .vk_post-col-lg-2 {
    width: calc(16.66% - 30px)
  }
  .vk_posts .vk_post-col-lg-3 {
    width: calc(25% - 30px)
  }
  .vk_posts .vk_post-col-lg-4 {
    width: calc(33.3% - 30px)
  }
  .vk_posts .vk_post-col-lg-6 {
    width: calc(50% - 30px)
  }
  .vk_posts .vk_post-col-lg-12 {
    width: calc(100% - 30px)
  }
}
@media (min-width:1200px) {
  .vk_posts .vk_post-col-xl-2 {
    width: calc(16.66% - 30px)
  }
  .vk_posts .vk_post-col-xl-3 {
    width: calc(25% - 30px)
  }
  .vk_posts .vk_post-col-xl-4 {
    width: calc(33.3% - 30px)
  }
  .vk_posts .vk_post-col-xl-6 {
    width: calc(50% - 30px)
  }
  .vk_posts .vk_post-col-xl-12 {
    width: calc(100% - 30px)
  }
}
@media (min-width:1400px) {
  .vk_posts .vk_post-col-xxl-2 {
    width: calc(16.66% - 30px)
  }
  .vk_posts .vk_post-col-xxl-3 {
    width: calc(25% - 30px)
  }
  .vk_posts .vk_post-col-xxl-4 {
    width: calc(33.3% - 30px)
  }
  .vk_posts .vk_post-col-xxl-6 {
    width: calc(50% - 30px)
  }
  .vk_posts .vk_post-col-xxl-12 {
    width: calc(100% - 30px)
  }
}
.vk_posts {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  clear: both
}
.vk_post {
  margin-left: 15px;
  margin-right: 15px
}
.vk_post a:hover {
  text-decoration: none
}
.vk_post_body {
  box-sizing: border-box;
  font-size: 1rem
}
.vk_post_imgOuter {
  position: relative
}
.vk_post_imgOuter_singleTermLabel {
  font-size: 10px;
  padding: .3em .8em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100
}
.vk_post_imgOuter.media-img {
  overflow: hidden
}
.vk_post .vk_post_title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0
}
.vk_post .vk_post_title a {
  color: var(--vk-color-text-body)
}
.vk_post_title_new {
  margin-left: .4em;
  font-size: .8em;
  white-space: nowrap;
  color: red
}
.vk_post .vk_post_excerpt {
  margin: .8rem 0;
  font-size: 12px;
  line-height: 1.6;
  opacity: .8
}
.vk_post .vk_post_date {
  font-size: var(--vk-font-size-xs);
  margin-top: .4rem;
  color: var(--vk-color-text-light)
}
.vk_post_author {
  margin: .8rem 0
}
.vk_post_author_image, .vk_post_author_name {
  display: inline-block;
  vertical-align: middle
}
.vk_post_author_image {
  margin-right: .5rem
}
.vk_post_author_image img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -o-object-position: 0 0;
  object-position: 0 0;
  display: block
}
.vk_post_author_name {
  font-size: var(--vk-font-size-xs)
}
.vk_post_taxonomies {
  margin-top: .8rem
}
.vk_post_taxonomy {
  display: flex;
  flex-direction: row;
  margin: 0;
  font-size: var(--vk-font-size-xs)
}
.vk_post_taxonomy:first-child {
  margin-top: 0
}
.vk_post_taxonomy_terms, .vk_post_taxonomy_title {
  border: none;
  margin: 0 0 .4rem
}
.vk_post_taxonomy_title {
  padding-left: 0
}
.vk_post_taxonomy_title_inner {
  display: block;
  border: 1px solid var(--vk-color-border-hr, #e5e5e5);
  min-width: 8em;
  text-align: center;
  background-color: rgba(0, 0, 0, .05)
}
.vk_post_taxonomy_terms {
  margin-top: 1px;
  padding-left: 10px
}
.vk_post_taxonomy_terms a {
  color: var(--vk-color-link)
}
.vk_post_taxonomy_terms a:hover {
  opacity: .7
}
.vk_post .vk_post_btn {
  font-size: 12px;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap
}
.vk_post_imgOuter {
  position: relative;
  background-size: cover;
  background-position: center 50%;
  border-bottom: 1px solid var(--vk-color-border-image)
}
.vk_post_imgOuter > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  transition-duration: .3s
}
.vk_post_imgOuter a:hover .card-img-overlay::after {
  background: rgba(0, 0, 0, .5)
}
.vk_post_imgOuter a {
  height: 100%
}
.vk_post_imgOuter_img {
  position: absolute;
  left: -9999px
}
.vk_post .vk_post_imgOuter:before {
  content: "";
  display: block;
  padding-top: 62%
}
.vk_post.card-horizontal .vk_post-col-5, .vk_post.card-horizontal .vk_post-col-7 {
  padding: 0
}
.vk_post.card-horizontal .vk_post_imgOuter {
  height: 100%;
  border-bottom: none;
  border-right: 1px solid var(--vk-color-border-image)
}
.vk_post.card-horizontal .vk_post_imgOuter:before {
  padding-top: 0
}
.vk_post.card-horizontal.card-horizontal-reverse .vk_post_imgOuter {
  border-right: none;
  border-left: 1px solid var(--vk-color-border-image)
}
.vk_post.card-horizontal.card-horizontal-reverse .card-horizontal-inner-row {
  flex-direction: row-reverse
}
.vk_post .card-horizontal-inner-row {
  display: flex
}
.vk_post-btn-display .vk_post_body {
  position: relative;
  height: 100%
}
.vk_post-btn-display .vk_post_btnOuter {
  position: absolute;
  bottom: 0
}
.vk_post-btn-display.media .vk_post_body {
  padding-bottom: 45px
}
.vk_post-btn-display.media .vk_post_btnOuter {
  width: 100%
}
.vk_post-btn-display.card .vk_post_body {
  padding-bottom: 65px
}
.vk_post-btn-display.card .vk_post_btnOuter {
  width: calc(100% - 2.5rem);
  bottom: 1.25rem
}
.vk_post-btn-display .card-text:nth-last-child(2), .vk_post-btn-display .media-text:nth-last-child(2) {
  margin-bottom: 0
}
.vk_post.card {
  padding: 0;
  margin-bottom: 30px;
  box-sizing: border-box;
  max-width: 100%
}
.vk_post.card .vk_post_btnOuter {
  width: calc(100% - 2.5rem)
}
.card {
  overflow: hidden;
  box-shadow: none
}
.card-meta {
  font-size: 12px
}
.card-img-use-bg {
  position: relative;
  left: -9999px
}
.card a {
  color: inherit
}
.card a.btn-primary {
  color: #fff
}
.card img:is([sizes=auto i], [sizes^="auto,"i]) {
  contain-intrinsic-size: revert
}
.card-noborder.card {
  border: none;
  background: 0 0
}
.card-noborder .vk_post_imgOuter {
  border: 1px solid var(--vk-color-border-image)
}
.card-noborder .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0
}
.card-noborder.vk_post-btn-display .card-body {
  padding-bottom: 2.8rem
}
.card-noborder.vk_post-btn-display .vk_post_btnOuter {
  width: 100%;
  bottom: 0
}
.card-intext .card-intext-inner {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%
}
.card-intext .card-intext-inner .vk_post_body {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  height: calc(15px + var(--vk-line-height-low) + 15px);
  transition: all .3s ease-out;
  background-color: rgba(0, 0, 0, .8);
  z-index: 100
}
.card-intext .card-intext-inner .vk_post_body .vk_post_title {
  color: #fff;
  display: block;
  overflow: hidden;
  line-height: var(--vk-line-height-low);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px
}
.card-intext .card-intext-inner .vk_post_body div, .card-intext .card-intext-inner .vk_post_body p {
  color: #fff
}
.card-intext .card-intext-inner:hover .vk_post_body {
  transition: all .3s ease-out;
  height: 100%
}
.card-intext .card-intext-inner:hover .vk_post_body .vk_post_title {
  height: auto;
  margin-bottom: 0;
  white-space: unset;
  text-overflow: unset
}
.card-intext .vk_post_body, .card-intext.vk_post-btn-display .vk_post_body {
  padding: 15px 20px
}
.card-imageRound .vk_post_imgOuter {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center center
}
.card-imageRound .vk_post_imgOuter::before {
  padding-top: 150px
}
.card-imageRound .card-img-overlay::after {
  border-radius: 50%
}
@media (max-width:575.98px) {
  .card.vk_post-col-xs-12 {
    margin-bottom: 20px
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .card.vk_post-col-sm-12 {
    margin-bottom: 20px
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .card.vk_post-col-md-12 {
    margin-bottom: 20px
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .card.vk_post-col-lg-12 {
    margin-bottom: 20px
  }
}
@media (min-width:1200px) {
  .card.vk_post-col-xl-12 {
    margin-bottom: 20px
  }
}
@media (min-width:1400px) {
  .card.vk_post-col-xxl-12 {
    margin-bottom: 20px
  }
}
@media (max-width:575.98px) {
  .card-horizontal.vk_post-col-xs-12 {
    margin-bottom: 15px
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .card-horizontal.vk_post-col-sm-12 {
    margin-bottom: 15px
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .card-horizontal.vk_post-col-md-12 {
    margin-bottom: 15px
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .card-horizontal.vk_post-col-lg-12 {
    margin-bottom: 15px
  }
}
@media (min-width:1200px) {
  .card-horizontal.vk_post-col-xl-12 {
    margin-bottom: 15px
  }
}
@media (min-width:1400px) {
  .card-horizontal.vk_post-col-xxl-12 {
    margin-bottom: 15px
  }
}
@media (max-width:575.98px) {
  .card-imageRound.vk_post-col-xs-12, .card-noborder.vk_post-col-xs-12 {
    margin-bottom: 40px
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .card-imageRound.vk_post-col-sm-12, .card-noborder.vk_post-col-sm-12 {
    margin-bottom: 40px
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .card-imageRound.vk_post-col-md-12, .card-noborder.vk_post-col-md-12 {
    margin-bottom: 40px
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .card-imageRound.vk_post-col-lg-12, .card-noborder.vk_post-col-lg-12 {
    margin-bottom: 40px
  }
}
@media (min-width:1200px) {
  .card-imageRound.vk_post-col-xl-12, .card-noborder.vk_post-col-xl-12 {
    margin-bottom: 40px
  }
}
@media (min-width:1400px) {
  .card-imageRound.vk_post-col-xxl-12, .card-noborder.vk_post-col-xxl-12 {
    margin-bottom: 40px
  }
}
.card-horizontal-inner {
  height: 100%
}
.card-horizontal-inner::after {
  content: "";
  display: block;
  clear: both
}
.card-horizontal-inner-row {
  height: 100%
}
.card-horizontal-img-right-row {
  flex-direction: row-reverse
}
.card-horizontal-reverse .row {
  flex-direction: row-reverse
}
.card-horizontal .card-body {
  height: 100%;
  padding-bottom: 1.5em;
  box-sizing: border-box
}
.card-sm .card-body {
  padding: 1rem 1.2rem
}
.card-sm .card-title {
  font-size: .8rem
}
.card-sm .card-text {
  font-size: .8rem;
  line-height: 1.4
}
.card-sm .card-meta {
  font-size: .7rem;
  line-height: 1.1
}
.vk_post.media {
  display: flex;
  padding: 1em 0;
  margin: 0 15px;
  border-bottom: 1px solid var(--vk-color-border-hr, #e5e5e5)
}
.media-img {
  border: 1px solid var(--vk-color-border-image);
  padding: 1px;
  margin-right: 1rem
}
.vk_post .media-img {
  width: 35%
}
.vk_post .media-body {
  width: 65%
}
.media.vk_post:first-child {
  border-top: 1px solid var(--vk-color-border-hr, #e5e5e5)
}
@media (max-width:575.98px) {
  .media.vk_post-col-xs-6:nth-child(2) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5)
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .media.vk_post-col-sm-3:nth-child(2), .media.vk_post-col-sm-3:nth-child(3), .media.vk_post-col-sm-3:nth-child(4), .media.vk_post-col-sm-4:nth-child(2), .media.vk_post-col-sm-4:nth-child(3), .media.vk_post-col-sm-6:nth-child(2) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5)
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .media.vk_post-col-md-3:nth-child(2), .media.vk_post-col-md-3:nth-child(3), .media.vk_post-col-md-3:nth-child(4), .media.vk_post-col-md-4:nth-child(2), .media.vk_post-col-md-4:nth-child(3), .media.vk_post-col-md-6:nth-child(2) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5)
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .media.vk_post-col-lg-3:nth-child(2), .media.vk_post-col-lg-3:nth-child(3), .media.vk_post-col-lg-3:nth-child(4), .media.vk_post-col-lg-4:nth-child(2), .media.vk_post-col-lg-4:nth-child(3), .media.vk_post-col-lg-6:nth-child(2) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5)
  }
}
@media (min-width:1200px) {
  .media.vk_post-col-xl-3:nth-child(2), .media.vk_post-col-xl-3:nth-child(3), .media.vk_post-col-xl-3:nth-child(4), .media.vk_post-col-xl-4:nth-child(2), .media.vk_post-col-xl-4:nth-child(3), .media.vk_post-col-xl-6:nth-child(2) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5)
  }
}
@media (min-width:1400px) {
  .media.vk_post-col-xxl-3:nth-child(2), .media.vk_post-col-xxl-3:nth-child(3), .media.vk_post-col-xxl-3:nth-child(4), .media.vk_post-col-xxl-4:nth-child(2), .media.vk_post-col-xxl-4:nth-child(3), .media.vk_post-col-xxl-6:nth-child(2) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5)
  }
}
.vk_posts-layout-postListText {
  margin-bottom: .8rem
}
.postListText {
  padding: .8rem 0 .7rem;
  border-bottom: 1px dotted #ccc;
  display: block;
  overflow: hidden;
  width: 100%
}
.postListText_date {
  font-size: 1rem;
  white-space: nowrap;
  font-size: 14px;
  display: block;
  float: left;
  min-width: 115px;
  margin-right: 1em
}
.postListText_singleTermLabel {
  padding: 0;
  display: block;
  float: left;
  min-width: 150px;
  margin-right: 1em;
  margin-top: 2px
}
.postListText_singleTermLabel_inner {
  display: block;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  padding: 0 1rem;
  line-height: 16px;
  border-radius: 2px;
  text-align: center
}
.postListText_title {
  font-size: 14px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: .2rem;
  clear: both
}
@media (min-width:992px) {
  .postListText_title {
    padding-top: 0;
    clear: none
  }
}
.postListText_title a {
  color: var(--text-color)
}
.postListText_title a:hover {
  text-decoration: underline
}
.vk_posts .postListText_title {
  line-height: 1.6
}
@media (min-width:576px) {
  .mainSection .postListText.vk_post-col-sm-12 .vk_post_title {
    font-size: 16px;
    font-weight: 400
  }
}
@media (min-width:992px) {
  body.device-pc .vk-mobile-nav-menu-btn {
    display: none
  }
  body.device-pc .vk-mobile-nav {
    display: none
  }
}
.admin-bar .vk-mobile-nav-menu-btn {
  top: calc(32px + 5px)
}
@media (max-width:782px) {
  .admin-bar .vk-mobile-nav-menu-btn {
    top: calc(46px + 5px)
  }
}
.admin-bar .vk-mobile-nav {
  top: 32px
}
@media (max-width:782px) {
  .admin-bar .vk-mobile-nav {
    top: 46px
  }
}
.vk-mobile-nav-menu-btn {
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 2100;
  overflow: hidden;
  border: 1px solid #333;
  border-radius: 2px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: -9999px;
  background-size: 24px 24px;
  transition: border-color .5s ease-out
}
.vk-mobile-nav-menu-btn.menu-open {
  border: 1px solid rgba(255, 255, 255, .8)
}
.mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
  left: inherit;
  right: 5px
}
.vk-mobile-nav {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: block;
  padding: 45px 10px;
  overflow: scroll;
  top: 0;
  transition: all .5s ease-out
}
.vk-mobile-nav .vk-mobile-nav-menu-outer {
  margin-bottom: 1.5em
}
.vk-mobile-nav nav ul {
  padding: 0;
  margin: 0
}
.vk-mobile-nav nav ul li {
  list-style: none;
  line-height: 1.65
}
.vk-mobile-nav nav ul li a {
  padding: .7em .5em;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none
}
.vk-mobile-nav nav ul li li a {
  padding-left: 1.5em
}
.vk-mobile-nav nav ul li li li a {
  padding-left: 2.5em
}
.vk-mobile-nav nav ul li li li li a {
  padding-left: 3.5em
}
.admin-bar .vk-mobile-nav.vk-mobile-nav-drop-in, .vk-mobile-nav.vk-mobile-nav-drop-in {
  top: -2000px
}
.vk-mobile-nav.vk-mobile-nav-left-in {
  transition: all .2s ease-out;
  left: -100%
}
.vk-mobile-nav.vk-mobile-nav-right-in {
  transition: all .2s ease-out;
  left: 100%
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in, .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in, .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  top: 0
}
.admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in, .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in, .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  top: 32px
}
@media screen and (max-width:782px) {
  .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in, .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in, .admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    top: 46px
  }
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in, .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  left: 0
}
.vk-mobile-nav-widget {
  margin-bottom: 1.5em
}
.vk-mobile-nav .customize-partial-edit-shortcut button, .vk-mobile-nav .widget .customize-partial-edit-shortcut button {
  left: 0;
  top: -30px
}
.vk-menu-acc {
  position: relative
}
.vk-menu-acc .menu-parent > li {
  position: relative;
  z-index: 100
}
.vk-menu-acc .menu-parent > li a {
  display: inline-block
}
.vk-menu-acc li {
  position: relative;
  margin-bottom: 0
}
.vk-menu-acc li.menu-item-has-children > a {
  padding-right: 3em
}
.vk-menu-acc .acc-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 2px;
  background: var(--vk-menu-acc-icon-open-white-bg-src) center 50% no-repeat;
  background-size: 28px 28px;
  cursor: pointer;
  z-index: 1000;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out
}
.vk-menu-acc .acc-btn:before {
  position: relative;
  top: -5px;
  left: 4px;
  font-size: 16px
}
.vk-menu-acc .acc-btn-close {
  background: var(--vk-menu-acc-icon-close-white-bg-src) center 50% no-repeat
}
.vk-menu-acc ul.sub-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .5s ease-in;
  position: relative;
  z-index: 1;
  display: block
}
.vk-menu-acc ul.sub-menu li a {
  display: block;
  overflow: hidden
}
.vk-menu-acc ul.acc-child-open {
  transition: all .5s ease-in;
  max-height: 80vh;
  overflow-y: auto;
  opacity: 1
}
.vk-menu-acc ul.acc-child-close {
  transition: all .5s ease-in;
  max-height: 0;
  opacity: 0
}
.vk-mobile-nav-menu-btn {
  border-color: #333;
  background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255, 255, 255, .8)
}
.vk-mobile-nav-menu-btn.menu-open {
  border-color: #333;
  background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(255, 255, 255, .8)
}
.vk-mobile-nav {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5
}
.vk-mobile-nav .widget_nav_menu ul.menu {
  border-top: 1px solid #ccc
}
.vk-mobile-nav nav > ul {
  border-top: 1px solid #ccc
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
  color: #333;
  border-bottom: 1px solid #ccc
}
.vk-menu-acc .acc-btn {
  border: 1px solid #333;
  background: var(--vk-menu-acc-icon-open-black-bg-src) center 50% no-repeat
}
.vk-menu-acc .acc-btn-close {
  background: var(--vk-menu-acc-icon-close-black-bg-src) center 50% no-repeat
}
.mobile-fix-nav_add_menu_btn .vk-mobile-nav {
  padding-top: 15px
}
.mobile-fix-nav .customize-partial-edit-shortcut {
  position: relative;
  top: -35px;
  left: 35px
}
.mobile-fix-nav .vk-mobile-nav-menu-btn {
  position: relative;
  top: unset;
  left: unset;
  border: none;
  box-shadow: none;
  background: 0 0;
  text-indent: 0;
  height: auto;
  width: auto
}
.admin-bar .mobile-fix-nav .vk-mobile-nav-menu-btn {
  top: unset
}
.copySection {
  display: flex;
  align-items: center;
  flex-direction: column
}
.device-mobile .copySection {
  padding-bottom: 70px
}
.mobile-fix-nav_enable .vk-mobile-nav {
  height: calc(100% - 62px);
  box-sizing: border-box
}
.admin-bar .vk-mobile-nav {
  height: calc(100% - 62px - 32px)
}
@media screen and (max-width:782px) {
  .admin-bar .vk-mobile-nav {
    height: calc(100% - 62px - 46px)
  }
}
.mobile-fix-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100
}
.mobile-fix-nav-top {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.mobile-fix-nav-top-padding-true {
  padding: 10px
}
.mobile-fix-nav .mobile-fix-nav-menu {
  margin: 0 auto;
  box-sizing: border-box;
  height: 62px;
  padding: 12px 0 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  z-index: 9999999999;
  opacity: .9
}
.mobile-fix-nav .mobile-fix-nav-menu li {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  list-style-type: none;
  font-size: 10px;
  line-height: 1.3
}
.mobile-fix-nav .mobile-fix-nav-menu li .menuBtn {
  position: unset;
  top: unset;
  z-index: unset;
  margin: 0;
  padding: 0
}
.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn, .mobile-fix-nav .mobile-fix-nav-menu li a {
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer
}
.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn i, .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn svg, .mobile-fix-nav .mobile-fix-nav-menu li a i, .mobile-fix-nav .mobile-fix-nav-menu li a svg {
  font-size: 22px;
  font-style: normal;
  margin-right: 0
}
.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn .link-icon, .mobile-fix-nav .mobile-fix-nav-menu li a .link-icon {
  display: block;
  margin-bottom: 4px
}
@media (min-width:992px) {
  .mobile-fix-nav {
    display: none
  }
}
.vk-campaign-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  padding: 4px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative
}
.vk-campaign-text i {
  margin-right: .5em
}
.vk-campaign-text_btn {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 4px 1em;
  border-radius: .25rem;
  margin: 0 1em;
  border: 1px solid #fff
}
.vk-campaign-text_btn:hover {
  text-decoration: none;
  border: 1px solid #fff
}
.vk-campaign-text a.vk-campaign-text_btn {
  text-decoration: none
}
.vk-campaign-text_link {
  text-decoration: underline
}
.vk-campaign-text_link:hover {
  text-decoration: none
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}
*, :after, :before {
  box-sizing: border-box
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
nav ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
:root {
  --item-radius: 0.25rem;
  --vk-margin-sm: 1.5rem;
  --vk-color_key: #dd3333;
  --vk-color_key-dark: #bc0000;
  --color-footer-border: rgba(0, 0, 0, 0.1);
  --color-header-border: rgba(0, 0, 0, 0.12)
}
:root {
  --item-radius: 0.25rem;
  --vk-margin-sm: 1.5rem;
  --vk-color_key: #dd3333;
  --vk-color_key-dark: #bc0000;
  --color-footer-border: rgba(0, 0, 0, 0.1);
  --color-header-border: rgba(0, 0, 0, 0.12)
}
body {
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  color: #333
}
@media (min-width:992px) {
  body {
    font-size: 15px
  }
}
a {
  text-decoration: none;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out
}
a {
  color: #337ab7
}
a:active, a:focus, a:hover {
  color: #22527b
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1.2em;
  clear: both;
  font-weight: 500
}
:where(:is(button)) + :is(h1, h2, h3, h4, h5, h6) {
  clear: none
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0
}
h2 {
  font-size: 1.75rem
}
h3 {
  font-size: 1.6rem
}
h4 {
  font-size: 1.5rem
}
h5 {
  font-size: 1.25rem
}
h6 {
  font-size: 1.125rem
}
p {
  line-height: 1.8;
  margin-bottom: 1.2em
}
@media screen and (min-width:1200px) {
  p {
    line-height: 2
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .12)
}
table tbody tr td, table tbody tr th, table td, table th, table thead tr td, table thead tr th {
  border-bottom: 1px solid rgba(0, 0, 0, .12)
}
table td, table th {
  padding: 1em;
  font-size: 14px
}
table th {
  text-align: inherit
}
dl, ol, ul {
  margin-top: 1.5em;
  margin-bottom: 1.2em
}
ol ol, ol ul, ul ol, ul ul {
  margin-top: 10px;
  margin-bottom: 10px
}
li {
  margin-bottom: .8em;
  line-height: 1.65em
}
input[type=date], input[type=email], input[type=tel], input[type=text], select, textarea {
  padding: .3em .7em;
  min-height: 35px;
  overflow: auto;
  color: #777;
  border: 1px solid rgba(0, 0, 0, .12);
  max-width: 100%;
  width: 100%;
  border-radius: 4px
}
.l-site-footer input[type=date], .l-site-footer input[type=email], .l-site-footer input[type=tel], .l-site-footer input[type=text], .l-site-footer select, .l-site-footer textarea {
  background-color: #fff
}
.l-site-header input[type=date], .l-site-header input[type=email], .l-site-header input[type=tel], .l-site-header input[type=text], .l-site-header select, .l-site-header textarea {
  border: 1px solid var(--color-header-border)
}
input[type=submit] {
  border: 1px solid #d33;
  background: #d33;
  padding: .8em 1.5em .6em;
  font-size: 1em;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  margin-top: 0;
  border-radius: 4px
}
select {
  -webkit-appearance: none;
  appearance: none;
  background: var(--vk-menu-acc-icon-open-black-bg-src) right 10px center no-repeat;
  background-size: 20px;
  padding-right: 1.8rem
}
input[type=date] {
  -webkit-appearance: none;
  appearance: none
}
@media (max-width:1199.98px) {
  input[type=date] {
    background: var(--vk-menu-acc-icon-open-black-bg-src) right 10px center no-repeat;
    background-size: 20px;
    padding-right: 1.8rem
  }
}
select::-ms-expand {
  display: none
}
textarea {
  line-height: 1.5
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
blockquote {
  border-left: 4px solid #777;
  margin: 0 0 28px;
  padding: .5em 1em .5em 1.5em;
  font-style: italic
}
blockquote cite {
  display: block;
  font-weight: 700;
  letter-spacing: 1px
}
blockquote cite:before {
  content: "— "
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto
}
.small, small {
  font-size: 80%;
  font-weight: 400
}
iframe {
  border: none;
  max-width: 100%
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
.text-justify {
  text-align: justify
}
.required {
  color: red
}
.text-danger {
  color: #dc3545
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal
}
.form-inline label.screen-reader-text {
  display: none
}
.btn-default {
  background: 0 0;
  color: #d33;
  border-color: #d33
}
.btn-default:focus, .btn-default:hover {
  color: #fff;
  border-color: #d33;
  background-color: #d33
}
.btn-block {
  display: block;
  width: 100%
}
:root {
  --vk-font-size-xs: 11px;
  --vk-color-link-text: #c00;
  --vk-color-link-text-hover: #c00;
  --vk-color-text-body: #333;
  --vk-color-text-light: #666;
  --vk-color-border-hr: #e5e5e5;
  --vk-color-border-image: #e5e5e5;
  --vk-line-height-low: 1.5em
}
.vk_post .row {
  margin: 0
}
body .wp-block-image figure {
  margin-bottom: 1em
}
.wp-block-image {
  max-width: 100%
}
.wp-block-image .components-resizable-box__container {
  max-width: 100%
}
.wp-block-image figcaption {
  text-align: center;
  font-size: .75rem
}
.wp-block-table thead th.has-text-align-right {
  text-align: center
}
.wp-block-table figcaption {
  margin-top: .4rem;
  text-align: center;
  font-size: .75rem
}
.alignleft {
  float: left;
  margin-right: 2em
}
.alignright {
  float: right;
  margin-left: 2em
}
.aligncenter {
  margin-left: auto;
  margin-right: auto
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-right: auto;
  margin-left: auto
}
.wp-block-latest-posts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0
}
.wp-block-latest-posts.is-grid {
  margin-left: -8px;
  margin-right: -8px
}
.wp-block-latest-posts.is-grid li {
  margin: 0 8px 0 8px;
  padding: .5rem;
  border-bottom: none
}
.wp-block-latest-posts__featured-image {
  margin-bottom: 1em
}
.wp-block-latest-posts li {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.wp-block-latest-posts li a {
  color: #464646
}
@media (max-width:768px) {
  .wp-block-latest-posts li a {
    font-size: 1rem
  }
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  color: inherit;
  font-size: 12px
}
.l-main-section .wp-block-latest-posts {
  padding: 0
}
.wp-block-search {
  overflow: auto;
  color: #777;
  border: 1px solid rgba(0, 0, 0, .12);
  background-color: #fff;
  border-radius: 4px
}
.wp-block-search .wp-block-search__label {
  display: none
}
.wp-block-search .wp-block-search__input {
  padding: .7em 1em;
  color: #777;
  max-width: initial;
  border: none
}
.wp-block-search .wp-block-search__button {
  padding: .7em;
  color: #777;
  margin-left: 0;
  border-left: 1px solid rgba(0, 0, 0, .12);
  text-wrap: nowrap;
  background-color: #fff;
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-bottom: none
}
code, kbd {
  background: rgba(0, 0, 0, .04);
  border: solid 1px rgba(0, 0, 0, .1);
  font-size: .875rem;
  padding: .25em .5em
}
kbd {
  border-bottom-width: 3px
}
.wp-block-group {
  padding: 0
}
.wp-block-group.has-background {
  padding: 1.8em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem)
}
.wp-block-cover {
  padding: 1.8em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem)
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-group .wp-block-cover__inner-container {
  width: 100%
}
.wp-block-cover.alignfull, .wp-block-group.alignfull {
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%)
}
@media (min-width:1200px) {
  .wp-block-cover.alignfull, .wp-block-group.alignfull {
    padding-left: 3.5em;
    padding-right: 3.5em
  }
  .wp-block-cover.alignfull .wp-block-cover__inner-container, .wp-block-cover.alignfull .wp-block-group__inner-container, .wp-block-group.alignfull .wp-block-cover__inner-container, .wp-block-group.alignfull .wp-block-group__inner-container {
    max-width: 1140px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px
  }
}
.l-main-section .wp-block-rss {
  padding: 0;
  list-style: none
}
.l-main-section .wp-block-rss__item {
  margin-bottom: 0;
  padding: .8rem 0;
  border-bottom: 1px solid var(--color-header-border)
}
.l-main-section .wp-block-rss__item-title a {
  color: var(--text-color)
}
.l-main-section .wp-block-rss__item-publish-date {
  margin-right: .5em
}
.l-main-section .wp-block-rss__item-publish-date:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  margin-left: 0;
  content: ""
}
.l-main-section .wp-block-rss__item-author:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  margin-left: 0;
  content: ""
}
.l-main-section .wp-block-rss__item-author, .l-main-section .wp-block-rss__item-publish-date {
  font-size: var(--vk-font-size-xs);
  color: var(--vk-color-text-light);
  display: inline-block;
  margin-top: .5em
}
.l-main-section .wp-block-rss__item-excerpt {
  font-size: .813em;
  line-height: 1.65em;
  color: var(--vk-color-text-light);
  margin-top: .2em
}
.wp-block-button__link {
  border-radius: var(--vk-size-radius)
}
.wp-block-cover:has(*>:is(.alignwide, .alignfull)) {
  overflow: visible
}
.wp-block-image img:not([style*=object-fit]) {
  height: auto !important
}
.alignfull, .alignfull.vk_slider, .alignfull.wp-block-cover-image, .alignfull.wp-block-image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw)
}
.alignfull.vk_slider.wp-block-image, .alignfull.wp-block-cover-image.wp-block-image, .alignfull.wp-block-image, .alignfull.wp-block-image.wp-block-image {
  max-width: 100vw
}
@media (max-width:767.98px) {
  .alignfull .wp-block-media-text__content h2, .alignfull.vk_slider .wp-block-media-text__content h2, .alignfull.wp-block-cover-image .wp-block-media-text__content h2, .alignfull.wp-block-image .wp-block-media-text__content h2 {
    margin-top: 1.5em
  }
}
@media (min-width:1200px) {
  .alignfull, .swiper-container.vk_slider.alignfull, .swiper-container.vk_slider.vk_width-full, .vk_outer.vk_outer-width-full, .vk_width-full {
    width: calc((100% + 30px)/ 90 * 100);
    margin-left: calc(((100% + 30px)/ 90) * -5 - 15px);
    margin-right: calc(((100% + 30px)/ 90) * -5 - 15px)
  }
}
@media (min-width:1574px) {
  .alignfull, .swiper-container.vk_slider.alignfull, .swiper-container.vk_slider.vk_width-full, .vk_outer.vk_outer-width-full, .vk_width-full {
    width: calc(100vw - 320px);
    margin-left: calc((100vw - 320px - 1140px)/ -2 - 15px);
    margin-right: calc((100vw - 320px - 1140px)/ -2 - 15px)
  }
}
.l-main-section-col-two .alignfull, .l-main-section-col-two .swiper-container.vk_slider.alignfull, .l-main-section-col-two .swiper-container.vk_slider.vk_width-full, .l-main-section-col-two .vk_outer.vk_outer-width-full, .l-main-section-col-two .vk_width-full, .l-side-section-col-two .alignfull, .l-side-section-col-two .swiper-container.vk_slider.alignfull, .l-side-section-col-two .swiper-container.vk_slider.vk_width-full, .l-side-section-col-two .vk_outer.vk_outer-width-full, .l-side-section-col-two .vk_width-full {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%
}
.l-main-section-col-two .alignfull.wp-block-image, .l-main-section-col-two .swiper-container.vk_slider.alignfull.wp-block-image, .l-main-section-col-two .swiper-container.vk_slider.vk_width-full.wp-block-image, .l-main-section-col-two .vk_outer.vk_outer-width-full.wp-block-image, .l-main-section-col-two .vk_width-full.wp-block-image, .l-side-section-col-two .alignfull.wp-block-image, .l-side-section-col-two .swiper-container.vk_slider.alignfull.wp-block-image, .l-side-section-col-two .swiper-container.vk_slider.vk_width-full.wp-block-image, .l-side-section-col-two .vk_outer.vk_outer-width-full.wp-block-image, .l-side-section-col-two .vk_width-full.wp-block-image {
  max-width: 100%
}
.alignwide, .alignwide.wp-block-cover, .alignwide.wp-block-cover-image, .alignwide.wp-block-image {
  width: auto;
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw)
}
.alignwide.wp-block-cover-image.wp-block-image, .alignwide.wp-block-cover.wp-block-image, .alignwide.wp-block-image, .alignwide.wp-block-image.wp-block-image {
  max-width: 100vw
}
@media (min-width:1200px) {
  .alignwide, .alignwide.wp-block-cover, .alignwide.wp-block-cover-image, .alignwide.wp-block-image {
    margin-left: calc((100% + 15px + 15px) * -.025);
    margin-right: calc((100% + 15px + 15px) * -.025)
  }
}
@media (min-width:1574px) {
  .alignwide, .alignwide.wp-block-cover, .alignwide.wp-block-cover-image, .alignwide.wp-block-image {
    margin-left: calc((100vw - 320px - 1140px)/ -2 / 2 - 15px);
    margin-right: calc((100vw - 320px - 1140px)/ -2 / 2 - 15px)
  }
}
.l-main-section-col-two .alignwide, .l-side-section-col-two .alignwide {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%
}
.l-main-section-col-two .alignwide.wp-block-image, .l-side-section-col-two .alignwide.wp-block-image {
  max-width: 100%
}
.swiper-container {
  position: relative
}
.swiper-button-next, .swiper-button-prev {
  --swiper-navigation-color: #fff
}
@media (min-width:1200px) {
  .swiper-container.vk_slider.vk_width-full .vk_slider_item_container {
    width: 90%
  }
  .swiper-container.vk_slider.vk_width-full .vk_slider_item-paddingLR-zero .vk_slider_item_container {
    width: 100%
  }
  .swiper-container.vk_slider.vk_width-full .vk_slider_item-paddingLR-use .vk_slider_item_container {
    width: 100%
  }
}
@media (min-width:1200px) {
  .vk_outer.vk_outer-width-full.vk_outer-paddingLR-none {
    padding-left: 3.5em;
    padding-right: 3.5em
  }
  .vk_outer.vk_outer-width-full.vk_outer-paddingLR-none .vk_outer_container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px
  }
  .vk_outer.vk_outer-width-full.vk_outer-paddingVertical-use .vk_outer_container {
    width: 100%
  }
}
.l-main-section .wp-block-social-links {
  padding-left: 0;
  margin: 0 0 1.2em
}
.l-main-section ul.blocks-gallery-grid {
  padding-left: 0
}
.wp-block-button__link {
  font-size: 1rem;
  background-color: var(--vk-color-key);
  transition: all .1s ease-in
}
.wp-block-buttons .wp-block-button__link {
  border-radius: var(--vk-size-radius)
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:hover:not(.has-background) {
  text-decoration: none;
  background-color: var(--vk-color-key-vivid);
  border-color: var(--vk-color-key-vivid);
  opacity: .8
}
.wp-block-button .wp-block-button__link.has-background:hover {
  background-color: var(--vk-color-key-vivid) !important;
  opacity: .8
}
.wp-block-button .wp-block-button__link:hover:not(.has-background) {
  color: #fff !important
}
.l-site {
  position: relative
}
.l-site-maincol-one {
  width: 100%;
  overflow: hidden
}
@media screen and (min-width:1200px) {
  .l-site-container {
    margin-left: 320px
  }
}
@media screen and (min-width:1200px) {
  .admin-bar .l-site-header {
    top: 32px
  }
}
.admin-bar .vk-mobile-nav-menu-btn {
  top: calc(32px + 0px)
}
@media screen and (max-width:782px) {
  .admin-bar .vk-mobile-nav-menu-btn {
    top: calc(46px + 0px)
  }
}
.l-site-header {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 2000;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .05)
}
@media screen and (min-width:1200px) {
  .l-site-header {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 320px;
/*    border-right: 1px solid var(--vk-color-border-hr, #e5e5e5);
    box-shadow: none;*/
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .05)
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
  }
}
.l-site-header::-webkit-scrollbar {
  display: none
}
.l-site-header_inner {
  padding: 0
}
@media screen and (min-width:1200px) {
  .l-site-header_inner {
    padding: 2.6em 1.2em
  }
}
.l-site-header_inner ul {
  margin: 0
}
.l-site-header_global-menu {
  padding-bottom: 1.2em
}
@media (max-width:991.98px) {
  .l-site-header_global-menu {
    display: none
  }
}
.l-site-header_global-menu ul {
  margin: 0
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
  .l-site-header_global-menu {
    padding-bottom: 0;
    transition: all .5s;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
  }
  .scrolled .l-site-header_global-menu {
    clear: both;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: unset;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    padding-bottom: 0
  }
  .scrolled.admin-bar .l-site-header_global-menu {
    top: 32px
  }
}
@media screen and (min-width:992px) {
  .l-side-section {
    order: 2
  }
}
@media screen and (min-width:992px) {
  .l-side-section-col-two {
    width: 260px
  }
}
.l-side-section-col-one {
  width: 100%
}
@media screen and (min-width:992px) {
  .l-side-section-pos-left {
    order: 1
  }
}
@media screen and (min-width:992px) {
  .l-side-section-sidebar-fix {
    position: sticky;
    top: 50px;
    height: 100%
  }
}
.l-site-footer {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 3.25em 0;
  background: rgba(0, 0, 0, .04);
  border-top: 1px solid var(--vk-color-key)
}
.l-site-footer_main {
  padding-bottom: 2em
}
.l-site-footer_menu {
  font-size: .95em;
  width: 100%
}
.device-pc .l-site-footer {
  padding-bottom: 0
}
.l-site-footer-upper {
  padding-top: 2em;
  padding-bottom: 2em;
  display: block
}
.home .l-site-footer_menu {
  margin-right: 0
}
.l-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .l-container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .l-container {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .l-container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .l-container {
    max-width: 1140px;
    width: 90%
  }
}
.l-container_inner {
  padding-top: 4em;
  padding-bottom: 4em
}
@media (min-width:992px) {
  .l-container_inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 5em;
    padding-bottom: 5em
  }
}
.l-container_inner-col-one {
  display: block
}
.l-container_inner-paddingVertical-off {
  padding-top: 0;
  padding-bottom: 0
}
.l-main-section-col-two {
  order: 1
}
@media screen and (min-width:992px) {
  .l-main-section-col-two {
    width: calc(100% - 310px)
  }
}
.l-main-section-col-one {
  width: 100%
}
@media screen and (min-width:992px) {
  .l-main-section-pos-right {
    order: 2
  }
}
.l-main-section_title {
  font-size: 2em
}
.l-main-section ol, .l-main-section ul {
  padding-left: 2em
}
.l-side-section_inner ul {
  list-style: outside none none
}
.l-side-section .media .postList_thumbnail {
  width: 80px;
  padding-right: 15px
}
.l-side-section .media .media-body .media-heading {
  font-size: .875em;
  position: relative;
  background-color: transparent;
  outline: unset;
  outline-offset: unset;
  box-shadow: unset;
  border: none;
  border-radius: unset;
  padding: 0;
  color: #333
}
.l-side-section .media .media-body .media-heading::after, .l-side-section .media .media-body .media-heading::before {
  content: none
}
.l-side-section .media .entry-meta_items {
  font-size: 12px;
  color: inherit
}
.l-side-section .media .entry-meta_items::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0;
  content: ""
}
.p-site-header-brand {
  padding: 10px 1em;
  margin: 0 auto;
  text-align: center
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
  .p-site-header-brand {
    padding: 1.5em 1em;
    max-width: 991.98px
  }
}
@media screen and (min-width:1200px) {
  .p-site-header-brand {
    padding: 1em
  }
}
.p-site-header-brand_description {
  display: none;
  margin-bottom: 0;
  color: #888;
  font-size: .85em;
  line-height: 1.5
}
@media (min-width:992px) {
  .p-site-header-brand_description {
    display: block
  }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
  .p-site-header-brand_description {
    padding: .5em 1em
  }
}
.p-site-header-brand_logo {
  padding: 0 3em;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 500;
  margin: auto
}
@media screen and (min-width:768px) {
  .p-site-header-brand_logo {
    padding: 0 8.5em
  }
}
@media screen and (min-width:1200px) {
  .p-site-header-brand_logo {
    padding: .5em 1rem;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5em;
    max-width: 280px
  }
}
.p-site-header-brand_logo a {
  color: #333;
  transition: .3s;
  display: block
}
.p-site-header-brand_logo a:hover {
  opacity: .5;
  text-decoration: none
}
.p-site-header-brand_logo a img {
  max-width: 100%;
  width: auto;
  margin: 0 auto
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
  .p-site-header-brand_logo a img {
    max-width: 280px
  }
}
@media screen and (max-width:1199.98px) {
  .p-site-header-brand_logo a img {
    max-height: 100px
  }
}
.p-site-header-brand_logo-pc {
  display: none
}
@media (min-width:1200px) {
  .p-site-header-brand_logo-pc {
    display: block
  }
}
.p-site-header-brand_logo-mobile {
  display: block
}
@media (min-width:1200px) {
  .p-site-header-brand_logo-mobile {
    display: none
  }
}
.p-global-menu {
  list-style: none
}
.p-global-menu li {
  font-size: .85rem;
  line-height: 1.4em
}
.p-global-menu > li a {
  position: relative;
  display: block;
  color: #666;
  padding: .9em 1.2em;
  text-decoration: none
}
.p-global-menu > li a:hover {
  text-decoration: none;
  color: #d33
}
.p-global-menu > li:last-child {
  border-bottom: 1px solid var(--color-header-border)
}
.p-global-menu > li ul.sub-menu {
  margin-top: 0;
  margin-bottom: 0
}
.p-global-menu > li ul.sub-menu li {
  border-top: 1px solid var(--color-header-border)
}
.p-global-menu > li ul.sub-menu li:last-child {
  border-bottom: none
}
.p-global-menu > li ul.sub-menu li li a {
  padding-left: 2.4em
}
.p-global-menu > li ul.sub-menu li li a li a {
  padding-left: 3em
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
  .device-pc .p-global-menu > li > .acc-btn {
    display: none
  }
}
@media (min-width:992px) {
  .p-global-menu .acc-btn {
    width: 20px;
    height: 20px;
    right: 5px;
    top: 14px
  }
}
@media (min-width:992px) {
  .p-global-menu .acc-btn {
    position: absolute;
    border: none;
    background-color: #f3f3f3;
    background-size: 15px 15px;
    cursor: pointer;
    z-index: 1000
  }
}
@media screen and (min-width:1200px) {
  .p-global-menu .acc-btn {
    width: 24px;
    height: 24px;
    border: 0;
    top: 10px;
    right: 10px
  }
}
.p-global-menu .acc-btn-close {
  width: 20px;
  height: 20px;
  background-size: 15px 15px;
  background: var(--vk-menu-acc-icon-close-white-bg-src) center 50% no-repeat;
  background-color: var(--vk-color-key-dark, #d33)
}
@media (min-width:1200px) {
  .p-global-menu .acc-btn-close {
    width: 24px;
    height: 24px
  }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
  .p-global-menu {
    justify-content: center;
    display: flex
  }
  .p-global-menu > li {
    padding: 14px 2.1em;
    border-top: none
  }
  .device-pc .p-global-menu > li {
    padding: 0
  }
  .device-pc .p-global-menu > li > a {
    padding: 14px 2.1em
  }
  .device-pc .p-global-menu > li > ul.sub-menu {
    margin-top: 0
  }
  .p-global-menu > li:hover {
    transition: all .5s ease-out
  }
  .p-global-menu > li:hover:before {
    width: 100%
  }
  .p-global-menu > li a {
    padding: 0;
    color: #333
  }
  .p-global-menu > li:last-child {
    border-bottom: none
  }
  .p-global-menu > li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #2e6da4;
    transition: all .5s ease-out
  }
  .p-global-menu > li.current-menu-item:before {
    border-bottom: 1px solid #2e6da4;
    width: 100%
  }
  .p-global-menu > li.menu-item-has-children.acc-parent-open::after, .p-global-menu > li.menu-item-has-children:hover::after {
    opacity: 1
  }
  .p-global-menu > li > ul.sub-menu {
    position: absolute;
    margin-top: 14px;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
  }
  .p-global-menu > li > ul.sub-menu li {
    font-size: 14px;
    background-color: #fff
  }
  .p-global-menu > li > ul.sub-menu li a {
    padding: .85em 1.2em
  }
  .p-global-menu > li > ul.sub-menu li:last-child {
    border-bottom: none
  }
  .p-global-menu > li > ul.sub-menu li ul li a {
    padding-left: 2.2em
  }
  .p-global-menu > li > ul.sub-menu li.menu-item-has-children > a {
    padding: .85em 3em .85em 1.2em
  }
  .p-global-menu > li .sub-menu .acc-btn {
    top: 12px;
    right: 10px
  }
  .scrolled .p-global-menu > li:first-child {
    border-left: none
  }
  .device-pc .p-global-menu > li:hover > .sub-menu {
    opacity: 1;
    max-height: 1000px
  }
}
@media screen and (min-width:1200px) {
  .p-global-menu li.menu-item-has-children > a {
    padding: .9em 3em .9em 1.2em
  }
  .p-global-menu > li {
    border-top: 1px solid var(--color-header-border)
  }
  .p-global-menu > li ul.sub-menu li a {
    padding-left: 1.8em;
    position: relative
  }
}
.p-page-header {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 3em 0
}
.p-page-header_posttitle {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: .5em
}
@media screen and (min-width:768px) {
  .p-page-header_posttitle {
    font-size: 1.75rem
  }
}
@media screen and (min-width:1200px) {
  .p-page-header_title {
    max-width: 1140px;
    width: 100%
  }
}
.p-page-header_title:first-child {
  margin: 0 auto;
  font-size: 1.75rem;
  line-height: 1.4
}
.p-page-header .l-container {
  position: relative;
  z-index: 1000
}
.p-page-header .p-entry {
  margin-top: 1em
}
.p-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 1.2em 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: .8em;
  list-style: none
}
.p-breadcrumbs li {
  position: relative;
  color: #888;
  line-height: 1.8;
  margin-bottom: 0
}
.p-breadcrumbs li:first-child a {
  padding-left: 0
}
.p-breadcrumbs li > a, .p-breadcrumbs li > span {
  color: #888;
  padding-right: .8em;
  padding-left: .8em
}
.p-breadcrumbs li .fa, .p-breadcrumbs li .fas {
  margin-right: 7px
}
.p-breadcrumbs li + li:before {
  content: "";
  display: inline-block;
  height: .4em;
  width: .4em;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px
}
.p-archive-header {
  margin-bottom: 3rem
}
.p-entry_header {
  margin-top: .8em
}
.p-entry_header .p-entry_title {
  font-size: 1.75rem;
  margin-top: 0;
  line-height: 1.4em
}
.p-entry_header .p-entry_meta {
  font-size: .9em
}
.p-entry_header .p-entry_meta_times {
  margin-bottom: .5em
}
.p-entry_meta {
  margin-bottom: 1em
}
.p-entry_meta_posttimes:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0;
  content: ""
}
.p-entry_meta_updated:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0;
  content: ""
}
.p-entry_meta_items:not(.entry-meta_items_term) {
  margin-right: .75em
}
.p-entry_meta_items_author:before {
  margin-right: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0;
  content: ""
}
.p-entry_meta_hidden {
  display: none
}
.p-entry_meta_data-list dl {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em
}
.p-entry_meta_data-list dt {
  float: left;
  background-color: rgba(0, 0, 0, .9);
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  border: none;
  text-align: center;
  border-radius: var(--item-radius)
}
.p-entry_meta_data-list dd a {
  font-size: .9em;
  color: unset;
  line-height: 1.2
}
.p-entry_meta_data-list .tagcloud a {
  margin-right: .5rem
}
.p-entry_meta_data-list .tagcloud a:before {
  margin-right: 5px
}
.p-entry_meta .entry-meta_items_term::after, .p-entry_meta .p-entry_meta_items_term::after {
  content: " / ";
  padding-left: 3px;
  padding-right: 3px
}
.p-entry_meta .entry-meta_items_term:last-child::after, .p-entry_meta .p-entry_meta_items_term:last-child::after {
  content: none
}
.p-entry_meta .entry-meta_items_term:first-of-type::before, .p-entry_meta .p-entry_meta_items_term:first-of-type::before {
  margin-right: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0;
  content: ""
}
.p-entry_meta .entry-meta_items_term a, .p-entry_meta .p-entry_meta_items_term a {
  color: inherit
}
.p-entry_meta .entry-meta_items_term a:hover, .p-entry_meta .p-entry_meta_items_term a:hover {
  text-decoration: underline
}
.p-entry_footer {
  margin-bottom: 2em;
  overflow: hidden
}
.p-prev-next {
  margin-bottom: 3em
}
@media (max-width:575.98px) {
  .p-prev-next .vk_post {
    width: calc(100% - 30px)
  }
}
@media (min-width:576px) {
  .p-prev-next .vk_post {
    width: calc(50% - 30px)
  }
}
.p-prev-next_label {
  font-size: 12px;
  margin-bottom: 0
}
.p-prev-next_next .p-prev-next_label {
  text-align: right
}
.p-prev-next .vk_post_title {
  margin-top: .5em
}
.comment-title {
  line-height: 1.4em;
  font-size: 24px
}
.comment-author {
  display: block;
  overflow: hidden;
  margin-bottom: .5em
}
.comment-author img {
  border-radius: 100%
}
.comment-meta.commentmetadata {
  font-size: 14px;
  margin-bottom: .5em
}
.comment .reply {
  text-align: right
}
.comment .reply a {
  border: 1px solid #d33;
  color: #d33;
  display: inline-block;
  font-size: .9em;
  line-height: 1.5;
  padding: .375rem 1.5rem;
  border-radius: 4px
}
.comment .reply a:hover {
  color: #fff;
  background-color: #d33;
  text-decoration: none
}
.comment .reply a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0
}
#comment-nav-below {
  margin-bottom: 3em
}
.p-comments-area {
  background-color: rgba(0, 0, 0, .04);
  padding: 1.5em 1em;
  margin-bottom: 2em
}
.p-comments-area h3.comment-reply-title {
  font-size: 1.5rem
}
.p-comments-area .comment-notes {
  border-bottom: 1px solid var(--vk-color-border-hr, #e5e5e5);
  padding-bottom: .5em
}
.p-comments-area .nav-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5em
}
.p-comments-area .nav-links .nav-previous a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0
}
.p-comments-area .nav-links .nav-next a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0;
  margin-left: 7px
}
.p-comments-area .nav-links a {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 13px;
  border: none;
  padding: .8em 1.5em;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: #bc0000;
  background: #d33;
  border-radius: 4px
}
.p-comments-area input[type=text], .p-comments-area textarea {
  background-color: rgba(255, 255, 255, .7)
}
@media (min-width:992px) {
  .p-comments-area {
    padding: 3em
  }
}
.p-comments-area .no-comments {
  background-color: #fff;
  border: 1px solid var(--vk-color-border-hr, #e5e5e5);
  text-align: center;
  padding: 2em;
  margin-bottom: 0
}
.p-comments-area .no-comments + .comment-respond {
  margin-top: 3em
}
.p-comments-area .form-submit {
  text-align: right
}
.p-comments-title {
  font-size: 1.5rem;
  line-height: 1.5
}
ol.comment-list {
  padding: 0;
  margin-top: 0
}
li.comment {
  margin: 0 0 2em;
  padding: 1em;
  list-style: none;
  background: #fff
}
@media (min-width:992px) {
  li.comment {
    padding: 2em
  }
}
li.comment .children {
  margin-top: 0;
  margin-bottom: 0
}
li.comment .children li {
  padding: 0;
  border: none
}
li.comment .children li .comment-body {
  border-left: 1px solid var(--vk-color-border-hr, #e5e5e5);
  border-width: 2px;
  padding-left: 1.5em;
  margin-bottom: 2em
}
li.comment ol.children li:last-child.comment {
  margin-bottom: 0
}
li.pingback {
  margin: 0 0 1em;
  list-style: none;
  border-bottom: 1px dotted #999
}
.p-footer-menu {
  list-style: none;
  margin: 0;
  border-top: 1px solid var(--color-footer-border, #ccc);
  border-bottom: 1px solid var(--color-footer-border, #ccc);
  text-align: center;
  padding: .5em 0;
  line-height: 1;
  font-size: .85em
}
@media screen and (min-width:768px) {
  .p-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: .75em 0;
    border-top: 1px solid var(--color-footer-border, #ccc);
    border-bottom: none
  }
}
.p-footer-menu li {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0
}
@media screen and (min-width:768px) {
  .p-footer-menu li {
    display: block;
    float: left;
    border-bottom: unset;
    padding: 1em 0
  }
}
.p-footer-menu li a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: .5em
}
.p-footer-menu li a:hover {
  color: #d33
}
@media screen and (min-width:768px) {
  .p-footer-menu li a {
    border-left: 1px solid var(--color-footer-border, #ccc);
    padding: 0 1em;
    display: block
  }
}
@media screen and (min-width:768px) {
  .p-footer-menu li:last-child a {
    border-right: 1px solid var(--color-footer-border, #ccc)
  }
}
.p-copyright {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  padding: 1em 0
}
@media screen and (min-width:768px) {
  .p-copyright {
    padding: 1.5em 0
  }
}
.p-copyright p {
  margin-bottom: 0
}
.p-copyright a {
  color: unset;
  text-decoration: underline
}
.device-mobile .p-copyright {
  padding-bottom: 75px
}
.p-widget {
  margin-bottom: 2em
}
@media screen and (min-width:1200px) {
  .p-widget {
    margin-bottom: 2.6em
  }
}
.p-widget_title {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 1.2em
}
.p-widget .textwidget {
  font-size: 14px
}
.p-widget.pc-only {
  display: none;
  color: #666
}
.p-widget.pc-only .profile_text {
  text-align: center;
  font-size: .85rem
}
.p-widget.pc-only .profile_text, .p-widget.pc-only .textwidget {
  font-size: .85rem
}
@media screen and (min-width:1200px) {
  .p-widget.pc-only {
    display: block
  }
}
.p-widget .menu-all-pages-container ul li {
  position: relative
}
.p-widget .menu-all-pages-container ul li li a {
  padding-left: 2em
}
.p-widget .menu-all-pages-container ul li .sub-menu li a::before {
  content: "";
  position: absolute;
  left: .3em;
  width: 6px;
  height: calc(.8em - 2px);
  background: 0 0;
  border-bottom: solid 1px;
  border-left: solid 1px;
  color: rgba(0, 0, 0, .5);
  left: 1em
}
.p-widget.p-widget-footer .tagcloud a {
  color: inherit
}
.p-widget .wp-calendar-table caption {
  caption-side: top;
  padding-bottom: 5px
}
.p-widget .wp-calendar-table td, .p-widget .wp-calendar-table th {
  padding: .7em 0;
  text-align: center;
  border-bottom: none
}
.p-widget .wp-calendar-table .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  margin-top: .625em
}
.widget_archive ul, .widget_categories ul, .widget_link_list ul, .widget_nav_menu ul, .widget_postlist ul, .widget_recent_entries ul {
  font-size: 14px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  position: relative
}
.widget_archive ul li, .widget_categories ul li, .widget_link_list ul li, .widget_nav_menu ul li, .widget_postlist ul li, .widget_recent_entries ul li {
  margin-bottom: 0
}
.widget_archive ul li > a, .widget_categories ul li > a, .widget_link_list ul li > a, .widget_nav_menu ul li > a, .widget_postlist ul li > a, .widget_recent_entries ul li > a {
  display: block;
  color: #333;
  border-bottom: 1px solid var(--vk-color-border-hr, #e5e5e5);
  padding: 10px 10px 8px
}
.l-site-header .widget_archive ul li > a, .l-site-header .widget_categories ul li > a, .l-site-header .widget_link_list ul li > a, .l-site-header .widget_nav_menu ul li > a, .l-site-header .widget_postlist ul li > a, .l-site-header .widget_recent_entries ul li > a {
  border-color: var(--color-header-border)
}
.widget_archive ul li > a:hover, .widget_categories ul li > a:hover, .widget_link_list ul li > a:hover, .widget_nav_menu ul li > a:hover, .widget_postlist ul li > a:hover, .widget_recent_entries ul li > a:hover {
  text-decoration: none;
  color: #d33
}
.widget_archive ul li > a:hover:before, .widget_categories ul li > a:hover:before, .widget_link_list ul li > a:hover:before, .widget_nav_menu ul li > a:hover:before, .widget_postlist ul li > a:hover:before, .widget_recent_entries ul li > a:hover:before {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  color: #d33
}
.widget_archive ul li.current_page_item > a, .widget_categories ul li.current_page_item > a, .widget_link_list ul li.current_page_item > a, .widget_nav_menu ul li.current_page_item > a, .widget_postlist ul li.current_page_item > a, .widget_recent_entries ul li.current_page_item > a {
  background-color: rgba(0, 0, 0, .03)
}
.widget_archive ul li .children li a, .widget_categories ul li .children li a, .widget_link_list ul li .children li a, .widget_nav_menu ul li .children li a, .widget_postlist ul li .children li a, .widget_recent_entries ul li .children li a {
  padding-left: 2em;
  display: block;
  overflow: hidden
}
.widget_archive ul li .children li a::before, .widget_categories ul li .children li a::before, .widget_link_list ul li .children li a::before, .widget_nav_menu ul li .children li a::before, .widget_postlist ul li .children li a::before, .widget_recent_entries ul li .children li a::before {
  left: 14px;
  transition: left .3s;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0;
  content: "";
  font-size: 10px
}
.widget_archive ul li .children li li a, .widget_categories ul li .children li li a, .widget_link_list ul li .children li li a, .widget_nav_menu ul li .children li li a, .widget_postlist ul li .children li li a, .widget_recent_entries ul li .children li li a {
  padding-left: 3em
}
.widget_archive ul li .children li li a::before, .widget_categories ul li .children li li a::before, .widget_link_list ul li .children li li a::before, .widget_nav_menu ul li .children li li a::before, .widget_postlist ul li .children li li a::before, .widget_recent_entries ul li .children li li a::before {
  left: 28px
}
.widget_categories a:before {
  content: "";
  color: rgba(0, 0, 0, .2);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0
}
.widget_archive a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0;
  content: "";
  color: rgba(0, 0, 0, .2)
}
.l-side-section .widget_archive .p-widget_title, .l-side-section .widget_categories .p-widget_title, .l-side-section .widget_display_search .p-widget_title, .l-side-section .widget_link_list .p-widget_title, .l-side-section .widget_nav_menu .p-widget_title, .l-side-section .widget_pages .p-widget_title, .l-side-section .widget_product_search .p-widget_title, .l-side-section .widget_recent_entries .p-widget_title, .l-side-section .widget_search .p-widget_title, .l-side-section .widget_vkexunit_post_list .p-widget_title, .l-site-footer .widget_archive .p-widget_title, .l-site-footer .widget_categories .p-widget_title, .l-site-footer .widget_display_search .p-widget_title, .l-site-footer .widget_link_list .p-widget_title, .l-site-footer .widget_nav_menu .p-widget_title, .l-site-footer .widget_pages .p-widget_title, .l-site-footer .widget_product_search .p-widget_title, .l-site-footer .widget_recent_entries .p-widget_title, .l-site-footer .widget_search .p-widget_title, .l-site-footer .widget_vkexunit_post_list .p-widget_title, .l-site-header .widget_archive .p-widget_title, .l-site-header .widget_categories .p-widget_title, .l-site-header .widget_display_search .p-widget_title, .l-site-header .widget_link_list .p-widget_title, .l-site-header .widget_nav_menu .p-widget_title, .l-site-header .widget_pages .p-widget_title, .l-site-header .widget_product_search .p-widget_title, .l-site-header .widget_recent_entries .p-widget_title, .l-site-header .widget_search .p-widget_title, .l-site-header .widget_vkexunit_post_list .p-widget_title {
  margin-bottom: .5rem
}
.l-side-section .widget_archive label.screen-reader-text + select, .l-side-section .widget_categories label.screen-reader-text + select, .l-side-section .widget_display_search label.screen-reader-text + select, .l-side-section .widget_link_list label.screen-reader-text + select, .l-side-section .widget_nav_menu label.screen-reader-text + select, .l-side-section .widget_pages label.screen-reader-text + select, .l-side-section .widget_product_search label.screen-reader-text + select, .l-side-section .widget_recent_entries label.screen-reader-text + select, .l-side-section .widget_search label.screen-reader-text + select, .l-side-section .widget_vkexunit_post_list label.screen-reader-text + select, .l-site-footer .widget_archive label.screen-reader-text + select, .l-site-footer .widget_categories label.screen-reader-text + select, .l-site-footer .widget_display_search label.screen-reader-text + select, .l-site-footer .widget_link_list label.screen-reader-text + select, .l-site-footer .widget_nav_menu label.screen-reader-text + select, .l-site-footer .widget_pages label.screen-reader-text + select, .l-site-footer .widget_product_search label.screen-reader-text + select, .l-site-footer .widget_recent_entries label.screen-reader-text + select, .l-site-footer .widget_search label.screen-reader-text + select, .l-site-footer .widget_vkexunit_post_list label.screen-reader-text + select, .l-site-header .widget_archive label.screen-reader-text + select, .l-site-header .widget_categories label.screen-reader-text + select, .l-site-header .widget_display_search label.screen-reader-text + select, .l-site-header .widget_link_list label.screen-reader-text + select, .l-site-header .widget_nav_menu label.screen-reader-text + select, .l-site-header .widget_pages label.screen-reader-text + select, .l-site-header .widget_product_search label.screen-reader-text + select, .l-site-header .widget_recent_entries label.screen-reader-text + select, .l-site-header .widget_search label.screen-reader-text + select, .l-site-header .widget_vkexunit_post_list label.screen-reader-text + select {
  margin-top: 1rem
}
.p-widget-footer {
  margin-bottom: 2.5em;
  font-size: 13px
}
.p-widget-footer ul li > a, .p-widget-footer_title, .p-widget-footer_title::after, .p-widget-footer_title::before {
  border-bottom: 1px solid var(--color-footer-border, #ccc)
}
.p-widget-footer ul {
  font-size: 13px
}
.pagination {
  margin: 2rem auto;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}
.pagination .nav-links {
  margin: 0 auto
}
ul.page-numbers {
  margin: 0;
  padding: 0
}
ul.page-numbers li {
  margin: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  float: left
}
ul.page-numbers li a, ul.page-numbers li span.page-numbers {
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  color: #464646;
  height: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin: 0 3px;
  border-radius: 4px
}
ul.page-numbers li a.dots, ul.page-numbers li span.page-numbers.dots {
  display: block;
  border: none;
  background: 0 0;
  min-width: 20px
}
ul.page-numbers li a:hover {
  text-decoration: none
}
ul.page-numbers li:first-child a {
  margin-left: 0
}
ul.page-numbers li a:hover {
  background-color: #efefef
}
ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #d33
}
.page-link {
  margin-top: 2em
}
.page-link dt {
  display: none
}
.page-link dd {
  display: flex;
  justify-content: center
}
.page-link dd a {
  color: #333
}
.page-link dd a:hover {
  background-color: #efefef
}
.page-link .current {
  color: #fff;
  background-color: #d33
}
.page-link .post-page-numbers {
  padding: 6px 12px;
  display: block;
  border: 1px solid #ddd;
  margin-left: -1px
}
.page-link .post-page-numbers:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.page-link .post-page-numbers:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.searchform {
  position: relative
}
.searchform input[type=text] {
  padding: .7em 1em
}
.searchform .searchfield.form-control {
  display: block;
  position: relative;
  padding: .3em 1em;
  font-size: 14px;
  line-height: 1;
  margin-right: 0;
  margin-bottom: 0;
  border: 1px solid var(--vk-color-border-hr, #e5e5e5)
}
.searchform .searchico {
  display: block;
  height: 100%;
  border: none;
  font-size: 16px;
  background: 0 0;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 18%;
  line-height: 1.5;
  border-left: 1px solid var(--vk-color-border-hr, #e5e5e5);
  padding-top: .2em
}
.l-site-header .searchform .searchico {
  border-left: 1px solid var(--color-header-border)
}
.tagcloud a {
  font-size: 13px !important;
  line-height: 2.6em;
  color: #333;
  padding: 3px 10px;
  border: 1px solid var(--color-footer-border);
  border-radius: 4px;
  white-space: nowrap
}
.tagcloud a:before {
  color: rgba(0, 0, 0, .2);
  margin-right: 5px
}
.tagcloud a:hover {
  text-decoration: none;
  color: #d33;
  border-color: #d33
}
.tagcloud a:hover:before {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  color: #d33
}
.slide-cover {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%
}
.slide-text-set {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%
}
.slide-text-set--align--left .slide-text-title {
  text-align: left
}
.slide-text-set--align--center .slide-text-title {
  text-align: center
}
.slide-text-set--align--right .slide-text-title {
  text-align: right
}
.slide-text-title {
  font-size: 24px;
  margin-bottom: .4em;
  background-color: unset;
  position: relative;
  border: none;
  padding: unset;
  margin-left: unset;
  margin-right: unset;
  border-radius: unset;
  outline: unset;
  outline-offset: unset;
  box-shadow: unset;
  content: none;
  overflow: unset;
  display: inline
}
.slide-text-title::after, .slide-text-title::before {
  content: none
}
@media (min-width:768px) {
  .slide-text-title {
    font-size: 28px
  }
}
@media (min-width:992px) {
  .slide-text-title {
    font-size: 34px
  }
}
.slide-text-caption {
  font-size: 12px;
  line-height: 2
}
@media (min-width:576px) {
  .slide-text-caption {
    line-height: 2.2;
    font-size: 14px
  }
}
@media (min-width:992px) {
  .slide-text-caption {
    line-height: 2.2;
    font-size: 16px
  }
}
.slide picture img {
  width: 100%;
  height: auto
}
.slide .slide-text-set .btn-ghost {
  font-size: 16px;
  margin-top: 1.5em;
  padding: .7em 2.4em
}
@media (min-width:768px) {
  .slide .slide-text-set .btn-ghost {
    font-size: 18px
  }
}
.slide .slide-text-set .btn-ghost:hover {
  border-color: #d33;
  background-color: #d33
}
.slide .swiper-button-next:after, .slide .swiper-button-prev:after {
  font-size: 1.5em
}
@media (max-width:575.98px) {
  .slide .swiper-button-next:after, .slide .swiper-button-prev:after {
    display: none
  }
}
.wpdm-download-link {
  margin-top: 5px
}
.p-entry-content .w3eden .media {
  padding: 1em 0;
  border: none;
  padding: 0
}
.p-entry-content .w3eden h3 {
  background: 0 0
}
.p-entry-content .w3eden h3 a {
  color: inherit
}
.p-entry-content .w3eden .mr-3 {
  width: auto
}
.p-entry-content .w3eden .wpdmdl-btn {
  margin-left: 0 !important
}
.p-entry-content .w3eden .media-body {
  margin-right: 0;
  margin-bottom: 0;
  flex: unset
}
.p-entry-content .w3eden .package-title:after {
  border: none
}
.wpdm-download-link.btn.btn-primary {
  width: 100%
}
@media (max-width:575.98px) {
  .w3eden .media {
    display: block !important
  }
  .w3eden .media-body {
    margin-top: 10px;
    margin-bottom: 10px
  }
}
.padSection {
  border-radius: var(--item-radius)
}
.l-container #padSection {
  border: 1px solid var(--vk-color-border-hr, #e5e5e5);
  background-color: #fff
}
.l-container #padSection h4 {
  border-bottom: 1px solid var(--vk-color-border-hr, #e5e5e5);
  padding-bottom: 8px
}
.l-container #padSection h4::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0;
  content: ""
}
.l-container #latestEntries h5 {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--vk-color-border-hr, #e5e5e5)
}
.l-container #latestEntries li.thumbnailBox .postImage a {
  background-color: #000
}
.l-container #latestEntries li.thumbnailBox .postImage a img {
  display: block;
  transition: .5s
}
.l-container #latestEntries li.thumbnailBox .postImage a img:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: .8
}
.vk-menu-acc {
  position: relative
}
.vk-menu-acc .menu-parent > li {
  position: relative;
  z-index: 100
}
.vk-menu-acc .menu-parent > li a {
  display: inline-block
}
.vk-menu-acc li {
  position: relative;
  margin-bottom: 0
}
.vk-menu-acc .acc-btn:before {
  position: relative;
  top: -5px;
  left: 4px;
  font-size: 16px
}
.vk-menu-acc ul.sub-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out
}
.vk-menu-acc ul.sub-menu li a {
  display: block;
  overflow: hidden
}
.vk-menu-acc ul.acc-child-open {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  max-height: 1000px;
  opacity: 1;
  overflow-y: auto
}
.vk-menu-acc ul.acc-child-close {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  max-height: 0;
  opacity: 0
}
@media (min-width:992px) {
  .vk-mobile-nav-menu-btn {
    display: none !important
  }
}
.vk-mobile-nav {
  padding-top: 50px
}
.vk-mobile-nav-menu-btn {
  top: 0;
  left: 0;
  width: 42px;
  height: 45px;
  border: none;
  background-position: center -4px;
  text-indent: unset;
  font-size: 10px;
  font-weight: 500;
  line-height: 7.5;
  text-align: center;
  border-radius: 0
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
  background-position: center -4px
}
.mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
  right: 0
}
@media (max-width:991.98px) {
  .mobile-fix-nav_enable .page_top_btn {
    bottom: calc(62px + 10px);
    right: 10px
  }
}
@media (min-width:992px) {
  .mobile-fix-nav {
    display: none
  }
}
.mobile-fix-nav .vk-mobile-nav-menu-btn {
  font-size: unset;
  font-weight: unset;
  line-height: unset
}
.admin-bar .mobile-fix-nav .vk-mobile-nav-menu-btn {
  top: unset
}
.veu_card {
  border-width: 1px
}
.l-container .veu_card .btn-xs {
  font-size: 12px;
  padding: .25rem 1.5rem
}
.l-container .veu_card .veu_card_title {
  padding: 0 0 .8em
}
.l-container .veu_card .contact_txt_tel {
  padding: 6px 0;
  font-weight: 500
}
.l-container .veu_card .contact_txt_tel_icon {
  margin-right: .6rem
}
.l-main-section .veu_card, .l-side-section .veu_card {
  border: 1px solid var(--vk-color-border-hr, #e5e5e5);
  border-radius: var(--item-radius);
  display: block;
  overflow: hidden
}
.l-main-section .veu_card_inner, .l-side-section .veu_card_inner {
  background: rgba(255, 255, 255, .8)
}
.l-container .veu_childPage_list .wp-post-image {
  display: block;
  transition: .5s
}
.l-container .veu_childPage_list .wp-post-image:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: .8
}
.l-container .veu_childPage_list .childPage_list_body:hover {
  color: #d33;
  text-decoration: none
}
.l-container .veu_childPage_list .childPage_list_title {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  margin-bottom: 1.5em
}
.l-container .veu_childPage_list .childPage_list_title:hover {
  color: #d33
}
.l-container .veu_childPage_list .childPage_list_text {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out
}
.l-container .veu_childPage_list .childPage_list_box:hover .btn-xs::after {
  right: -.05em
}
.l-container .veu_childPage_list p {
  line-height: 1.7em
}
.l-container .veu_sitemap a {
  color: #222
}
.l-container .veu_sitemap ul {
  padding-left: 0;
  list-style: none
}
.l-container .veu_sitemap ul > li {
  position: relative
}
.l-container .veu_sitemap ul > li > a {
  position: relative;
  padding-left: 1.4em
}
.l-container .veu_sitemap ul > li > a:hover {
  color: #d33
}
.l-container .veu_sitemap ul > li > a::before {
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  font-size: 10px;
  line-height: 1em;
  font-family: メイリオ, Meiryo, sans-serif;
  content: "●";
  margin-right: .5em
}
.l-container .veu_sitemap ul > li .children {
  margin: 0 0 0 1.5em
}
.l-container .veu_sitemap ul > li .children > li {
  position: relative
}
.l-container .veu_sitemap ul > li .children > li > a::before {
  content: "";
  position: absolute;
  left: .3em;
  width: 6px;
  height: calc(.8em - 2px);
  background: 0 0;
  border-bottom: solid 1px;
  border-left: solid 1px;
  color: rgba(0, 0, 0, .5)
}
.l-container .veu_sitemap .sectionBox {
  padding-bottom: 2em;
  display: block
}
.l-container .veu_sitemap h4 {
  padding: .2em 1em;
  font-size: 18px;
  font-weight: 400
}
.l-container .veu_sitemap h4:not([class*=vk_heading_title-style-plain]):not([class*=is-style-vk-heading]):not(.card-title):not(.vk_borderBox_title) {
  border: none
}
.l-container .veu_sitemap h5 {
  margin: 1em 1em;
  padding: 0 0 3px;
  font-size: 18px;
  font-weight: 400
}
.p-widget .veu_postList .postList_date {
  font-size: 12px;
  color: inherit
}
.p-widget .veu_postList .postList_date::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  margin-left: 0;
  content: ""
}
.p-widget .veu_postList .postList_miniThumb .postList_item {
  border-bottom: 1px solid #ccc
}
.l-site-header .p-widget .veu_postList .postList_miniThumb .postList_item {
  border-bottom: 1px solid var(--color-header-border, #ccc)
}
.l-site-footer .p-widget .veu_postList .postList_miniThumb .postList_item {
  border-bottom: 1px solid var(--color-footer-border, #ccc)
}
.p-widget .veu_postList .postList_miniThumb .postList_title {
  margin: 3px 0 3px
}
.p-widget .veu_postList .postList_miniThumb .postList_thumbnail a {
  width: 82px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  border: 2px solid #fff;
  outline: 1px solid #e5e5e5;
  outline-offset: -1px
}
.p-widget .veu_postList .postList_miniThumb .postList_thumbnail a img {
  display: block;
  transition: .5s
}
.p-widget .veu_postList .postList_miniThumb .postList_thumbnail a img:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: .8
}
.l-container .veu_pageList_ancestor {
  margin: 2.5em 0 2em
}
.l-container .veu_pageList_ancestor .pageList_ancestor_title {
  margin-bottom: 0
}
.l-container .veu_pageList_ancestor .pageList a:hover {
  color: #d33
}
.l-container .veu_pageList_ancestor .current_page_item > a {
  font-weight: 500;
  color: #d33
}
.l-container .veu_pageList_ancestor .pageList .page_item a {
  padding: 12px 5px
}
.l-container .veu_pageList_ancestor .pageList .page_item a:hover {
  text-decoration: none
}
.l-container .veu_pageList_ancestor .pageList .page_item a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  margin-left: 0;
  content: "";
  color: rgba(0, 0, 0, .2)
}
.l-container .veu_profile .profile_text {
  font-size: 13px
}
.veu_contact .veu_card {
  border: 1px solid var(--vk-color-border-hr, #e5e5e5);
  border-radius: var(--item-radius)
}
@media (min-width:1200px) {
  .l-main-section .veu_contact .contact_bt {
    padding: .7em 2em
  }
}
@media (max-width:1399.98px) {
  .l-main-section-col-two .veu_contact .contact_txt {
    text-align: center;
    float: none
  }
  .l-main-section-col-two .veu_contact .contact_bt {
    float: none;
    margin: 1em auto 0
  }
}
.l-side-section-col-two .veu_contact .contact_bt, .l-site-footer .veu_contact .contact_bt, .l-site-header .veu_contact .contact_bt {
  padding-left: .2rem;
  padding-right: .2rem
}
.l-side-section-col-two .veu_contact .contact_txt, .l-site-footer .veu_contact .contact_txt, .l-site-header .veu_contact .contact_txt {
  margin-bottom: .8rem
}
.l-side-section-col-two .veu_contact .contact_txt_tel, .l-site-footer .veu_contact .contact_txt_tel, .l-site-header .veu_contact .contact_txt_tel {
  font-size: 1.4rem;
  white-space: nowrap;
  font-weight: 500
}
.l-side-section-col-two .veu_contact .contact_txt_time, .l-site-footer .veu_contact .contact_txt_time, .l-site-header .veu_contact .contact_txt_time {
  font-size: 10px
}
@media (min-width:1200px) and (max-width:1399.98px) {
  .l-side-section-col-two .veu_contact .contact_txt_catch, .l-site-footer .veu_contact .contact_txt_catch, .l-site-header .veu_contact .contact_txt_catch {
    font-size: 11px
  }
  .l-side-section-col-two .veu_contact .contact_txt_tel, .l-site-footer .veu_contact .contact_txt_tel, .l-site-header .veu_contact .contact_txt_tel {
    font-size: 1.2rem
  }
  .l-side-section-col-two .veu_contact .contact_bt_txt, .l-site-footer .veu_contact .contact_bt_txt, .l-site-header .veu_contact .contact_bt_txt {
    font-size: 16px
  }
  .l-side-section-col-two .veu_contact .contact_bt_subTxt, .l-site-footer .veu_contact .contact_bt_subTxt, .l-site-header .veu_contact .contact_bt_subTxt {
    font-size: 10px
  }
}
@media (max-width:991.98px) {
  .veu_socialSet li {
    width: 50%
  }
}
.veu_socialSet.veu_contentAddSection ul li.sb_icon {
  margin-left: 0;
  margin-right: 0
}
.veu_socialSet.veu_contentAddSection ul li.sb_icon .sb_icon_inner {
  border-radius: 0
}
.veu_socialSet.veu_contentAddSection ul li.sb_icon .sb_icon_inner:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}
.veu_socialSet.veu_contentAddSection ul li.sb_icon:first-child .sb_icon_inner {
  border-radius: var(--item-radius) 0 0 var(--item-radius)
}
.veu_socialSet.veu_contentAddSection ul li.sb_icon:last-child .sb_icon_inner {
  border-radius: 0 var(--item-radius) var(--item-radius) 0
}
@media (max-width:767.98px) {
  .veu_socialSet.veu_contentAddSection ul li.sb_icon:nth-child(2) .sb_icon_inner {
    border-radius: 0 var(--item-radius) var(--item-radius) 0
  }
  .veu_socialSet.veu_contentAddSection ul li.sb_icon:nth-child(2n+1) .sb_icon_inner {
    border-radius: var(--item-radius) 0 0 var(--item-radius)
  }
}
.veu_followSet {
  overflow: hidden;
  border-radius: var(--item-radius)
}
.veu_cta {
  border-radius: var(--item-radius)
}
.sectionBox {
  padding-top: 2em;
  padding-bottom: 2em;
  display: block
}